13
0

- Update to version 6.4.0:

* version bump
  * FIXED: Fix token length in OPML
  * UPDATED: Allow '\' to preserve line break in metadata.  (Addresses #86)
  * FIXED: Prevent potential null dereference
  * Avoid potential error with stack_free
  * FIXED: Use Setext headers when necessary to convert from OPML to text (fixes #138)
  * UPDATED: Apply astyle
  * ADDED: Add opml option to read for MultiMarkdown OPML files
  * UPDATED: Adjust metadata for test files
  * FIXED: Trim single remaining whitespace when exporting headers

OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=11
This commit is contained in:
Martin Pluskal
2019-03-06 09:33:18 +00:00
committed by Git OBS Bridge
parent 061d14114b
commit fe6bd93d37
6 changed files with 27 additions and 8 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 6 09:29:20 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 6.4.0:
* version bump
* FIXED: Fix token length in OPML
* UPDATED: Allow '\' to preserve line break in metadata. (Addresses #86)
* FIXED: Prevent potential null dereference
* Avoid potential error with stack_free
* FIXED: Use Setext headers when necessary to convert from OPML to text (fixes #138)
* UPDATED: Apply astyle
* ADDED: Add opml option to read for MultiMarkdown OPML files
* UPDATED: Adjust metadata for test files
* FIXED: Trim single remaining whitespace when exporting headers
-------------------------------------------------------------------
Thu Mar 8 15:13:19 UTC 2018 - mpluskal@suse.com