cvsuser 05/08/09 12:12:16
Modified: App-Context TODO CHANGES Makefile.PL
Log:
freeze for 0.95
Revision Changes Path
1.3 +3 -1 p5ee/App-Context/TODO
Index: TODO
===================================================================
RCS file: /cvs/public/p5ee/App-Context/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TODO 7 Jan 2005 13:34:45 -0000 1.2
+++ TODO 9 Aug 2005 19:12:16 -0000 1.3
@@ -2,5 +2,7 @@
## File: $Id$
######################################################################
+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)
1.3 +4 -0 p5ee/App-Context/CHANGES
Index: CHANGES
===================================================================
RCS file: /cvs/public/p5ee/App-Context/CHANGES,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CHANGES 7 Jan 2005 13:34:45 -0000 1.2
+++ CHANGES 9 Aug 2005 19:12:16 -0000 1.3
@@ -2,6 +2,10 @@
# CHANGE LOG
#########################################
+VERSION 0.95
+ x Widget containership is defined in the widget name by dashes ("-")
instead of dots (".") (better for CSS)
+ x Removed dependency on App::Repository in t/ServiceRemote.t
+
VERSION 0.93
x Initial release (first one I started keeping this change log, anyway)
x Implemented App::Reference->overlay() more completely
1.8 +2 -2 p5ee/App-Context/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /cvs/public/p5ee/App-Context/Makefile.PL,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.PL 7 Jan 2005 13:34:45 -0000 1.7
+++ Makefile.PL 9 Aug 2005 19:12:16 -0000 1.8
@@ -16,7 +16,7 @@
%opts = (
'NAME' => 'App-Context',
'DISTNAME' => 'App-Context',
- 'VERSION' => '0.93',
+ 'VERSION' => '0.95',
'EXE_FILES' => [ @programs ],
'PREREQ_PM' => {
'App::Options' => 0, # for loading a startup
configuration file