Version 0.7.8

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13835 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-06-11 03:38:44 +00:00
parent 9c2e38e64b
commit 4c8f24f6e3
3 changed files with 16 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2002-06-10 Adam Fedor <fedor@gnu.org>
* Version 0.7.8
2002-06-09 Adam Fedor <fedor@gnu.org>
* configure.ac: Set WIN32 and WINLIB only on mingw32 systems.

View file

@ -7,6 +7,16 @@
@include version.texi
@end ifset
@section Noteworthy changes in version @samp{0.7.8}
Simplified backend selection using --enable-server and
--enable-graphics. Add --with-library-flags and --with-include-flags
for adding additonal flags. Set name with --with-name
@c ====================================================================
@c Keep the next line just below the list of changes in most recent version.
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.7.7}
First release. Most components extracted from xgps. The old backends,
@ -17,10 +27,4 @@ graphics implementations, and also allow for improved code sharing.
In addition there is now a window server backend for Windows computers,
although it is in a very alpha state.
@c ====================================================================
@c Keep the next line just below the list of changes in most recent version.
@ifclear ANNOUNCE-ONLY
@end ifclear

View file

@ -4,7 +4,7 @@
# The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=7
GNUSTEP_BACK_SUBMINOR_VERSION=7
GNUSTEP_BACK_SUBMINOR_VERSION=8
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION}