summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-12-14 19:46:56 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-12-14 19:46:56 +0100
commitc4cbe9b75007960c250c44ca2f1b5c84b6544060 (patch)
treefd929c5b3769733270154294168a37763b6179b2
parentc2b72973dcc4013caef59607f2f30babb248af42 (diff)
downloadnautilus-c4cbe9b75007960c250c44ca2f1b5c84b6544060.tar.gz
release: prepare 3.18.33.18.3
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f2dce8567..44d2f9a87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 3.18.3:
+* 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)
+
Major changes in 3.18.2:
* 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)
diff --git a/configure.ac b/configure.ac
index 777ff846c..9b3c53bc1 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.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.18.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================