1
0
MultiMarkdown-6/MultiMarkdown-6.changes
Martin Pluskal e39fe55822 - Update to version 6.3.0:
* version bump
  * UPDATED: Apply astyle to source
  * UPDATED: Remove deprecated fodt.c and fodt.h
  * FIXED: Fix issue with list bullets in fenced code blocks
  * FIXED: Fix typo in QuickStart.txt (fixes #111)
  * Fix encoding of some markup inside LaTeX texttt environment (fixes #110 and #108)
  * UPDATED: Update dates
  * UPDATED: Add test suite to d_string
  * FIXED: Fix edge case with superscripts and punctuation

OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=8
2018-03-08 15:15:42 +00:00

114 lines
4.4 KiB
Plaintext

-------------------------------------------------------------------
Thu Mar 8 15:13:19 UTC 2018 - mpluskal@suse.com
- Update to version 6.3.0:
* version bump
* UPDATED: Apply astyle to source
* UPDATED: Remove deprecated fodt.c and fodt.h
* FIXED: Fix issue with list bullets in fenced code blocks
* FIXED: Fix typo in QuickStart.txt (fixes #111)
* Fix encoding of some markup inside LaTeX texttt environment (fixes #110 and #108)
* UPDATED: Update dates
* UPDATED: Add test suite to d_string
* FIXED: Fix edge case with superscripts and punctuation
-------------------------------------------------------------------
Thu Dec 7 13:40:29 UTC 2017 - mpluskal@suse.com
- Update to version 6.2.3:
* version bump
* FIXED: Fix potential NULL pointer dereference
* FIXED: Fix bug with multiple footnotes in single paragraph when exporting to LaTeX
* CHANGED: Update superscript/subscript algorithm to allow leading instances
* UPDATED: Refactor file utilities into file.c/h
* FIXED: Prevent pointer overflow
* UPDATED: Silence Xcode static analyzer false positives
* FIXED: Fix potential bug
* FIXED: Fix potential bug
* UPDATED: Fix issue with AStyle indent settings
-------------------------------------------------------------------
Wed Nov 15 16:30:29 UTC 2017 - mpluskal@suse.com
- Update dependencies
-------------------------------------------------------------------
Fri Nov 3 09:25:51 UTC 2017 - mpluskal@suse.com
- Conflict with MultiMarkdown-5
- Provide virtual package markdown
-------------------------------------------------------------------
Thu Oct 19 13:37:22 UTC 2017 - mpluskal@suse.com
- New package MultiMarkdown-6 based on MultiMarkdown-5
-------------------------------------------------------------------
Thu Jun 22 14:10:24 UTC 2017 - mpluskal@suse.com
- Enable tests
- Update alernatives handling according to current guidelines
-------------------------------------------------------------------
Fri Oct 28 13:30:26 UTC 2016 - mpluskal@suse.com
- Fix typo and add more comments
-------------------------------------------------------------------
Tue Oct 18 06:55:11 UTC 2016 - mpluskal@suse.com
- Use update alternatives to allow parallel installation with discount
- Avoid conflict with mtools
-------------------------------------------------------------------
Sun Oct 16 08:18:28 UTC 2016 - mpluskal@suse.com
- Update to version 5.4.0:
* Improve accuracy and performance of strong/emph
* CHANGED: Update greg
* 5.3.0
* CHANGED: Update README
* ADDED: Move static library options to separate make target
* FIXED: Fix crash with empty table label
* ADDED: Add email address to cpack settings (addresses #31)
* CHANGED: Increase list of syntax structures that are evaluated for abbreviations (Thanks, David!)
* FIXED: Avoids problem mentioned on github (#30), but doesn't actually solve it. Any help appreciated!
* version bump 5.4.0
-------------------------------------------------------------------
Sat Jul 09 16:58:27 UTC 2016 - mpluskal@suse.com
- Update to version 5.3.0:
* FIXED: Don't allow math spans inside strong/emph
* FIXED: Fix slow parsing of complex strong/emph (Fixes #18)
* CHANGED: Update test suite
* FIXED: Improve performance; FIXED: Fix additional edge case in emph/strong parser
* Improve accuracy and performance of strong/emph
* CHANGED: Update greg
* 5.3.0
-------------------------------------------------------------------
Wed Jul 06 19:28:15 UTC 2016 - mpluskal@suse.com
- Fix building on linux (needs static glibc and -D_GNU_SOURCE)
-------------------------------------------------------------------
Sun May 01 10:57:35 UTC 2016 - mpluskal@suse.com
- Update to version 5.2.0:
* ADDED: Add support for 'HTML FOOTER' metadata -- appended at very end of HTML documents (after footnotes)
* CHANGED: Update documentation for HTML Footer metadata
* CHANGED: Update Math test suite
* FIXED: Improve accuracy of strong/emph parsing; CHANGED: Allow nested strong/emph spans (though effect of output is not defined for all formats)
* ADDED: Add additional test cases
* CHANGED: recursive support for CriticMarkup syntax (e.g. an addition can be included inside a substitution).
* FIXED: Remove debugging statement in recent CriticMarkup changes
* CHANGED: Update test suite
* Version bump 5.2.0
-------------------------------------------------------------------
Sun May 1 10:42:27 UTC 2016 - mpluskal@suse.com
- Initial package