This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #264 from nostrademons/housekeeping
Assorted housekeeping tasks
- Loading branch information
Showing
5 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
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%. | ||
* 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. | ||
* 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) | ||
|
||
* First version listed on PyPi. | ||
* Autotools files excluded from GitHub and generated via autogen.sh. (endgame) | ||
* Numerous compiler warnings fixed. (bnoordhuis, craigbarnes) | ||
* Google security audit passed. | ||
* Gyp support (tfarina) | ||
* Naming convention for structs changed to avoid C reserved words. | ||
* Fix several integer and buffer overflows (Maxime2) | ||
* Some Visual Studio compiler support (bugparty) | ||
* Python3 compatibility for the ctypes bindings. | ||
|
||
Gumbo 0.9.0 (2013-08-13) | ||
|
||
* Initial release open-sourced by Google. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters