summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-06-13 12:15:43 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-06-13 12:15:43 -0400
commit17b2ff9b002498b8e6ce28c7bf846b0daf3ce206 (patch)
treeb363cc23c8180c0a060a2e078519dc8c0b8df410
parent63e37acc17900e81605b994e8d4e6dd59f1769da (diff)
downloadnautilus-17b2ff9b002498b8e6ce28c7bf846b0daf3ce206.tar.gz
release: update for 3.1.23.1.2
-rw-r--r--NEWS9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fbb07d420..bc8796626 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 3.1.2 are:
+* Use GtkOverlay for the floating bar
+* Move the floating bar away from the cursor on hover
+* Add an autostart desktop file
+* Add metadata::custom-icon-name key for custom icons
+* Fix opening the wrong directory when launching an instance
+ from the command line
+* Misc crashers
+
Major changes in 3.1.1 are:
* Add a DBus previewer interface to support e.g. the Sushi previewer
* Rework handling of _NETSCAPE_URL dnd links
diff --git a/configure.in b/configure.in
index 2b1f96bb2..7ba7517e7 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.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.1.2, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================