ossp-pkg/shiela/ChangeLog 1.52 -> 1.53
--- ChangeLog 2004/08/11 16:50:39 1.52
+++ ChangeLog 2005/01/12 20:42:46 1.53
@@ -9,7 +9,17 @@
ChangeLog
- Changes between 1.1.4 and 1.1.5 (02-Jul-2004 to 11-Aug-2004):
+ Changes between 1.1.4 and 1.1.5 (02-Jul-2004 to 12-Jan-2005):
+
+ *) Fix internal error handling by replacing "|| die" with "or die"
+ constructs because the different binding priority of "||" and "or"
+ leaded to wrong results.
+ [Ralf S. Engelschall, Geoff Thorpe <geoff@geoffthorpe.net>]
+
+ *) Fix shiela-install.pod's description of --loginfo hook for the
+ non-RSE-patches situation: the %p construct has to be used
+ there, too.
+ [Geoff Thorpe <geoff@geoffthorpe.net>]
*) Workaround a buggy feature in Perl versions 5.8.4 and higher
which totally optimized away "my $var = undef;" constructs
|
|