gnome-system-tools r4109 - in trunk: . doc/boot doc/disks doc/network doc/services doc/shares doc/time doc/users interfaces pixmaps po src/boot src/common src/disks src/network src/services src/shares src/time src/time/e-map src/users



Author: carlosg
Date: Tue Jan 15 00:03:55 2008
New Revision: 4109
URL: http://svn.gnome.org/viewvc/gnome-system-tools?rev=4109&view=rev

Log:
Release 2.21.5


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/doc/boot/ChangeLog
   trunk/doc/disks/ChangeLog
   trunk/doc/network/ChangeLog
   trunk/doc/services/ChangeLog
   trunk/doc/shares/ChangeLog
   trunk/doc/time/ChangeLog
   trunk/doc/users/ChangeLog
   trunk/interfaces/ChangeLog
   trunk/pixmaps/ChangeLog
   trunk/po/ChangeLog
   trunk/src/boot/ChangeLog
   trunk/src/common/ChangeLog
   trunk/src/disks/ChangeLog
   trunk/src/network/ChangeLog
   trunk/src/services/ChangeLog
   trunk/src/shares/ChangeLog
   trunk/src/time/ChangeLog
   trunk/src/time/e-map/ChangeLog
   trunk/src/users/ChangeLog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Jan 15 00:03:55 2008
@@ -1,3 +1,73 @@
+GNOME System Tools Version 2.21.5, 2008-01-14
+-----------------------------------------------
+
+The GNOME System Tools version 2.21.5 "Out of the cold" have been released.
+
+The GNOME System Tools are a set of cross-platform configuration utilities for Linux and other Unix systems. The frontends knows nothing about the underlying system and provide the same user interface across the different types of systems. Internally they use the Liboobs library.
+
+Changes since last release
+==========================
+
+  Common
+  ======
+  - Switch CFLAGS order to be able to compile with other gst.h files around (Jeremy Messenger)
+
+  Network
+  =======
+  - Use Gio to monitor changes in locations (garnacho)
+  - Do not put a \n in a window title (Alex "weej" Jones)
+  - Use non-obsolete icons (Jaap Haitsma)
+  - Make locations code more extensible (garnacho)
+
+  Shares
+  ======
+  - Fix nautilus extension, update emblem after any change to folders (garnacho)
+  - Locate correctly the nautilus extensions dir (Damien Carbery)
+  - Label the OK button "Share", more according to HIG (Andreas Nilsson)
+  - Fix share dialog width (garnacho)
+  - Use HIG capitalization for window title (garnacho)
+
+  Time
+  ====
+  - Put the "synchronize now" button besides the time spin buttons (garnacho)
+  - Fix potential crash if it couldn't get dbus connection to inhibit the screensaver (garnacho)
+
+  Services
+  ========
+  - Use HIG capitalization for window title (garnacho)
+  - Use non-obsolete icons (Jaap Haitsma)
+
+  Users
+  =====
+  - Use HIG capitalization for window title (garnacho)
+  - Fixed potential crash when adding a new user (garnacho)
+  - Do not mislead people putting something in the password entries when editing an user (garnacho)
+  - Check whether the home directory doesn't exist before adding a new user (garnacho)
+
+  Translations
+  ============
+  - be latin (Ihar Hrachyshka)
+  - et (Ivar Smolin)
+  - es (Jorge Gonzalez)
+  - eu (Inaki Larranaga Murgoitio)
+  - ga (SeÃn de BÃrca)
+  - it (Luca Ferretti)
+  - ko (Changwoo Ryu)
+  - mr (Sandeep Shedmake)
+  - nb (Kjartan Maraas)
+  - oc (Yannig Marchegay)
+  - pt_BR (Hugo Doria, Leonardo Ferreira Fontenelle)
+  - sv (Daniel Nylander)
+  - vi (Clytie Siddall)
+
+  Thanks to anyone involved in this release.
+
+Downloading
+===========
+You can get it from :
+ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-tools/2.21/
+
+
 GNOME System Tools Version 2.21.3, 2007-12-18
 -----------------------------------------------
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Jan 15 00:03:55 2008
@@ -1,5 +1,5 @@
 AC_PREREQ(2.52)
-AC_INIT(gnome-system-tools, 2.21.3, http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools)
+AC_INIT(gnome-system-tools, 2.21.5, 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]