summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-02-20 18:29:34 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2012-02-20 18:29:34 +0100
commit30f1d93169661d1493ffca3baace20577bed4a3a (patch)
treebbcb94171537c4fe007b0ac9d5496b75a8865a18
parent3da42acd7a4da971294708e683394a2292c54c12 (diff)
downloadnautilus-30f1d93169661d1493ffca3baace20577bed4a3a.tar.gz
release: prepare for 3.3.903.3.90
-rw-r--r--NEWS6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 413650cd1..881613413 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 3.3.90 are:
+* Don't make the inactive pane UI elements insensitive
+* Fix a crash when searching in list and compact view
+* Fix a crash when creating a file from a template
+* Use ngettext plural forms for undo strings
+
Major changes in 3.3.5 are:
* Introduce Undo support for common file operations
* Fix a crash when middle clicking icons on the desktop
diff --git a/configure.in b/configure.in
index 679db0fd3..1c25a72da 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 5)
m4_define(nautilus_extension_revision, 0)
-AC_INIT(nautilus, 3.3.5, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.3.90, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================