diff --git a/ChangeLog b/ChangeLog index 493797c..23f8783 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-20 Adam Fedor + + * Version 0.8.7 + 2003-06-17 20:07 Alexander Malmberg * Source/art/composite.m, Source/art/ftfont.m, Source/art/path.m: diff --git a/Documentation/news.texi b/Documentation/news.texi index 922ffd2..f987f5f 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -9,12 +9,17 @@ @section Noteworthy changes in version @samp{0.8.6} -Bug fixes. See the gnustep-gui NEWS for changes. +Handle NSBezierPath glyph drawing in art backend. art backend compiles +with all freetype except 2.1.3 via ifdefs. @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.6} + +Bug fixes. See the gnustep-gui NEWS for changes. + @section Noteworthy changes in version @samp{0.8.5} Text system improvements. See the gnustep-gui NEWS for changes. diff --git a/Version b/Version index 37b5dda..28e1fb1 100644 --- a/Version +++ b/Version @@ -4,7 +4,7 @@ # The version number of this release. GNUSTEP_BACK_MAJOR_VERSION=0 GNUSTEP_BACK_MINOR_VERSION=8 -GNUSTEP_BACK_SUBMINOR_VERSION=6 +GNUSTEP_BACK_SUBMINOR_VERSION=7 GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION} VERSION=${GNUSTEP_BACK_VERSION}