From e4e6f64e6bfbb3fb46c8088c42598165d9afd2ba Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 29 Sep 2008 20:40:53 +0000 Subject: [PATCH] prepared for the upcoming 2.6 release. 2008-09-29 Sven Neumann * README: prepared for the upcoming 2.6 release. svn path=/trunk/; revision=27082 --- ChangeLog | 4 ++++ README | 18 +++++++----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c68c33b7d..db863b4d1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-09-29 Sven Neumann + + * README: prepared for the upcoming 2.6 release. + 2008-09-29 Sven Neumann * configure.in: bumped version to 2.6.0. diff --git a/README b/README index 3014391583..d5e1a1bc17 100644 --- a/README +++ b/README @@ -1,15 +1,11 @@ ------------------------------ GNU Image Manipulation Program - Development Branch + Version 2.6 ------------------------------ -This is the unstable development branch of GIMP. It is intended to -developers only. If you are a user, please use the stable gimp-2-4 -branch or a tarball release from the 2.4 series. - -GIMP 2.5 replaces earlier GIMP 2.x versions. It is advised that you -uninstall them before installing GIMP 2.5. If you want to keep your -older GIMP 2.x installation in parallel to GIMP 2.5, you have to +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 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. @@ -93,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.4/gtkrc so +http://gtk.themes.org. Additionally, GIMP reads ~/.gimp-2.6/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.5/menurc. You can also manually change the keybindings to -any of your choice by editing ~/.gimp-2.5/menurc. +to ~/.gimp-2.6/menurc. You can also manually change the keybindings to +any of your choice by editing ~/.gimp-2.6/menurc. Have fun,