Author: spadkins
Date: Mon Jul 24 19:01:23 2006
New Revision: 6705

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

Log:
freeze for 0.963

Modified: p5ee/trunk/App-Widget/CHANGES
==============================================================================
--- p5ee/trunk/App-Widget/CHANGES       (original)
+++ p5ee/trunk/App-Widget/CHANGES       Mon Jul 24 19:01:23 2006
@@ -2,6 +2,17 @@
 # CHANGE LOG
 #########################################
 
+VERSION 0.963
+ x Fixed bug in get_theme_value, needed to use labels instead of values
+ x add theme support to all widgets via get_theme_value()
+ x Added the ablity to use a different filename in set_alternative_content
+ x Added themable templates
+ x changed the way the default values are determined for substitution
+ x added multi-level, auth, outer table
+ x added DTD to widget HTML
+ x add support for onLoad handling
+ x per-module VERSION (svn)
+
 VERSION 0.961
  x App::Widget::DataTable2 - fixed a (pretty serious) bug with delete()
 

Modified: p5ee/trunk/App-Widget/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Widget/Makefile.PL   (original)
+++ p5ee/trunk/App-Widget/Makefile.PL   Mon Jul 24 19:01:23 2006
@@ -7,12 +7,6 @@
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 
-# * The files in "sbin" are used during installation but are not
-# installed themselves.  Executables that are also to be installed
-# should be in "bin".
-# * I borrowed the technique for putting the correct interpreter line
-# at the top of scripts from the libwww-perl distribution.
-
 my @programs = (
     "cgi-bin/app-button",
 );
@@ -20,7 +14,7 @@
 %opts = (
     'NAME'        => 'App-Widget',
     'DISTNAME'    => 'App-Widget',
-    'VERSION'     => '0.961',
+    'VERSION'     => '0.963',
     '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