Fix typos and clarify unstable release documentation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30346 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2010-05-10 19:48:24 +00:00
parent b15ccef05a
commit a810882f43
7 changed files with 95 additions and 97 deletions

View file

@ -120,14 +120,6 @@ version.texi: ../Version
if [ $(GNUSTEP_BASE_FTP_DIRECTORY) ]; then \
echo '@set GNUSTEP-BASE-FTP-DIRECTORY $(GNUSTEP_BASE_FTP_DIRECTORY)' \
>> version.texi; fi
if [ $(GNUSTEP_BASE_SNAP_FTP_MACHINE) ]; then \
echo '@set GNUSTEP-BASE-SNAP-FTP-MACHINE \
$(GNUSTEP_BASE_SNAP_FTP_MACHINE)' \
>> version.texi; fi
if [ $(GNUSTEP_BASE_SNAP_FTP_DIRECTORY) ]; then \
echo '@set GNUSTEP-BASE-SNAP-FTP-DIRECTORY \
$(GNUSTEP_BASE_SNAP_FTP_DIRECTORY)' \
>> version.texi; fi
regenerate: $(DOCUMENT_TEXT_NAME)
mv $(TOP_DOC_FILES) ..

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.21.0}
This is an (unstable) copy of the 1.20.0 release
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.20.0}
This is a stable release. There have been major changes
@ -19,8 +25,6 @@ non-fragile ABI from clang. These changes, although they
break binary compatibility with previous releases, should allow
all future releases to maintain compatibility.
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.19.3}
@itemize @bullet

View file

@ -10,7 +10,8 @@ notifications, notification dispatchers, moments in time, network ports,
remote object messaging support (distributed objects), and event loops.
It provides functionality that aims to implement the non-graphical
portion of the OpenStep standard (the Foundation library).
portion of the Apple's Cocoa frameworks (the Foundation library) which
came from the OpenStep standard.
@section Initial reading