summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 368144afd..70dc2abca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Major changes in 3.22.1:
+* Multiple batch renaming fixes (Alex Pandelea, Carlos Soriano)
+* Multiple compression integration fixes (Razvan Chitu, Carlos Soriano)
+* Fix not showing "eject" and other options for devices in the context menu in the desktop (victoryang)
+* Rework clipboard handling, fixing desktop<->Nautilus interaction (Carlos Soriano)
+* Fix overlaping icons on desktop in some cases, noticeabily in Ubuntu (Ian Lane)
+* Fix wrong progress information in operations when skipping files (Razvan Chitu)
+* Fix gnome-shell search only searching for whole words (Jiri Cerny)
+* Show location as default for list view on Recent (Carlos Soriano)
+* Fix context menu position in Wayland or other non-global coordinates systems (Carlos Soriano)
+* Update man page of nautilus (Ernestas Kulik)
+* Add revealer for warnings in batch rename dialog (Lavinia Stefania)
+* Add tooltips to batch rename dialog file names (Alex Pandelea)
+* Port nautilus classes to G_DECLARE (Lavinia Stefania)
+* Extend Nautilus File API for regular files (Neha Yadav)
+* Don't crash for simple leaks on the views (Carlos Soriano)
+
Major changes in 3.22.0:
* Increase gtk+ depencency version (Michael Biebl)
diff --git a/configure.ac b/configure.ac
index 9a0def436..2f2289a88 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.22.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.22.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================