Release 2021.1
Summary of Changes
- Fix a potential stack buffer over-read in Poco::FastInfoset::FastInfosetWriter::characters(). This fix also improves performance by avoiding the creation of an additional temporary std::string object.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2020.1
Summary of Changes
- Improve compatibility with C++14 (replace std::auto_ptr with std::unique_ptr).
- Fix a naming conflict with a system-defined macro on Windows.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2019.2
Summary of Changes
- No changes since previous release.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2019.1
Summary of Changes
- No changes since previous release.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2018.1
Summary of Changes
- No changes since previous release.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2017.2
Summary of Changes
- No changes since previous release.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2017.1
Summary of Changes
- No changes since previous release.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2016.2
Summary of Changes
- No changes since previous release.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2016.1
Summary of Changes
- No changes since previous release.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2015.2
Summary of Changes
- No changes since previous release.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2015.1
Summary of Changes
- No changes since previous release.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2014.1
Summary of Changes
- Minor changes for compatibility with C++11.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2013.2
Summary of Changes
- No changes since previous release.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2013.1
Summary of Changes
- No changes since previous release.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2012.1
Summary of Changes
- Fixed some bugs with handling vocabularies and sequences.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2011.2
Summary of Changes
- No changes since previous release.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2011.1
Summary of Changes
- Fixed compiler warnings on some platforms.
- Added Visual Studio project and solution files for 64-bit builds on Visual Studio 2008 and 2010.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2009.2p4
Summary of Changes
- Bugfix: parsing Fast Infoset documents using the pre-defined restricted alphabets now works.
- Improved robustness when parsing malformed Fast Infoset documents.
- Performance improvements in the FastInfosetWriter when writing character data.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.
Release 2009.2p3
Summary of Changes
- Significant performance improvements when parsing Fast Infoset documents.
- Completely rewritten documentation.
- Added FastInfoset::Converter class to replace and extend the conversion methods in FastInfoset::Utility.
- Improved XML2FIS and FIS2XML tool with new command-line options exposing the new features of Converter.
Known Issues
- None at this time.
Incompatible Changes and Possible Transition Issues
- None at this time.