summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2013-10-15 19:08:35 +0200
committerRui Matos <tiagomatos@gmail.com>2013-10-15 19:08:35 +0200
commitf5848bc499a0506e7479bc5120b55e44763558bb (patch)
tree87c7ed0410550f65fa9dcf93a87a3cf873fcf54b
parent613f2268968e4275d725dd9fad69b0fd0cfd56f3 (diff)
downloadgnome-desktop-f5848bc499a0506e7479bc5120b55e44763558bb.tar.gz
3.10.13.10.1
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 85f79ae1..fb5ab16b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
===============
+Version 3.10.1
+===============
+
+- gnome-bg: Fix memory leaks (#709271)
+- gnome-bg: set error when parsing XML file that's not a slide show (#708877)
+- languages: Obtain supported locales from "locale -a" output (#698383)
+- thumbnailer: Bail if no pixbuf loader could be created (#709819)
+- thumbnailer: Support loading thumbnails from remote locations (#708824)
+- Translation updates
+
+===============
Version 3.10.0
===============
diff --git a/configure.ac b/configure.ac
index d6c215de..9fb7a7f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 10)
-m4_define(gnome_micro, 0)
+m4_define(gnome_micro, 1)
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