Skip to content

Commit

Permalink
Update NEWS, bump version number.
Browse files Browse the repository at this point in the history
Update to v0.3.1 for security release.
  • Loading branch information
fragglet committed Mar 30, 2016
1 parent 6fcdb8f commit c6d6ca6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
v0.3.0 (2015-??-??):
v0.3.1 (2016-03-29):

* This release fixes an integer underflow vulnerability in the
code for doing LZH level 3 header decodes (TALOS-CAN-0095).
Thanks go to Marcin Noga and Regina Wilson of Cisco TALOS for
reporting this vulnerability.

v0.3.0 (2015-04-20):

* PMarc -pm1- archives that contain truncated compressed data (the
decompressed length is longer than what can be read from the
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(Lhasa, 0.3.0, [email protected], lhasa)
AC_INIT(Lhasa, 0.3.1, [email protected], lhasa)
AC_CONFIG_AUX_DIR(autotools)

AM_INIT_AUTOMAKE([no-define])
Expand Down

0 comments on commit c6d6ca6

Please sign in to comment.