summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9f3b00f4e..921c520ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 3.13.2:
+* Fix a missing unref (Robert Ancell)
+* Fix a crash in selection handling (Iain Lane)
+* Use header bar for properties dialog (Matthias Clasen)
+* Use new gear menu icon (Matthias)
+* Include application-specific theming for Adwaita (Matthias)
+* Share pathbar styling with GTK+ (Matthias)
+* Translation updates
+
Major changes in 3.13.1:
* Port to be a DBusActivatable application
* Fix a crash when switching back from the trash folder
diff --git a/configure.ac b/configure.ac
index 5dc2fb7f4..54e7e6ff8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.13.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.13.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================