Author: spadkins
Date: Mon Jul 24 19:21:19 2006
New Revision: 6707

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

Log:
freeze for 0.60 release

Modified: p5ee/trunk/App-Widget-JSApp/CHANGES
==============================================================================
--- p5ee/trunk/App-Widget-JSApp/CHANGES (original)
+++ p5ee/trunk/App-Widget-JSApp/CHANGES Mon Jul 24 19:21:19 2006
@@ -2,6 +2,11 @@
 # CHANGE LOG
 #########################################
 
+VERSION 0.60
+ x added {jsapp_conf} and {jsapp_values_labels} options
+ x added {jsapp_attrib} to widget config
+ x add support for onLoad handling
+
 VERSION 0.51
  x App::Widget::JSApp::TabbedAppFrame - ensure that js-app is initialized in 
_init() rather than html()
 

Modified: p5ee/trunk/App-Widget-JSApp/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Widget-JSApp/Makefile.PL     (original)
+++ p5ee/trunk/App-Widget-JSApp/Makefile.PL     Mon Jul 24 19:21:19 2006
@@ -10,11 +10,10 @@
 %opts = (
     'NAME'        => 'App-Widget-JSApp',
     'DISTNAME'    => 'App-Widget-JSApp',
-    'VERSION'     => '0.562',
+    'VERSION'     => '0.60',
     'PREREQ_PM'   => {
                        'App::Widget'              => 0,
                      },
-    'clean'       => { FILES => '$(EXE_FILES)' },
     'dist'        => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz',
                       'ZIP'=>'/usr/bin/zip','ZIPFLAGS'=>'-rl'},
 );

Reply via email to