summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fa54ebc9..f4d6f59d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 3.20.2:
+* Updates translations for:
+ * Latvian (Rūdolfs Mazurs)
+ * Norwegian bokmål (Kjartan Maraas)
+ * Portuguese (Tiago Santos)
+* Revert some changes because of instabilities
+* Use the theme's CSS instead of our custom one
+* Fix the first week day detection (Isaque Galdino)
+
Major changes in 3.20.1:
* Updated translations for:
* Basque (Inaki Larranaga Murgoitio)
diff --git a/configure.ac b/configure.ac
index 795d9d53..571ebf53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
AC_PREREQ([2.69])
-AC_INIT([gnome-calendar],[3.20.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-calendar],[gnome-calendar],[https://wiki.gnome.org/Apps/Calendar])
+AC_INIT([gnome-calendar],[3.20.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-calendar],[gnome-calendar],[https://wiki.gnome.org/Apps/Calendar])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/main.c])