[gnome-system-tools] Release 2.29.91



commit 27fc38d6fef4c4587a1dac273d7ec9fc2ede2c39
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Mon Feb 15 12:10:26 2010 +0100

    Release 2.29.91
    
    Bump liboobs dependency to 2.29.91

 NEWS         |   28 ++++++++++++++++++++++++++++
 configure.in |    4 ++--
 2 files changed, 30 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b0c4357..19a262c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+GNOME System Tools Version 2.29.91, 2010-02-15
+-----------------------------------------------
+
+  Common
+  ======
+  - Add nfs-common and nfs-server to the services list (needed by ArchLinux)
+
+  Users
+  =====
+  - Fix crash when main group isn't set
+  - Fix hang when configuration files are updated while the tool is running
+  - Fix selecting current user on start, and ensure we always show it in the list
+  - Always make new users own their home directory, if it already existed
+  - Unreference users and groups on exit to allow them to clear their data
+  - Small cosmetic improvements
+
+  Time
+  ====
+  - Fix time-admin crash due to broken callbacks
+  - Don't update NTP configuration on every start
+
+  Translation
+  ===========
+  - de, courtesy of Christian Kirbach
+  - gl, courtesy of Fran Diéguez
+  - ta, courtesy of Dr. T. Vasudevan
+
+
 GNOME System Tools Version 2.29.90, 2010-02-08
 -----------------------------------------------
 
diff --git a/configure.in b/configure.in
index 164edaf..30dc690 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(gnome-system-tools, 2.29.90, http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools)
+AC_INIT(gnome-system-tools, 2.29.91, http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools)
 AC_CONFIG_SRCDIR(src/common/gst-tool.c)
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
@@ -29,7 +29,7 @@ dnl glib-genmarshal
 AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
 
 STB_REQUIRED=2.8
-LIBOOBS_REQUIRED=2.29.90
+LIBOOBS_REQUIRED=2.29.91
 GTK_REQUIRED=2.16
 GLIB_REQUIRED=2.15.2
 GCONF_REQUIRED=2.2.0



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