diff options
author | Rob Bradford <rob@linux.intel.com> | 2011-08-14 17:22:35 +0100 |
---|---|---|
committer | Rob Bradford <rob@linux.intel.com> | 2011-08-14 17:22:35 +0100 |
commit | a77254e76818c2ebf0e5c043220ac2ba9366f981 (patch) | |
tree | 3b522414486f56b364113b87f1f95d086ff52562 | |
parent | 7cb127ea203f1975fb73bb3e19cbbc275e3f7f70 (diff) | |
download | gconf-a77254e76818c2ebf0e5c043220ac2ba9366f981.tar.gz |
Release 3.1.53.1.5
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 23 insertions, 1 deletions
@@ -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]) |