summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-09-13 23:48:00 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-09-13 23:48:00 +0200
commit05c4dcb81df3efa48801996098b9600358e01bee (patch)
tree5d5092968b8de9cdb14a5ba09de4b1f13d534cd2
parent6ab20ca7d4203f760a4c968c52dbe4dad0380713 (diff)
downloadnautilus-05c4dcb81df3efa48801996098b9600358e01bee.tar.gz
release: prepare for 3.21.923.21.92
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 098405699..9b6e346f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 3.21.92:
+* Fix libgd warning (Bastien Nocera)
+* Numerous batch renaming improvements and fixes (Alex Pandelea, Carlos Soriano)
+* Detect .bz and .xz as extensions for renaming (Alex Pandelea)
+* Fix operations popover too small (Ernestas Kulik)
+* Add dummy --no-desktop option so Dropbox plugin works again (Carlos Soriano)
+* Fix build when using the --disable-tracker compile time option (Carlos Soriano)
+
Major changes in 3.21.91:
* Implement batch renaming tool (Alex Pandelea)
* Implement compressed files support (Razvan Chitu)
diff --git a/configure.ac b/configure.ac
index 2f0b0ba12..0af3618a3 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.21.91.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.21.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================