gimp r27187 - trunk
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27187 - trunk
- Date: Wed, 8 Oct 2008 22:47:51 +0000 (UTC)
Author: neo
Date: Wed Oct 8 22:47:51 2008
New Revision: 27187
URL: http://svn.gnome.org/viewvc/gimp?rev=27187&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed Oct 8 22:47:51 2008
@@ -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)
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Wed Oct 8 22:47:51 2008
@@ -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 @@
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,
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Wed Oct 8 22:47:51 2008
@@ -7,30 +7,30 @@
# 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]))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]