Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanw committed Nov 5, 2016
1 parent 509e2f2 commit 2206f2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Change Log

## Unreleased
## [2.0.1][]

* Fix buffer overlow when parsing named entities.
* Fix buffer overflow when parsing named entities.
* This would happen when attempting to parse the first semicolonless named entity `AElig`.

## [2.0][]
Expand Down Expand Up @@ -99,7 +99,8 @@
* A new document initializer, `-[HTMLDocument initWithData:contentTypeHeader:]`, detects the character encoding as a browser would. This is the ideal initializer for HTML documents fetched over the network, or any other time when the character encoding isn't previously known. Note that HTML does not blindly use the encoding specified by the HTTP `Content-Type` header, so this initializer is still superior to parsing the `Content-Type` yourself.


[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.0...HEAD
[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/nolanw/HTMLReader/compare/v2.0...v2.0.1
[2.0]: https://github.com/nolanw/HTMLReader/compare/v1.0.1...v2.0
[1.0.1]: https://github.com/nolanw/HTMLReader/compare/v1.0...1.0.1
[1.0]: https://github.com/nolanw/HTMLReader/compare/v0.9.6...1.0
Expand Down
2 changes: 1 addition & 1 deletion Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.3</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 2206f2f

Please sign in to comment.