Changeset 383
- Timestamp:
- 06/25/05 16:00:11
- Files:
-
- trunk/CHANGELOG.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGELOG.txt
r353 r383 1 2005-06-25: 2 * BACKWARD INCOMPATIBILITY: Removed cpg module, renamed _cpserver to server, _cpconfig to config, cperror to _cperror. See http://www.cherrypy.org/wiki/PackageLayout21 (fumanchu) 3 1 4 2005-06-21: 2 5 * New generic HTTPRedirect exception for 3xx responses (fumanchu) … … 31 34 * New testCore.py for testing basic request and error handling. (fumanchu) 32 35 * autoreload disabled if cpg.server.start is called with initOnly=True. (fumanchu) 33 * BACKWARD INCOMPATIBILITY: filters changed, see http://www.cherrypy.org/wiki/ WhatsNewIn21#filter_methods. (fumanchu)36 * BACKWARD INCOMPATIBILITY: filters changed, see http://www.cherrypy.org/wiki/Filters21. (fumanchu) 34 37 35 38 2005-05-20:

