nautilus r14954 - trunk



Author: alexl
Date: Mon Feb 16 13:56:14 2009
New Revision: 14954
URL: http://svn.gnome.org/viewvc/nautilus?rev=14954&view=rev

Log:
2009-02-16  Alexander Larsson  <alexl redhat com>

	* NEWS:
	Update for release

	* configure.in:
	Bump version to 2.25.91




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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Feb 16 13:56:14 2009
@@ -1,3 +1,10 @@
+Major changes in 2.25.91 are:
+* Use G_DEFINE_TYPE_* instead of hand-written types
+* fix: opening a new window restores minimised ones
+* fix renaming of desktop files
+* Handle new kinds of GIcons
+* Don't display shadowed mounts
+
 Major changes in 2.25.4 are:
 * Don't show desktop files from other desktops than Gnome on the desktop
 * Support crossfades of desktop backgrounds

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Feb 16 13:56:14 2009
@@ -1,4 +1,4 @@
-oAC_PREREQ(2.54)
+AC_PREREQ(2.54)
 
 dnl ===========================================================================
 
@@ -21,7 +21,7 @@
 m4_define(nautilus_extension_current,  2)
 m4_define(nautilus_extension_revision, 0)
 
-AC_INIT([nautilus],[2.25.5],
+AC_INIT([nautilus],[2.25.91],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
 
 dnl ===========================================================================



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