* ANNOUNCE, NEWS, Documentation/news.texi,

Documentation/ReleaseNotes.gsdoc: Merge in release info from
1.10.3 release branch.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21106 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2005-04-14 04:26:41 +00:00
parent 5b34db2984
commit 96d75579bf
5 changed files with 31 additions and 16 deletions

View file

@ -1,7 +1,7 @@
Announcement
************
The GNUstep Base Library, version 1.10.2, is now available.
The GNUstep Base Library, version 1.10.3, is now available.
What is the GNUstep Base Library?
=================================
@ -18,24 +18,15 @@ portion of the OpenStep standard (the Foundation library).
There is more information available at the GNUstep homepage at
`http://www.gnustep.org'.
Noteworthy changes in version `1.10.2'
Noteworthy changes in version `1.10.3'
======================================
This version mostly includes minor fixes and updates.
* The definition of NSContainsRect has changed to correspond with the
current Mac OS X/Cocoa def - the sides of the bRect can touch
aRect.
* Add support for systems that support unichar file paths (e.g.
Windows).
* Use a proper one-to-one abbreviation dictionary for NSTimeZone.
This version includes a few minor bug fixes.
Where can you get it? How can you compile it?
==============================================
The gnustep-base-1.10.2.tar.gz distribution file has been placed on
The gnustep-base-1.10.3.tar.gz distribution file has been placed on
`ftp.gnustep.org' in `pub/gnustep/core'.
Please log bug reports on the GNUstep project page

View file

@ -1,3 +1,9 @@
2005-04-13 Adam Fedor <fedor@gnu.org>
* ANNOUNCE, NEWS, Documentation/news.texi,
Documentation/ReleaseNotes.gsdoc: Merge in release info from
1.10.3 release branch.
2005-04-12 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/Foundation/NSDistributedNotificationCenter.h:

View file

@ -18,9 +18,18 @@
changes and other information that might help developers and users
migrate to using a newer version of the library.
</p>
<section>
<heading>Version 1.10.3</heading>
<p>
This release includes a few minor bug fixes.
</p>
</section>
<section>
<heading>Version 1.10.2</heading>
<p>
This release is most likely the last release in this series,
aside from possible bug fixes.
It was was branched from CVS on Feb 22, 2005.
</p>
<deflist>
<term>NSContainsRect behavior change</term>

View file

@ -11,6 +11,12 @@ 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.10.3}
This version includes a few minor bug fixes.
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.10.2}
This version mostly includes minor fixes and updates.
@ -22,8 +28,6 @@ current Mac OS X/Cocoa def - the sides of the bRect can touch aRect.
@item Use a proper one-to-one abbreviation dictionary for NSTimeZone.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.10.1}
This version mostly includes minor fixes and updates.

7
NEWS
View file

@ -1,10 +1,15 @@
News
****
The currently released version of the library is `1.10.2'.
The currently released version of the library is `1.10.3'.
See the <ReleaseNotes.html> document for more information.
Noteworthy changes in version `1.10.3'
======================================
This version includes a few minor bug fixes.
Noteworthy changes in version `1.10.2'
======================================