summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2011-08-14 17:22:35 +0100
committerRob Bradford <rob@linux.intel.com>2011-08-14 17:22:35 +0100
commita77254e76818c2ebf0e5c043220ac2ba9366f981 (patch)
tree3b522414486f56b364113b87f1f95d086ff52562
parent7cb127ea203f1975fb73bb3e19cbbc275e3f7f70 (diff)
downloadgconf-3.1.5.tar.gz
Release 3.1.53.1.5
-rw-r--r--NEWS22
-rw-r--r--configure.in2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a86ff6cb..ee2bd3dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+3.1.5
+=====
+
+Fixes:
+
+ * gsettings-convert - conver to unsigned int correctly (Kalev Lember)
+ * Distcheck fixes
+ * 656248 - Handle messages that don't have interface set (Joey Zheng)
+ * 654801 - Export pkg-config file and C include details in GIR file
+ (Evan Nemerson)
+
+Misc:
+
+ * Autogenerated ChangeLog
+ * Update .gitignore
+
+Translations:
+
+ * ru (Yuri Kozlov), fr (Claude Paroz), bg (Alexander Shopov),
+ eo (Kristjan SCHMIDT), id (Andika Triwidada),
+ th (Theppitak Karoonboonyanan)
+
3.1.4
=====
diff --git a/configure.in b/configure.in
index a5bced62..5965c177 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([GConf],
- [3.1.4],
+ [3.1.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=GConf],
[GConf])