Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 5813d0c23a4396a8c3a6a3deed0bca95 > files > 4

gumbo-0.10.1-5.mga9.src.rpm

From 29b7639f72da494684aa591dbf8ff0b38a764bb3 Mon Sep 17 00:00:00 2001
From: Muhammad Mominul Huque <mominul2082@gmail.com>
Date: Fri, 24 Jun 2016 22:56:52 +0600
Subject: [PATCH 4/4] Markdownify CHANGELOG.md

---
 CHANGES.md | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index fedef6f..277b3a2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,29 +1,29 @@
-Gumbo 0.10.1 (2015-04-30)
+## Gumbo 0.10.1 (2015-04-30)
 
 Same as 0.10.0, but with the version number bumped because the last version-number commit to v0.9.4 makes GitHub think that v0.9.4 is the latest version and so it's not highlighted on the webpage.
 
-Gumbo 0.10.0 (2015-04-30)
+## Gumbo 0.10.0 (2015-04-30)
 
-* Full support for <template> tag (kevinhendricks, nostrademons).
-* Some fixes for <rtc>/<rt> handling (kevinhendricks, vmg).
+* Full support for `<template>` tag (kevinhendricks, nostrademons).
+* Some fixes for `<rtc>`/`<rt>` handling (kevinhendricks, vmg).
 * All html5lib-trunk tests pass now! (kevinhendricks, vmg, nostrademons)
 * Support for fragment parsing (vmg)
 * A couple additional example programs (kevinhendricks)
 * Performance improvements totaling an estimated 30-40% total improvement (vmg, nostrademons).
 
-Gumbo 0.9.4 (2015-04-30)
+## Gumbo 0.9.4 (2015-04-30)
 
 * Additional Visual Studio fixes (lowjoel, nostrademons)
 * Fixed some unused variable warnings.
 * Fix for glibtoolize vs. libtoolize build errors on Mac.
-* Fixed CDATA end tag handling.
+* Fixed `CDATA` end tag handling.
 
-Gumbo 0.9.3 (2015-02-17)
+## Gumbo 0.9.3 (2015-02-17)
 
-* Bugfix for &AElig; entities (rgrove)
-* Fix CDATA handling; CDATA sections now generate a GUMBO_NODE_CDATA node rather
+* Bugfix for `&AElig;` entities (rgrove)
+* Fix `CDATA` handling; `CDATA` sections now generate a `GUMBO_NODE_CDATA` node rather
 than plain text.
-* Fix get_title example to handle whitespace nodes (gsnedders)
+* Fix `get_title example` to handle whitespace nodes (gsnedders)
 * Visual Studio compilation fixes (fishioon)
 * Take the namespace into account when determining whether a node matches a
 certain tag (aroben)
@@ -32,21 +32,21 @@ speedup in overall parse time (kevinhendricks, vmg)
 * Add MacOS X support to Travis CI, and fix the deployment/DLL issues this
 uncovered (nostrademons, kevinhendricks, vmg)
 
-Gumbo 0.9.2 (2014-09-21)
+## Gumbo 0.9.2 (2014-09-21)
 
 * Performance improvements: Ragel-based char ref decoder and DFA-based UTF8
-* decoder, totaling speedups of up to 300%.
+decoder, totaling speedups of up to 300%.
 * Added benchmarking program and some sample data.
 * Fixed a compiler error under Visual Studio.
 * Fix an error in the ctypes bindings that could lead to memory corruption in
-* the Python bindings.
-* Fix duplicate attributes when parsing <isindex> tags.
+the Python bindings.
+* Fix duplicate attributes when parsing `<isindex>` tags.
 * Don't leave semicolons behind when consuming entity references (rgrove)
 * Internally rename some functions in preparation for an amalgamation file
 (jdeng)
 * Add proper cflags for gyp builds (skabbes)
 
-Gumbo 0.9.1 (2014-08-07)
+## Gumbo 0.9.1 (2014-08-07)
 
 * First version listed on PyPi.
 * Autotools files excluded from GitHub and generated via autogen.sh. (endgame)
@@ -58,6 +58,6 @@ Gumbo 0.9.1 (2014-08-07)
 * Some Visual Studio compiler support (bugparty)
 * Python3 compatibility for the ctypes bindings.
 
-Gumbo 0.9.0 (2013-08-13)
+## Gumbo 0.9.0 (2013-08-13)
 
 * Initial release open-sourced by Google.
-- 
2.21.0