gconf-editor r1476 - trunk



Author: cosimoc
Date: Mon Feb 16 15:44:46 2009
New Revision: 1476
URL: http://svn.gnome.org/viewvc/gconf-editor?rev=1476&view=rev

Log:
2009-02-16  Cosimo Cecchi  <cosimoc gnome org>

	* NEWS:
	* configure.in: update for 2.25.91 release.


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Feb 16 15:44:46 2009
@@ -1,3 +1,29 @@
+2.25.91
+* New features:
+	- Add preliminary support to set default/mandatory values
+	  with PolicyKit (Vincent Untz).
+
+* Fixes:
+	- Fix sensitivity of context menu entries for Unset, SetDefault
+	  and SetMandatory (Vincent Untz).
+	- Port to GtkTooltip.
+	- Enforce single-include policy for GLib and GTK+
+	- Don't steal focus with the "Pattern not found" dialog.
+	- Drop dependency on libgnome and libgnomeui.
+	- Plug some memory leaks.
+
+* Updates:
+	- Updated translations.
+
+2.24.1:
+* Fixes:
+	- Add missing COPYING file and license headers.
+	- Standardize .desktop file.
+	- Properly unref GConfClient objects.
+	- Use single header GTK+/GLib includes.
+* Updates:
+	- Updated translations.
+
 2.24.0.1:
 * Fixes:
 	- Add missing license.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Feb 16 15:44:46 2009
@@ -1,5 +1,5 @@
 AC_INIT([GConf Editor],
-        [2.25.1],
+        [2.25.91],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gconf-editor],
         [gconf-editor])
 AC_CONFIG_SRCDIR([src/main.c])
@@ -16,7 +16,7 @@
 
 AC_PROG_CC
 AC_HEADER_STDC
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
 AC_PATH_PROG(GCONFTOOL, gconftool-2)
 AM_GCONF_SOURCE_2
 



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