mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Version 1.16.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@26649 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b6f57cef5a
commit
3cd1aa9b9a
4 changed files with 94 additions and 74 deletions
16
ANNOUNCE
16
ANNOUNCE
|
@ -1,7 +1,7 @@
|
||||||
1 Announcement
|
1 Announcement
|
||||||
**************
|
**************
|
||||||
|
|
||||||
The GNUstep Base Library, version 1.15.3, is now available.
|
The GNUstep Base Library, version 1.16.0, is now available.
|
||||||
|
|
||||||
1.1 What is the GNUstep Base Library?
|
1.1 What is the GNUstep Base Library?
|
||||||
=====================================
|
=====================================
|
||||||
|
@ -18,22 +18,20 @@ portion of the OpenStep standard (the Foundation library).
|
||||||
There is more information available at the GNUstep homepage at
|
There is more information available at the GNUstep homepage at
|
||||||
`http://www.gnustep.org'.
|
`http://www.gnustep.org'.
|
||||||
|
|
||||||
1.2 Noteworthy changes in version `1.15.3'
|
1.2 Noteworthy changes in version `1.16.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Extended NSUserDefaults so it recognizes ../ as a relative path.
|
* Many updates to include new OS X methods up to 10.5
|
||||||
|
|
||||||
* Added TLS/SSL support for NSStream based on GNU TLS
|
* Made KeyValueCoding/Observing fully functional and MacOS-X
|
||||||
|
compatible
|
||||||
|
|
||||||
* Added support for https to NSURLConnection using new stream code
|
See the release notes for more information.
|
||||||
and added basic support for digest authentication.
|
|
||||||
|
|
||||||
* Fixed various problems with and added new options to KVO.
|
|
||||||
|
|
||||||
1.3 Where can you get it? How can you compile it?
|
1.3 Where can you get it? How can you compile it?
|
||||||
==================================================
|
==================================================
|
||||||
|
|
||||||
The gnustep-base-1.15.3.tar.gz distribution file has been placed at
|
The gnustep-base-1.16.0.tar.gz distribution file has been placed at
|
||||||
`ftp://ftp.gnustep.org/pub/gnustep/core'.
|
`ftp://ftp.gnustep.org/pub/gnustep/core'.
|
||||||
|
|
||||||
Please log bug reports on the GNUstep project page
|
Please log bug reports on the GNUstep project page
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2008-06-15 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Version 1.16.0
|
||||||
|
|
||||||
2008-06-13 Richard Frith-Macdonald <rfm@gnu.org>
|
2008-06-13 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/Additions/Unicode.m: Fix incorrect adjustment of buffer
|
* Source/Additions/Unicode.m: Fix incorrect adjustment of buffer
|
||||||
|
|
|
@ -11,6 +11,17 @@ The currently released version of the library is
|
||||||
See the @url{ReleaseNotes.html} document for more information.
|
See the @url{ReleaseNotes.html} document for more information.
|
||||||
@end ifclear
|
@end ifclear
|
||||||
|
|
||||||
|
@section Noteworthy changes in version @samp{1.16.0}
|
||||||
|
|
||||||
|
@itemize @bullet
|
||||||
|
@item Many updates to include new OS X methods up to 10.5
|
||||||
|
@item Made KeyValueCoding/Observing fully functional and MacOS-X compatible
|
||||||
|
@end itemize
|
||||||
|
|
||||||
|
See the release notes for more information.
|
||||||
|
|
||||||
|
@ifclear ANNOUNCE-ONLY
|
||||||
|
|
||||||
@section Noteworthy changes in version @samp{1.15.3}
|
@section Noteworthy changes in version @samp{1.15.3}
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
|
@ -21,9 +32,6 @@ added basic support for digest authentication.
|
||||||
@item Fixed various problems with and added new options to KVO.
|
@item Fixed various problems with and added new options to KVO.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
|
||||||
@ifclear ANNOUNCE-ONLY
|
|
||||||
|
|
||||||
@section Noteworthy changes in version @samp{1.15.2}
|
@section Noteworthy changes in version @samp{1.15.2}
|
||||||
Bug fixes include improved thread safety (and a change to the NSThread
|
Bug fixes include improved thread safety (and a change to the NSThread
|
||||||
class structure) and Key-Value observing.
|
class structure) and Key-Value observing.
|
||||||
|
|
134
NEWS
134
NEWS
|
@ -1,11 +1,21 @@
|
||||||
1 News
|
1 News
|
||||||
******
|
******
|
||||||
|
|
||||||
The currently released version of the library is `1.15.3'.
|
The currently released version of the library is `1.16.0'.
|
||||||
|
|
||||||
See the `ReleaseNotes.html' document for more information.
|
See the `ReleaseNotes.html' document for more information.
|
||||||
|
|
||||||
1.1 Noteworthy changes in version `1.15.3'
|
1.1 Noteworthy changes in version `1.16.0'
|
||||||
|
==========================================
|
||||||
|
|
||||||
|
* Many updates to include new OS X methods up to 10.5
|
||||||
|
|
||||||
|
* Made KeyValueCoding/Observing fully functional and MacOS-X
|
||||||
|
compatible
|
||||||
|
|
||||||
|
See the release notes for more information.
|
||||||
|
|
||||||
|
1.2 Noteworthy changes in version `1.15.3'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Extended NSUserDefaults so it recognizes ../ as a relative path.
|
* Extended NSUserDefaults so it recognizes ../ as a relative path.
|
||||||
|
@ -17,13 +27,13 @@ See the `ReleaseNotes.html' document for more information.
|
||||||
|
|
||||||
* Fixed various problems with and added new options to KVO.
|
* Fixed various problems with and added new options to KVO.
|
||||||
|
|
||||||
1.2 Noteworthy changes in version `1.15.2'
|
1.3 Noteworthy changes in version `1.15.2'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Bug fixes include improved thread safety (and a change to the NSThread
|
Bug fixes include improved thread safety (and a change to the NSThread
|
||||||
class structure) and Key-Value observing.
|
class structure) and Key-Value observing.
|
||||||
|
|
||||||
1.3 Noteworthy changes in version `1.15.1'
|
1.4 Noteworthy changes in version `1.15.1'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
This is an unstable release. There may be API and ABI changes from
|
This is an unstable release. There may be API and ABI changes from
|
||||||
|
@ -31,14 +41,14 @@ previous releases. The licesne hase changed to GPLv3 and LGPLv3.
|
||||||
Mostly bug fixes, but a few improvements in NSPredicates and Key-Value
|
Mostly bug fixes, but a few improvements in NSPredicates and Key-Value
|
||||||
coding have been added.
|
coding have been added.
|
||||||
|
|
||||||
1.4 Noteworthy changes in version `1.15.0'
|
1.5 Noteworthy changes in version `1.15.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
This is an unstable release from 1.14.0. It is otherwise identical to
|
This is an unstable release from 1.14.0. It is otherwise identical to
|
||||||
the 1.14.0 release. Releases in the 1.15 series may not be forward
|
the 1.14.0 release. Releases in the 1.15 series may not be forward
|
||||||
compatible with previous 1.15 releases.
|
compatible with previous 1.15 releases.
|
||||||
|
|
||||||
1.5 Noteworthy changes in version `1.14.0'
|
1.6 Noteworthy changes in version `1.14.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Many portability (particularly for ms-windows) and MacOS-X
|
Many portability (particularly for ms-windows) and MacOS-X
|
||||||
|
@ -46,7 +56,7 @@ compatibility fixes. New MacOS-X classes and incorporation of
|
||||||
NSAffineTransform and NSSpellServer which were formerly in the gui
|
NSAffineTransform and NSSpellServer which were formerly in the gui
|
||||||
library. Improved performance of amssively multithreaded programs.
|
library. Improved performance of amssively multithreaded programs.
|
||||||
|
|
||||||
1.6 Noteworthy changes in version `1.13.1'
|
1.7 Noteworthy changes in version `1.13.1'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Various minor bugs and MacOS-X incompatibilities fixed. One important
|
Various minor bugs and MacOS-X incompatibilities fixed. One important
|
||||||
|
@ -55,13 +65,13 @@ objects from strings. One fix for a serious (crash) bug when
|
||||||
initialising the bundles system in an application which has a lot of
|
initialising the bundles system in an application which has a lot of
|
||||||
frameworks linked to it. See the release notes for more details.
|
frameworks linked to it. See the release notes for more details.
|
||||||
|
|
||||||
1.7 Noteworthy changes in version `1.13.0'
|
1.8 Noteworthy changes in version `1.13.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Several sets of classes have been added for dealing with urls and
|
Several sets of classes have been added for dealing with urls and
|
||||||
predicates. A few minor api changes have occured as well.
|
predicates. A few minor api changes have occured as well.
|
||||||
|
|
||||||
1.8 Noteworthy changes in version `1.12.0'
|
1.9 Noteworthy changes in version `1.12.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
There have been a number of API changes and several methods have been
|
There have been a number of API changes and several methods have been
|
||||||
|
@ -77,8 +87,8 @@ can be set to not write to an external file at all, for developers who
|
||||||
wish to use the library as a stand-alone library or in other situations
|
wish to use the library as a stand-alone library or in other situations
|
||||||
where using external resources is not desired.
|
where using external resources is not desired.
|
||||||
|
|
||||||
1.9 Noteworthy changes in version `1.11.2'
|
1.10 Noteworthy changes in version `1.11.2'
|
||||||
==========================================
|
===========================================
|
||||||
|
|
||||||
* Support for GNUstep.conf and relocation of the filesystem is much
|
* Support for GNUstep.conf and relocation of the filesystem is much
|
||||||
improved in this release.
|
improved in this release.
|
||||||
|
@ -94,7 +104,7 @@ where using external resources is not desired.
|
||||||
* Some support for keeping user defaults in the Windows registry
|
* Some support for keeping user defaults in the Windows registry
|
||||||
implemented.
|
implemented.
|
||||||
|
|
||||||
1.10 Noteworthy changes in version `1.11.1'
|
1.11 Noteworthy changes in version `1.11.1'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
* New Cocoa class NSSortDescriptor
|
* New Cocoa class NSSortDescriptor
|
||||||
|
@ -106,7 +116,7 @@ where using external resources is not desired.
|
||||||
* More support for debugging on mingw, including writing logs to
|
* More support for debugging on mingw, including writing logs to
|
||||||
debugger and event viewer.
|
debugger and event viewer.
|
||||||
|
|
||||||
1.11 Noteworthy changes in version `1.11.0'
|
1.12 Noteworthy changes in version `1.11.0'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
This release is binary incompatible with previous releases. The
|
This release is binary incompatible with previous releases. The
|
||||||
|
@ -125,12 +135,12 @@ new version.
|
||||||
* NSRunLoop and related classes use natvie win32 event handling on
|
* NSRunLoop and related classes use natvie win32 event handling on
|
||||||
Windows machines.
|
Windows machines.
|
||||||
|
|
||||||
1.12 Noteworthy changes in version `1.10.3'
|
1.13 Noteworthy changes in version `1.10.3'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
This version includes a few minor bug fixes.
|
This version includes a few minor bug fixes.
|
||||||
|
|
||||||
1.13 Noteworthy changes in version `1.10.2'
|
1.14 Noteworthy changes in version `1.10.2'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
This version mostly includes minor fixes and updates.
|
This version mostly includes minor fixes and updates.
|
||||||
|
@ -144,7 +154,7 @@ This version mostly includes minor fixes and updates.
|
||||||
|
|
||||||
* Use a proper one-to-one abbreviation dictionary for NSTimeZone.
|
* Use a proper one-to-one abbreviation dictionary for NSTimeZone.
|
||||||
|
|
||||||
1.14 Noteworthy changes in version `1.10.1'
|
1.15 Noteworthy changes in version `1.10.1'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
This version mostly includes minor fixes and updates.
|
This version mostly includes minor fixes and updates.
|
||||||
|
@ -159,7 +169,7 @@ This version mostly includes minor fixes and updates.
|
||||||
* Designated initializers for NSArray, NSDictionary, NSSet, and
|
* Designated initializers for NSArray, NSDictionary, NSSet, and
|
||||||
NSString have been changed for MacOS X compatibility.
|
NSString have been changed for MacOS X compatibility.
|
||||||
|
|
||||||
1.15 Noteworthy changes in version `1.10.0'
|
1.16 Noteworthy changes in version `1.10.0'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
Note the interface version of the library has changed so that apps,
|
Note the interface version of the library has changed so that apps,
|
||||||
|
@ -173,7 +183,7 @@ use it.
|
||||||
|
|
||||||
* Mac OSX XML compatibility fixes.
|
* Mac OSX XML compatibility fixes.
|
||||||
|
|
||||||
1.16 Noteworthy changes in version `1.9.2'
|
1.17 Noteworthy changes in version `1.9.2'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* GSMime parsing ignores extraneous data
|
* GSMime parsing ignores extraneous data
|
||||||
|
@ -191,7 +201,7 @@ use it.
|
||||||
* Binary incompatibility: NSUnarchiver, GSIMapTable have new ivars
|
* Binary incompatibility: NSUnarchiver, GSIMapTable have new ivars
|
||||||
added
|
added
|
||||||
|
|
||||||
1.17 Noteworthy changes in version `1.9.1'
|
1.18 Noteworthy changes in version `1.9.1'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Default string encoding taken from system nl_langinfo if not set
|
* Default string encoding taken from system nl_langinfo if not set
|
||||||
|
@ -202,7 +212,7 @@ use it.
|
||||||
* NSPropertyLists class added, also decodes Mac OS X binary propery
|
* NSPropertyLists class added, also decodes Mac OS X binary propery
|
||||||
lists.
|
lists.
|
||||||
|
|
||||||
1.18 Noteworthy changes in version `1.9.0'
|
1.19 Noteworthy changes in version `1.9.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Lazy locking implemented (see GSLock documentation)
|
* Lazy locking implemented (see GSLock documentation)
|
||||||
|
@ -219,7 +229,7 @@ use it.
|
||||||
* NSString subclass heirarchy reorganized to fix problems with
|
* NSString subclass heirarchy reorganized to fix problems with
|
||||||
copying and ownership of data.
|
copying and ownership of data.
|
||||||
|
|
||||||
1.19 Noteworthy changes in version `1.8.0'
|
1.20 Noteworthy changes in version `1.8.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Read the NEWS file for a complete list of changes since the last stable
|
Read the NEWS file for a complete list of changes since the last stable
|
||||||
|
@ -229,14 +239,14 @@ changes in gnustep-make, several components of gnustep-base are located
|
||||||
in different locations. Generally this should not affect the
|
in different locations. Generally this should not affect the
|
||||||
compilation or running of applications and tools.
|
compilation or running of applications and tools.
|
||||||
|
|
||||||
1.20 Noteworthy changes in version `1.7.4'
|
1.21 Noteworthy changes in version `1.7.4'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Added Korean encoding
|
* Added Korean encoding
|
||||||
|
|
||||||
* Updated use of ObjCRuntime functions.
|
* Updated use of ObjCRuntime functions.
|
||||||
|
|
||||||
1.21 Noteworthy changes in version `1.7.3'
|
1.22 Noteworthy changes in version `1.7.3'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Note in this version there have been large changes to the location of
|
Note in this version there have been large changes to the location of
|
||||||
|
@ -248,7 +258,7 @@ specific headers may not compile because of this.
|
||||||
|
|
||||||
* New TraditionalChinese language.
|
* New TraditionalChinese language.
|
||||||
|
|
||||||
1.22 Noteworthy changes in version `1.7.2'
|
1.23 Noteworthy changes in version `1.7.2'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* NSUndoManager improvements
|
* NSUndoManager improvements
|
||||||
|
@ -259,12 +269,12 @@ specific headers may not compile because of this.
|
||||||
|
|
||||||
* Improvements to handle selectors better over remote connections.
|
* Improvements to handle selectors better over remote connections.
|
||||||
|
|
||||||
1.23 Noteworthy changes in version `1.7.1'
|
1.24 Noteworthy changes in version `1.7.1'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Bug fixes.
|
Bug fixes.
|
||||||
|
|
||||||
1.24 Noteworthy changes in version `1.7.0'
|
1.25 Noteworthy changes in version `1.7.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
See gnustep-make for comments on the filesystem change. Some components
|
See gnustep-make for comments on the filesystem change. Some components
|
||||||
|
@ -281,7 +291,7 @@ changes:
|
||||||
|
|
||||||
* Added man page for gdomap
|
* Added man page for gdomap
|
||||||
|
|
||||||
1.25 Noteworthy changes in version `1.6.0'
|
1.26 Noteworthy changes in version `1.6.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* More MinGW support
|
* More MinGW support
|
||||||
|
@ -296,7 +306,7 @@ changes:
|
||||||
|
|
||||||
* Any many many bug fixes and minor improvements.
|
* Any many many bug fixes and minor improvements.
|
||||||
|
|
||||||
1.26 Noteworthy changes in version `1.5.1'
|
1.27 Noteworthy changes in version `1.5.1'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Port NSThread to MingW
|
* Port NSThread to MingW
|
||||||
|
@ -315,7 +325,7 @@ changes:
|
||||||
|
|
||||||
* NSTimeZone code rewritten for speed.
|
* NSTimeZone code rewritten for speed.
|
||||||
|
|
||||||
1.27 Noteworthy changes in version `1.5.0'
|
1.28 Noteworthy changes in version `1.5.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* New MacOSX methods implemented (NSString, NSArray, NSObject)
|
* New MacOSX methods implemented (NSString, NSArray, NSObject)
|
||||||
|
@ -324,12 +334,12 @@ changes:
|
||||||
|
|
||||||
* Tcp connections use runloop in NSConnectionReplyMode.
|
* Tcp connections use runloop in NSConnectionReplyMode.
|
||||||
|
|
||||||
1.28 Noteworthy changes in version `1.4.0'
|
1.29 Noteworthy changes in version `1.4.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* gdomap - security bug fixes.
|
* gdomap - security bug fixes.
|
||||||
|
|
||||||
1.29 Noteworthy changes in version `1.3.4'
|
1.30 Noteworthy changes in version `1.3.4'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
This is a first pre-release version for 1.4.
|
This is a first pre-release version for 1.4.
|
||||||
|
@ -341,7 +351,7 @@ users are urged to upgrade to this version as soon as possible.
|
||||||
|
|
||||||
* New combined Unix/Windows version of NSFileHandle
|
* New combined Unix/Windows version of NSFileHandle
|
||||||
|
|
||||||
1.30 Noteworthy changes in version `1.3.3'
|
1.31 Noteworthy changes in version `1.3.3'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Note there are interface and binary changes in this release that
|
Note there are interface and binary changes in this release that
|
||||||
|
@ -362,7 +372,7 @@ gnustep-base.
|
||||||
|
|
||||||
* Support for system-wide .GNUsteprc
|
* Support for system-wide .GNUsteprc
|
||||||
|
|
||||||
1.31 Noteworthy changes in version `1.3.2'
|
1.32 Noteworthy changes in version `1.3.2'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Corrections for handling Windows file paths, etc
|
* Corrections for handling Windows file paths, etc
|
||||||
|
@ -380,7 +390,7 @@ gnustep-base.
|
||||||
|
|
||||||
* Unicode and UTF8 handling improvements.
|
* Unicode and UTF8 handling improvements.
|
||||||
|
|
||||||
1.32 Noteworthy changes in version `1.3.0'
|
1.33 Noteworthy changes in version `1.3.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Moved additional classes into subprojects and/or bundles to make it
|
* Moved additional classes into subprojects and/or bundles to make it
|
||||||
|
@ -396,7 +406,7 @@ gnustep-base.
|
||||||
|
|
||||||
* New, partially finished Objective-C/Foundation programming manual.
|
* New, partially finished Objective-C/Foundation programming manual.
|
||||||
|
|
||||||
1.33 Noteworthy changes in version `1.1.0'
|
1.34 Noteworthy changes in version `1.1.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Removed use of distributed lock to sync defaults file.
|
* Removed use of distributed lock to sync defaults file.
|
||||||
|
@ -418,7 +428,7 @@ gnustep-base.
|
||||||
|
|
||||||
* XML property lists
|
* XML property lists
|
||||||
|
|
||||||
1.34 Noteworthy changes in version `1.0.2'
|
1.35 Noteworthy changes in version `1.0.2'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Mostly a bug fix release to work with the new gcc 3.0.
|
Mostly a bug fix release to work with the new gcc 3.0.
|
||||||
|
@ -426,7 +436,7 @@ Mostly a bug fix release to work with the new gcc 3.0.
|
||||||
* Added support for special gcc 3.0 options (constant string
|
* Added support for special gcc 3.0 options (constant string
|
||||||
support).
|
support).
|
||||||
|
|
||||||
1.35 Noteworthy changes in version `1.0.1'
|
1.36 Noteworthy changes in version `1.0.1'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Many fixes to work better with Darwin (still not there).
|
* Many fixes to work better with Darwin (still not there).
|
||||||
|
@ -442,7 +452,7 @@ Mostly a bug fix release to work with the new gcc 3.0.
|
||||||
|
|
||||||
* More memory debugging support.
|
* More memory debugging support.
|
||||||
|
|
||||||
1.36 Noteworthy changes in version `1.0.0'
|
1.37 Noteworthy changes in version `1.0.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Fix parsing of arguments for new linux kernels.
|
* Fix parsing of arguments for new linux kernels.
|
||||||
|
@ -453,7 +463,7 @@ Mostly a bug fix release to work with the new gcc 3.0.
|
||||||
|
|
||||||
* Update unicode support and fixes
|
* Update unicode support and fixes
|
||||||
|
|
||||||
1.37 Noteworthy changes in version `0.9.1'
|
1.38 Noteworthy changes in version `0.9.1'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* New MacOSX compatible files for NSCalendarDate, NSTimeZone
|
* New MacOSX compatible files for NSCalendarDate, NSTimeZone
|
||||||
|
@ -466,7 +476,7 @@ Mostly a bug fix release to work with the new gcc 3.0.
|
||||||
|
|
||||||
* Added some gettext compatible localization macros.
|
* Added some gettext compatible localization macros.
|
||||||
|
|
||||||
1.38 Noteworthy changes in version `0.9.1'
|
1.39 Noteworthy changes in version `0.9.1'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Fixes for building on FreeBSD
|
* Fixes for building on FreeBSD
|
||||||
|
@ -477,7 +487,7 @@ Mostly a bug fix release to work with the new gcc 3.0.
|
||||||
|
|
||||||
* Updated for Makefile package changes.
|
* Updated for Makefile package changes.
|
||||||
|
|
||||||
1.39 Noteworthy changes in version `0.9.0'
|
1.40 Noteworthy changes in version `0.9.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Workaround when no host IP set.
|
* Workaround when no host IP set.
|
||||||
|
@ -515,7 +525,7 @@ Mostly a bug fix release to work with the new gcc 3.0.
|
||||||
|
|
||||||
* Removed obsolete classes.
|
* Removed obsolete classes.
|
||||||
|
|
||||||
1.40 Noteworthy changes in version `0.6.6'
|
1.41 Noteworthy changes in version `0.6.6'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Lots of new documentation.
|
* Lots of new documentation.
|
||||||
|
@ -532,7 +542,7 @@ Mostly a bug fix release to work with the new gcc 3.0.
|
||||||
|
|
||||||
* More optimization of classes.
|
* More optimization of classes.
|
||||||
|
|
||||||
1.41 Noteworthy changes in version `0.6.5'
|
1.42 Noteworthy changes in version `0.6.5'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Better debugging information.
|
* Better debugging information.
|
||||||
|
@ -546,7 +556,7 @@ Mostly a bug fix release to work with the new gcc 3.0.
|
||||||
|
|
||||||
* Lots of optimizations and bug fixes.
|
* Lots of optimizations and bug fixes.
|
||||||
|
|
||||||
1.42 Noteworthy changes in version `0.6.0'
|
1.43 Noteworthy changes in version `0.6.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Most of the changes to the Base Library are bug fixes and updates to
|
Most of the changes to the Base Library are bug fixes and updates to
|
||||||
|
@ -562,7 +572,7 @@ and installations, and is considered to be fairly stable.
|
||||||
* Performance boosts in many classes.
|
* Performance boosts in many classes.
|
||||||
|
|
||||||
|
|
||||||
1.43 Noteworthy changes in version `0.5.5'
|
1.44 Noteworthy changes in version `0.5.5'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Too many changes to mention in detail, but here is a list of a few:
|
Too many changes to mention in detail, but here is a list of a few:
|
||||||
|
@ -581,14 +591,14 @@ Too many changes to mention in detail, but here is a list of a few:
|
||||||
pasteboards.
|
pasteboards.
|
||||||
|
|
||||||
|
|
||||||
1.44 Noteworthy changes in version `0.5.1'
|
1.45 Noteworthy changes in version `0.5.1'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Additional runtime functions for interaction with Guile and
|
* Additional runtime functions for interaction with Guile and
|
||||||
ObjC-Guile library.
|
ObjC-Guile library.
|
||||||
|
|
||||||
|
|
||||||
1.45 Noteworthy changes in version `0.5.0'
|
1.46 Noteworthy changes in version `0.5.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Improvements to the NSInvocation class, from Masatake Yamato
|
* Improvements to the NSInvocation class, from Masatake Yamato
|
||||||
|
@ -603,7 +613,7 @@ Too many changes to mention in detail, but here is a list of a few:
|
||||||
<richard@brainstorm.co.uk>.
|
<richard@brainstorm.co.uk>.
|
||||||
|
|
||||||
|
|
||||||
1.46 Noteworthy changes in version `0.4.0'
|
1.47 Noteworthy changes in version `0.4.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* New tools for maintaining the defaults database.
|
* New tools for maintaining the defaults database.
|
||||||
|
@ -638,7 +648,7 @@ Too many changes to mention in detail, but here is a list of a few:
|
||||||
* Many, many, many, many bug fixes and new classes.
|
* Many, many, many, many bug fixes and new classes.
|
||||||
|
|
||||||
|
|
||||||
1.47 Noteworthy changes since version `0.1.19'
|
1.48 Noteworthy changes since version `0.1.19'
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
* The library has changed its name from `libobjects' to
|
* The library has changed its name from `libobjects' to
|
||||||
|
@ -740,7 +750,7 @@ Too many changes to mention in detail, but here is a list of a few:
|
||||||
* ...and many bug fixes.
|
* ...and many bug fixes.
|
||||||
|
|
||||||
|
|
||||||
1.48 Noteworthy changes since version `0.1.14'
|
1.49 Noteworthy changes since version `0.1.14'
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
* Can be made as a shared library by passing `--enabled-shared' to
|
* Can be made as a shared library by passing `--enabled-shared' to
|
||||||
|
@ -775,7 +785,7 @@ Too many changes to mention in detail, but here is a list of a few:
|
||||||
places.
|
places.
|
||||||
|
|
||||||
|
|
||||||
1.49 Noteworthy changes since version `0.1.13'
|
1.50 Noteworthy changes since version `0.1.13'
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
* NSProcessInfo class, thanks to Georg Tuparev.
|
* NSProcessInfo class, thanks to Georg Tuparev.
|
||||||
|
@ -790,7 +800,7 @@ Too many changes to mention in detail, but here is a list of a few:
|
||||||
* Many bug fixes.
|
* Many bug fixes.
|
||||||
|
|
||||||
|
|
||||||
1.50 Noteworthy changes since version `0.1.12'
|
1.51 Noteworthy changes since version `0.1.12'
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
* Bug fixes: installation; NSArray and NSDictionary copying;
|
* Bug fixes: installation; NSArray and NSDictionary copying;
|
||||||
|
@ -799,7 +809,7 @@ Too many changes to mention in detail, but here is a list of a few:
|
||||||
ChangeLog for more details.
|
ChangeLog for more details.
|
||||||
|
|
||||||
|
|
||||||
1.51 Noteworthy changes since version `0.1.10'
|
1.52 Noteworthy changes since version `0.1.10'
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
* Now using `src', `config' and `doc' directories to un-clutter the
|
* Now using `src', `config' and `doc' directories to un-clutter the
|
||||||
|
@ -817,7 +827,7 @@ Too many changes to mention in detail, but here is a list of a few:
|
||||||
* And several bug fixes. See the ChangeLog for details.
|
* And several bug fixes. See the ChangeLog for details.
|
||||||
|
|
||||||
|
|
||||||
1.52 Noteworthy changes since version `0.1.9'
|
1.53 Noteworthy changes since version `0.1.9'
|
||||||
=============================================
|
=============================================
|
||||||
|
|
||||||
* Renamed "foundation" include file directory to "Foundation", in
|
* Renamed "foundation" include file directory to "Foundation", in
|
||||||
|
@ -827,7 +837,7 @@ Too many changes to mention in detail, but here is a list of a few:
|
||||||
0.1.9.
|
0.1.9.
|
||||||
|
|
||||||
|
|
||||||
1.53 Noteworthy changes since version `0.1.8'
|
1.54 Noteworthy changes since version `0.1.8'
|
||||||
=============================================
|
=============================================
|
||||||
|
|
||||||
* Many new GNUStep classes: NSEnumerator, NSArrayEnumerator, NSCoder,
|
* Many new GNUStep classes: NSEnumerator, NSArrayEnumerator, NSCoder,
|
||||||
|
@ -864,7 +874,7 @@ Too many changes to mention in detail, but here is a list of a few:
|
||||||
implementations back in Collection.m.
|
implementations back in Collection.m.
|
||||||
|
|
||||||
|
|
||||||
1.54 Noteworthy changes since version `0.1.7'
|
1.55 Noteworthy changes since version `0.1.7'
|
||||||
=============================================
|
=============================================
|
||||||
|
|
||||||
* Thanks to Adam Fedor <fedor@boulder.colorado.edu>, classes
|
* Thanks to Adam Fedor <fedor@boulder.colorado.edu>, classes
|
||||||
|
@ -886,7 +896,7 @@ Too many changes to mention in detail, but here is a list of a few:
|
||||||
deallocation and behavior adding. See the ChangeLog for details.
|
deallocation and behavior adding. See the ChangeLog for details.
|
||||||
|
|
||||||
|
|
||||||
1.55 Noteworthy changes since version `0.1.5'
|
1.56 Noteworthy changes since version `0.1.5'
|
||||||
=============================================
|
=============================================
|
||||||
|
|
||||||
* Better string handling. NSString is now fleshed out, and I've
|
* Better string handling. NSString is now fleshed out, and I've
|
||||||
|
@ -914,7 +924,7 @@ Too many changes to mention in detail, but here is a list of a few:
|
||||||
are in the ChangeLog.
|
are in the ChangeLog.
|
||||||
|
|
||||||
|
|
||||||
1.56 Noteworthy changes since version `0.1.3'
|
1.57 Noteworthy changes since version `0.1.3'
|
||||||
=============================================
|
=============================================
|
||||||
|
|
||||||
This release not well tested at all. We desperately need someone to
|
This release not well tested at all. We desperately need someone to
|
||||||
|
@ -941,7 +951,7 @@ made on GNUSTEP.
|
||||||
`autorelease', `dealloc' instead of `free'.
|
`autorelease', `dealloc' instead of `free'.
|
||||||
|
|
||||||
|
|
||||||
1.57 Noteworthy changes since version `0.1.0'
|
1.58 Noteworthy changes since version `0.1.0'
|
||||||
=============================================
|
=============================================
|
||||||
|
|
||||||
* New category: ObjectRetaining. New classes: AutoreleasePool,
|
* New category: ObjectRetaining. New classes: AutoreleasePool,
|
||||||
|
@ -951,7 +961,7 @@ made on GNUSTEP.
|
||||||
README.ULTRIX. Time.m patched for Solaris 2.4. test12.m free fix.
|
README.ULTRIX. Time.m patched for Solaris 2.4. test12.m free fix.
|
||||||
|
|
||||||
|
|
||||||
1.58 Noteworthy changes in version `0.1.0'
|
1.59 Noteworthy changes in version `0.1.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Renamed the library from `libcoll' to `libgnustep-base'. (See the
|
* Renamed the library from `libcoll' to `libgnustep-base'. (See the
|
||||||
|
@ -985,7 +995,7 @@ made on GNUSTEP.
|
||||||
for NeXT-compatible zone functions.
|
for NeXT-compatible zone functions.
|
||||||
|
|
||||||
|
|
||||||
1.59 Noteworthy changes in verion `940524'
|
1.60 Noteworthy changes in verion `940524'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* A NeXT-compatible NXStringTable object, thanks to Adam Fedor
|
* A NeXT-compatible NXStringTable object, thanks to Adam Fedor
|
||||||
|
@ -1012,7 +1022,7 @@ made on GNUSTEP.
|
||||||
for better NeXT-compability. And more.
|
for better NeXT-compability. And more.
|
||||||
|
|
||||||
|
|
||||||
1.60 Noteworthy changes in version `931026'
|
1.61 Noteworthy changes in version `931026'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
* Installation using `./configure' and `autoconf'
|
* Installation using `./configure' and `autoconf'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue