[Checkins] SVN: zc.recipe.testrunner/branches/1.2.1/CHANGES.txt passes on linux too, get ready for release

Adam Groszer agroszer at gmail.com
Tue Aug 24 10:38:59 EDT 2010


Log message for revision 115913:
  passes on linux too, get ready for release

Changed:
  U   zc.recipe.testrunner/branches/1.2.1/CHANGES.txt

-=-
Modified: zc.recipe.testrunner/branches/1.2.1/CHANGES.txt
===================================================================
--- zc.recipe.testrunner/branches/1.2.1/CHANGES.txt	2010-08-24 14:33:00 UTC (rev 115912)
+++ zc.recipe.testrunner/branches/1.2.1/CHANGES.txt	2010-08-24 14:38:59 UTC (rev 115913)
@@ -2,6 +2,13 @@
 Change History
 **************
 
+1.2.1 (unreleased)
+==================
+
+- Fixed a lot of windows issues
+- Nailed versions to ZTK 1.0a2 (oh well, we have to have at least some stability)
+- Fixed some other test failures that seemed to come from other packages
+
 1.2.0 (2009-03-23)
 ==================
 
@@ -57,14 +64,14 @@
 
 - When:
 
-  + the working-directory option was used, 
+  + the working-directory option was used,
   + and the test runner needed to restart itself
   + and the test runner was run with a relative path (e.g. bin/test)
 
   then the testrunner could not restart itself successfully because the
   relative path in sys.argv[0] was no-longer valid.
 
-  Now we convert sys.argv[0] to an absolute path. 
+  Now we convert sys.argv[0] to an absolute path.
 
 1.0.0b4 (2006-10-24)
 ====================



More information about the checkins mailing list