summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-07-01 15:41:43 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-07-01 15:49:20 -0400
commit5817e7ad138f053c80d9257693dbacccb88eecbf (patch)
treebbd3e1793ce5d4527b93f956f4fb70b7b13f627c
parent34bbbc57864e454bdddcc59f322bf06b56254ef6 (diff)
downloadnautilus-5817e7ad138f053c80d9257693dbacccb88eecbf.tar.gz
release: prepare for 3.1.33.1.3
-rw-r--r--NEWS5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bc8796626..0d8bac3db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 3.1.3 are:
+* Add an 'Add Bookmark' item in sidepane context menu
+* Fix --no-default-window not working when an URI is specified
+* Use g_cclosure_marshal_generic()
+
Major changes in 3.1.2 are:
* Use GtkOverlay for the floating bar
* Move the floating bar away from the cursor on hover
diff --git a/configure.in b/configure.in
index 4a415d07c..48f463c0d 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.2, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.1.3, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================