[gnome-packagekit/gnome-3-8] Release version 3.8.1



commit 99dba8439f99195caa7b0876369160aa687b469c
Author: Richard Hughes <richard hughsie com>
Date:   Mon Apr 15 10:54:17 2013 +0100

    Release version 3.8.1

 NEWS         | 31 +++++++++++++++++++++++++++++++
 RELEASE      |  8 ++++----
 configure.ac |  2 +-
 3 files changed, 36 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index dfbdd1b..e792dc8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Version 3.8.1
+~~~~~~~~~~~~~
+Released: 2013-04-15
+
+* Translations
+ - Updated Basque language (Inaki Larranaga Murgoitio)
+ - Updated Brazilian Portuguese translation (Rafael Ferreira)
+ - Updated British English translation (Bruce Cowan)
+ - Updated Catalan translation (Gil Forcada)
+ - Updated Catalan (Valencian) translation (Carles Ferrando)
+ - Updated Czech translation (Marek Černocký)
+ - Updated Galician translation (Fran Diéguez)
+ - Updated Greek translation (Dimitris Spingos)
+ - Updated Hungarian translation (Gabor Kelemen)
+ - Updated Japanese translation (OKANO Takayoshi)
+ - Updated Norwegian bokmål translation (Kjartan Maraas)
+ - Updated Polish translation (Piotr Drąg)
+ - Updated Polish translation (Wojciech Szczęsny)
+ - Updated Thai translation (Akom Chotiphantawanon)
+
+* New Features:
+ - Show the update viewer in the app overview (Richard Hughes)
+
+* Bugfix:
+ - Add some translator comments (Matthias Clasen)
+ - Do not maximize by default as we do not have a draggable header yet (Richard Hughes)
+ - Do not try and duplicate all the PackageKit errors in the session helper (Richard Hughes)
+ - Mark strings as translatable (Matthias Clasen)
+ - Never show two modal dialog boxes when using the install helpers (Richard Hughes)
+ - Show a meaningful name in the about dialog (Matthias Clasen)
+
 Version 3.8.0
 ~~~~~~~~~~~~~
 Released: 2013-03-26
diff --git a/RELEASE b/RELEASE
index 1774076..745d4d4 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,10 +2,10 @@ PackageKit Release Notes
 
 1. Write NEWS entries for gnome-packagekit in the same format as usual.
 
-git shortlog GNOME_PACKAGEKIT_3_7_92.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
+git shortlog GNOME_PACKAGEKIT_3_8_0.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
 
 --------------------------------------------------------------------------------
-Version 3.8.0
+Version 3.8.1
 ~~~~~~~~~~~~~
 Released: 2013-xx-xx
 
@@ -18,8 +18,8 @@ Released: 2013-xx-xx
 
 3. Commit changes in gnome-packagekit git:
 
-git commit -a -m "Release version 3.8.0"
-git tag -s GNOME_PACKAGEKIT_3_8_0 -m "==== Version 3.8.0 ===="
+git commit -a -m "Release version 3.8.1"
+git tag -s GNOME_PACKAGEKIT_3_8_1 -m "==== Version 3.8.1 ===="
 <wait>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 48456e5..075182a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.65)
 
-AC_INIT([gnome-packagekit],[3.8.0])
+AC_INIT([gnome-packagekit],[3.8.1])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar])
 AC_CONFIG_HEADERS([config.h])


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