summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e677930b8..b62096771 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Major changes in 3.19.90:
+* Reorganize shortcuts (Felipe Borges)
+* Remove bookmark manager (Carlos Soriano)
+* More robust search (Carlos Soriano)
+* Add preference for menu item "Delete Permanently" (Razvan Chitu)
+* Add preference for menu item "Create Link" (Razvan Chitu)
+* Fix jp2 images crashing nautilus (Carlos Soriano)
+* Change icon of operations cancelation when operation is finished (Paolo Borelli)
+* Allow Nautilus windows to be styled differently than other applications (Horst3180)
+* Add new search popover and search filtering (Georges Basile Stavracas Neto)
+* Allow different search preferences for remote and local separately (Carlos Soriano)
+* Remove sorting preference, since the view menu is the preference itself (Carlos Soriano)
+* Allow different view type setting for search and normal (Carlos Soriano)
+* Rework preferences window (Carlos Soriano)
+* Add another zoom level and improve icons padding (Cosimo Cecchi, Carlos Soriano)
+* Allow to open the "Other Locations" in new tabs or windows (Carlos Soriano)
+* Make operations popover keyboard navigable (Carlos Soriano)
+* Limit search to maximum 5 years (Alexandru Pandelea)
+
Major changes in 3.19.2:
* Show free space in Other Places (Georges Stravacas)
* Add shortcuts window (Felipe Borges)
diff --git a/configure.ac b/configure.ac
index ddc44b46c..97d2f7b14 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.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.19.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================