[svn:p5ee] r13307 - p5ee/trunk/App-Context

[email protected] Fri, 11 Sep 2009 06:59:45 -0700 (PDT)
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
Author: spadkins
Date: Fri Sep 11 06:59:44 2009
New Revision: 13307

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

Log:
Release: 0.967

Modified: p5ee/trunk/App-Context/CHANGES
==============================================================================
--- p5ee/trunk/App-Context/CHANGES	(original)
+++ p5ee/trunk/App-Context/CHANGES	Fri Sep 11 06:59:44 2009
@@ -2,7 +2,14 @@
 # CHANGE LOG
 #########################################
 
-VERSION 0.967 (not yet released)
+VERSION 0.967
+ x App::Request::CGI     - added the url() method to support putting the URL into the form tag in App::Widget
+ x App::Service          - added get_sym_label() method for various uses in turning a symbol into a label
+ x App::Exceptions       - removed call to do_trace on Exception::Class::Base (the method has been removed)
+ x App::Context          - Fixed bug with a defined variable
+ x App::Context          - add authentication_class option from app.conf
+ x App::Context::POE::Server - added a storable option (poe_storable) to allow for communicating more than just a string value back and forth between parent and child processes
+ x App::ValueDomain      - Added sub get_label and _load_label to allow for loading of entries in a ValueDomain one at a time
  x App::Storable         - protect against varying versions of Storable which may cause deserialization exceptions
  x App::Serializer::Json - read and write JSON
  x App::Serializer::Html - serialize output as HTML for debugging/viewing

Modified: p5ee/trunk/App-Context/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Context/Makefile.PL	(original)
+++ p5ee/trunk/App-Context/Makefile.PL	Fri Sep 11 06:59:44 2009
@@ -16,7 +16,7 @@
 %opts = (
     "NAME"        => "App-Context",
     "DISTNAME"    => "App-Context",
-    "VERSION"     => "0.9661",
+    "VERSION"     => "0.967",
     "EXE_FILES"   => [ @programs ],
     "PREREQ_PM"   => {
         # "Apache"                             => "0.01",  # used for mod_perl integration