summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])