aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-06-27 20:10:07 +0200
committerMark Wielaard <mark@klomp.org>2019-06-27 20:10:07 +0200
commitf319b98aade2a337c74b9a3b48c6daffb7809cda (patch)
tree278b99dd67476f01d65bcf8f54e8e466ff467387 /CHANGES
parentf1e937776c5f331e24cc63a9d8e7ae9445a76761 (diff)
downloadbzip2-f319b98aade2a337c74b9a3b48c6daffb7809cda.tar.gz
bzip2-f319b98aade2a337c74b9a3b48c6daffb7809cda.tar.bz2
bzip2-f319b98aade2a337c74b9a3b48c6daffb7809cda.zip
Prepare for 1.0.7 release.bzip2-1.0.7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 94a9b66..d9b4c05 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
2 This file is part of bzip2/libbzip2, a program and library for 2 This file is part of bzip2/libbzip2, a program and library for
3 lossless, block-sorting data compression. 3 lossless, block-sorting data compression.
4 4
5 bzip2/libbzip2 version 1.0.6 of 6 September 2010 5 bzip2/libbzip2 version 1.0.7 of 27 June 2019
6 Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> 6 Copyright (C) 1996-2010 Julian Seward <jseward@acm.org>
7 7
8 Please read the WARNING, DISCLAIMER and PATENTS sections in the 8 Please read the WARNING, DISCLAIMER and PATENTS sections in the
@@ -325,3 +325,16 @@ Security fix only. Fixes CERT-FI 20469 as it applies to bzip2.
325 Izdebski. 325 Izdebski.
326 326
327* Make the documentation build on Ubuntu 10.04 327* Make the documentation build on Ubuntu 10.04
328
3291.0.7 (27 Jun 19)
330~~~~~~~~~~~~~~~~~
331
332* Fix undefined behavior in the macros SET_BH, CLEAR_BH, & ISSET_BH
333
334* bzip2: Fix return value when combining --test,-t and -q.
335
336* bzip2recover: Fix buffer overflow for large argv[0]
337
338* bzip2recover: Fix use after free issue with outFile (CVE-2016-3189)
339
340* Make sure nSelectors is not out of range (CVE-2019-12900)