ossp-pkg/snmpdx/ChangeLog 1.14 -> 1.15
--- ChangeLog 2003/10/21 18:13:16 1.14
+++ ChangeLog 2004/07/28 13:42:01 1.15
@@ -9,6 +9,17 @@
ChangeLog
=========
+ Changes between 0.2.8 and 0.2.9 (21-Oct-2003 to 28-Jul-2004):
+
+ *) add concise QUICKSTART info into README
+ *) Scope and initialization of variables were wrong causing a
+ infinite loop with perl >= 5.8.4, which optimizes away unnecessary
+ assignments like "my $foo = undef"
+ *) Remove irrelevant assignments which perl >= 5.8.4 optimizes away
+ anyway
+ *) Quick hack to support OpenPKG 2.x (breaking OpenPKG 1.x support)
+ [Thomas Lotterer]
+
Changes between 0.2.7 and 0.2.8 (20-Sep-2003 to 21-Oct-2003):
*) Get rid of "use IO;" deprecation warnings under Perl 5.8.1
|
|