Release 2.2
This commit is contained in:
parent
b0f1317713
commit
e504d1f42b
3 changed files with 4 additions and 3 deletions
4
ccollect
4
ccollect
|
@ -44,8 +44,8 @@ CMARKER=".ccollect-marker"
|
|||
export TMP="$(mktemp "/tmp/${__myname}.XXXXXX")"
|
||||
CONTROL_PIPE="/tmp/${__myname}-control-pipe"
|
||||
|
||||
VERSION="2.1"
|
||||
RELEASE="2017-03-22"
|
||||
VERSION="2.2"
|
||||
RELEASE="2017-09-03"
|
||||
HALF_VERSION="ccollect ${VERSION}"
|
||||
FULL_VERSION="ccollect ${VERSION} (${RELEASE})"
|
||||
|
||||
|
|
1
doc/changes/2.2
Normal file
1
doc/changes/2.2
Normal file
|
@ -0,0 +1 @@
|
|||
* Bugfix: empty rsync_options line causes destroying source (Darko Poljak)
|
|
@ -1 +1 @@
|
|||
* Bugfix: empty rsync_options line causes destroying source (Darko Poljak)
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue