[Zope-CVS] CVS: Products/Ape - CHANGES.txt:1.8

Shane Hathaway shane at zope.com
Tue Feb 17 00:25:41 EST 2004


Update of /cvs-repository/Products/Ape
In directory cvs.zope.org:/tmp/cvs-serv17338

Modified Files:
	CHANGES.txt 
Log Message:
Another big pile of changes resulted from a little time. :-)

>From CHANGES.txt:

  - Removed the concepts of "classified state" and "hints", now
    relying on the existing concepts of classification and state.  This
    primarily involved changes to classifiers and the apelib.core.io
    module.

  - Implemented the folder item classification optimization.  Now,
    when Ape loads a folder, it passes along the classification of each
    subitem as part of the containing folder's state.  This means fewer
    round-trips.

Also fixed a couple of shallow bugs that prevented Ape from starting in 
Zope.



=== Products/Ape/CHANGES.txt 1.7 => 1.8 ===
--- Products/Ape/CHANGES.txt:1.7	Mon Feb  2 10:07:17 2004
+++ Products/Ape/CHANGES.txt	Tue Feb 17 00:25:10 2004
@@ -5,7 +5,7 @@
     Adaptable Persistence Engine.  Someone finally found a good word
     that starts with E, but I'm not sure who deserves the credit.
 
-  - Major refactoring to reduce the number of concepts in Ape.
+  - Major restructuring to reduce the number of concepts in Ape.
 
     Ape supported a concept called domain mappers.  Domain mappers
     allowed you to redefine object mapping policies in the context of
@@ -41,6 +41,15 @@
     The true root object is now stored in a subdirectory of the
     application root called "_root".
 
+  - Removed the concepts of "classified state" and "hints", now
+    relying on the existing concepts of classification and state.  This
+    primarily involved changes to classifiers and the apelib.core.io
+    module.
+
+  - Implemented the folder item classification optimization.  Now,
+    when Ape loads a folder, it passes along the classification of each
+    subitem as part of the containing folder's state.  This means fewer
+    round-trips.
 
 Version 0.7.1
 




More information about the Zope-CVS mailing list