[Checkins] SVN: zope.server/trunk/README.txt Document changes to zope.server since its eggification.

Philipp von Weitershausen philikon at philikon.de
Sat Jul 14 07:46:57 EDT 2007


Log message for revision 77918:
  Document changes to zope.server since its eggification.
  

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

-=-
Modified: zope.server/trunk/README.txt
===================================================================
--- zope.server/trunk/README.txt	2007-07-14 11:22:39 UTC (rev 77917)
+++ zope.server/trunk/README.txt	2007-07-14 11:46:57 UTC (rev 77918)
@@ -1,11 +1,8 @@
-Overview
---------
-
 This package contains generic base classes for channel-based servers, the
 servers themselves and helper objects, such as tasks and requests.
 
 WSGI support
-------------
+============
 
 zope.server's HTTP server comes with WSGI_ support.
 ``zope.server.http.wsgihttpserver.WSGIHTTPServer`` can act as a WSGI
@@ -19,3 +16,28 @@
 
 .. _WSGI: http://www.python.org/dev/peps/pep-0333/
 .. _PasteDeploy: http://pythonpaste.org/deploy/
+
+Changes
+=======
+
+3.4.1 and 3.5.0a2 (2007-06-02)
+------------------------------
+
+Made WSGI server really WSGI-compliant by adding variables to the
+environment that are required by the spec.
+
+3.5.0a1 (2007-06-02)
+--------------------
+
+Added a factory and entry point for PasteDeploy.
+
+3.4.0 (2007-06-02)
+------------------
+
+Removed an unused import. Unchanged otherwise.
+
+3.4.0a1 (2007-04-22)
+--------------------
+
+Initial release as a separate project, corresponds to zope.server
+from Zope 3.4.0a1



More information about the Checkins mailing list