gnome-system-tools r4121 - in trunk: . doc/boot doc/disks doc/network doc/services doc/shares doc/time doc/users interfaces m4 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: Mon Jan 28 18:40:46 2008
New Revision: 4121
URL: http://svn.gnome.org/viewvc/gnome-system-tools?rev=4121&view=rev

Log:
Release 2.21.90


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/m4/intltool.m4
   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	Mon Jan 28 18:40:46 2008
@@ -1,3 +1,31 @@
+GNOME System Tools Version 2.21.90, 2008-01-28
+-----------------------------------------------
+
+The GNOME System Tools version 2.21.90 "Just going up to go down" 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
+==========================
+
+  Users
+  =====
+  - plug a leak (garnacho);
+
+  Translations
+  ============
+  - el (ÎÎÎÎÎÎÏ ÎÎÏÏÎÎÏÎÏÎÏ)
+  - eu (Inaki Larranaga Murgoitio)
+  - he (Yair Hershkovitz)
+
+  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.5.1, 2008-01-15
 -----------------------------------------------
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jan 28 18:40:46 2008
@@ -1,5 +1,5 @@
 AC_PREREQ(2.52)
-AC_INIT(gnome-system-tools, 2.21.5.1, http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools)
+AC_INIT(gnome-system-tools, 2.21.90, 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)

Modified: trunk/m4/intltool.m4
==============================================================================
--- trunk/m4/intltool.m4	(original)
+++ trunk/m4/intltool.m4	Mon Jan 28 18:40:46 2008
@@ -87,6 +87,20 @@
 AC_SUBST(INTLTOOL_SERVICE_RULE)
 AC_SUBST(INTLTOOL_POLICY_RULE)
 
+# Check the gettext tools to make sure they are GNU
+AC_PATH_PROG(XGETTEXT, xgettext)
+AC_PATH_PROG(MSGMERGE, msgmerge)
+AC_PATH_PROG(MSGFMT, msgfmt)
+if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
+    AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
+fi
+xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
+mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
+mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
+if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
+    AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
+fi
+
 # Use the tools built into the package, not the ones that are installed.
 AC_SUBST(INTLTOOL_EXTRACT, '$(top_builddir)/intltool-extract')
 AC_SUBST(INTLTOOL_MERGE, '$(top_builddir)/intltool-merge')



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