diff --git a/ChangeLog b/ChangeLog index 23786c88ae..7821c9d19e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 23 16:48:34 PST 1998 Manish Singh + + * README + * INSTALL: administrivia + Wed Dec 23 23:59:52 GMT 1998 Andy Thomas * app/palette.c diff --git a/INSTALL b/INSTALL index f4eff1298b..eb95d62d68 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ There are three basic steps to building and installing the GIMP on unix: - 1. You need to have installed GTK version 1.0.1 or better + 1. You need to have installed GTK version 1.1.10 or better 2. You may want to install other third party libraries or programs that are needed for some of the available plugins: TIFF, PNG, JPEG, MPEG, perl, etc. @@ -19,8 +19,8 @@ packages are included below. Here is an illustration of commands that might be used to build and install the GIMP. The actual configuration, compilation and installation output is not shown. - % tar xvfz gimp-1.0.0.tar.gz # unpack the sources - % cd gimp-1.0.0 # change to the toplevel directory + % tar xvfz gimp-1.1.0.tar.gz # unpack the sources + % cd gimp-1.1.0 # change to the toplevel directory % ./configure # run the `configure' script % make # build the GIMP % make install # install the GIMP diff --git a/README b/README index 84506f8939..202d35a3ca 100644 --- a/README +++ b/README @@ -1,6 +1,9 @@ The GIMP: the GNU Image Manipulation Program -------------------------------------------- +This is an unstable release of the GIMP, intended for developers only. +For production use, please use the 1.0.x series. + The GIMP's home page is at http://www.gimp.org diff --git a/configure.in b/configure.in index 0d4994d7a2..4bc9a49304 100644 --- a/configure.in +++ b/configure.in @@ -62,7 +62,7 @@ AC_PROG_MAKE_SET AC_PROG_CPP dnl i18n stuff -ALL_LINGUAS="fr sv ja it fi ko de" +ALL_LINGUAS="fr sv ja it fi ko de hu" AM_GNU_GETTEXT dnl Check for GTK+