Index: ossp-pkg/shiela/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/shiela/ChangeLog,v rcsdiff -q -kk '-r1.48' '-r1.49' -u '/v/ossp/cvs/ossp-pkg/shiela/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/05/10 18:03:38 1.48 +++ ChangeLog 2004/06/27 07:44:03 1.49 @@ -9,6 +9,15 @@ ChangeLog + Changes between 1.1.2 and 1.1.3 (10-May-2004 to 27-Jun-2004): + + *) Fix determination of the line counts in the "Changes" field + by no longer announcing to the CVS server that OSSP shiela can + handle "MT" (message tagged) responses. The problem is CVS 1.12.x + starts to send some important responses as "MT" responses now and + OSSP shiela only accepts "M" responses. + [Ralf S. Engelschall, Geoff Thorpe ] + Changes between 1.1.1 and 1.1.2 (10-May-2002 to 10-May-2004): *) Optimize and bugfix the determination of the number of Index: ossp-pkg/shiela/THANKS RCS File: /v/ossp/cvs/ossp-pkg/shiela/THANKS,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/shiela/THANKS,v' 2>/dev/null --- THANKS 2004/05/10 18:01:03 1.5 +++ THANKS 2004/06/27 07:44:03 1.6 @@ -16,6 +16,7 @@ o Markus Sander o Michael Schloh v. Bennewitz o Christoph Schug + o Geoff Thorpe ...and all other OSSP shiela users who gave me feedback but I've forgot. Index: ossp-pkg/shiela/shiela.pl RCS File: /v/ossp/cvs/ossp-pkg/shiela/shiela.pl,v rcsdiff -q -kk '-r1.61' '-r1.62' -u '/v/ossp/cvs/ossp-pkg/shiela/shiela.pl,v' 2>/dev/null --- shiela.pl 2004/05/10 18:14:12 1.61 +++ shiela.pl 2004/06/27 07:44:03 1.62 @@ -593,7 +593,7 @@ "Copy-file Updated Created Update-existing Merged Patched Rcs-diff Mode " . "Mod-time Removed Remove-entry Set-static-directory Clear-static-directory " . "Set-sticky Clear-sticky Template Set-checkin-prog Set-update-prog Notified " . - "Module-expansion Wrapper-rcsOption M Mbinary E F MT"); + "Module-expansion Wrapper-rcsOption M Mbinary E F"); $cvs->send("UseUnchanged"); $cvs->send("Root $cvsroot"); $cvs->send("noop");