Check-in Number:
|
3623 | |
Date: |
2003-Sep-22 13:50:49 (local)
2003-Sep-22 11:50:49 (UTC) |
User: | rse |
Branch: | |
Comment: |
Allow Shiela to accept CVS 1.12 and higher, too. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/shiela/ChangeLog 1.35 -> 1.36
--- 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
|
|
ossp-pkg/shiela/shiela-install.sh 1.19 -> 1.20
--- 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"
|
|