0.99.29 fun
-Yosh
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Mon May 4 21:24:03 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* Made 0.99.29 release
|
||||||
|
|
||||||
Mon May 4 19:32:54 PDT 1998 Manish Singh <yosh@gimp.org>
|
Mon May 4 19:32:54 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* app/plug_in.c: make repeat last and re-show plugin menu
|
* app/plug_in.c: make repeat last and re-show plugin menu
|
||||||
|
2
NOTES
2
NOTES
@ -1,4 +1,4 @@
|
|||||||
Some notes on GIMP-0.99.28:
|
Some notes on GIMP-0.99.29:
|
||||||
|
|
||||||
Please remove everything from your old plugins dir before upgrading to
|
Please remove everything from your old plugins dir before upgrading to
|
||||||
0.99.28. 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.
|
||||||
|
4
README
4
README
@ -1,12 +1,12 @@
|
|||||||
The GIMP: the GNU Image Manipulation Program
|
The GIMP: the GNU Image Manipulation Program
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
This is version 0.99.28 of the GIMP. For the most part it contains all
|
This is version 0.99.29 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,
|
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
|
however, lack a) documentation, b) robustness and c) some of the
|
||||||
plug-ins found in the 0.54 version.
|
plug-ins found in the 0.54 version.
|
||||||
|
|
||||||
The main difference between v0.99.28 and much earlier versions is the
|
The main difference between v0.99.29 and much earlier versions is the
|
||||||
use of a tile based memory management for images. This allows the GIMP
|
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
|
to work with images much larger than physical memory in a usable
|
||||||
fashion. Before such memory management, the GIMP was nearly unusable
|
fashion. Before such memory management, the GIMP was nearly unusable
|
||||||
|
@ -7,7 +7,7 @@ GIMP_MAJOR_VERSION=0
|
|||||||
dnl $Format: "GIMP_MINOR_VERSION=$ReleaseMinorVersion$" $
|
dnl $Format: "GIMP_MINOR_VERSION=$ReleaseMinorVersion$" $
|
||||||
GIMP_MINOR_VERSION=99
|
GIMP_MINOR_VERSION=99
|
||||||
dnl $Format: "GIMP_MICRO_VERSION=$ReleaseMicroVersion$" $
|
dnl $Format: "GIMP_MICRO_VERSION=$ReleaseMicroVersion$" $
|
||||||
GIMP_MICRO_VERSION=28
|
GIMP_MICRO_VERSION=29
|
||||||
|
|
||||||
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
|
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%define ver 0.99.28
|
%define ver 0.99.29
|
||||||
%define rel SNAP
|
%define rel SNAP
|
||||||
|
|
||||||
Summary: The GNU Image Manipulation Program
|
Summary: The GNU Image Manipulation Program
|
||||||
@ -11,7 +11,7 @@ URL: http://www.gimp.org/
|
|||||||
Source: ftp://ftp.gimp.org/pub/gimp/v0.99/v%{PACKAGE_VERSION}/gimp-%{PACKAGE_VERSION}.tar.gz
|
Source: ftp://ftp.gimp.org/pub/gimp/v0.99/v%{PACKAGE_VERSION}/gimp-%{PACKAGE_VERSION}.tar.gz
|
||||||
BuildRoot: /tmp/gimp-root
|
BuildRoot: /tmp/gimp-root
|
||||||
Obsoletes: gimp-data-min
|
Obsoletes: gimp-data-min
|
||||||
Requires: gtk+ >= 0.99.10
|
Requires: gtk+ >= 1.0.1
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user