summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-08-30 14:25:52 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-08-30 14:25:52 +0200
commit65fe94a3c95a48e0bc9b0361c0cd716f956765c2 (patch)
tree9f8a454bbd1248d70ffea8c2a9600ef90dd160d1
parent3165abcebbafe48953076d35a246cbafbfc4e3a2 (diff)
downloadnautilus-65fe94a3c95a48e0bc9b0361c0cd716f956765c2.tar.gz
release: prepare for 3.22.33.20.3
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4ad03a4c6..b66f6555c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 3.20.3:
+* Support HDPI in desktop margins (Andrea Azzarone)
+* Fix opaque desktop background after changing themes (Ernestas Kulik)
+* Fix gnome-shell search not providing results or making the CPU at 100% even if closed (Carlos Soriano)
+
Major changes in 3.20.2:
* Fix white desktop background after changing themes (Sebastien Keller)
* Improve double click detection (Johannes Oertel)
diff --git a/configure.ac b/configure.ac
index ed04b6958..0a7983575 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.20.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.20.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================