[gimp-help-2] Preparing documentation for 2.8.2 release



commit 578f16f5875ae37db57c63bf1019e75a3496c0bb
Author: Róman Joost <romanofski gimp org>
Date:   Mon Aug 4 09:11:36 2014 +1000

    Preparing documentation for 2.8.2 release

 NEWS         |   23 +++++++++++++++++++++++
 README       |    7 ++++++-
 configure.ac |    2 +-
 3 files changed, 30 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 48586d7..bbb8d37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,29 @@
 GIMP-Help NEWS
 --------------
 
+GIMP Help 2 release 2.8.2
+=========================
+
+- Complete translation for Brazilian Portuguese
+- Many improvements for existing translations
+- Bugfixes:
+
+    * Bug: 696034 - Exporting transparency docs use "Save" instead of "Export"
+    * Bug: 724056 - typo reverses meaning...
+    * Bug: 719859 - File#Export menu labels have been changed
+    * Bug: 719971 - Grammatical error: "addressing one of the most often received complain"
+    * Bug: 720479 - Apply save/export concepts on using/web.xml
+    * Bug: 720209 - Typo in web filters - GIMP manual
+    * Bug: 719876 - languageVocab.xml missing in 2.8.1 release
+    * Bug: 719748 - Grammatical error: "GIMP 2.8 is an another important release"
+
+contributions from: João S. O. Bueno, Daniel Mustieles, Marco Ciampa,
+Rafael Ferreira, Enrico Nicoletto, Julien Hardelin, Dimitris Spingos,
+Sven Claussner, kolbjoern, Róman Joost, Piotr Drąg, SimaMoto,RyōTa,
+Benjamin Kerensa, Bogdan Petcu, Christian Kirbach, Konfrare Albert,
+Mariana Santos, Nils Philippsen, Willer Gomes Júnior
+
+
 GIMP Help 2 release 2.8.1
 =========================
 
diff --git a/README b/README
index dfb287c..3da27ea 100644
--- a/README
+++ b/README
@@ -95,7 +95,12 @@ Steps
     make validate-all
 
 * Prepare the NEWS file, by adding an additional release, bugs fixed and
-  contributors.
+  contributors. You can use a little shortcut for compiling the
+  contributors using git shortlog (<release tag> is the tag of the last
+  release):
+
+    git shortlog -sn <release tag>..HEAD
+
 
 * Check if the authors.xml have to be adjusted for this release. (Not
   needed for every minor release).
diff --git a/configure.ac b/configure.ac
index ac3920d..88f3c1b 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], [8])
-m4_define([help_micro_version], [1])
+m4_define([help_micro_version], [2])
 
 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]