diff options
author | Matthew Johnson <mjj29@adonis.trinhall.cam.ac.uk> | 2007-07-26 17:48:09 +0100 |
---|---|---|
committer | Matthew Johnson <mjj29@adonis.trinhall.cam.ac.uk> | 2007-07-26 17:48:09 +0100 |
commit | 2daa148fc7e715373a4b9a71810b3313e4b7dddb (patch) | |
tree | c532c8f3cc113d5ec549b584b74c861c109d46b4 /Makefile | |
parent | f1bfe01c5ba5ed40fc79c53bc6a10a86461efffb (diff) |
+++ b/changelog
+Version 2.3.2:
+
+ * Fix empty array/map bug (reported by Jan Kümmel
+ <freedesktop -at- snorc -dot- org>)
+
+Version 2.3.1:
+
+ * Fix regression in normal array handling (spotted by Anibal Sanchez
+ <anibal -dot- sanchez -at- sunya -dot- com -dot- ar>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,8 +40,8 @@ JAVAUNIXJARDIR?=/usr/share/java DEBUG=disable # Version numbering -VERSION = 2.4 -RELEASEVERSION = 2.3 +VERSION = 2.3.1 +RELEASEVERSION = 2.3.1 DISTFILES=dbus-java.tex Makefile org tmp-session.conf CreateInterface.sgml DBusDaemon.sgml ListDBus.sgml DBusViewer.sgml changelog AUTHORS COPYING README INSTALL CreateInterface.sh DBusDaemon.sh ListDBus.sh DBusViewer.sh DBusDaemon.bat CreateInterface.bat ListDBus.bat DBusViewer.bat compile.bat DBusCall.bat DBusCall.sh DBusCall.sgml |