summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index baf9f8a7a..46df32609 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 3.19.92:
+* Use better thread handling in undo operations (Razvan Chitu)
+* Disable zoom and sort menus when the folder is empty (Carlos Soriano)
+* Always show the sliders in the pathbar to avoid pathbar clipping (Carlos Soriano)
+* Disable Alt+Home for desktop window, avoiding to change the desktop location (Alexandru Pandelea)
+* Avoid drag and drop visual hint in list view (Carlos Soriano)
+* Make sure we select the previous folder when going upwards in the hierarchy (Carlos Soriano)
+
Major changes in 3.19.91:
* Use GTask instead of the old gioscheduler (Razvan Chitu)
* Improve wording of the conflict dialog (Rishabh Makhija)
diff --git a/configure.ac b/configure.ac
index 072ecd457..b17f605ac 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.19.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.19.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================