From eeccc0b26019f3d9d5f4a93e97522f5190b1827f Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Fri, 2 Feb 2018 07:57:41 +0100 Subject: [PATCH] Release 2.3 --- ccollect | 4 ++-- contrib/ccollect.spec | 2 +- doc/ccollect.text | 2 +- doc/changes/2.3 | 1 + doc/changes/next | 1 - 5 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 doc/changes/2.3 diff --git a/ccollect b/ccollect index 6b48606..70a998e 100755 --- a/ccollect +++ b/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})" diff --git a/contrib/ccollect.spec b/contrib/ccollect.spec index 91bb83b..8916b7e 100644 --- a/contrib/ccollect.spec +++ b/contrib/ccollect.spec @@ -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 diff --git a/doc/ccollect.text b/doc/ccollect.text index b97409f..b267cdb 100644 --- a/doc/ccollect.text +++ b/doc/ccollect.text @@ -1,7 +1,7 @@ ccollect - Installing, Configuring and Using ============================================ Nico Schottelius -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 diff --git a/doc/changes/2.3 b/doc/changes/2.3 new file mode 100644 index 0000000..960110c --- /dev/null +++ b/doc/changes/2.3 @@ -0,0 +1 @@ +* Bugfix: Fix parallel mode deadlock when max jobs > number of sources (Darko Poljak) diff --git a/doc/changes/next b/doc/changes/next index a767caf..e69de29 100644 --- a/doc/changes/next +++ b/doc/changes/next @@ -1 +0,0 @@ -*