mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Update version and changelog.
This commit is contained in:
parent
cf5e988656
commit
78e26be2ec
|
|
@ -1,4 +1,8 @@
|
||||||
lrzip ChangeLog
|
lrzip ChangeLog
|
||||||
|
MAY 2011, version 0.606 Con Kolivas
|
||||||
|
* lrzuntar broke as lrzip doesn't automatically use stdout now, so use lrzcat
|
||||||
|
in the lrztar script instead.
|
||||||
|
|
||||||
MAY 2011, version 0.605 Con Kolivas
|
MAY 2011, version 0.605 Con Kolivas
|
||||||
* Addition of explicit lrzcat symlink which automatically sets "-d -o -"
|
* Addition of explicit lrzcat symlink which automatically sets "-d -o -"
|
||||||
* Revert automatic output to stdout due to addition of explicit lrzcat
|
* Revert automatic output to stdout due to addition of explicit lrzcat
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
lrzip-0.606
|
||||||
|
|
||||||
|
lrzuntar, which broke last version leaving behind an untarred .tar file, is
|
||||||
|
working properly again.
|
||||||
|
|
||||||
lrzip-0.605
|
lrzip-0.605
|
||||||
|
|
||||||
Addition of lrzcat - automatically decompresses .lrz files to stdout.
|
Addition of lrzcat - automatically decompresses .lrz files to stdout.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
|
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
|
||||||
m4_define([v_maj], [0])
|
m4_define([v_maj], [0])
|
||||||
m4_define([v_min], [6])
|
m4_define([v_min], [6])
|
||||||
m4_define([v_mic], [05])
|
m4_define([v_mic], [06])
|
||||||
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
|
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
|
||||||
m4_define([v_v], m4_join([], v_min, v_mic))
|
m4_define([v_v], m4_join([], v_min, v_mic))
|
||||||
m4_define([v_ver], [v_maj.v_v])
|
m4_define([v_ver], [v_maj.v_v])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue