[gnome-utils] [release] 2.29.5



commit d807e6ef2db43af686931f110d7c14d892e6657c
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Jan 13 15:48:26 2010 +0100

    [release] 2.29.5

 NEWS         |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 63 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3624740..809b4ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,62 @@
 ====================================================================
+GNOME Utilities 2.29.5 (13th January 2010) - "Minor Swing"
+
+    * First unstable release of the 2.29 cycle
+
+Baobab
+
+    * Typo in baobab .desktop entry (Peteris Krisjanis)
+    * callback objects are now GtkActions (bgo#589611) (Cosimo Cecchi)
+    * Allow user to drag a folder directly over the rings-chart or treemap to
+      get it scanned (bgo#594539) (h2g2bob)
+    * Limits treemap zooming to the actual depth of folders shown (bgo#554126)
+      (Eduardo Lima Mitev)
+    * Wrong format in a translatable string (bgo#508483) (Fabio Marzocca)
+    * Adds a check to avoid traversing the tree model if it's empty
+      (bgo#601147) (Alexander Korolkov)
+    * Minor string fix (bgo#573530) (Bruce Cowan)
+
+Dictionary
+
+    * Use gtk_widget_is_toplevel() instead of GTK_WIDGET_TOPLEVEL() (Vincent
+      Untz)
+
+Screenshot
+
+    * Renamed "Save snapshot" to "Save screenshot" (Fabio Marzocca)
+    * Rremoved GenericName (Fabio Marzocca)
+
+Search Tool
+
+    * Fix possible crash after deleting files (bgo#595371) (Dennis Cranston)
+    * Properly handle invalid command line args (Dennis Cranston)
+    * Resurrect the --version command line argument (Dennis Cranston)
+    * Fix a compiler warning (Dennis Cranston)
+    * Remove generated schema file from the tarball (bgo#599317) (Dennis
+      Cranston)
+
+System Log Viewer
+
+    * Always sanitize the stored fontsize from GConf (bgo#597554) (Cosimo
+      Cecchi)
+    * Make sure we don't double-free the old name (bgo#595352) (Cosimo Cecchi)
+    * Make sure to return if we have an error or no new lines (bgo#588577)
+      (Cosimo Cecchi)
+    * Fix logview-filter ui file translatability (Claude Paroz)
+    * Update help (Paul Cutler)
+
+Translations Updated by:
+
+    Joan Duran (ca), Adrian Guniš (cs), Anders Jenbo (da), Mario Blättermann
+    (de), Thomas Thurman (en shaw), Bruce Cowan (en_GB), Jorge González (es),
+    Ivar Smolin (et), Yaron Shahrabani (he), Gabor Kelemen (hu), Andrea Zagli
+    (it), Takayuki KUSANO (ja), Žygimantas BeruÄ?ka (lt), Raivis Dejus (lv),
+    Kjartan Maraas (nb), Nils-Christoph Fiedler (nds), Manoj Kumar Giri (or),
+    Krix Apolinário (pt_BR), Adi Roiban (ro), Matej UrbanÄ?iÄ? (sl), Daniel
+    Nylander (sv), Dr.T.Vasudevan (ta), Theppitak Karoonboonyanan (th), Maxim
+    Dziumanenko (uk), Tao Wei (zh_CN)
+
+====================================================================
 GNOME Utilities 2.28.0 (21st September 2009) - "The Queen's Approach"
 
     * First stable release of the 2.28 cycle
diff --git a/README b/README
index c6b7129..595fab7 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-GNOME Utilities - "The Queen's Approach"
+GNOME Utilities - "Minor Swing"
 ===============================================================================
-Version: 2.28.0
+Version: 2.29.5
 
-GNOME Utilities for the GNOME 2.28 Desktop contains the following -
+GNOME Utilities for the GNOME 2.29 Desktop contains the following -
 
 	gnome-system-log	[logview]
 	gnome-search-tool	[gseachtool]
diff --git a/configure.ac b/configure.ac
index f73ef00..edecbcf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([gnome_utils_major], [2])
 m4_define([gnome_utils_minor], [29])
-m4_define([gnome_utils_micro], [1])
+m4_define([gnome_utils_micro], [5])
 
 m4_define([gnome_utils_version], [gnome_utils_major.gnome_utils_minor.gnome_utils_micro])
 
@@ -55,7 +55,7 @@ AC_CHECK_FUNCS([getpgid])
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 
-LIBGDICT_LT_VERSION=6:6:0
+LIBGDICT_LT_VERSION=6:7:0
 AC_SUBST(LIBGDICT_LT_VERSION)
 
 dnl host architecture check



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