The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
libwbxml-0.11.3.md5sum | 2015-04-07 | 115 Bytes | |
libwbxml-0.11.3.sha512sum | 2015-04-07 | 307 Bytes | |
libwbxml-0.11.3.tar.bz2 | 2015-04-07 | 355.7 kB | |
libwbxml-0.11.3.tar.gz | 2015-04-07 | 430.4 kB | |
README.md | 2015-04-07 | 1.4 kB | |
Totals: 5 Items | 787.9 kB | 0 |
libwbxml 0.11.3 release notes
Download: https://sourceforge.net/projects/libwbxml/files/libwbxml/0.11.3/
Major Changes
- libwbxml is now fully independent from the OpenSync infrastructure. This includes the migration of the sources to GitHub.
- Setup a framework for testing the private API. Added the first test suites:
- src/wbxml_lists.h.
- src/wbxml_buffers.h
- src/wbxml_base64.h
- src/wbxml_charset.h
- src/wbxml_conv.h
- src/wbxml_encoder_internals.h
- src/wbxml_errors.h
- src/wbxml_parser_internals.h
Minor Changes
- Fixed a memory leak of wbxml_tree_clb_xml_end_element in src/wbxml_tree_clb_xml.c. The patch was supplied by Gaurav Gupta from Samsung.
- The code of the function wbxml_tree_clb_xml_end_element to handle binary tags used variables which were only defined if the SyncML code is enabled. The file wbxml_tree_clb_xml.c was fixed (ticket #85).
Internal Changes
- Added a sanity check to make some tools happy in wbxml_strtbl_collect_strings in src/wbxml_encoder.c. The patch was supplied by Gaurav Gupta from Samsung.
- Added some sanity checks to detect the wrong usage of wbxml_fill_header in src/wbxml_encoder.c. The patch was supplied by Gaurav Gupta from Samsung.
- Introduced a single test directory.
Special thanks goes to Gaurav Gupta (@ya1gaurav) for code analysis and bug fixing.