summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-03-19 17:24:02 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-03-19 17:24:02 -0400
commit4229689853639bce00b4a8dab7f7312aafb7da32 (patch)
treeddc4f1b772bd1f48e0d9bc92974575ca8f2a08f2
parenta60e9887eebb8973c48c0151981a26cce7cc8793 (diff)
downloadnautilus-4229689853639bce00b4a8dab7f7312aafb7da32.tar.gz
release: prepare for 3.3.923.3.92
-rw-r--r--NEWS14
-rw-r--r--configure.in2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 365b560bb..a369834f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Major changes in 3.3.92 are:
+* Fix scrolling in compact view to work with latest GTK
+* Fix Ctrl+Scroll zooming to work with latest GTK
+* Don't hide Open With applications for subtypes of application/x-desktop
+* Add support for the "network" GVolume class identifier
+* Fix a crash at exit with certain extensions that keep refs of the
+ NautilusFileInfos
+* Fix initial focus row when moving the focus into the Places sidebar
+* Fix Shift+Click selection when going back/forward in browsing history
+* Fix packing of desktop file box in properties view
+* Fix pathbar button sizing when a file watched by the pathbar changes name
+* Fix properties window not being able to shrink size
+* Remove unused --enable-profiler configure option
+
Major changes in 3.3.91 are:
* Ensure pathbar scrolling works with latest GTK
* Fix a crash when unmounting volumes with non-empty trash
diff --git a/configure.in b/configure.in
index 6c8bab3f4..ca1bc3210 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.91, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.3.92, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================