From dc67c929cfdb440b86f191b286a7e43ebb7a4748 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 20 Aug 2011 23:43:41 +0200 Subject: [PATCH] begin doc and version modifications for 0.9 Signed-off-by: Nico Schottelius --- ccollect | 4 ++-- doc/ccollect.text | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ccollect b/ccollect index 9a6ebcf..27dbf42 100755 --- a/ccollect +++ b/ccollect @@ -41,8 +41,8 @@ CPOSTEXEC="${CDEFAULTS}/post_exec" CMARKER=".ccollect-marker" export TMP="$(mktemp "/tmp/${__myname}.XXXXXX")" -VERSION="0.9rc2" -RELEASE="2011-02-02" +VERSION="0.9" +RELEASE="2011-09-XX" HALF_VERSION="ccollect ${VERSION}" FULL_VERSION="ccollect ${VERSION} (${RELEASE})" diff --git a/doc/ccollect.text b/doc/ccollect.text index cacaa6d..851bf2f 100644 --- a/doc/ccollect.text +++ b/doc/ccollect.text @@ -74,6 +74,10 @@ Incompatibilities and changes Versions 0.8 and 0.9 ^^^^^^^^^^^^^^^^^^^^ +- Renamed script to ccollect (.sh is not needed) +- Removed feature to backup to a host via ccollect, added new tool + (FIXME: insert name here) that takes care of this via tunnel +- Perhaps creating subdirectory of source name (idea from Stefan Schlörholz) Versions 0.7 and 0.8 ^^^^^^^^^^^^^^^^^^^^