begin doc and version modifications for 0.9
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
e0d39084c6
commit
dc67c929cf
2 changed files with 6 additions and 2 deletions
4
ccollect
4
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})"
|
||||
|
||||
|
|
|
@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in a new issue