Index: ossp-pkg/shiela/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/shiela/ChangeLog,v rcsdiff -q -kk '-r1.35' '-r1.36' -u '/v/ossp/cvs/ossp-pkg/shiela/ChangeLog,v' 2>/dev/null --- ChangeLog 2002/12/23 14:33:55 1.35 +++ ChangeLog 2003/09/22 11:50:49 1.36 @@ -9,6 +9,11 @@ ChangeLog + Changes between 1.0.4 and 1.0.5 (23-Dec-2002 to xx-Oct-2003): + + *) Allow Shiela to accept CVS 1.12 and higher, too. + [Ralf S. Engelschall] + Changes between 1.0.3 and 1.0.4 (23-Dec-2002 to 23-Dec-2002): *) Log also the user id of the committer in the OSSP shiela logfile Index: ossp-pkg/shiela/shiela-install.sh RCS File: /v/ossp/cvs/ossp-pkg/shiela/shiela-install.sh,v rcsdiff -q -kk '-r1.19' '-r1.20' -u '/v/ossp/cvs/ossp-pkg/shiela/shiela-install.sh,v' 2>/dev/null --- shiela-install.sh 2002/12/23 14:45:16 1.19 +++ shiela-install.sh 2003/09/22 11:50:49 1.20 @@ -371,7 +371,7 @@ CVS_VENDOR=CVSHome.org fi case $CVS_VERSION in - 1.10.[789]* | 1.10.1[0123456789]* | 1.11.* ) + 1.10.[789]* | 1.10.1[0123456789]* | 1.1[1-9].* ) ;; * ) echo "ERROR: CVS has to be at least version 1.10.7"