== 4.3.3 / Nov 2nd, 2023 * Add tests for CVE-2023-31606 [Helio Cola] * Fix rake compile [Helio Cola and Faria Education Group] * Fix CVE-2023-31606 (ReDOS possible in the sanitize_html function) [Kornelius Kalnbach and Merbin Russel] == 4.3.2 / May 23rd, 2016 * Fix additional case for CVE-2012-6684 [Joshua Siler] == 4.3.1 / May 17th, 2016 * Fix additional case for CVE-2012-6684 [Joshua Siler] == 4.3.0 / April 29th, 2016 * Remove JRuby and Windows cross compilation and support * Add Ruby 2.2.3 testing and support * include CVE-2012-6684 fix [Tomas Pospisek] * fix by [Antonio Terceiro] * see http://sources.debian.net/src/ruby-redcloth/4.2.9-4/debian/patches/0001-Filter-out-javascript-links-when-using-filter_html-o.patch/ * vulnerability reported by [Kousuke Ebihara] * see http://co3k.org/blog/redcloth-unfixed-xss-en == 4.2.9.1 / February 24, 2015 * Lazy-load latex_entities.yml [Charlie Somerville] == 4.2.9 / November 25, 2011 * Fix RbConfig / Config warning in Ruby 1.9.3. [Steve Purcell, Robert Gleeson, and unclaimedbaggage] * Use RSTRING_NOT_MODIFIED header for Rubinius [Dirkjan Bussink] == 4.2.8 / August 17, 2011 * Do not treat warnings as errors so it compiles cleanly. [Tomasz WaĆkuski] == 4.2.7 / February 10, 2011 * Fixed typo in gemspec to make case-sensitive require work. [Gabe da Silveira] * Tested installing the gem and requiring it with both cases on Ubuntu 8.04, 10.10 and OS X Version 10.6.6. * Have spaces around the en-dash in LaTeX [Benjamin Quorning] * Turned double-quote close to smart quotes in LaTeX [Jonathan D. Blake] === 4.2.6 / February 9, 2011 * Add case-sensitive require back into the gemspec. * Fix rdoc options in gemspec. === 4.2.5 / February 7, 2011 * Fix bundler and rubygems-test incompatibilities. Working around bug: https://github.com/carlhuda/bundler/issues/issue/1021 === 4.2.4 / February 7, 2011 * Add .gemtest to opt-in to rubygems-test program (gem install rubygems-test to participate) * Allow attributes to be set on hr and br tags [Jesse Stormier] * Fix dangling
tag when it has the class attribute and is in a tag. #95
* Fix dimensions and primes for LaTeX. #103
* Don't allow square brackets inside lang attribute so double square brackets are interpreted like Textile 2 and RedCloth 3. #101
* Improve LaTeX output for tables. #96
* Fix bad parsing of bracketed image links (which would hang the interpreter in some cases). #97
* Handle links containing parentheses. Brackets are no longer required. #82 [Ryan Alyea]
* Made italics use the correct LaTeX tag: textit rather than emph. #98
* Fixed custom block signatures calling built-in Ruby String methods. #92
* Mentioned the three supported platforms and what's necessary to build RedCloth in the README file.
* Fixed a require problem that caused an error when you would gem check --test RedCloth. #91
=== 4.1.1 / November 19, 2008
* Added 'lib/case_sensitive_require' back into gemspec. It got left out in the conversion to echoe, so "require 'RedCloth'" didn't work. #88
* Fixed