Author: carlosg Date: Tue Feb 12 00:19:28 2008 New Revision: 4143 URL: http://svn.gnome.org/viewvc/gnome-system-tools?rev=4143&view=rev
Log: Release 2.21.91 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 Feb 12 00:19:28 2008 @@ -1,3 +1,39 @@ +GNOME System Tools Version 2.21.91, 2008-02-11 +----------------------------------------------- + +The GNOME System Tools version 2.21.91 "Funnily ominous" 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 +========================== + + Network + ======= + - Make essid a mandatory field (garnacho) + + Translations + ============ + - ar (Djihed Afifi) + - et (Ivar Smolin) + - gl (Ignacio Casal Quinteiro) + - ja (Takeshi AIHANA) + - mk (Arangel Angov) + - oc (Yannig Marchegay) + - pl (GNOME PL Team) + - pt (Duarte Loreto) + - th (Theppitak Karoonboonyanan) + - zh_HK (Chao-Hsiung Liao) + - zh_TW (Chao-Hsiung Liao) + + 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.90, 2008-01-28 ----------------------------------------------- Modified: trunk/configure.in ============================================================================== --- trunk/configure.in (original) +++ trunk/configure.in Tue Feb 12 00:19:28 2008 @@ -1,5 +1,5 @@ AC_PREREQ(2.52) -AC_INIT(gnome-system-tools, 2.21.90, http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools) +AC_INIT(gnome-system-tools, 2.21.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) _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.