[Checkins] SVN: Products.CMFTopic/trunk/Products/CMFTopic/ - reformat README and CHANGES files to render as reST for pretty PyPI page

Jens Vagelpohl jens at dataflake.org
Tue Aug 26 05:41:23 EDT 2008


Log message for revision 90276:
  - reformat README and CHANGES files to render as reST for pretty PyPI page
  - merge all 2.1.x changes from the monolithic CHANGES file at
    http://svn.zope.org/CMF/branches/2.1/CHANGES.txt?rev=87755&view=auto
  

Changed:
  U   Products.CMFTopic/trunk/Products/CMFTopic/CHANGES.txt
  U   Products.CMFTopic/trunk/Products/CMFTopic/README.txt

-=-
Modified: Products.CMFTopic/trunk/Products/CMFTopic/CHANGES.txt
===================================================================
--- Products.CMFTopic/trunk/Products/CMFTopic/CHANGES.txt	2008-08-26 09:41:07 UTC (rev 90275)
+++ Products.CMFTopic/trunk/Products/CMFTopic/CHANGES.txt	2008-08-26 09:41:23 UTC (rev 90276)
@@ -1,7 +1,99 @@
 Products.CMFTopic Changelog
+===========================
 
-  Products.CMFTopic 2.2.0 (unreleased)
+2.2.0 (unreleased)
+------------------
 
-    - Topic: 'addTopic' no longer sends add events.
+- Topic: 'addTopic' no longer sends add events.
 
-    - interfaces: Removed deprecated oldstyle interfaces.
+- interfaces: Removed deprecated oldstyle interfaces.
+
+
+2.1.2 (2008-08-26)
+------------------
+
+- completed devolution from monolithic CMF package into its component
+  products that are distributed as eggs from PyPI.
+
+
+2.1.1 (2008-01-06)
+------------------
+
+- no changes
+
+
+2.1.1-beta(2007-12/29)
+----------------------
+
+- Testing: Derive test layers from ZopeLite layer if available.
+
+
+2.1.0 (2007-08-08)
+------------------
+
+- Fixed all componentregistry.xml files to use plain object paths and strip
+  and slashes. GenericSetup does only support registering objects which are
+  in the site root.
+
+
+2.1.0-beta2 (2007-07-12)
+------------------------
+
+- moved the Zope dependency to version 2.10.4
+
+- Remove antique usage of marker attributes in favor of interfaces,
+  leaving BBB behind for places potentially affecting third-party code.
+  (http://www.zope.org/Collectors/CMF/440)
+
+- Add POST-only protections to security critical methods.
+  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0240)
+
+
+2.1.0-beta (2007-03-09)
+-----------------------
+
+- moved the Zope dependency to verson 2.10.2
+
+- Tool lookup and registration is now done "the Zope 3 way" as utilities, see
+  http://svn.zope.org/CMF/branches/2.1/docs/ToolsAreUtilities.stx?view=auto
+
+
+2.1.0-alpha2 (2006-11-23)
+-------------------------
+
+- moved the Zope dependency to version 2.10.1
+
+- Fixed test breakage induced by use of Z3 pagetemplates in Zope 2.10+.
+
+- browser views: Added some zope.formlib based forms.
+
+- testing: Added test layers for setting up ZCML.
+
+
+2.1.0-alpha (2006-10-09)
+------------------------
+
+- skins: Changed encoding of translated portal_status_messages.
+  Now getBrowserCharset is used to play nice with Five forms. Customized
+  setRedirect and getMainGlobals scripts have to be updated.
+
+- Profiles: All profiles are now registered by ZCML.
+
+- ZClasses: Removed unmaintained support for ZClasses.
+  Marked the 'initializeBases*' methods as deprecated.
+
+- Content: Added IFactory utilities for all content classes.
+  They are now used by default instead of the old constructor methods.
+
+- Content: All content classes are now registered by ZCML.
+  ContentInit is still used to register oldstyle constructors.
+
+- setup handlers: Removed support for CMF 1.5 CMFSetup profiles.
+
+
+Earlier releases
+----------------
+
+For a complete list of changes before version 2.1.0-alpha, see the HISTORY.txt
+file on the CMF-2.1 branch:
+http://svn.zope.org/CMF/branches/2.1/HISTORY.txt?view=auto

Modified: Products.CMFTopic/trunk/Products/CMFTopic/README.txt
===================================================================
--- Products.CMFTopic/trunk/Products/CMFTopic/README.txt	2008-08-26 09:41:07 UTC (rev 90275)
+++ Products.CMFTopic/trunk/Products/CMFTopic/README.txt	2008-08-26 09:41:23 UTC (rev 90276)
@@ -1,4 +1,8 @@
-CMFTopic README
+===================
+ Products.CMFTopic
+===================
 
-  This product declares a topic content type for the
-  Zope Content Management Framework (CMF).
+.. contents::
+
+This product declares a topic content type for the
+Zope Content Management Framework (CMF).



More information about the Checkins mailing list