mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
* 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:
parent
60f9705ac6
commit
7a8b76f118
5 changed files with 31 additions and 16 deletions
17
ANNOUNCE
17
ANNOUNCE
|
@ -1,7 +1,7 @@
|
||||||
Announcement
|
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?
|
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
|
There is more information available at the GNUstep homepage at
|
||||||
`http://www.gnustep.org'.
|
`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.
|
This version includes a few minor bug fixes.
|
||||||
|
|
||||||
* 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.
|
|
||||||
|
|
||||||
Where can you get it? How can you compile it?
|
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'.
|
`ftp.gnustep.org' in `pub/gnustep/core'.
|
||||||
|
|
||||||
Please log bug reports on the GNUstep project page
|
Please log bug reports on the GNUstep project page
|
||||||
|
|
|
@ -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>
|
2005-04-12 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Headers/Foundation/NSDistributedNotificationCenter.h:
|
* Headers/Foundation/NSDistributedNotificationCenter.h:
|
||||||
|
|
|
@ -18,9 +18,18 @@
|
||||||
changes and other information that might help developers and users
|
changes and other information that might help developers and users
|
||||||
migrate to using a newer version of the library.
|
migrate to using a newer version of the library.
|
||||||
</p>
|
</p>
|
||||||
|
<section>
|
||||||
|
<heading>Version 1.10.3</heading>
|
||||||
|
<p>
|
||||||
|
This release includes a few minor bug fixes.
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<heading>Version 1.10.2</heading>
|
<heading>Version 1.10.2</heading>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
<deflist>
|
<deflist>
|
||||||
<term>NSContainsRect behavior change</term>
|
<term>NSContainsRect behavior change</term>
|
||||||
|
|
|
@ -11,6 +11,12 @@ 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.10.3}
|
||||||
|
|
||||||
|
This version includes a few minor bug fixes.
|
||||||
|
|
||||||
|
@ifclear ANNOUNCE-ONLY
|
||||||
|
|
||||||
@section Noteworthy changes in version @samp{1.10.2}
|
@section Noteworthy changes in version @samp{1.10.2}
|
||||||
|
|
||||||
This version mostly includes minor fixes and updates.
|
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.
|
@item Use a proper one-to-one abbreviation dictionary for NSTimeZone.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@ifclear ANNOUNCE-ONLY
|
|
||||||
|
|
||||||
@section Noteworthy changes in version @samp{1.10.1}
|
@section Noteworthy changes in version @samp{1.10.1}
|
||||||
|
|
||||||
This version mostly includes minor fixes and updates.
|
This version mostly includes minor fixes and updates.
|
||||||
|
|
7
NEWS
7
NEWS
|
@ -1,10 +1,15 @@
|
||||||
News
|
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.
|
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'
|
Noteworthy changes in version `1.10.2'
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue