Release 2.3
This commit is contained in:
parent
fc0b86005c
commit
eeccc0b260
5 changed files with 5 additions and 5 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.2"
|
||||
RELEASE="2017-09-03"
|
||||
VERSION="2.3"
|
||||
RELEASE="2018-02-02"
|
||||
HALF_VERSION="ccollect ${VERSION}"
|
||||
FULL_VERSION="ccollect ${VERSION} (${RELEASE})"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Summary: (pseudo) incremental backup with different exclude lists using hardlinks and rsync
|
||||
Name: ccollect
|
||||
Version: 2.2
|
||||
Version: 2.3
|
||||
Release: 0
|
||||
URL: http://www.nico.schottelius.org/software/ccollect
|
||||
Source0: http://www.nico.schottelius.org/software/ccollect/%{name}-%{version}.tar.bz2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ccollect - Installing, Configuring and Using
|
||||
============================================
|
||||
Nico Schottelius <nico-ccollect__@__schottelius.org>
|
||||
2.2, for ccollect 2.2, Initial Version from 2006-01-13
|
||||
2.3, for ccollect 2.3, Initial Version from 2006-01-13
|
||||
:Author Initials: NS
|
||||
|
||||
|
||||
|
|
1
doc/changes/2.3
Normal file
1
doc/changes/2.3
Normal file
|
@ -0,0 +1 @@
|
|||
* Bugfix: Fix parallel mode deadlock when max jobs > number of sources (Darko Poljak)
|
|
@ -1 +0,0 @@
|
|||
*
|
Loading…
Reference in a new issue