From b4db806a0ce050ef70b92a428755f0d3dc7c844e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 30 Jul 2013 08:28:18 -0400 Subject: 3.9.5 --- NEWS | 12 ++++++++++++ configure.ac | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f86972ba..6d2eb09d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +============== +Version 3.9.5 +============== + +- xkb: Ensure strings are UTF-8 +- gnome-rr: Fix a crash +- gnome-rr: Be more careful when parsing EDID +- wall-clock: Initialize gettext +- gnome-bg: Objects without a filename are not slideshows +- gnome-xkb-info: Fix memory leaks +- Translation updates + ============== Version 3.9.1 ============== diff --git a/configure.ac b/configure.ac index dcc6bc32..40202745 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ m4_define(gnome_platform, 3) m4_define(gnome_minor, 9) -m4_define(gnome_micro, 1) +m4_define(gnome_micro, 5) 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 -m4_define(gnome_sub, 1) +m4_define(gnome_sub, ) m4_define(gnome_version, [gnome_platform.gnome_minor.gnome_micro]m4_ifval(gnome_sub, .gnome_sub)), -- cgit v1.2.1