summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-02-15 20:47:00 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-02-15 20:47:00 -0500
commit7f8aae81980340ed0fd035385b016904cc46eaed (patch)
treefdeb66b7972845a26b162297df91aeb69d15eeba
parent104fb3d9397d7834762cf3b49e01c3f80d69af49 (diff)
downloadgnome-desktop-7f8aae81980340ed0fd035385b016904cc46eaed.tar.gz
3.19.43.19.4
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e5cfbd96..0502eeb3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
================
+Version 3.19.4
+================
+
+- Capitalize language and territory names
+- Add default keyboard layout for Mexico and Guatemala
+- Avoid a crash when thumbnailing
+- Be more careful when parsing locales
+- Translation updates
+
+================
Version 3.19.3
================
diff --git a/configure.ac b/configure.ac
index 681a520a..4a107e1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 19)
-m4_define(gnome_micro, 3)
+m4_define(gnome_micro, 4)
dnl gnome_sub is an optional sub-version which will not be advertised to the user
dnl It allows to release a 2.30.1.1 which is just a better 2.30.1
dnl Leave empty if not needed