summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-08-30 21:05:51 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-08-30 21:13:14 +0200
commit22072b68889789d50538706fcb315f8581d999f3 (patch)
treef608d90d73470c5ed9e59483d350d5cefedb5a4d
parente92e417152081500a0188eeee346c1bc9636e276 (diff)
downloadnautilus-3.21.91.tar.gz
release: prepare for 3.21.91rm3.21.91
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6d6d78a23..098405699 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 3.21.91:
+* Implement batch renaming tool (Alex Pandelea)
+* Implement compressed files support (Razvan Chitu)
+* Rework the view menus (Neil Herald)
+* Separate desktop handling from Nautilus (Carlos Soriano)
+* Add missing cut shortcut (Pedro Beja)
+* Add <ctrl>= as "zoom in" shortcut (Ernestas Kulik)
+
Major changes in 3.20.3:
* Support HDPI in desktop margins (Andrea Azzarone)
* Fix opaque desktop background after changing themes (Ernestas Kulik)
diff --git a/configure.ac b/configure.ac
index 9a62c8e87..d26475cc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 5)
m4_define(nautilus_extension_revision, 0)
-AC_INIT([nautilus],[3.19.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.21.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================