README NEWS bumped version to 2.7.0 after creating a stable gimp-2-6

2008-10-09  Sven Neumann  <sven@gimp.org>

	* README
	* NEWS
	* configure.in: bumped version to 2.7.0 after creating a stable
	gimp-2-6 branch.


svn path=/trunk/; revision=27187
This commit is contained in:
Sven Neumann 2008-10-08 22:47:51 +00:00 committed by Sven Neumann
parent 7066a561a0
commit 15c29ef124
4 changed files with 21 additions and 48 deletions

View File

@ -1,3 +1,10 @@
2008-10-09 Sven Neumann <sven@gimp.org>
* README
* NEWS
* configure.in: bumped version to 2.7.0 after creating a stable
gimp-2-6 branch.
2008-10-09 Sven Neumann <sven@gimp.org>
* Made 2.6.1 release.

36
NEWS
View File

@ -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)

14
README
View File

@ -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,

View File

@ -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]))