gimp-gap r708 - branches/gap-2-4
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp-gap r708 - branches/gap-2-4
- Date: Mon, 14 Jan 2008 19:39:11 +0000 (GMT)
Author: neo
Date: Mon Jan 14 19:39:11 2008
New Revision: 708
URL: http://svn.gnome.org/viewvc/gimp-gap?rev=708&view=rev
Log:
2008-01-14 Sven Neumann <sven gimp org>
* configure.in: bumped version to 2.4.0.
* NEWS: changed accordingly.
Modified:
branches/gap-2-4/ChangeLog
branches/gap-2-4/NEWS
branches/gap-2-4/configure.in
Modified: branches/gap-2-4/NEWS
==============================================================================
--- branches/gap-2-4/NEWS (original)
+++ branches/gap-2-4/NEWS Mon Jan 14 19:39:11 2008
@@ -1,5 +1,5 @@
-GIMP-GAP 2.2.3:
-----------------------------
+GIMP-GAP 2.4.0:
+---------------
This is a bugfix release that makes GIMP-GAP usable with GIMP-2.4.x releases.
IMPORTANT:
@@ -7,8 +7,7 @@
This release breaks backward compatibility with older
GIMP releases than GIMP-2.4.x
-Users of GIMP-2-2.x shall update both GIMP and GIMP-GAP
-or do not update at all.
+Users of GIMP-2-2.x shall update both GIMP and GIMP-GAP or not update at all.
new features:
- modify frames support to expand layer to image size (feature request #488653)
@@ -28,7 +27,7 @@
Bugs fixed in GIMP-GAP 2.2.2:
-----------------------------
+-----------------------------
- corrected handling of GimpDrawable to fix crashes with GIMP 2.3 (bug #451350)
- don't call gimp-image-get-filename on a closed image (bug #452080)
Modified: branches/gap-2-4/configure.in
==============================================================================
--- branches/gap-2-4/configure.in (original)
+++ branches/gap-2-4/configure.in Mon Jan 14 19:39:11 2008
@@ -5,11 +5,11 @@
AM_CONFIG_HEADER(config.h)
GAP_MAJOR_VERSION=2
-GAP_MINOR_VERSION=2
-GAP_MICRO_VERSION=3
+GAP_MINOR_VERSION=4
+GAP_MICRO_VERSION=0
GAP_VERSION=$GAP_MAJOR_VERSION.$GAP_MINOR_VERSION.$GAP_MICRO_VERSION
VERSION=$GAP_VERSION
-GAP_VERSION_WITH_DATE="$GAP_VERSION; 2007/12/02"
+GAP_VERSION_WITH_DATE="$GAP_VERSION; 2008/01/14"
AC_SUBST(GAP_MAJOR_VERSION)
AC_SUBST(GAP_MINOR_VERSION)
@@ -51,7 +51,8 @@
AC_CHECK_FUNCS(bind_textdomain_codeset)
-PKG_CHECK_MODULES(GIMP, gimp-2.0 >= 2.4.0 gimpui-2.0 >= 2.4.0 gimpthumb-2.0)
+PKG_CHECK_MODULES(GIMP,
+ gimp-2.0 >= 2.4.0 gimpui-2.0 >= 2.4.0 gimpthumb-2.0 >= 2.4.0)
GIMP_DATA_DIR=`$PKG_CONFIG gimp-2.0 --variable=gimpdatadir`
GIMP_PLUGIN_DIR=`$PKG_CONFIG gimp-2.0 --variable=gimplibdir`
@@ -60,7 +61,7 @@
AC_SUBST(GIMP_PLUGIN_DIR)
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.8.0)
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.12.0)
AC_MSG_CHECKING([for target architecture])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]