-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tristan Lelong <[email protected]>
- Loading branch information
Showing
5 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,30 @@ | ||
libroxml (3.0.0-1) unstable; urgency=low | ||
* Add | ||
External linkage support for c++ projects | ||
Replace list parse engine with map based one | ||
Roxml_commit_file(), roxml_commit_fd() and roxml_commit_buffer() helpers | ||
Subtree display too roxml tool | ||
Rocat tool | ||
Optional disabling support of float XML values | ||
Basic XML validation during parsing | ||
Header for all the source files updated to SPDX | ||
Parser function locality | ||
Global code refactor | ||
Add support for XPath function local-name() | ||
Update documentation | ||
|
||
* Bugfixes | ||
Fix tests | ||
Fix various compilation warnings | ||
Fix potential overflow and memory-leak related to namespace parsing | ||
Fix CMake builds | ||
Fix recursive delete of malformed tree | ||
Fix wrong calculation for buffer realloc during commit | ||
Fix spurious colon in default namespace | ||
|
||
|
||
-- Tristan Lelong <[email protected]> Fri, 03 Mar 2017 23:22:18 +0000 | ||
|
||
libroxml (2.3.0-1) unstable; urgency=low | ||
* Add | ||
switch to autotools | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters