mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Update notes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26268 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
368a16a5c8
commit
c9de63d96d
4 changed files with 21 additions and 10 deletions
|
@ -29,7 +29,7 @@
|
|||
2008-02-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Foundation/NSObject.h: Moved some headers to NSObjCRuntime.h
|
||||
* Headers/Foundation/NSObjCRuntime.h: Added NSInbteger and NSUInteger
|
||||
* Headers/Foundation/NSObjCRuntime.h: Added NSInteger and NSUInteger
|
||||
for MacOSX compatibiulity.
|
||||
* Headers/Additions/GNUstep/GSVersionMacros.h: Don't declare constants
|
||||
which should be set by the user to say which MacOSX version they want.
|
||||
|
@ -204,7 +204,7 @@
|
|||
2008-01-10 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSPathUtilities.m: Allow '../' to indicate a relocatable
|
||||
resource. Add suypport for GlobalDefaults.plist.
|
||||
resource. Add support for GlobalDefaults.plist.
|
||||
* Source/NSUserDefaults.m: Improve documentation
|
||||
* Documentation/ReleaseNotes.gsdoc: Note recent changes.
|
||||
* Documentation/Base.gsdoc: Improve documentation
|
||||
|
@ -223,7 +223,7 @@
|
|||
* Source/GSSocketStream.m:
|
||||
* Source/unix/NSStream.m:
|
||||
* Source/GSNetwork.h:
|
||||
Further reorganisatio0n and simplification for socks support.
|
||||
Further reorganisation and simplification for socks support.
|
||||
|
||||
2008-01-07 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
@ -258,7 +258,7 @@
|
|||
|
||||
* config/pathtls.m4: fixup form mingw32
|
||||
* configure: regenerate
|
||||
* Source/GSSocketStream.m: Fix missing isfeds
|
||||
* Source/GSSocketStream.m: Fix missing ifdefs
|
||||
|
||||
2008-01-04 Riccardo Mottola <riccardo@kaffe.org>
|
||||
|
||||
|
|
|
@ -37,8 +37,8 @@ notice and this notice are preserved.
|
|||
<deflist>
|
||||
<term>Configuration/NSUserDefaults</term>
|
||||
<desc>
|
||||
Syntax withing the configuration file extended so that a leading
|
||||
'../' in a path name denotes a relative path nin a relocatable
|
||||
Syntax within the configuration file extended so that a leading
|
||||
'../' in a path name denotes a relative path in a relocatable
|
||||
installation.<br />
|
||||
New 'GlobalDefaults.plist' file in the same directory as the main
|
||||
GNUstep config file allows packagers/sysadmins to set up global
|
||||
|
|
|
@ -11,12 +11,23 @@ The currently released version of the library is
|
|||
See the @url{ReleaseNotes.html} document for more information.
|
||||
@end ifclear
|
||||
|
||||
@section Noteworthy changes in version @samp{1.15.3}
|
||||
|
||||
@itemize @bullet
|
||||
@item Extended NSUserDefaults so it recognizes ../ as a relative path.
|
||||
@item Added TLS/SSL support for NSStream based on GNU TLS
|
||||
@item Added support for https to NSURLConnection using new stream code and
|
||||
added basic support for digest authentication.
|
||||
@item Fixed various problems with and added new options to KVO.
|
||||
@end itemize.
|
||||
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.15.2}
|
||||
Bug fixes include improved thread safety (and a change to the NSThread
|
||||
class structure) and Key-Value observing.
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.15.1}
|
||||
|
||||
This is an unstable release. There may be API and ABI changes
|
||||
|
|
4
Version
4
Version
|
@ -7,9 +7,9 @@ GCC_VERSION=2.9.5
|
|||
# The version number of this release.
|
||||
MAJOR_VERSION=1
|
||||
MINOR_VERSION=15
|
||||
SUBMINOR_VERSION=2
|
||||
SUBMINOR_VERSION=3
|
||||
# numeric value should match above
|
||||
VERSION_NUMBER=115.2
|
||||
VERSION_NUMBER=115.3
|
||||
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_BASE_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue