rubygem-kramdown/rubygem-kramdown.changes

269 lines
8.8 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Thu Apr 28 05:34:21 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.4.0
no changelog found
-------------------------------------------------------------------
Mon Mar 29 22:34:17 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- updated to version 2.3.1 CVE-2021-28834
- 2 minor change:
- Added rel="footnote" to footnote links (fixes #706 by
xplosionmind)
- Default options are now cached to avoid unnecessary
computations (fixes #685 by Aswhin Maroli)
- 6 bug fixes:
- Fixed abbreviations handling so that they wont be replaced
in raw HTML tags (fixes #671 by Kaspar Etter)
- Restricted Rouge formatters to Rouge::Formatters namespace
(pull request #708 by Stan Hu)
- Fixed conversion of empty raw html td/th tags to kramdown
(fixes issue #682 by Virgil Ierubino)
- Fixed LaTeX entity conversion (pull request #681 by aschmitz)
- Fixed missing block attributes from IAL on standalone images
(pull request #668 by Tobin Yehle)
- Fixed inconsistency in how empty code spans are handle (fixes
#704 by cabo)
- 4 other change:
- Test on Ruby 2.7 and Ruby 3.0 (pull request #696 by timcraft)
- Fix rouge test failures due to new syntax (fixes issue #689
by Daniel Leidert)
- Clarified requirements for rouge option formatter (fixes
issue #617 by Aswhin Maroli)
- Removed warning in setup.rb (pull request #673 by Daniel
Bair)
-------------------------------------------------------------------
Tue Aug 11 01:44:29 UTC 2020 - Matthew Trescott <matthewtrescott@gmail.com>
- updated to version 2.3.0
## kramdown 2.3.0 released
Although this is a minor version bump there is **one breaking change**: Parsing of XML processing
instructions was removed because they are invalid for HTML5 documents.
This change should only affect a negligible amount of existing kramdown documents since XML
processing instructions were never something a normal user would use.
Additionally, CVE-2020-14001 is addressed to avoid problems when using the `{::options /}` extension
together with the 'template' option. **This means updating is highly recommended!**
## Changes
* 2 major changes:
- New option 'forbidden_inline_options' to restrict the options allowed with the `{::options /}`
extension. This also addresses the security issue described in [CVE-2020-14001].
- Parsing of XML processing instructions is not done anymore for kramdown documents because they
are invalid for HTML5 (fixes issue [#660] by Samuel Williams)
* 1 minor change:
- Several internal changes with respect to memory usage and performance (PRs [#654], [#655],
[#665] by Ashwin Maroli)
* 2 bug fixes:
- Extend allowed characters in IDs set with headers to all characters allowed by XML (fixes [#658]
by Samuel Williams)
- Fix thread safety issue by moving global state into an instance variable (fixes [#663]
by Samuel Williams)
* 1 other change:
- Documentation fixes and updates (issue [#662] by Samuel Williams, PR [#656] by Noah Doersing)
[#658]: https://github.com/gettalong/kramdown/issues/658
[#663]: https://github.com/gettalong/kramdown/issues/663
[#662]: https://github.com/gettalong/kramdown/issues/662
[#660]: https://github.com/gettalong/kramdown/issues/660
[#654]: https://github.com/gettalong/kramdown/pull/654
[#655]: https://github.com/gettalong/kramdown/pull/655
[#656]: https://github.com/gettalong/kramdown/pull/656
[#665]: https://github.com/gettalong/kramdown/pull/665
[CVE-2020-14001]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14001
-------------------------------------------------------------------
Thu May 7 20:59:37 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 2.2.1
no changelog found
-------------------------------------------------------------------
Tue Mar 5 15:43:27 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- disable ruby < 2.5
-------------------------------------------------------------------
Sat Mar 2 15:24:37 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.1.0
news.feed removed upstream
-------------------------------------------------------------------
Thu May 31 08:08:54 UTC 2018 - factory-auto@kulow.org
- updated to version 1.17.0
see installed news.page
-------------------------------------------------------------------
Sun Dec 3 19:23:48 UTC 2017 - coolo@suse.com
- updated to version 1.16.2
see installed news.feed
-------------------------------------------------------------------
Mon Sep 11 12:42:36 UTC 2017 - coolo@suse.com
- updated to version 1.15.0
see installed news.feed
-------------------------------------------------------------------
Thu Aug 3 19:25:30 UTC 2017 - coolo@suse.com
- updated to version 1.14.0
see installed news.feed
-------------------------------------------------------------------
Sun Jan 8 05:38:13 UTC 2017 - coolo@suse.com
- updated to version 1.13.2
see installed news.feed
-------------------------------------------------------------------
Fri Dec 9 05:35:57 UTC 2016 - coolo@suse.com
- updated to version 1.13.1
see installed news.feed
-------------------------------------------------------------------
Mon Nov 21 05:33:33 UTC 2016 - coolo@suse.com
- updated to version 1.13.0
see installed news.feed
-------------------------------------------------------------------
Tue Aug 16 04:30:25 UTC 2016 - coolo@suse.com
- updated to version 1.12.0
see installed news.feed
-------------------------------------------------------------------
Mon May 2 04:36:46 UTC 2016 - coolo@suse.com
- updated to version 1.11.1
see installed news.feed
-------------------------------------------------------------------
Thu Mar 3 05:29:12 UTC 2016 - coolo@suse.com
- updated to version 1.10.0
see installed news.page
-------------------------------------------------------------------
Fri Oct 2 04:29:17 UTC 2015 - coolo@suse.com
- updated to version 1.9.0
see installed news.feed
-------------------------------------------------------------------
Sun Jul 5 04:29:50 UTC 2015 - coolo@suse.com
- updated to version 1.8.0
see installed news.feed
-------------------------------------------------------------------
Tue Apr 28 07:47:04 UTC 2015 - coolo@suse.com
- updated to version 1.7.0
see installed news.feed
-------------------------------------------------------------------
Sun Mar 1 05:29:03 UTC 2015 - coolo@suse.com
- updated to version 1.6.0
-------------------------------------------------------------------
Tue Feb 10 18:01:01 UTC 2015 - coolo@suse.com
- updated to version 1.5.0
-------------------------------------------------------------------
Tue Sep 30 12:03:17 UTC 2014 - mrueckert@suse.de
- update to new packaging scheme
-------------------------------------------------------------------
Fri Mar 21 12:54:12 UTC 2014 - coolo@suse.com
- updated to version 1.3.3
-------------------------------------------------------------------
Sat Feb 22 06:25:42 UTC 2014 - coolo@suse.com
- updated to version 1.3.2
-------------------------------------------------------------------
Thu Feb 6 18:00:09 UTC 2014 - coolo@suse.com
- updated to version 1.3.1
-------------------------------------------------------------------
Mon Dec 9 11:39:43 UTC 2013 - coolo@suse.com
- updated to version 1.3.0
-------------------------------------------------------------------
Tue Sep 3 08:10:13 UTC 2013 - coolo@suse.com
- updated to version 1.2.0
-------------------------------------------------------------------
Wed Jul 31 05:45:53 UTC 2013 - coolo@suse.com
- updated to version 1.1.0
-------------------------------------------------------------------
Fri May 24 08:54:50 UTC 2013 - coolo@suse.com
- updated to version 1.0.2
-------------------------------------------------------------------
Sun Apr 14 08:32:04 UTC 2013 - coolo@suse.com
- updated to version 1.0.1
-------------------------------------------------------------------
Thu Jan 24 06:49:16 UTC 2013 - coolo@suse.com
- updated to version 0.14.2
-------------------------------------------------------------------
Sat Dec 1 14:24:52 UTC 2012 - coolo@suse.com
- updated to version 0.14.1, the changelog is the git log...
-------------------------------------------------------------------
Mon Sep 24 15:04:23 UTC 2012 - coolo@suse.com
- updated to version 0.14.0, the changelog is the git log...
-------------------------------------------------------------------
Sat Sep 1 18:15:49 UTC 2012 - coolo@suse.com
- updated to version 0.13.8
-------------------------------------------------------------------
Wed Aug 1 05:05:01 UTC 2012 - coolo@suse.com
- updated to version 0.13.7
-------------------------------------------------------------------
Sun Sep 18 00:04:42 UTC 2011 - mrueckert@suse.de
- initial package