[Zope-CVS] CVS: Packages/FunctionalTests/doc - CHANGES.txt:1.2
Tres Seaver
tseaver@zope.com
Fri, 30 May 2003 21:17:45 -0400
Update of /cvs-repository/Packages/FunctionalTests/doc
In directory cvs.zope.org:/tmp/cvs-serv10474/doc
Modified Files:
CHANGES.txt
Log Message:
- FunctionalTests/Request.py:
o Factor out the "pluggable function" bits from ZEORequest, to enable
reuse for things like payload verification.
- doc/CHANGES.txt:
o Summarize changes since 0.4 release.
=== Packages/FunctionalTests/doc/CHANGES.txt 1.1 => 1.2 ===
--- Packages/FunctionalTests/doc/CHANGES.txt:1.1 Thu Apr 24 17:39:53 2003
+++ Packages/FunctionalTests/doc/CHANGES.txt Fri May 30 21:17:45 2003
@@ -1,5 +1,44 @@
FunctionalTests Changelog
+ Release 0.5 -- 2003/06/02??
+
+ - Request: allow fieldnames with embedded periods (e.g., to support
+ ZPublisher's ":record" syntax).
+
+ - Removed LoggingProxy and TkLogging proxy; use instead the "logging"
+ version of Shane Hathaway's 'tcpwatch' program:
+
+ http://hathaway.freezope.org/Software/TCPWatch
+
+ - ScenarioGenerator: Defaulted output to stdout.
+
+ - ScenarioGenerator: Added heuristics for guessing the "site_host";
+ removed "site_host" and "site_path" (if known) from request URLs; for
+ URLs from other sites, remove the placeholders instead.
+
+ - ScenarioGenerator, FTRunner: changed "portal_url" to "site_host".
+
+ - ScenarioGenerator: Cleaned up imports, exports; purged string module
+ usage.
+
+ - ScenarioGenerator: Added a knob for changing the expected extension
+ of the raw request data files (e.g., to support using the new version
+ of TCPWatch, which will log to files with '.request' as the
+ extension)
+
+ - Factored Framework into a number of new modules: Request,
+ Invocation, Result
+
+ - Added interfaces module.
+
+ - Brought docstrings up to current standard practice; added further
+ docstrings.
+
+ - Framework: Added redirect checking (thanks to Shane Landrum for the
+ patch).
+
+ - scripts/{ftrunner,ftgen}: Normalized hash-bang lines.
+
Release 0.4 -- 2003/04/24
- Packaged for distutils.