summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b62096771..baf9f8a7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Major changes in 3.19.91:
+* Use GTask instead of the old gioscheduler (Razvan Chitu)
+* Improve wording of the conflict dialog (Rishabh Makhija)
+* Make dialogs transients and modals for parent windows (Michael Cantazaro)
+* Reveal folder on creation (Carlos Soriano)
+* Fix dark theme background (Alezxandru Pandelea)
+* Hide hidden files when renamed from normal files (Carlos Soriano)
+* Select first file while searching even if search didn't finished (Carlos Soriano)
+* Multiple localization fixes (Carlos Soriano)
+* Fix the shell search provider (Carlos Soriano)
+* Style fixes with latest gtk+ (Carlos Soriano)
+* Hide undo delete notification if the user undo (Razvan Chitu)
+* Don't show thumbnails for small zoom level (Alexandru Pandelea)
+* Fix the info bar when navigating a DVD or a loopback mounted device (Carlos Soriano)
+* Allow copying from the trash (Andrej Holy)
+* Remove notifications when the application closes, fixing the "notifications appear after reboot" (Razvan Chitu)
+* Add Open With Other Application for all items, allowing i.e. desktop files to be opened with a text editor (aki)
+* Add <alt>+<return> shortcut for properties, matching other GNOME applications (Joseph-Eugene Winzer)
+* Remove the "Untitled" when creating templates (Ricard Gascons)
+
Major changes in 3.19.90:
* Reorganize shortcuts (Felipe Borges)
* Remove bookmark manager (Carlos Soriano)
diff --git a/configure.ac b/configure.ac
index 587608b36..072ecd457 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.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.19.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================