📄 changelog
字号:
2006-07-10 Aymerick Jehanne <aymerick@jehanne.org> * New release: 0.9.2 * Finally applied fixes from OpenSync project and Debian libwbxml package * Added XCode project for MacOS X * Added Microsoft AirSync support * Some more cleanup and bug fixes * Windows and Symbian projects files are NOT up to date at all. Searching for mainteners.2005-12-19 Aymerick Jehanne <aymerick@jehanne.org> * wbxml_tree.c: Fixed wbxml_tree_node_get_syncml_data_type().2005-11-28 Aymerick Jehanne <aymerick@jehanne.org> * SyncML 1.2 support * Improved WBXMLTree API * New encoder 'flow mode' * Back to LGPL licence2005-05-23 Aymerick J閔anne <aymerick@jehanne.org> * wbxml_tables.c: Added the 'WBXML_SUPPORT_PROV_11' flag to activate OMA PROV 1.1 tables. There is no new Public ID defined to OMA PROV 1.1. I don't know how to handle this, so for the moment I apply the OMA PROV 1.1 tables modifications directly into OMA PROV 1.0 tables.2005-04-01 Aymerick J閔anne <aymerick@jehanne.org> * wbxml_parser.c: Corrected a bug when Public ID is in string table. Handle phones that don't end string table with a terminating NULL char. Removed some potential memory leaks.2005-03-29 Aymerick J閔anne <aymerick@jehanne.org> * wbxml_tree.[h|c]: Added wbxml_tree_node_have_child_elt() * wbxml_encoder.c: Added WBXML_ENCODER_XML_NO_EMPTY_ELT_INDENT to disable indent of elements that do not have child elements, for a more readable XML generation. This flag should be replaced by a configuration var later.2005-03-20 Aymerick J閔anne <aymerick@jehanne.org> * Work on Symbian port / Start of SyncML wrapper / Some cleanup2005-03-16 Aymerick J閔anne <aymerick@jehanne.org> * src/wbxml_encoder.c: Do not generate string table for OTA Settings documents (thanks to Rasmus Lock Larsen).2005-03-10 Aymerick J閔anne <aymerick@jehanne.org> * src/wbxml_tables.c: Changed 'NumberOfChanged' to 'NumberOfChanges' in SyncML table (thanks to Frank Sprague).2005-03-01 Aymerick J閔anne <aymerick@jehanne.org> * doc/: Removed deprecated files. * web/: Removed folder.2005-02-24 Aymerick J閔anne <aymerick@jehanne.org> * src/wbxml_parser.c: Fixed bug [1080489] (thanks to Rasmus Lock Larsen) * src/wbxml_encoder.c: Added a 'WBXML_ENCODER_XML_GEN_EMPTY_ELT' flag to enable generation of '<foo />' instead of '<foo></foo>'. This flag should be replace to a configuration var later.2005-02-23 Aymerick J閔anne <aymerick@jehanne.org> * src/wbxml_tree.[h|c] : Added wbxml_tree_node_destroy_all().2005-02-22 Aymerick J閔anne <aymerick@jehanne.org> * src/wbxml_tree.[h|c] : Added wbxml_tree_extract_node().2005-02-17 Aymerick J閔anne <aymerick@jehanne.org> * src/wbxml.h, src/wbxml_conv.[h|c], src/wbxml_elt.[h|c], src/wbxml_encoder.c, src/wbxml_tree.[h|c], src/wbxml_tree_clb_wbxml.c, src/wbxml_tree_clb_xml.c, tools/wbxml2xml_tool.c, tools/xml2wbxml_tool.c : Work continue on new wbxml_tree.h interface * src/wbxml_buffers.h: typo correction2005-02-17 Aymerick J閔anne <aymerick@jehanne.org> * src/wbxml_tree.c, src/wbxml_tree_clb_xml.c : Implemented wbxml_tree_add_elt()2005-02-16 Aymerick J閔anne <aymerick@jehanne.org> * src/wbxml.h, src/wbxml_conv.[h|c], src/wbxml_elt.h, src/wbxml_encoder.[h|c], src/wbxml_tables.[h|c], src/wbxml_tree.[h|c], src/wbxml_tree_clb_wbxml.c, src/wbxml_tree_clb_xml.c, tools/wbxml2xml_tool.c: - started to work on new wbxml_tree API - refactored wbxml_tree.c and wbxml_conv.c - some typo fixes and code clean-up2005-02-11 Aymerick J閔anne <aymerick@jehanne.org> * all files cleanup: replaced tabs by 4 spaces, and forced Unix files format * WV test suite fixes2005-02-08 Aymerick J閔anne <aymerick@jehanne.org> * src/wbxml_conv.[h|c], src/wbxml_encoder.c, tools/wbxml2xml_tool.c, tools/xml2wbxml_tool.c : Renamed wbxml_conv_wbxml2xml() and wbxml_conv_xml2wbxml() functions, then added two macros to permit wbxml_conv.h interface backward compatibility * src/wbxml_encoder.c: Fixed a bug that produced non valid XML by not replacing '<' and '&' characters to their entity values2005-02-02 Aymerick J閔anne <aymerick@jehanne.org> * src/wbxml_charset.c: clean-up * src/wbxml_tables.c: WV 1.2 - Reviewed tables to apply OMA-IMPS-WV-CSP_WBXML-V1_2-20040522-C.pdf2005-02-01 Aymerick J閔anne <aymerick@jehanne.org> * Some files: Typo corrections * All files: Copyright update * Lot of files: First work on multiple charsets handling, using libiconv2004-09-20 Aymerick J閔anne <aymerick@jehanne.org> * New release of wbxml2: 0.9.12004-09-20 Aymerick J閔anne <aymerick@jehanne.org> * src/wbxml_parser.c: Modified parse_content() to handle correctly a SyncML content generated by a Nokia 6600 2004-02-29 Aymerick J閔anne <aymerick@jehanne.org> * New release of wbxml2: 0.9.0 2004-02-28 Aymerick J閔anne <aymerick@jehanne.org> * src/wbxml_tables.h: Corrected WBXML Public Ids for SyncML 1.0 and DevInf 1.0 (hope, this is a good choice...)2004-02-26 Aymerick J閔anne <aymerick@jehanne.org> * src/wbxml_parser.c: Initialize wbxml version to WBXML_VERSION_10 in parse_version() before parsing (thanks to Thomas Butter). * src/wbxml_parser.c: Added support for Altitude, Accuracy and Cpriority presence attributes in decode_wv_content() (thanks to Erik). * src/wbxml_parser.c: Modified decode_wv_integer() to allow decoding of '0 length' integers (thanks to Erik) [Example: 'C3 80 00 01'].2004-02-25 Aymerick J閔anne <aymerick@jehanne.org> * New license: GNU GPL * New website: http://libwbxml.aymerick.com2004-01-13 Aymerick J閔anne <libwbxml@jehanne.org> * src/wbxml_encoder.c: Corrected CDATA encoding. Now CDATA is encoded into Opaque [to be tested with real phones] * src/wbxml_parser.c: Added debug info2004-01-11 Aymerick J閔anne <libwbxml@jehanne.org> * Added Symbian Port * Added CDATA Support * src/wbxml_tables.h: Corrected WBXML Public Ids for SyncML 1.1 and DevInf 1.1 (Thanks to Miguel Coca)2003-11-24 Aymerick J閔anne <libwbxml@jehanne.org> * New release of wbxml2: 0.8.2 - This is the last release before moving to 'happycoders.net' framework - This is the last release under LGPL licence2003-11-23 Aymerick J閔anne <libwbxml@jehanne.org> * src/wbxml_buffers.c: Corrected initializations.2003-11-19 Aymerick J閔anne <libwbxml@jehanne.org> * src/wbxml_encoder.c: Patched xml_encode_text() for SyncML support. Thanks to Bo Lincoln.2003-11-01 Aymerick J閔anne <libwbxml@jehanne.org> * src/wbxml_base64.[h|c]: Added base64 support. * testsuite/drmrel/: Added DRMREL 1.0 Test Suite. * Added support of <ds:KeyValue> for DRMREL 1.0 in Parser and Encoder. * Added Leak Tracker. * New release of wbxml2: 0.8.12003-10-28 Aymerick J閔anne <libwbxml@jehanne.org> * Moved WBXML Versions tokens to an Enumeration. * Added possibility to choose the WBXML Version when encoding to WBXML.2003-10-20 Aymerick J閔anne <libwbxml@jehanne.org> * Lot of code fixes / clean-up * New release of wbxml2: 0.8.02003-10-18 Aymerick J閔anne <libwbxml@jehanne.org> * Lot of work on SyncML : Now, XML to WBXML encoding should work. This must be tested a bit more, but it seems to work fine :) * testsuite/syncml/ : Some SyncML test files has been corrected. * src/wbxml_tables.c : SyncML Table has been corrected. * src/wbxml_tables.[c|h] : Added MetInf 1.0 Public ID (thanks to Bo Lincoln) * Lot of Doxygen fixes2003-10-17 Aymerick J閔anne <libwbxml@jehanne.org> * Refactored code: - Removed 'conv/' directory and moved code to 'src/'. - Added 'HAVE_EXPAT' compile flag. - Renamed some files, fonctions, etc...2003-10-15 Aymerick J閔anne <libwbxml@jehanne.org> * src/wbxml_encoder.c : In parse_attribute(), return 'WBXML_OK' if there is no Attribute Table (ie: do not stop encoding). This is needed for SyncML.2003-08-02 Aymerick J閔anne <libwbxml@jehanne.org> * New release of wbxml2: 0.7.32003-06-25 Aymerick J閔anne <libwbxml@jehanne.org> * src/wbxml.h, wbxml_encoder.[h|c], wbxml_parser.c, wbxml_tables.[c|h] : Corrected SyncML WBXML Parsing and SyncML XML Encoding.2003-06-24 Aymerick J閔anne <libwbxml@jehanne.org> * src/wbxml_buffers.[c|h] : Added wbxml_buffer_compare_cstr() * src/wbxml_tree.[c|h] : Added a new Node Type 'WBXML_TREE_TREE_NODE' and the search function wbxml_tree_get_element_node_from_name() * src/wbxml_tree_clb.c : Handle parsing of SyncML encapsulated WBXML documents * src/wbxml_encoder.c : XML Encoding of encapsulated WBXML documents * src/wbxml_tables.h : Corrected DevInf 1.0 XML ID2003-06-03 Aymerick J閔anne <libwbxml@jehanne.org> * testsuite/syncml, testsuite/testsuite.xml : Started a SyncML Test Suite. Only 4 documents seems to work... mMm... too bad :-/2003-05-26 Aymerick J閔anne <libwbxml@jehanne.org> * conv/Makefile.am, tools/Makefile.am : Added WBXML_LANG_OTA_SETTINGS. * wbxml_tables.c : Removed bugs when XML Header is not fully filled (thanks to Nicolas Bougues). * tools/xml2wbxml_tool.c, tools/wbxml2xml_tool.c : Added support of stdin and stdout (thanks to Nicolas Bougues).2003-05-23 Aymerick J閔anne <libwbxml@jehanne.org> * testsuite/ota, testsuite/testsuite.xml : Added OTA Settings Test Suite. * src/wbxml_parser.c, src/wbxml_encoder.c: Modified the way the lib handle WBXML Versions. * tools/wbxml2xml_tool.c : Added OTA Settings forcing support.2003-05-22 Aymerick J閔anne <libwbxml@jehanne.org> * Added support of Ericsson / Nokia OTA Settings v7.0. Thanks to Nicolas Bougues for the hints. * src/wbxml.h : Added WBXML_LANG_OTA_SETTINGS. * src/wbxml_tables.[h|c] : Added tables for OTA Settings. * src/Makefile.am : Added WBXML_LANG_OTA_SETTINGS compilation flag. * INSTALL : Added documentation of WBXML_LANG_OTA_SETTINGS. * src/wbxml_tables.h : Added a true value for WBXML_PUBLIC_ID_WV_CSP11, as found at 'http://www.openmobilealliance.org/tech/omna/ omna-wbxml-public-docid.htm'. XML Public ID is different too... maybe we have to switch to it... one day2003-05-02 Aymerick J閔anne <libwbxml@jehanne.org> * Added compilation flag WBXML_ENCODER_USE_STRTBL. If not defined, the String Table mecanism is not used (but it is still used for unknown WBXML Public ID).2003-05-01 Aymerick J閔anne <libwbxml@jehanne.org> * src/wbxml.h: Added a new enum 'WBXMLLanguage' to identify each language supported. So that we don't rely on WBXML Public ID (some languages doesn't have one). * src/wbxml_tables.[h|c]: Modified 'WBXMLLangEntry' structure to associate a 'WBXMLLanguage' for each language. Added a new function wbxml_tables_get_wbxml_publicid() to get the WBXML Public ID of a given Language. * src/wbxml_parser.[h|c]:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -