New features:
Renamed structure MD_RENDERER
to MD_PARSER
and refactorize its contents
a little bit. Note this is source-level incompatible and initialization code
in apps may need to be updated.
The aim of the change is to be more friendly for long-term ABI compatibility we shall maintain, starting with this release.
Added CHANGELOG.md
(this file).
Make sure md_process_table_row()
reports the same count of table cells for
all table rows, no matter how broken the input is. The cell count is derived
from table underline line. Bogus cells in other rows are silently ignored.
Missing cells in other rows are reported as empty ones.
Fixes:
CID 1475544: Fix calling md_free_attribute()
on uninitialized data.
#47: Fix using bad offsets in md_is_entity_str()
, in some cases leading to
buffer overflow.
#51: Fix segfault in md_process_table_cell()
.
This was the last version before the changelog has been added.
# MD4C Change Log
## Next Release (work in progress)
New features:
* Renamed structure `MD_RENDERER` to `MD_PARSER` and refactorize its contents
a little bit. Note this is source-level incompatible and initialization code
in apps may need to be updated.
The aim of the change is to be more friendly for long-term ABI compatibility
we shall maintain, starting with this release.
* Added `CHANGELOG.md` (this file).
* Make sure `md_process_table_row()` reports the same count of table cells for
all table rows, no matter how broken the input is. The cell count is derived
from table underline line. Bogus cells in other rows are silently ignored.
Missing cells in other rows are reported as empty ones.
Fixes:
* CID 1475544: Fix calling `md_free_attribute()` on uninitialized data.
* #47: Fix using bad offsets in `md_is_entity_str()`, in some cases leading to
buffer overflow.
* #51: Fix segfault in `md_process_table_cell()`.
## Version 0.2.7
This was the last version before the changelog has been added.