summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ===========================================================================