[Checkins] SVN: zc.ngi/trunk/README.txt New Features:

Jim Fulton jim at zope.com
Sun Jun 20 11:54:30 EDT 2010


Log message for revision 113717:
  New Features:
  
  - New improved documentation
  
  - Support for writing request handlers in an imperative style using
    generators.
  
  - Cleaner testing interfaces
  
  - Added a new blocking client request interface,
    ``zc.ngi.blocking.request``.  Other older blocking APIs are
    deprecated.
  
  - Dropped support for Python 2.4.
  
  Bugs Fixed:
  
  - The ``Sized`` request adapter's ``writelines`` method was broken.
  
  - There we a number of problems with error handling in the ``async``
    implementation.
  

Changed:
  U   zc.ngi/trunk/README.txt

-=-
Modified: zc.ngi/trunk/README.txt
===================================================================
--- zc.ngi/trunk/README.txt	2010-06-20 15:53:58 UTC (rev 113716)
+++ zc.ngi/trunk/README.txt	2010-06-20 15:54:30 UTC (rev 113717)
@@ -20,6 +20,32 @@
 *******
 
 ==================
+1.2.0 (2010-06-??)
+==================
+
+New Features:
+
+- New improved documentation
+
+- Support for writing request handlers in an imperative style using
+  generators.
+
+- Cleaner testing interfaces
+
+- Added a new blocking client request interface,
+  ``zc.ngi.blocking.request``.  Other older blocking APIs are
+  deprecated.
+
+- Dropped support for Python 2.4.
+
+Bugs Fixed:
+
+- The ``Sized`` request adapter's ``writelines`` method was broken.
+
+- There we a number of problems with error handling in the ``async``
+  implementation.
+
+==================
 1.1.6 (2010-03-01)
 ==================
 



More information about the checkins mailing list