ossp-pkg/shtool/ChangeLog 1.136 -> 1.137
--- ChangeLog 2000/11/18 16:46:09 1.136
+++ ChangeLog 2000/11/29 19:58:58 1.137
@@ -11,6 +11,11 @@
Changes between 1.5.1 and 1.5.2 (06-Jul-2000 to 18-Nov-2000):
+ *) Replaced a few too conservative `if [..] && [..]' with the faster
+ but still portable `if [.. -a ..]'. Only make sure that `-a' and `-o'
+ are not mixed in a single test (because this is unportable).
+ [Ralf S. Engelschall]
+
*) Fixed `shtool install': the default for option -m is 0755 in
order to be consistent with the semantics of original BSD and
GNU install commands.
|
|