Creating version 1.0

This commit is contained in:
testing_rouxdo 2015-10-10 19:05:39 +02:00
parent 9d8a8a5a15
commit 5356370233
2 changed files with 6 additions and 2 deletions

View File

@ -41,8 +41,8 @@ CPOSTEXEC="${CDEFAULTS}/post_exec"
CMARKER=".ccollect-marker"
export TMP="$(mktemp "/tmp/${__myname}.XXXXXX")"
VERSION="0.9"
RELEASE="2013-09-XX"
VERSION="1.0"
RELEASE="2015-10-10"
HALF_VERSION="ccollect ${VERSION}"
FULL_VERSION="ccollect ${VERSION} (${RELEASE})"

View File

@ -72,6 +72,10 @@ Incompatibilities and changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Versions 0.9 and 1.0
^^^^^^^^^^^^^^^^^^^^
- Added "Error: " prefix in _exit_err()
Versions 0.8 and 0.9
^^^^^^^^^^^^^^^^^^^^
- Renamed script to ccollect (.sh is not needed)