summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-09-19 13:48:07 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-09-19 13:55:58 -0400
commitbf1f6bde79f5226388551780dcd7f148c8f55734 (patch)
treeb305f01a411b064b3e4f8a73fabeb577b6339101
parent0a32dd8da8b2a9d10189ef6c8865bb4ec2ca345f (diff)
downloadnautilus-3.1.92.tar.gz
release: prepare for 3.1.923.1.92
-rw-r--r--NEWS20
-rw-r--r--configure.in2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1431cc12b..22b91b523 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Major changes in 3.1.92 are:
+* Hopefully fix once and for all NautilusWindow keybindings
+* Don't hide the floating bar on hover if it's interactive
+* Fix canvas accessibility implementation for GTK 3.2
+* Don't warn when opening multiple files with one application
+* Correctly remember remote passwords when asked so
+* Add a new topic-based help menu
+* Fix default list view sorting order
+* Don't warn when a mount operation fails with ALREADY_MOUNTED
+* Select the item on right click in the Tree sidebar
+* Scroll to the selected file when opening an URI from the cmdline
+* Read the emblem icon names from the metadata
+* Use libtracker-sparql directly as an optional dependency
+* Streamline icon container rendering code to use gtk_render_*
+* Correctly remember "Keep Aligned" and other desktop metadata
+* Invalidate the text size when changing the DPI xsetting
+* Strip the hardcoded theme bits
+* Add Unity desktop file compatibility
+* Use XDG_CURRENT_DESKTOP when possible
+
Major changes in 3.1.90 are:
* Remove the built-in audio previewer
diff --git a/configure.in b/configure.in
index 99f3ad1e9..acae3fdfb 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.1.90, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.1.92, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================