|
Check-in Number:
|
2995 | |
| Date: |
2002-Dec-21 10:21:47 (local)
2002-Dec-21 09:21:47 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
Upgraded to GNU shtool 1.6.2 and GNU autoconf 2.57. |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/shiela/.cvsignore 1.3 -> 1.4
--- .cvsignore 2002/08/19 19:10:37 1.3
+++ .cvsignore 2002/12/21 09:21:47 1.4
@@ -5,3 +5,5 @@
shiela-install.1
config.h
config.h.in
+configure
+shtool
|
|
ossp-pkg/shiela/ChangeLog 1.11 -> 1.12
--- ChangeLog 2002/12/21 09:20:27 1.11
+++ ChangeLog 2002/12/21 09:21:47 1.12
@@ -11,6 +11,9 @@
Changes between 0.9.2 and 0.9.3 (19-Aug-2002 to 21-Dec-2002):
+ *) Upgraded to GNU shtool 1.6.2 and GNU autoconf 2.57.
+ [Ralf S. Engelschall]
+
*) Fix the "invalid file specification `<absolute path>' for access
control" issue by using Cwd::realpath to resolve the absolute path
instead of calling `pwd`.
|
|
ossp-pkg/shiela/devtool.conf 1.1 -> 1.2
--- devtool.conf 2002/08/19 19:10:38 1.1
+++ devtool.conf 2002/12/21 09:21:47 1.2
@@ -3,8 +3,8 @@
##
%autogen
- @autogen shtool 1.6.1 "1.6.*" all
- @autogen autoconf 2.53 "2.5[3-9]*"
+ @autogen shtool 1.6.2 "1.6.*" all
+ @autogen autoconf 2.57 "2.5[3-9]*"
%autoclean
@autoclean shtool
|
|