| 1 |
2005-04-25: |
|---|
| 2 |
* CherryPY-2.0-final released |
|---|
| 3 |
* Added tests about static content and httptools.redirect (Remi) |
|---|
| 4 |
* Handle %20 (and others) in static content - ticket #104 (Remi) |
|---|
| 5 |
* If y is a static dir make y/a?b try and serve a file named a?b (Dan) |
|---|
| 6 |
* Pass threadIndex to onStartThreadList functions - ticket #91 (Remi) |
|---|
| 7 |
* Renamed "configDict" into "configMap" for consistency - ticket #82 (Remi) |
|---|
| 8 |
* Dots in requests path are now replaced by underscores - ticket #87 (Remi) |
|---|
| 9 |
* Improved WSGI support and added example (seems to work OK) (Peter, Remi) |
|---|
| 10 |
* Added DecodingFilter (Remi) |
|---|
| 11 |
* Added form module (port from CP1 Form.cpy) (Remi) |
|---|
| 12 |
* Improved the way static files are being served (Remi) |
|---|
| 13 |
|
|---|
| 14 |
2004-12-29: |
|---|
| 15 |
* CherryPY-2.0-beta released |
|---|
| 16 |
* xmlrpcfilter added (Remco) |
|---|
| 17 |
* cpg.response.body is now always an iterable type - ticket #59 (Carlos) |
|---|
| 18 |
* Allowed default session functions to be accessed by other modules - ticket #56 (Remi) |
|---|
| 19 |
* Added cpg.threadData - ticket #53 (Remi) |
|---|
| 20 |
* Added request.requestLine - ticket #52 (Remi) |
|---|
| 21 |
* logFile config option is now honored - ticket #51 (Remi) |
|---|
| 22 |
* Added cpg.request.remoteAddr and cpg.request.remoteHost - ticket #34 (Eurleif) |
|---|
| 23 |
* Improved baseurlfilter to handle x-forwarded-host - ticket #49 (Kender) |
|---|
| 24 |
* Made object mapping algorithm iterative instead of recursive - ticket #48 (Jesir Vargas) |
|---|
| 25 |
* Improved testing framework (Remco) |
|---|
| 26 |
* Check that response is a string *after* filters have been applied (ticket #28) (Remi) |
|---|
| 27 |
* Removed all XML-RPC references from the core: it is now a filter (ticket #30) (Remi) |
|---|
| 28 |
* Removed "response encoding" from the core: it is now in a filter (ticket #31) (Remi) |
|---|
| 29 |
* Implemented filters and a couple of sample filters (Remi) |
|---|
| 30 |
* Fixed "cleanUpOldSessions" bug (ticket #12) (Remi) |
|---|
| 31 |
* "file" storage type for sessions now works fine (Remi) |
|---|
| 32 |
* Ticket #6: If a response is unicode, it gets encoded automatically. Encoding is specified in the config file unser [server].encoding (the default is UTF-8). (Remi) |
|---|
| 33 |
* Added more unittest (Remi) |
|---|
| 34 |
* Fixed file upload bug (Remi) |
|---|
| 35 |
|
|---|
| 36 |
2004-10-13: |
|---|
| 37 |
* First alpha release of CherryPy-2 (Remi) |
|---|
| 38 |
|
|---|