Author: spadkins
Date: Tue Apr 17 05:16:06 2007
New Revision: 9422

Modified:
   p5ee/trunk/App-Context/CHANGES
   p5ee/trunk/App-Context/Makefile.PL
   p5ee/trunk/App-Context/TODO

Log:
prepare for release 0.965

Modified: p5ee/trunk/App-Context/CHANGES
==============================================================================
--- p5ee/trunk/App-Context/CHANGES      (original)
+++ p5ee/trunk/App-Context/CHANGES      Tue Apr 17 05:16:06 2007
@@ -2,6 +2,9 @@
 # CHANGE LOG
 #########################################
 
+VERSION 0.965
+ x add UI timing log, activated by "app.Context.timer" option
+
 VERSION 0.964
  x mostly documentation updates
  x moved Apache::Framework::App to Apache::App

Modified: p5ee/trunk/App-Context/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Context/Makefile.PL  (original)
+++ p5ee/trunk/App-Context/Makefile.PL  Tue Apr 17 05:16:06 2007
@@ -16,7 +16,7 @@
 %opts = (
     'NAME'        => 'App-Context',
     'DISTNAME'    => 'App-Context',
-    'VERSION'     => '0.964',
+    'VERSION'     => '0.965',
     'EXE_FILES'   => [ @programs ],
     'PREREQ_PM'   => {
         'App::Options'             => "0.01",  # for loading a startup 
configuration file

Modified: p5ee/trunk/App-Context/TODO
==============================================================================
--- p5ee/trunk/App-Context/TODO (original)
+++ p5ee/trunk/App-Context/TODO Tue Apr 17 05:16:06 2007
@@ -5,6 +5,7 @@
 To get to Version 1.0
  o go over the documentation which has been completely neglected
  o sort out my exception strategy (die vs. a class)
+ o remove dependency on 'Exception::Class', 'Class::Data::Inheritable', 
'Devel::StackTrace'
  o App::Context::SOAP
  o App::Context::XMLRPC
 

Reply via email to