Updates for 1.19.3

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28586 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-09-01 09:03:28 +00:00
parent 377d3fd4c4
commit 8b41f65369
5 changed files with 35 additions and 7 deletions

View file

@ -28,7 +28,19 @@ 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.
</p>
<section>
<section>
<heading>Version 1.19.3</heading>
<p>This is a new unstable snapshot release of the base library
almost identical to 1.19.2 but containing a bugfix for the
introduction of a change in the behavior of NSURL's -path
method to match OSX. We add a new -fullPath method which
returns the actual path of the URL the way the old -path
implementaiton did. This is necessary because the OSX behavior
is to strip any trailing '/' from a path so that it's no longer
possible to reliably build a URL string from its component parts.
</p>
</section>
<section>
<heading>Version 1.19.2</heading>
<p>This is a new unstable snapshot release of the base library.
It may contain minor binary incompatibilities with the previous

View file

@ -11,6 +11,14 @@ 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.19.3}
@itemize @bullet
@item Bugfix to work around OSX behavior of [NSURL-path]
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.19.2}
@itemize @bullet
@ -19,8 +27,6 @@ See the @url{ReleaseNotes.html} document for more information.
@item Several minor bugfixes.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.19.1}
@itemize @bullet