mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
Version: 0.8.2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@14771 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
496660b791
commit
a3fed1b899
3 changed files with 14 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-10-13 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: 0.8.2.
|
||||
* Documentation/news.texi: Update.
|
||||
|
||||
Fri Oct 11 00:47:04 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/xlib/XGFont.m ([XGFontInfo -setupAttributes]): Return NO
|
||||
|
|
|
@ -7,15 +7,20 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes in version @samp{0.8.1}
|
||||
@section Noteworthy changes in version @samp{0.8.2}
|
||||
|
||||
art (libart-based) backend added. Use ./configure --enable-graphics=art
|
||||
to choose this backend.
|
||||
Improved font handling in art backend. Improved compositing with
|
||||
transformations and clipping in art backend.
|
||||
|
||||
@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.1}
|
||||
|
||||
art (libart-based) backend added. Use ./configure --enable-graphics=art
|
||||
to choose this backend.
|
||||
|
||||
@section Noteworthy changes in version @samp{0.8.0}
|
||||
|
||||
Bug fixes.
|
||||
|
|
2
Version
2
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=1
|
||||
GNUSTEP_BACK_SUBMINOR_VERSION=2
|
||||
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_BACK_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue