summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-12-14 21:01:48 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-12-14 21:01:48 +0100
commitd8bc93ea04c379ceff67698a41b5d6e24fd33bf1 (patch)
tree30f74c9ca0c9bc531df7832ab749770fde1f899f
parent9134e14525d5b0fd57d53585108766615d53ba1c (diff)
downloadnautilus-3.19.2.tar.gz
release: prepare 3.19.23.19.2
-rw-r--r--NEWS27
-rw-r--r--configure.ac2
2 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6a012fa2c..e677930b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Major changes in 3.19.2:
+* Show free space in Other Places (Georges Stravacas)
+* Add shortcuts window (Felipe Borges)
+* Fix new window Gnome Shell dash item (Carlos Soriano)
+* Add kudos data for Gnome Software (Cosimo Cechi)
+* Check availability of PackageKit for installing extra apps (Cosimo Cechi)
+* Fix overflow in 32 bits systems (Sebastian Bacher)
+* Fix renaming popover misplaced in the desktop (Iain Lane)
+* Fix blank square in the view after changing view modes or locations (Carlos Soriano)
+* Fix crash when clicking preferences (Carlos Soriano)
+* Widespread work on removing leaks, that usually causes crashes (Carlos Soriano)
+* Operations start visibility improved, showing the popover (Carlos Soriano)
+* Fix wrong date calculation (Carlos Soriano)
+* Fix another issue with nautilus opening location in the wrong window (Carlos Soriano)
+* Fix "move to" action (Carlos Soriano)
+* Show SD cards and external hard drives in the sidebar, not in the Other Places view (Carlos Soriano)
+* Fix nautilus not opening a new window when used from command line (Carlos Soriano)
+* Fix crash using samba (Iain Lane)
+* Allow 3rd party themes to tweak operations button color (Elias Aebi)
+* Fix recurrent crash when closing Nautilus (Debarshi Ray)
+* Avoid empty operations popover (Carlos Soriano)
+* Fix nautilus opening locations in a different window than the one the user is using (Carlos Soriano)
+* Fix Other Places lock ups (Benjamin Otte & Emmanuelle Bassi)
+* Adapt rename entry to the width of the file and increase the minimum (Carlos Soriano)
+* Increase max width of operations popover to fix ellipsize translations (Carlos Soriano)
+* Fix recurrent crashers (Carlos Soriano)
+
Major changes in 3.18.1:
* Multiple crash fixes (Carlos Soriano)
* Use GtkPlacesSidebar hints to improve drag and drop experience (Carlos Soriano)
diff --git a/configure.ac b/configure.ac
index 48db1bc99..cc3f79242 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.18.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.19.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================