diff --git a/ANNOUNCE b/ANNOUNCE index 8731b9a12..9f3979d0f 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,7 +1,7 @@ 1 Announcement ************** -The GNUstep Base Library, version 1.15.0, is now available. +The GNUstep Base Library, version 1.15.1, is now available. 1.1 What is the GNUstep Base Library? ===================================== @@ -18,17 +18,18 @@ portion of the OpenStep standard (the Foundation library). There is more information available at the GNUstep homepage at `http://www.gnustep.org'. -1.2 Noteworthy changes in version `1.15.0' +1.2 Noteworthy changes in version `1.15.1' ========================================== -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 backward -compatible with previous 1.15 releases. +This is an unstable release. There may be API and ABI changes from +previous releases. The licesne hase changed to GPLv3 and LGPLv3. +Mostly bug fixes, but a few improvements in NSPredicates and Key-Value +coding have been added. 1.3 Where can you get it? How can you compile it? ================================================== -The gnustep-base-1.15.0.tar.gz distribution file has been placed at +The gnustep-base-1.15.1.tar.gz distribution file has been placed at `ftp://ftp.gnustep.org/pub/gnustep/core'. Please log bug reports on the GNUstep project page diff --git a/ChangeLog b/ChangeLog index ca29b6f62..56be02b3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-30 Adam Fedor + + * Version 1.15.1 + 2007-11-06 Roland Schwingel * Source/NSTimeZone.m: In windows use wide (unichar) API diff --git a/Documentation/ReleaseNotes.gsdoc b/Documentation/ReleaseNotes.gsdoc index 56be7a6d1..b73de13de 100644 --- a/Documentation/ReleaseNotes.gsdoc +++ b/Documentation/ReleaseNotes.gsdoc @@ -28,6 +28,39 @@ notice and this notice are preserved. changes and other information that might help developers and users migrate to using a newer version of the library.

+
+ Version 1.15.1 +

+ This is an unstable release. There have been many bug fixes, but + also a few method additions and changes to some headers. + Also the license for this releas is now GPLv3 and LGPLv3. +

+ Highlights: + + NSUserDefaults + + Stores YES or NO as a string for MacOS X compatibility. + + NSErrorRecoveryAttempting + + Added header (and some support in the gui library). + + NSArray + + Added some new methods to handle multiple objects. + + Key-Value Coding + + More support for key-value coding. + + NSPredicate + + Much improved parsing. Ivars have changed in some of the predicate + classes. + + +
+
Version 1.15.0

diff --git a/Documentation/announce.texi b/Documentation/announce.texi index b3f6c09c4..063713b3d 100644 --- a/Documentation/announce.texi +++ b/Documentation/announce.texi @@ -37,11 +37,3 @@ Please log bug reports on the GNUstep project page @url{http://savannah.gnu.org/bugs/?group=gnustep} or send bug reports to @email{bug-gnustep@@gnu.org}. -@ifinfo -Copyright @copyright{} 2005 Free Software Foundation - -Copying and distribution of this file, with or without modification, -are permitted in any medium without royalty provided the copyright -notice and this notice are preserved. -@end ifinfo - diff --git a/Documentation/news.texi b/Documentation/news.texi index 8cfadb026..a32b7b91a 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -11,14 +11,21 @@ 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.1} + +This is an unstable release. There may be API and ABI changes +from previous releases. The licesne hase changed to GPLv3 and LGPLv3. +Mostly bug fixes, but a few improvements in NSPredicates and Key-Value +coding have been added. + +@ifclear ANNOUNCE-ONLY + @section Noteworthy changes in version @samp{1.15.0} 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 compatible with previous 1.15 releases. -@ifclear ANNOUNCE-ONLY - @section Noteworthy changes in version @samp{1.14.0} Many portability (particularly for ms-windows) and MacOS-X compatibility fixes. diff --git a/INSTALL b/INSTALL index da32ac4cb..9b68f23eb 100644 --- a/INSTALL +++ b/INSTALL @@ -7,6 +7,9 @@ install the entire GNUstep package (including this library). GNUstep-HOWTO is located in the gnustep-make package or at `http://www.gnustep.org' + This version of gnustep-base requires gnustep-make version 2.0.0 or +higher. + Other external libraries that you may need to install include: * ffcall or ffi (HIGHLY RECOMMENDED) diff --git a/NEWS b/NEWS index 77eef2af2..b1e2cbe5a 100644 --- a/NEWS +++ b/NEWS @@ -1,18 +1,26 @@ 1 News ****** -The currently released version of the library is `1.15.0'. +The currently released version of the library is `1.15.1'. See the `ReleaseNotes.html' document for more information. -1.1 Noteworthy changes in version `1.15.0' +1.1 Noteworthy changes in version `1.15.1' +========================================== + +This is an unstable release. There may be API and ABI changes from +previous releases. The licesne hase changed to GPLv3 and LGPLv3. +Mostly bug fixes, but a few improvements in NSPredicates and Key-Value +coding have been added. + +1.2 Noteworthy changes in version `1.15.0' ========================================== 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 backward +the 1.14.0 release. Releases in the 1.15 series may not be forward compatible with previous 1.15 releases. -1.2 Noteworthy changes in version `1.14.0' +1.3 Noteworthy changes in version `1.14.0' ========================================== Many portability (particularly for ms-windows) and MacOS-X @@ -20,7 +28,7 @@ compatibility fixes. New MacOS-X classes and incorporation of NSAffineTransform and NSSpellServer which were formerly in the gui library. Improved performance of amssively multithreaded programs. -1.3 Noteworthy changes in version `1.13.1' +1.4 Noteworthy changes in version `1.13.1' ========================================== Various minor bugs and MacOS-X incompatibilities fixed. One important @@ -29,13 +37,13 @@ objects from strings. One fix for a serious (crash) bug when initialising the bundles system in an application which has a lot of frameworks linked to it. See the release notes for more details. -1.4 Noteworthy changes in version `1.13.0' +1.5 Noteworthy changes in version `1.13.0' ========================================== Several sets of classes have been added for dealing with urls and predicates. A few minor api changes have occured as well. -1.5 Noteworthy changes in version `1.12.0' +1.6 Noteworthy changes in version `1.12.0' ========================================== There have been a number of API changes and several methods have been @@ -51,7 +59,7 @@ 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 where using external resources is not desired. -1.6 Noteworthy changes in version `1.11.2' +1.7 Noteworthy changes in version `1.11.2' ========================================== * Support for GNUstep.conf and relocation of the filesystem is much @@ -68,7 +76,7 @@ where using external resources is not desired. * Some support for keeping user defaults in the Windows registry implemented. -1.7 Noteworthy changes in version `1.11.1' +1.8 Noteworthy changes in version `1.11.1' ========================================== * New Cocoa class NSSortDescriptor @@ -80,7 +88,7 @@ where using external resources is not desired. * More support for debugging on mingw, including writing logs to debugger and event viewer. -1.8 Noteworthy changes in version `1.11.0' +1.9 Noteworthy changes in version `1.11.0' ========================================== This release is binary incompatible with previous releases. The @@ -99,12 +107,12 @@ new version. * NSRunLoop and related classes use natvie win32 event handling on Windows machines. -1.9 Noteworthy changes in version `1.10.3' -========================================== +1.10 Noteworthy changes in version `1.10.3' +=========================================== This version includes a few minor bug fixes. -1.10 Noteworthy changes in version `1.10.2' +1.11 Noteworthy changes in version `1.10.2' =========================================== This version mostly includes minor fixes and updates. @@ -118,7 +126,7 @@ This version mostly includes minor fixes and updates. * Use a proper one-to-one abbreviation dictionary for NSTimeZone. -1.11 Noteworthy changes in version `1.10.1' +1.12 Noteworthy changes in version `1.10.1' =========================================== This version mostly includes minor fixes and updates. @@ -133,7 +141,7 @@ This version mostly includes minor fixes and updates. * Designated initializers for NSArray, NSDictionary, NSSet, and NSString have been changed for MacOS X compatibility. -1.12 Noteworthy changes in version `1.10.0' +1.13 Noteworthy changes in version `1.10.0' =========================================== Note the interface version of the library has changed so that apps, @@ -147,7 +155,7 @@ use it. * Mac OSX XML compatibility fixes. -1.13 Noteworthy changes in version `1.9.2' +1.14 Noteworthy changes in version `1.9.2' ========================================== * GSMime parsing ignores extraneous data @@ -165,7 +173,7 @@ use it. * Binary incompatibility: NSUnarchiver, GSIMapTable have new ivars added -1.14 Noteworthy changes in version `1.9.1' +1.15 Noteworthy changes in version `1.9.1' ========================================== * Default string encoding taken from system nl_langinfo if not set @@ -176,7 +184,7 @@ use it. * NSPropertyLists class added, also decodes Mac OS X binary propery lists. -1.15 Noteworthy changes in version `1.9.0' +1.16 Noteworthy changes in version `1.9.0' ========================================== * Lazy locking implemented (see GSLock documentation) @@ -193,7 +201,7 @@ use it. * NSString subclass heirarchy reorganized to fix problems with copying and ownership of data. -1.16 Noteworthy changes in version `1.8.0' +1.17 Noteworthy changes in version `1.8.0' ========================================== Read the NEWS file for a complete list of changes since the last stable @@ -203,14 +211,14 @@ changes in gnustep-make, several components of gnustep-base are located in different locations. Generally this should not affect the compilation or running of applications and tools. -1.17 Noteworthy changes in version `1.7.4' +1.18 Noteworthy changes in version `1.7.4' ========================================== * Added Korean encoding * Updated use of ObjCRuntime functions. -1.18 Noteworthy changes in version `1.7.3' +1.19 Noteworthy changes in version `1.7.3' ========================================== Note in this version there have been large changes to the location of @@ -222,7 +230,7 @@ specific headers may not compile because of this. * New TraditionalChinese language. -1.19 Noteworthy changes in version `1.7.2' +1.20 Noteworthy changes in version `1.7.2' ========================================== * NSUndoManager improvements @@ -233,12 +241,12 @@ specific headers may not compile because of this. * Improvements to handle selectors better over remote connections. -1.20 Noteworthy changes in version `1.7.1' +1.21 Noteworthy changes in version `1.7.1' ========================================== Bug fixes. -1.21 Noteworthy changes in version `1.7.0' +1.22 Noteworthy changes in version `1.7.0' ========================================== See gnustep-make for comments on the filesystem change. Some components @@ -255,7 +263,7 @@ changes: * Added man page for gdomap -1.22 Noteworthy changes in version `1.6.0' +1.23 Noteworthy changes in version `1.6.0' ========================================== * More MinGW support @@ -270,7 +278,7 @@ changes: * Any many many bug fixes and minor improvements. -1.23 Noteworthy changes in version `1.5.1' +1.24 Noteworthy changes in version `1.5.1' ========================================== * Port NSThread to MingW @@ -289,7 +297,7 @@ changes: * NSTimeZone code rewritten for speed. -1.24 Noteworthy changes in version `1.5.0' +1.25 Noteworthy changes in version `1.5.0' ========================================== * New MacOSX methods implemented (NSString, NSArray, NSObject) @@ -298,12 +306,12 @@ changes: * Tcp connections use runloop in NSConnectionReplyMode. -1.25 Noteworthy changes in version `1.4.0' +1.26 Noteworthy changes in version `1.4.0' ========================================== * gdomap - security bug fixes. -1.26 Noteworthy changes in version `1.3.4' +1.27 Noteworthy changes in version `1.3.4' ========================================== This is a first pre-release version for 1.4. @@ -315,7 +323,7 @@ users are urged to upgrade to this version as soon as possible. * New combined Unix/Windows version of NSFileHandle -1.27 Noteworthy changes in version `1.3.3' +1.28 Noteworthy changes in version `1.3.3' ========================================== Note there are interface and binary changes in this release that @@ -336,7 +344,7 @@ gnustep-base. * Support for system-wide .GNUsteprc -1.28 Noteworthy changes in version `1.3.2' +1.29 Noteworthy changes in version `1.3.2' ========================================== * Corrections for handling Windows file paths, etc @@ -354,7 +362,7 @@ gnustep-base. * Unicode and UTF8 handling improvements. -1.29 Noteworthy changes in version `1.3.0' +1.30 Noteworthy changes in version `1.3.0' ========================================== * Moved additional classes into subprojects and/or bundles to make it @@ -370,7 +378,7 @@ gnustep-base. * New, partially finished Objective-C/Foundation programming manual. -1.30 Noteworthy changes in version `1.1.0' +1.31 Noteworthy changes in version `1.1.0' ========================================== * Removed use of distributed lock to sync defaults file. @@ -392,7 +400,7 @@ gnustep-base. * XML property lists -1.31 Noteworthy changes in version `1.0.2' +1.32 Noteworthy changes in version `1.0.2' ========================================== Mostly a bug fix release to work with the new gcc 3.0. @@ -400,7 +408,7 @@ Mostly a bug fix release to work with the new gcc 3.0. * Added support for special gcc 3.0 options (constant string support). -1.32 Noteworthy changes in version `1.0.1' +1.33 Noteworthy changes in version `1.0.1' ========================================== * Many fixes to work better with Darwin (still not there). @@ -416,7 +424,7 @@ Mostly a bug fix release to work with the new gcc 3.0. * More memory debugging support. -1.33 Noteworthy changes in version `1.0.0' +1.34 Noteworthy changes in version `1.0.0' ========================================== * Fix parsing of arguments for new linux kernels. @@ -427,7 +435,7 @@ Mostly a bug fix release to work with the new gcc 3.0. * Update unicode support and fixes -1.34 Noteworthy changes in version `0.9.1' +1.35 Noteworthy changes in version `0.9.1' ========================================== * New MacOSX compatible files for NSCalendarDate, NSTimeZone @@ -440,7 +448,7 @@ Mostly a bug fix release to work with the new gcc 3.0. * Added some gettext compatible localization macros. -1.35 Noteworthy changes in version `0.9.1' +1.36 Noteworthy changes in version `0.9.1' ========================================== * Fixes for building on FreeBSD @@ -451,7 +459,7 @@ Mostly a bug fix release to work with the new gcc 3.0. * Updated for Makefile package changes. -1.36 Noteworthy changes in version `0.9.0' +1.37 Noteworthy changes in version `0.9.0' ========================================== * Workaround when no host IP set. @@ -489,7 +497,7 @@ Mostly a bug fix release to work with the new gcc 3.0. * Removed obsolete classes. -1.37 Noteworthy changes in version `0.6.6' +1.38 Noteworthy changes in version `0.6.6' ========================================== * Lots of new documentation. @@ -506,7 +514,7 @@ Mostly a bug fix release to work with the new gcc 3.0. * More optimization of classes. -1.38 Noteworthy changes in version `0.6.5' +1.39 Noteworthy changes in version `0.6.5' ========================================== * Better debugging information. @@ -520,7 +528,7 @@ Mostly a bug fix release to work with the new gcc 3.0. * Lots of optimizations and bug fixes. -1.39 Noteworthy changes in version `0.6.0' +1.40 Noteworthy changes in version `0.6.0' ========================================== Most of the changes to the Base Library are bug fixes and updates to @@ -536,7 +544,7 @@ and installations, and is considered to be fairly stable. * Performance boosts in many classes. -1.40 Noteworthy changes in version `0.5.5' +1.41 Noteworthy changes in version `0.5.5' ========================================== Too many changes to mention in detail, but here is a list of a few: @@ -555,14 +563,14 @@ Too many changes to mention in detail, but here is a list of a few: pasteboards. -1.41 Noteworthy changes in version `0.5.1' +1.42 Noteworthy changes in version `0.5.1' ========================================== * Additional runtime functions for interaction with Guile and ObjC-Guile library. -1.42 Noteworthy changes in version `0.5.0' +1.43 Noteworthy changes in version `0.5.0' ========================================== * Improvements to the NSInvocation class, from Masatake Yamato @@ -577,7 +585,7 @@ Too many changes to mention in detail, but here is a list of a few: . -1.43 Noteworthy changes in version `0.4.0' +1.44 Noteworthy changes in version `0.4.0' ========================================== * New tools for maintaining the defaults database. @@ -612,7 +620,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. -1.44 Noteworthy changes since version `0.1.19' +1.45 Noteworthy changes since version `0.1.19' ============================================== * The library has changed its name from `libobjects' to @@ -714,7 +722,7 @@ Too many changes to mention in detail, but here is a list of a few: * ...and many bug fixes. -1.45 Noteworthy changes since version `0.1.14' +1.46 Noteworthy changes since version `0.1.14' ============================================== * Can be made as a shared library by passing `--enabled-shared' to @@ -749,7 +757,7 @@ Too many changes to mention in detail, but here is a list of a few: places. -1.46 Noteworthy changes since version `0.1.13' +1.47 Noteworthy changes since version `0.1.13' ============================================== * NSProcessInfo class, thanks to Georg Tuparev. @@ -764,7 +772,7 @@ Too many changes to mention in detail, but here is a list of a few: * Many bug fixes. -1.47 Noteworthy changes since version `0.1.12' +1.48 Noteworthy changes since version `0.1.12' ============================================== * Bug fixes: installation; NSArray and NSDictionary copying; @@ -773,7 +781,7 @@ Too many changes to mention in detail, but here is a list of a few: ChangeLog for more details. -1.48 Noteworthy changes since version `0.1.10' +1.49 Noteworthy changes since version `0.1.10' ============================================== * Now using `src', `config' and `doc' directories to un-clutter the @@ -791,7 +799,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. -1.49 Noteworthy changes since version `0.1.9' +1.50 Noteworthy changes since version `0.1.9' ============================================= * Renamed "foundation" include file directory to "Foundation", in @@ -801,7 +809,7 @@ Too many changes to mention in detail, but here is a list of a few: 0.1.9. -1.50 Noteworthy changes since version `0.1.8' +1.51 Noteworthy changes since version `0.1.8' ============================================= * Many new GNUStep classes: NSEnumerator, NSArrayEnumerator, NSCoder, @@ -838,7 +846,7 @@ Too many changes to mention in detail, but here is a list of a few: implementations back in Collection.m. -1.51 Noteworthy changes since version `0.1.7' +1.52 Noteworthy changes since version `0.1.7' ============================================= * Thanks to Adam Fedor , classes @@ -860,7 +868,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. -1.52 Noteworthy changes since version `0.1.5' +1.53 Noteworthy changes since version `0.1.5' ============================================= * Better string handling. NSString is now fleshed out, and I've @@ -888,7 +896,7 @@ Too many changes to mention in detail, but here is a list of a few: are in the ChangeLog. -1.53 Noteworthy changes since version `0.1.3' +1.54 Noteworthy changes since version `0.1.3' ============================================= This release not well tested at all. We desperately need someone to @@ -915,7 +923,7 @@ made on GNUSTEP. `autorelease', `dealloc' instead of `free'. -1.54 Noteworthy changes since version `0.1.0' +1.55 Noteworthy changes since version `0.1.0' ============================================= * New category: ObjectRetaining. New classes: AutoreleasePool, @@ -925,7 +933,7 @@ made on GNUSTEP. README.ULTRIX. Time.m patched for Solaris 2.4. test12.m free fix. -1.55 Noteworthy changes in version `0.1.0' +1.56 Noteworthy changes in version `0.1.0' ========================================== * Renamed the library from `libcoll' to `libgnustep-base'. (See the @@ -959,7 +967,7 @@ made on GNUSTEP. for NeXT-compatible zone functions. -1.56 Noteworthy changes in verion `940524' +1.57 Noteworthy changes in verion `940524' ========================================== * A NeXT-compatible NXStringTable object, thanks to Adam Fedor @@ -986,7 +994,7 @@ made on GNUSTEP. for better NeXT-compability. And more. -1.57 Noteworthy changes in version `931026' +1.58 Noteworthy changes in version `931026' =========================================== * Installation using `./configure' and `autoconf' diff --git a/Version b/Version index 95f30f88d..c09699fef 100644 --- a/Version +++ b/Version @@ -7,9 +7,9 @@ GCC_VERSION=2.9.5 # The version number of this release. MAJOR_VERSION=1 MINOR_VERSION=15 -SUBMINOR_VERSION=0 +SUBMINOR_VERSION=1 # numeric value should match above -VERSION_NUMBER=115.0 +VERSION_NUMBER=115.1 GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION} VERSION=${GNUSTEP_BASE_VERSION}