1
0
MultiMarkdown-6/MultiMarkdown-6.changes
Martin Pluskal 505dad0067 - New package MultiMarkdown-6 based on MultiMarkdown-5
- Enable tests
- Update alernatives handling according to current guidelines

- Fix typo and add more comments

- Use update alternatives to allow parallel installation with discount
- Avoid conflict with mtools

- 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

- 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

OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=2
2017-10-19 13:46:41 +00:00

74 lines
2.9 KiB
Plaintext

-------------------------------------------------------------------
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