summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo@endlessm.com>2013-12-18 10:12:16 -0800
committerCosimo Cecchi <cosimo@endlessm.com>2013-12-18 10:12:16 -0800
commita03a64711652455eec8bf9fe33e0466b971dc6cc (patch)
tree4814486cc347b50fb5ad32f11b22aac77729d574
parent5000b1e778d0baf7b77fb998626107ef3e1da49e (diff)
downloadnautilus-3.11.3.tar.gz
release: prepare for 3.11.33.11.3
-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 ===========================================================================