From 51ea934a068686a48ba9ab1fa9d57d7bd4c747d0 Mon Sep 17 00:00:00 2001 From: Tim Savannah Date: Wed, 14 Jun 2017 23:21:36 -0400 Subject: [PATCH] Tag v0.640 --- AUTHORS | 1 + ChangeLog | 5 +++++ configure.ac | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index da7ce75..805e59e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,3 +21,4 @@ Serge Belyshev for encryption help and code Ulrich Drepper for MD5 implementation PolarSSL authors for sha512 + aes128 implementation Fernando Auil for lrzip completion +Tim Savannah - liblrzip FILE compress/decompress + bug fix diff --git a/ChangeLog b/ChangeLog index 71fca57..e834bd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ lrzip ChangeLog +JUNE 2017, version 0.640 Con Kolivas, Tim Savannah + +* Fix memory leak in decompress when output to stdout +* Fix liblrzip compression/decompression using FILEs other than stdin/stdout + JUNE 2016, version 0.630 Con Kolivas, Peter Hyman, Petr Písař, Joel Fredrikson * checksum.buf should only be changed after the semaphore wait diff --git a/configure.ac b/configure.ac index d087233..c208017 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [0]) m4_define([v_min], [6]) -m4_define([v_mic], [31]) +m4_define([v_mic], [40]) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_v], m4_join([], v_min, v_mic)) m4_define([v_ver], [v_maj.v_v])