Author: spadkins
Date: Thu Mar  9 14:02:28 2006
New Revision: 3647

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

Log:
freeze for 0.96

Modified: p5ee/trunk/App-Widget/CHANGES
==============================================================================
--- p5ee/trunk/App-Widget/CHANGES       (original)
+++ p5ee/trunk/App-Widget/CHANGES       Thu Mar  9 14:02:28 2006
@@ -3,7 +3,14 @@
 #########################################
 
 VERSION 0.96
- x DataTable's can now define their own column attributes: label, format, 
scale_factor, align
+ x App::Widget::DataTable2 - finishes the job DataTable set out to do
+ x App::Widget::DataTable - per-column align, format, scale_factor
+ x App::Widget::TabbedSelector/HierSelector - fix up multi-level tab selector
+ x App::Widget::TextArea - new
+ x App::Widget::Graph - new
+ x App::Widget::DataAnalysis - new, but not finished
+ x App::Widget::Hidden - new
+ x App::Widget::Select - support EACH value
 
 VERSION 0.95
  x Widget containership is defined in the widget name by dashes ("-") instead 
of dots (".") (better for CSS)

Modified: p5ee/trunk/App-Widget/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Widget/Makefile.PL   (original)
+++ p5ee/trunk/App-Widget/Makefile.PL   Thu Mar  9 14:02:28 2006
@@ -20,7 +20,7 @@
 %opts = (
     'NAME'        => 'App-Widget',
     'DISTNAME'    => 'App-Widget',
-    'VERSION'     => '0.95',
+    'VERSION'     => '0.96',
     '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