[gnome-system-tools] Release 2.29.2



commit 94a3fbd98085913b97f79dd576b34e111a710e63
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Mon Jan 11 20:28:46 2010 +0100

    Release 2.29.2

 NEWS         |   27 +++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8819813..6957002 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+GNOME System Tools Version 2.29.2, 2010-01-11
+-----------------------------------------------
+
+  Users
+  =====
+  - Move to new System Tools Backends protocol (new liboobs API). We now only commit changes to one user at a time, reducing the risk for dangerous bugs.
+  - Include default profiles configuration file (user-profiles.conf). Distributors should modify it to suit their needs and send them back for inclusion.
+  - When creating an user, don't force UID, main group, home directory and shell: these parameters are now handled (better) by the platform tools.
+  - Allow removing home directory when deleting an user.
+  - Don't allow deleting the last administrator account, and warn when the user is losing its own admin rights. Same for active users.
+  - Don't allow creating a group with an existing GID.
+  - Use UID and GID ranges defined by liboobs, depending on the platform's abilities.
+  - Clear suggested login entry when Real name is emptied in the new user dialog.
+  - Change GConf "showall" option to apply only on users. System groups are always shown, since they are the most interesting ones.
+  - Various UI and string improvements.
+
+  Translation
+  ===========
+  - ast, courtesy of astur
+  - es, courtesy of Jorge González
+  - et, courtesy of Ivar Smolin
+  - fr, courtesy of Claude Paroz
+  - nb, courtesy of Kjartan Maraas
+  - sl, courtesy of Matej UrbanÄ?iÄ?
+  - uk, courtesy of Maxim Dziumanenko
+
+
 GNOME System Tools Version 2.29.1, 2009-11-30
 -----------------------------------------------
 
diff --git a/configure.in b/configure.in
index 79db0ef..bd2229f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(gnome-system-tools, 2.29.1, http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools)
+AC_INIT(gnome-system-tools, 2.29.2, 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)



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