summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2006-01-18 12:29:38 +0000
committerRodrigo Moya <rodrigo@src.gnome.org>2006-01-18 12:29:38 +0000
commit04253a33b35383145f985fbf96e21f721893e833 (patch)
tree4c3ea4e0b617aaad6c07d2d5345994f2662d6b99
parent292e97576c7df7e3ae77b669de5811e77dd20aa3 (diff)
downloadgnome-control-center-04253a33b35383145f985fbf96e21f721893e833.tar.gz
update for 2.13.5.1.GNOME_CONTROL_CENTER_2_13_5_1
2006-01-18 Rodrigo Moya <rodrigo@novell.com> * configure.in: * NEWS: update for 2.13.5.1.
-rw-r--r--ChangeLog9
-rw-r--r--NEWS19
-rw-r--r--configure.in2
3 files changed, 27 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 98b4eaeb6..309c8ccc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-18 Rodrigo Moya <rodrigo@novell.com>
+
+ * configure.in:
+ * NEWS: update for 2.13.5.1.
+
2006-01-16 Rodrigo Moya <rodrigo@novell.com>
* Makefile.am: include m4 directory and fixed .spec file disting.
@@ -5,7 +10,7 @@
2006-01-16 Rodrigo Moya <rodrigo@novell.com>
* configure.in:
- * NEWS; update for 2.13.5.
+ * NEWS: update for 2.13.5.
2006-01-16 Sebastien Bacher <seb128@debian.org>
@@ -54,7 +59,7 @@
2006-01-03 Rodrigo Moya <rodrigo@novell.com>
* configure.in:
- * NEWS; update for 2.13.4.
+ * NEWS: update for 2.13.4.
2006-01-03 Mark McLoughlin <mark@skynet.ie>
diff --git a/NEWS b/NEWS
index 9c457b785..a74f2ac6e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+gnome-control-center 2.13.5.1
+
+default applications:
+- Fixed loading of translations from XML file (Luca Cavalli)
+
+settings daemon:
+- Use g_mkdir_with_parents instead of creating all the hierarchy by hand
+ (Rodrigo Moya)
+
+other:
+- Fixed m4 directory missing (chpe)
+
+updated translations:
+- da (Lasse Bang Mikkelsen)
+- en_CA (Adam Weinberger)
+- gu (Ankit Patel)
+- sr (Slobodan D. Sredojevic)
+
+------------------------------------------------------------------------------
gnome-control-center 2.13.5
background:
diff --git a/configure.in b/configure.in
index e867b340f..be9e4f681 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([control-center], [2.13.5],
+AC_INIT([control-center], [2.13.5.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=control-center])
AC_CONFIG_MACRO_DIR([m4])