Changes between Version 57 and Version 58 of WikiStart
- Timestamp:
- 11/10/11 10:20:12 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v57 v58 80 80 == Download == 81 81 82 Latest Version 2.6 82 Latest Version 2.6.2 83 83 84 [http://www.dfki.uni-kl.de/artifactory/libs-releases-local/dfki/km/delight/xmlrpc-delight/2.6 /xmlrpc-delight-2.6-dist-all.zip]84 [http://www.dfki.uni-kl.de/artifactory/libs-releases-local/dfki/km/delight/xmlrpc-delight/2.6.2/xmlrpc-delight-2.6.2-dist-all.zip] 85 85 86 86 Artifact coordinate (using repository http://www.dfki.uni-kl.de/artifactory/libs-releases) … … 89 89 <groupId>dfki.km.delight</groupId> 90 90 <artifactId>xmlrpc-delight</artifactId> 91 <version>2.6 </version>91 <version>2.6.2</version> 92 92 </dependency> 93 93 }}} … … 95 95 '''Changes''' 96 96 - added enum support 97 - fixed: Bug in xml-rpc:1.1 (strings containing only spaces were discarded in method call) 98 97 - fixed: Bugs in xml-rpc:1.1 98 - strings containing only spaces were discarded in method call 99 - strings containing control characters caused exceptions 100 - strings containing xml markup like (<[CDATA[ ]]>) caused trouble 99 101 ---- 100 102