From b67f0a4af50ac82ff654f3c9f5f68e36d90d8411 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Sun, 15 Mar 1998 09:14:11 +0000 Subject: [PATCH] 0.99.21 release -Yosh --- ChangeLog | 4 ++++ NOTES | 4 ++-- README | 4 ++-- configure.in | 6 +++--- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e24b02949..705c4c39a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Mar 15 01:12:06 PST 1998 Manish Singh + + * made 0.99.21 release + Sun Mar 15 02:06:18 CST 1998 Larry Ewing * app/layers_dialog.c: pass layer_ID instead of layer_widget to diff --git a/NOTES b/NOTES index e26960dcd8..570ed47098 100644 --- a/NOTES +++ b/NOTES @@ -1,7 +1,7 @@ -Some notes on GIMP-0.99.20: +Some notes on GIMP-0.99.21: Please remove everything from your old plugins dir before upgrading to -0.99.20. Some plugins are no longer in the dist and will not be updated. +0.99.21. Some plugins are no longer in the dist and will not be updated. -- Federico Mena -- Christoph Hoegl diff --git a/README b/README index 8c878207ae..d3c7e0de06 100644 --- a/README +++ b/README @@ -1,12 +1,12 @@ The GIMP: the GNU Image Manipulation Program -------------------------------------------- -This is version 0.99.20 of the GIMP. For the most part it contains all +This is version 0.99.21 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.20 and much earlier versions is the +The main difference between v0.99.21 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 ca32067d3e..32cb3db5ed 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=20 +GIMP_MICRO_VERSION_NUMBER=21 dnl $Format: "AM_INIT_AUTOMAKE(gimp, $ReleaseVersion$)" $ -AM_INIT_AUTOMAKE(gimp, 0.99.20) +AM_INIT_AUTOMAKE(gimp, 0.99.21) dnl Specify a header configuration file AM_CONFIG_HEADER(config.h) @@ -42,7 +42,7 @@ fi) AC_DEFUN(AC_GIMP_CHECK, [ - AM_PATH_GTK(0.99.6,, + AM_PATH_GTK(0.99.7,, AC_MSG_ERROR(Cannot include/link gtk/gdk/glib--check CFLAGS/LDFLAGS)) X_LIBS=$GTK_LIBS X_CFLAGS=$GTK_CFLAGS