From b98b70f5384fbccb81d196a972a35663b81a8a55 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Sun, 26 Apr 1998 23:35:57 +0000 Subject: [PATCH] 0.99.28 fun -Yosh --- ChangeLog | 4 ++++ NOTES | 4 ++-- README | 4 ++-- configure.in | 4 ++-- gimp.spec | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index e2eb37155a..217a3883f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Apr 26 16:31:06 PDT 1998 Manish Singh + + * Made 0.99.28 release + Sun Apr 26 16:17:46 PDT 1998 Manish Singh * app/procedural_db.c diff --git a/NOTES b/NOTES index b20ed088a2..c10175359b 100644 --- a/NOTES +++ b/NOTES @@ -1,7 +1,7 @@ -Some notes on GIMP-0.99.27: +Some notes on GIMP-0.99.28: Please remove everything from your old plugins dir before upgrading to -0.99.27. Some plugins are no longer in the dist and will not be updated. +0.99.28. Some plugins are no longer in the dist and will not be updated. -- Federico Mena -- Christoph Hoegl diff --git a/README b/README index 2530f70196..6177d8ca17 100644 --- a/README +++ b/README @@ -1,12 +1,12 @@ The GIMP: the GNU Image Manipulation Program -------------------------------------------- -This is version 0.99.27 of the GIMP. For the most part it contains all +This is version 0.99.28 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.27 and much earlier versions is the +The main difference between v0.99.28 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 diff --git a/configure.in b/configure.in index 81bbee0204..7a82a4ecfe 100644 --- a/configure.in +++ b/configure.in @@ -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=27 +GIMP_MICRO_VERSION_NUMBER=28 dnl $Format: "AM_INIT_AUTOMAKE(gimp, $ReleaseVersion$)" $ -AM_INIT_AUTOMAKE(gimp, 0.99.27) +AM_INIT_AUTOMAKE(gimp, 0.99.28) dnl Specify a header configuration file AM_CONFIG_HEADER(config.h) diff --git a/gimp.spec b/gimp.spec index 1988837151..cc7468d992 100644 --- a/gimp.spec +++ b/gimp.spec @@ -1,4 +1,4 @@ -%define ver 0.99.27 +%define ver 0.99.28 %define rel SNAP Summary: The GNU Image Manipulation Program