summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-02-16 13:56:14 +0000
committerAlexander Larsson <alexl@src.gnome.org>2009-02-16 13:56:14 +0000
commit50c9b190705339a9881d1a490b440309aa7b627e (patch)
tree4c81e777828dce4644f01259515e8d435464e79a
parent498596add83ad1ce81c8e712b44a656c0640ee13 (diff)
downloadnautilus-50c9b190705339a9881d1a490b440309aa7b627e.tar.gz
Update for releaseNAUTILUS_2_25_91
2009-02-16 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release * configure.in: Bump version to 2.25.91 svn path=/trunk/; revision=14954
-rw-r--r--ChangeLog8
-rw-r--r--NEWS7
-rw-r--r--configure.in4
3 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fb8b3d60..a2106c4e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-02-16 Alexander Larsson <alexl@redhat.com>
+
+ * NEWS:
+ Update for release
+
+ * configure.in:
+ Bump version to 2.25.91
+
2009-02-10 David Zeuthen <davidz@redhat.com>
Don't use shadowed mounts.
diff --git a/NEWS b/NEWS
index 459525150..da7fc1c38 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/configure.in b/configure.in
index 6a0245271..6a8912240 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-oAC_PREREQ(2.54)
+AC_PREREQ(2.54)
dnl ===========================================================================
@@ -21,7 +21,7 @@ dnl Interface break is not allowed.
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 ===========================================================================