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 88bc3a90d..94877419d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 3.11.3:
+* Don't perform deep counts on regular files (Ross Lagerwall)
+* Fix overlapping filenames on hover in canvas view (Manuel Bachmann)
+* Fix crasher when changing the symlinks cache (Michael Catanzaro)
+* Standardize Help/About/Quit for the app menu (Michael Catanzaro)
+* Remove Enter Location from the app menu (Michael Catanzaro)
+* Use search bar style for the query editor (William Jon McCann)
+* Support building against Tracker 0.18 (Dominique Leuenberger)
+
Major changes in 3.11.2:
- Bring back eject button in sidebar (Matthias Clasen)
- Fix rename entry rendering (Alex Larsson)
diff --git a/configure.ac b/configure.ac
index 567963dbc..809d38609 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.11.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.11.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================