From 15c29ef1247416ba03ddd52974e40e5c4fd5c7d9 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 8 Oct 2008 22:47:51 +0000 Subject: [PATCH] README NEWS bumped version to 2.7.0 after creating a stable gimp-2-6 2008-10-09 Sven Neumann * README * NEWS * configure.in: bumped version to 2.7.0 after creating a stable gimp-2-6 branch. svn path=/trunk/; revision=27187 --- ChangeLog | 7 +++++++ NEWS | 36 +----------------------------------- README | 14 +++++++------- configure.in | 12 ++++++------ 4 files changed, 21 insertions(+), 48 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0d47ad96f9..6d10dc242f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-09 Sven Neumann + + * README + * NEWS + * configure.in: bumped version to 2.7.0 after creating a stable + gimp-2-6 branch. + 2008-10-09 Sven Neumann * Made 2.6.1 release. diff --git a/NEWS b/NEWS index 1baa443331..35830d2dd5 100644 --- a/NEWS +++ b/NEWS @@ -1,38 +1,4 @@ ------------------------------ GNU Image Manipulation Program - 2.6 Stable Branch + Development Branch ------------------------------ - -This is the stable branch of GIMP. No new features are being added -here, just bug-fixes. - - -Overview of Changes from GIMP 2.6.0 to GIMP 2.6.1 -================================================= - -* Bugs fixed: - - 555587 – PSD file crashes PSD plug-in - 555222 – PSD Load Plugin: unsupported compression mode - 555362 – gimp-remote is not working properly - 555280 – some gif files will not be open - 554890 – JPEG Save Options Dialog does not remember - 554966 – Gimp crashes creating a new image using a template - 554785 – Compile failure on uri-backend-libcurl - 554646 – Opening Help crashes GIMP with lqr-plugin installed - 553534 – centering issues after image scaling and setting zoom - 554898 – Compile failure on uri-backend-wget.c - -* Updated translations: - - Belarusian (be) - Catalan (ca) - Finnish (fi) - French (fr) - Japanese (ja) - Macedonian (mk) - Punjab (pa) - Brazilian Portuguese (pt_BR) - Romanian (ro) - Slovenian (sl) - Swedish (sv) diff --git a/README b/README index 0f33a45a8d..f4ed960ae4 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ ------------------------------ GNU Image Manipulation Program - Version 2.6 + Development Branch ------------------------------ -GIMP 2.6 replaces earlier GIMP 2.x versions. It is advised that you -uninstall them before installing GIMP 2.6. If you want to keep your -older GIMP 2.x installation in parallel to GIMP 2.6, you have to +GIMP 2.7 replaces earlier GIMP 2.x versions. It is advised that you +uninstall them before installing GIMP 2.7. If you want to keep your +older GIMP 2.x installation in parallel to GIMP 2.7, you have to choose a separate prefix which is not in your default library search path. Otherwise your GIMP 2.4 or GIMP 2.2 installation will start to use the new libraries. You have been warned. @@ -89,13 +89,13 @@ servers are: The look of GIMP's interface can be customized like any other GTK app by editing the ~/.gtkrc-2.0 file or by using "themes" (ready-made customizations). For downloadable themes and further details, see -http://gtk.themes.org. Additionally, GIMP reads ~/.gimp-2.6/gtkrc so +http://gtk.themes.org. Additionally, GIMP reads ~/.gimp-2.7/gtkrc so you can have settings that only apply to GIMP. Included is a set of keybindings similar to those in Adobe Photoshop. You can find them in the ps-menurc file. To use them, copy this file -to ~/.gimp-2.6/menurc. You can also manually change the keybindings to -any of your choice by editing ~/.gimp-2.6/menurc. +to ~/.gimp-2.7/menurc. You can also manually change the keybindings to +any of your choice by editing ~/.gimp-2.7/menurc. Have fun, diff --git a/configure.in b/configure.in index 28a35907a8..3a0b1d88a4 100644 --- a/configure.in +++ b/configure.in @@ -7,30 +7,30 @@ AC_PREREQ(2.54) # GIMP_INTERFACE_AGE += 1; m4_define([gimp_major_version], [2]) -m4_define([gimp_minor_version], [6]) -m4_define([gimp_micro_version], [1]) +m4_define([gimp_minor_version], [7]) +m4_define([gimp_micro_version], [0]) m4_define([gimp_real_version], [gimp_major_version.gimp_minor_version.gimp_micro_version]) m4_define([gimp_version], [gimp_real_version]) -m4_define([gimp_interface_age], [1]) +m4_define([gimp_interface_age], [0]) m4_define([gimp_binary_age], [m4_eval(100 * gimp_minor_version + gimp_micro_version)]) # For overriding the version string. Comment out if not needed. -# m4_define([gimp_version], [2.6.0]) +# m4_define([gimp_version], [2.7.0]) # This is the X.Y used in -lgimp-X.Y m4_define([gimp_api_version], [2.0]) # Versions used for apps, plugins, tools, pkg-config files, and data, # as well as global and user prefs -m4_define([gimp_app_version], [2.6]) +m4_define([gimp_app_version], [2.7]) m4_define([gimp_plugin_version], [2.0]) m4_define([gimp_tool_version], [2.0]) m4_define([gimp_pkgconfig_version], [2.0]) m4_define([gimp_data_version], [2.0]) m4_define([gimp_sysconf_version], [2.0]) -m4_define([gimp_user_version], [2.6]) +m4_define([gimp_user_version], [2.7]) m4_define([gimp_unstable], m4_if(m4_eval(gimp_minor_version % 2), [1], [yes], [no]))