Release 2.5

This commit is contained in:
Darko Poljak 2019-05-01 14:38:35 +02:00
parent 086c95f98d
commit 10dcf076a9
3 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
#
# 2005-2013 Nico Schottelius (nico-ccollect at schottelius.org)
# 2016-2018 Darko Poljak (darko.poljak at gmail.com)
# 2016-2019 Darko Poljak (darko.poljak at gmail.com)
#
# This file is part of ccollect.
#
@ -44,8 +44,8 @@ CMARKER=".ccollect-marker"
export TMP="$(mktemp "/tmp/${__myname}.XXXXXX")"
CONTROL_PIPE="/tmp/${__myname}-control-pipe"
VERSION="2.4"
RELEASE="2018-09-25"
VERSION="2.5"
RELEASE="2019-05-01"
HALF_VERSION="ccollect ${VERSION}"
FULL_VERSION="ccollect ${VERSION} (${RELEASE})"

View File

@ -1,7 +1,7 @@
ccollect - Installing, Configuring and Using
============================================
Nico Schottelius <nico-ccollect__@__schottelius.org>
2.4, for ccollect 2.4, Initial Version from 2006-01-13
2.5, for ccollect 2.5, Initial Version from 2006-01-13
:Author Initials: NS

1
doc/changes/2.5 Normal file
View File

@ -0,0 +1 @@
* Bugfix: exit in case of subshell error