diff options
author | Matthew Johnson <mjj29@hecate.matthew.ath.cx> | 2007-11-29 13:21:12 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.matthew.ath.cx> | 2007-11-29 13:21:12 +0000 |
commit | dde83b3513bd084d3aa0a478ff4b2ddd07524fcb (patch) | |
tree | 281d5e518facb3003057776468d81e5fa5f43fed /changelog | |
parent | f3b7f95b313ad3f5c00d343438a19bf78d190bff (diff) |
* Fix struct type parsing error (spotted by Gunnar Aastrand Grimnesv2.3.2
<gunnar -dot- grimnes -at- dfki -dot- de> and Frank Benoit
<keinfarbton -at- googlemail -dot- com>)
* Fix parsing of serializable classes
* Anonymous SASL (needs testing)
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ Version 2.3.2: * Make Marshalling more verbose and descriptive in the presence of mismatched parameter lists (suggested by Anibal Sanchez <anibal -dot- sanchez -at- sunya -dot- com -dot- ar>) + * Fix struct type parsing error (spotted by Gunnar Aastrand Grimnes + <gunnar -dot- grimnes -at- dfki -dot- de> and Frank Benoit + <keinfarbton -at- googlemail -dot- com>) + * Fix parsing of serializable classes + * Anonymous SASL (needs testing) Version 2.3.1: |