Skip to content

Commit

Permalink
Update for 0.5.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Longo committed Feb 25, 2015
1 parent 1a6c946 commit 81aa3b5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ChangeLog
@@ -1,3 +1,21 @@
0.5.17 (25 February 2015)
-------------------------

- Fix URI parsing for non-std 'space' chars
[Fixed by Victor Julien / Reported by Darien Huss from Emerging Threats]

- Fixing buffer overrun that was failing clang
-fsanitize=address checks [Sam Baskinger]

- Replace strcat/sprintf by strlcat/snprintf [Giuseppe Longo]

- Fix autogen on CentOS 5.11 [Victor Julien]

- Fix dereferencing type-punned pointer on CentOS 5.11 [Giuseppe Longo]

- Fix warning on OpenBSD [Giuseppe Longo]


0.5.16 (11 December 2014)
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1,2 +1,2 @@
# This file is intended to be sourced by sh
PKG_VERSION=0.5.16
PKG_VERSION=0.5.17

0 comments on commit 81aa3b5

Please sign in to comment.