[Checkins] SVN: grok/trunk/CHANGES.txt Add note about pinning down versions.

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Oct 10 04:26:21 EDT 2007


Log message for revision 80769:
  Add note about pinning down versions.

Changed:
  U   grok/trunk/CHANGES.txt

-=-
Modified: grok/trunk/CHANGES.txt
===================================================================
--- grok/trunk/CHANGES.txt	2007-10-10 08:24:45 UTC (rev 80768)
+++ grok/trunk/CHANGES.txt	2007-10-10 08:26:20 UTC (rev 80769)
@@ -7,7 +7,7 @@
 Feature changes
 ---------------
 
-* Integrated skins and layers. grok.layer, grok.IGrokLayer, grok.Skin 
+* Integrated skins and layers. grok.layer, grok.IGrokLayer, grok.Skin
 
 * Removed grok.define_permission in favor of the grok.Permission
   component base class
@@ -30,6 +30,9 @@
 * Views no longer need a custom AbsoluteURL to determine their URL,
   since each instance now properly gets a __name__ attribute.
 
+* buildout.cfg extends versions.cfg to pin down the versions of the
+  dependency tree.
+
 Restructuring
 -------------
 
@@ -61,7 +64,7 @@
 
 Bug fixes
 ---------
- 
+
 * A fix in Martian where multiple grok.Model or grok.Container classes
   could result in something being found as a context twice.
 



More information about the Checkins mailing list