[gimp-help-2] Updated release relevant files for upcoming 2.6.1 release.



commit c27e89953e7463decf4156b0fc0bdc8783d16ea1
Author: Roman Joost <roman bromeco de>
Date:   Sun Jun 27 19:31:08 2010 +1000

    Updated release relevant files for upcoming 2.6.1 release.

 HACKING      |    5 +++++
 Makefile.am  |    2 +-
 NEWS         |   15 +++++++++++++++
 README       |    9 +++------
 configure.ac |    2 +-
 5 files changed, 25 insertions(+), 8 deletions(-)
---
diff --git a/HACKING b/HACKING
index 1442d9f..e0fa4fd 100644
--- a/HACKING
+++ b/HACKING
@@ -1,4 +1,9 @@
+===============
+ Hacking Guide
+===============
+
 1. Introduction
+
   The GIMP documentation project is mainly working with docbook xml files
   to create the GIMP manual / online help.  Since there are different
   approaches how to create and edit such files as well as different tools
diff --git a/Makefile.am b/Makefile.am
index 3a88a5d..b32d556 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
 SUBDIRS = quickreference
 
 # used for creating the ChangeLog
-LAST_RELEASE_TAG = GIMP_HELP_2_4_2
+LAST_RELEASE_TAG = GIMP_HELP_2_6_0
 
 
 ########################################################################
diff --git a/NEWS b/NEWS
index 5b49bac..5ff0558 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
 GIMP-Help NEWS
 --------------
 
+GIMP Help 2 release 2.6.1
+=========================
+
+- Bugfixes: #599700, #618143, #611265, #563659, #602659
+- spelling fixes and new translations for: Italian, English, German, French,
+  Japnese, Norwegian, Swedish, Russian, Korean
+- XSLT Stylesheet improvements
+- Build system improviements
+
+contributions from: Alexandre Prokoudine, Andrew Pitonyak, Daniel Nylander,
+JiHui Choi, Julien Hardelin, Kolbjørn Stuestøl, Luis Diego Alpizar, Marco
+Ciampa, Róman Joost, SimaMoto RyôTa, Ulf-D. Ehlert, Vitaly
+Lomov
+
+
 GIMP Help 2 release 2.6.0
 =========================
 
diff --git a/README b/README
index 4748947..405c03b 100644
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
-GIMP-Help
-=========
+===========
+ GIMP-Help
+===========
 
 GIMP-Help is a help system designed for use with the internal GIMP help
 browser, external web browser and HTML renderers, and human eyeballs. 
@@ -15,10 +16,6 @@ Recent changes and updates about the modules are available at:
 
   http://docs.gimp.org
 
-and our wiki page:
-
-  http://wiki.gimp.org/gimp/GimpDocs
-
 
 Tips for contribution
 =====================
diff --git a/configure.ac b/configure.ac
index 2d48ec5..069b97f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ(2.54)
 
 m4_define([help_major_version], [2])
 m4_define([help_minor_version], [6])
-m4_define([help_micro_version], [0])
+m4_define([help_micro_version], [1])
 
 m4_define([help_version], [help_major_version.help_minor_version.help_micro_version])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]