summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-11-25 06:23:31 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-11-25 06:23:31 -0500
commit6b0bc7090a62b1cf6b15c08661a9901aaac98808 (patch)
tree5f7c9f018c349c0468e81b3001fc14d7100f861d
parenta429b0d8d2e1acaad610d47071d7d2da418116ba (diff)
downloadgnome-desktop-6b0bc7090a62b1cf6b15c08661a9901aaac98808.tar.gz
3.15.23.15.2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0c482140..0b2e4231 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
===============
+Version 3.15.2
+===============
+
+- Add installed tests (#737140)
+- Recognize builtin monitors in Dell machines (#740289)
+- Improve thumbnail handling (#684026)
+- Translation updates
+
+===============
Version 3.15.1
===============
diff --git a/configure.ac b/configure.ac
index 96221ac7..724f4172 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 15)
-m4_define(gnome_micro, 1)
+m4_define(gnome_micro, 2)
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