[CMF-checkins] CVS: CMF - CHANGES.txt:1.146.4.8
   
    Yvo Schubbe
     
    schubbe@web.de
       
    Mon, 23 Jun 2003 08:21:45 -0400
    
    
  
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv32294
Modified Files:
      Tag: CMF-1_4-branch
	CHANGES.txt 
Log Message:
Fixed buglet in 'minimalpath()'.
=== CMF/CHANGES.txt 1.146.4.7 => 1.146.4.8 ===
--- CMF/CHANGES.txt:1.146.4.7	Fri Jun 20 11:09:20 2003
+++ CMF/CHANGES.txt	Mon Jun 23 08:21:15 2003
@@ -2,6 +2,9 @@
 
   Bug Fixes
   
+    - utils (CMFCore): Fixed buglet in 'minimalpath()'.
+      Didn't work correctly with a second 'Products' in the path.
+
     - Skinnable: Fix acquisition wrapping so that getPhysicalPath is not
       spoofed during funny traversals.