[Checkins] SVN: zope.testbrowser/trunk/README.txt Added changelog.

Philipp von Weitershausen philikon at philikon.de
Sat Sep 1 09:30:06 EDT 2007


Log message for revision 79415:
  Added changelog.
  

Changed:
  U   zope.testbrowser/trunk/README.txt

-=-
Modified: zope.testbrowser/trunk/README.txt
===================================================================
--- zope.testbrowser/trunk/README.txt	2007-09-01 12:18:43 UTC (rev 79414)
+++ zope.testbrowser/trunk/README.txt	2007-09-01 13:30:05 UTC (rev 79415)
@@ -1,8 +1,5 @@
-zope.testbrowser Package Readme
-===============================
-
 Overview
---------
+========
 
 An easy to use programmatic web browser with special focus on testing. Used in
 Zope 3, but not Zope specific.
@@ -10,3 +7,29 @@
 The zope.testbrowser package used in the Zope 3 project for functional testing;
 this stand-alone version can be used to test or otherwise interact with any web
 site.
+
+Changes
+=======
+
+3.4.1 (unreleased)
+------------------
+
+* Updated to mechanize 0.1.7b and ClientForm 0.2.7.  These are now
+  pulled in via egg dependencies.
+
+* ``zope.testbrowser`` now works on Python 2.5.
+
+3.4.0 (2007-06-04)
+------------------
+
+* Added the ability to suppress raising exceptions on HTTP errors
+  (``raiseHttpErrors`` attribute).
+
+* Made the tests more resilient to HTTP header formatting changes with
+  the REnormalizer.
+
+3.4.0a1 (2007-04-22)
+-------------------
+
+Initial release as a separate project, corresponds to zope.testbrowser
+from Zope 3.4.0a1



More information about the Checkins mailing list