mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-24 04:11:28 +00:00
Version 0.8.9
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17554 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
60d629c0df
commit
20a61890e5
3 changed files with 16 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-08-26 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Version 0.8.9
|
||||||
|
|
||||||
2003-08-19 Fred Kiefer <FredKiefer@gmx.de>
|
2003-08-19 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Tools/xpbs.m
|
* Tools/xpbs.m
|
||||||
|
|
|
@ -7,6 +7,17 @@
|
||||||
@include version.texi
|
@include version.texi
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
|
@section Noteworthy changes in version @samp{0.8.9}
|
||||||
|
|
||||||
|
@itemize @bullet
|
||||||
|
@item Much improved pasting support between X apps and GNUstep apps.
|
||||||
|
@item Backend headers are no longer installed (now private).
|
||||||
|
@end itemize
|
||||||
|
|
||||||
|
@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.8.8}
|
@section Noteworthy changes in version @samp{0.8.8}
|
||||||
|
|
||||||
Full multi-byte/unicode support for East Asian languages was added to
|
Full multi-byte/unicode support for East Asian languages was added to
|
||||||
|
@ -19,10 +30,6 @@ to Kazunobu Kuriyama.
|
||||||
@item Art backend works with more versions of freetype.
|
@item Art backend works with more versions of freetype.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@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.8.7}
|
@section Noteworthy changes in version @samp{0.8.7}
|
||||||
|
|
||||||
Handle NSBezierPath glyph drawing in art backend. art backend compiles
|
Handle NSBezierPath glyph drawing in art backend. art backend compiles
|
||||||
|
|
2
Version
2
Version
|
@ -4,7 +4,7 @@
|
||||||
# The version number of this release.
|
# The version number of this release.
|
||||||
GNUSTEP_BACK_MAJOR_VERSION=0
|
GNUSTEP_BACK_MAJOR_VERSION=0
|
||||||
GNUSTEP_BACK_MINOR_VERSION=8
|
GNUSTEP_BACK_MINOR_VERSION=8
|
||||||
GNUSTEP_BACK_SUBMINOR_VERSION=8
|
GNUSTEP_BACK_SUBMINOR_VERSION=9
|
||||||
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
|
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
|
||||||
VERSION=${GNUSTEP_BACK_VERSION}
|
VERSION=${GNUSTEP_BACK_VERSION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue