summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-03-25 15:16:31 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-03-25 15:16:31 -0400
commit199e5adb8a51c9cd54a644de60b01d9c0cd2170d (patch)
tree87ec0b95b1aae2fee903e1034c3c2f7e570786f6
parent7268e3f449a7ae762dcc5b72cb8a36d7ed3362e2 (diff)
downloadnautilus-199e5adb8a51c9cd54a644de60b01d9c0cd2170d.tar.gz
release: update for 2.91.93
-rw-r--r--NEWS3
-rw-r--r--configure.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 407bcb3f9..585102091 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 2.91.93 are:
+* Fix some memory leaks
+
Major changes in 2.91.92 are:
* Use a raised button for Search
* Tweak the floating bar background
diff --git a/configure.in b/configure.in
index f35f86f5a..71a4067a2 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 5)
m4_define(nautilus_extension_revision, 0)
-AC_INIT(nautilus, 2.91.92, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 2.91.93, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================