Author: spadkins
Date: Tue Feb 26 19:00:31 2008
New Revision: 10841

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

Log:
checkin for release 0.966

Modified: p5ee/trunk/App-Context/CHANGES
==============================================================================
--- p5ee/trunk/App-Context/CHANGES      (original)
+++ p5ee/trunk/App-Context/CHANGES      Tue Feb 26 19:00:31 2008
@@ -2,14 +2,14 @@
 # CHANGE LOG
 #########################################
 
-VERSION 0.966 (unreleased)
- o add SharedDatastore as a useful service (with a Repository-based 
implementation)
- o improved support for "temporary" services (named "temporary" or with the 
{temporary} arg)
+VERSION 0.966
+ x add SharedDatastore as a useful service (with a Repository-based 
implementation)
+ x improved support for "temporary" services (named "temporary" or with the 
{temporary} arg)
    (a "temporary service" is akin to a stateless session bean in Java)
- o add support for including/overlaying additional config files based on 
values present in
+ x add support for including/overlaying additional config files based on 
values present in
    the %$options hash or when a particular named service is instantiated
- o App::Context::POE::Server
- o App::Context::POE::ClusterController, App::Context::POE::ClusterNode
+ x App::Context::POE::Server
+ x App::Context::POE::ClusterController, App::Context::POE::ClusterNode
 
 VERSION 0.965
  x add UI timing log, activated by "app.Context.timer" option

Modified: p5ee/trunk/App-Context/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Context/Makefile.PL  (original)
+++ p5ee/trunk/App-Context/Makefile.PL  Tue Feb 26 19:00:31 2008
@@ -16,7 +16,7 @@
 %opts = (
     'NAME'        => 'App-Context',
     'DISTNAME'    => 'App-Context',
-    'VERSION'     => '0.965',
+    'VERSION'     => '0.966',
     'EXE_FILES'   => [ @programs ],
     'PREREQ_PM'   => {
         'App::Options'             => "0.01",  # for loading a startup 
configuration file

Reply via email to