Update version and changelog.

This commit is contained in:
Con Kolivas 2011-05-14 12:55:13 +10:00
parent cf5e988656
commit 78e26be2ec
3 changed files with 10 additions and 1 deletions

View file

@ -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

View file

@ -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.

View file

@ -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])