Author: spadkins
Date: Sat Mar 11 07:45:44 2006
New Revision: 3663

Modified:
   p5ee/trunk/App-Widget/CHANGES
   p5ee/trunk/App-Widget/Makefile.PL

Log:
freeze for 0.961

Modified: p5ee/trunk/App-Widget/CHANGES
==============================================================================
--- p5ee/trunk/App-Widget/CHANGES       (original)
+++ p5ee/trunk/App-Widget/CHANGES       Sat Mar 11 07:45:44 2006
@@ -2,6 +2,9 @@
 # CHANGE LOG
 #########################################
 
+VERSION 0.961
+ x App::Widget::DataTable2 - fixed a (pretty serious) bug with delete()
+
 VERSION 0.96
  x App::Widget::DataTable2 - finishes the job DataTable set out to do
  x App::Widget::DataTable - per-column align, format, scale_factor

Modified: p5ee/trunk/App-Widget/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Widget/Makefile.PL   (original)
+++ p5ee/trunk/App-Widget/Makefile.PL   Sat Mar 11 07:45:44 2006
@@ -20,7 +20,7 @@
 %opts = (
     'NAME'        => 'App-Widget',
     'DISTNAME'    => 'App-Widget',
-    'VERSION'     => '0.96',
+    'VERSION'     => '0.961',
     'EXE_FILES'   => [ @programs ],
     'PREREQ_PM'   => { # I haven't yet determined what the minimum versions 
should be
                        'Compress::Zlib'           => 0,  # for compressed 
serialization and browser responses

Reply via email to