diff --git a/doc/CHANGES b/doc/CHANGES index 838e0a4..93a51fa 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +0.5.1 to 0.5.2: + * Display correct error code, if rsync returns non-zero + 0.5 to 0.5.1: * Remove always printed debug information diff --git a/doc/ccollect.text b/doc/ccollect.text index 3cf6b28..d11814c 100644 --- a/doc/ccollect.text +++ b/doc/ccollect.text @@ -87,8 +87,8 @@ For those who do not want to read the whole long document: -------------------------------------------------------------------------------- # get latest ccollect tarball from http://unix.schottelius.org/ccollect/ -# replace 0.5 with the current version -export CCV=0.5 +# replace value for CCV with the current version +export CCV=0.5.1 # # replace 'wget' with fetch on bsd