mirror of https://github.com/GNOME/gimp.git
parent
3a17d16dbe
commit
326949b251
|
@ -1,3 +1,7 @@
|
|||
Wed Apr 8 00:14:29 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* Made 0.99.23 release
|
||||
|
||||
Wed Apr 8 00:04:31 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* app/batch.c: fixup for script-fu in batch mode from
|
||||
|
|
4
NOTES
4
NOTES
|
@ -1,7 +1,7 @@
|
|||
Some notes on GIMP-0.99.23:
|
||||
Some notes on GIMP-0.99.24:
|
||||
|
||||
Please remove everything from your old plugins dir before upgrading to
|
||||
0.99.23. Some plugins are no longer in the dist and will not be updated.
|
||||
0.99.24. Some plugins are no longer in the dist and will not be updated.
|
||||
|
||||
-- Federico Mena <federico@nuclecu.unam.mx>
|
||||
-- Christoph Hoegl <darkwing@bsddmail.franken.de>
|
||||
|
|
4
README
4
README
|
@ -1,12 +1,12 @@
|
|||
The GIMP: the GNU Image Manipulation Program
|
||||
--------------------------------------------
|
||||
|
||||
This is version 0.99.23 of the GIMP. For the most part it contains all
|
||||
This is version 0.99.24 of the GIMP. For the most part it contains all
|
||||
of the features that will be in version 1.0 of the GIMP. It does,
|
||||
however, lack a) documentation, b) robustness and c) some of the
|
||||
plug-ins found in the 0.54 version.
|
||||
|
||||
The main difference between v0.99.23 and much earlier versions is the
|
||||
The main difference between v0.99.24 and much earlier versions is the
|
||||
use of a tile based memory management for images. This allows the GIMP
|
||||
to work with images much larger than physical memory in a usable
|
||||
fashion. Before such memory management, the GIMP was nearly unusable
|
||||
|
|
2
TODO
2
TODO
|
@ -1,5 +1,3 @@
|
|||
Please add things to this file when the need to do them is
|
||||
discovered.
|
||||
|
||||
* configure: check for regex library presence
|
||||
|
||||
|
|
|
@ -7,10 +7,10 @@ GIMP_MAJOR_VERSION_NUMBER=0
|
|||
dnl $Format: "GIMP_MINOR_VERSION_NUMBER=$ReleaseMinorVersion$" $
|
||||
GIMP_MINOR_VERSION_NUMBER=99
|
||||
dnl $Format: "GIMP_MICRO_VERSION_NUMBER=$ReleaseMicroVersion$" $
|
||||
GIMP_MICRO_VERSION_NUMBER=23
|
||||
GIMP_MICRO_VERSION_NUMBER=24
|
||||
|
||||
dnl $Format: "AM_INIT_AUTOMAKE(gimp, $ReleaseVersion$)" $
|
||||
AM_INIT_AUTOMAKE(gimp, 0.99.23)
|
||||
AM_INIT_AUTOMAKE(gimp, 0.99.24)
|
||||
|
||||
dnl Specify a header configuration file
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
|
Loading…
Reference in New Issue