summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2011-01-10 17:36:15 +0100
committerRodrigo Moya <rodrigo@gnome-db.org>2011-01-10 17:36:15 +0100
commit64b7cbea20a074fec7b3d8f675c593526cf0afbc (patch)
treecf0c32aa1224c08d1bc37e672a21572a82ddc975
parent55a2932dfd2e72f1a291ce7b05cde4e8c63a63ba (diff)
downloadgnome-control-center-GNOME_CONTROL_CENTER_2_91_5.tar.gz
-rw-r--r--NEWS33
-rw-r--r--configure.ac2
2 files changed, 34 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1ba946946..ac2abb671 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,37 @@
=============================
+Version 2.91.5 (2010-12-22)
+=============================
+
+Common:
+- Fix 2 typos (Andre Klapper) (#637527)
+- Require gnome-settings-daemon >= 2.91 (Rodrigo Moya)
+- Bump libgnomekbd requirement (Rodrigo Moya)
+- Adapt to new gnome-desktop API (Giovanni Campagna)
+
+Datetime:
+- Fix layout and spacing to match mockups (William Jon McCann)
+- Use a switch for 24 hour time (William Jon McCann)
+- Keep the time ticking while the dialog is up (William Jon McCann)
+- Make dialog instant apply (William Jon McCann)
+- Don't try to set timezone when initially loading model (William Jon McCann)
+
+Sound:
+- Do not build with $DISABLE_DEPRECATED (Vincent Untz)
+- Don't set update policy (Benjamin Otte)
+
+Translations:
+- de (Mario Blättermann)
+- es (Jorge Gonzalez)
+- et (Ivar Smolin)
+- gl (Fran Diéguez)
+- he (Yaron Shahrabani)
+- nb (Torstein Adolf Winterseth)
+- pa (A S Alam)
+- sl (Matej Urbančič)
+- sv (Daniel Nylander)
+- vi (Nguyễn Thái Ngọc Duy)
+
+=============================
Version 2.91.3.1 (2010-12-22)
=============================
diff --git a/configure.ac b/configure.ac
index 42f39695f..ddce8556a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 2.91.4)
+m4_define([gnome_control_center_version], 2.91.5)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])