Check-in Number:
|
4614 | |
Date: |
2004-Jun-27 09:44:03 (local)
2004-Jun-27 07:44:03 (UTC) |
User: | rse |
Branch: | |
Comment: |
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.
Determined by: Geoff Thorpe <geoff@geoffthorpe.net> |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/shiela/ChangeLog 1.48 -> 1.49
--- 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 <geoff@geoffthorpe.net>]
+
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
|
|
ossp-pkg/shiela/THANKS 1.5 -> 1.6
--- 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 <msander@de.cw.com>
o Michael Schloh v. Bennewitz <michael.schloh@cw.com>
o Christoph Schug <chris@schug.net>
+ o Geoff Thorpe <geoff@geoffthorpe.net>
...and all other OSSP shiela users who gave me feedback but I've forgot.
|
|
ossp-pkg/shiela/shiela.pl 1.61 -> 1.62
--- 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");
|
|