[Checkins] SVN: AccessControl/trunk/ Merge 2.13 branch into trunk

Hanno Schlichting hannosch at hannosch.eu
Mon Dec 12 12:15:16 UTC 2011


Log message for revision 123736:
  Merge 2.13 branch into trunk
  

Changed:
  U   AccessControl/trunk/CHANGES.txt
  A   AccessControl/trunk/MANIFEST.in

-=-
Modified: AccessControl/trunk/CHANGES.txt
===================================================================
--- AccessControl/trunk/CHANGES.txt	2011-12-12 12:12:33 UTC (rev 123735)
+++ AccessControl/trunk/CHANGES.txt	2011-12-12 12:15:16 UTC (rev 123736)
@@ -6,6 +6,17 @@
 
 - Added decorators for public, private and protected security declarations.
 
+2.13.7 (2011-12-12)
+-------------------
+
+- Exclude compiled `.so` and `.dll` files from source distributions.
+
+2.13.6 (2011-12-12)
+-------------------
+
+- Added `manifest.in` to ensure the inclusion of the `include` directory into
+  the release.
+
 2.13.5 (2011-12-12)
 -------------------
 

Added: AccessControl/trunk/MANIFEST.in
===================================================================
--- AccessControl/trunk/MANIFEST.in	                        (rev 0)
+++ AccessControl/trunk/MANIFEST.in	2011-12-12 12:15:16 UTC (rev 123736)
@@ -0,0 +1,9 @@
+include *.txt
+
+recursive-include include *
+recursive-include src/AccessControl *
+
+global-exclude *.dll
+global-exclude *.pyc
+global-exclude *.pyo
+global-exclude *.so



More information about the checkins mailing list