Author: spadkins
Date: Tue Feb 26 19:01:52 2008
New Revision: 10842

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

Log:
checkin for release 0.966

Modified: p5ee/trunk/App-Repository/CHANGES
==============================================================================
--- p5ee/trunk/App-Repository/CHANGES   (original)
+++ p5ee/trunk/App-Repository/CHANGES   Tue Feb 26 19:01:52 2008
@@ -2,7 +2,7 @@
 # CHANGE LOG
 #########################################
 
-0.966 (not yet released)
+0.966
  x App::Repository::mk_select_joined_sql(): enable param substitutions in 
dbexpr's
  x App::Repository::get_rows()/get_row(): use query caching if turned on for 
the table ({cache_name} => "name_of_shared_datastore")
  x App::Repository::create_temporary_object_set(): can create a temporary 
object set with data, not bound to the database

Modified: p5ee/trunk/App-Repository/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Repository/Makefile.PL       (original)
+++ p5ee/trunk/App-Repository/Makefile.PL       Tue Feb 26 19:01:52 2008
@@ -14,7 +14,7 @@
 %opts = (
     'NAME'        => 'App-Repository',
     'DISTNAME'    => 'App-Repository',
-    'VERSION'     => '0.965',
+    'VERSION'     => '0.966',
     'EXE_FILES'   => [ @programs ],
     'PREREQ_PM'   => {
                        'App::Options' => 0,  # core services

Reply via email to