|
Revision 109
(checked in by rboerma, 4 years ago)
|
changed \n --> \r\n for text files.
|
| Line | |
|---|
| 1 |
2004/12-29: |
|---|
| 2 |
* CherryPY-2.0-beta released |
|---|
| 3 |
* xmlrpcfilter added (Remco) |
|---|
| 4 |
* cpg.response.body is now always an iterable type - ticket #59 (Carlos) |
|---|
| 5 |
* Allowed default session functions to be accessed by other modules - |
|---|
| 6 |
ticket #56 (Remi) |
|---|
| 7 |
* Added cpg.threadData - ticket #53 (Remi) |
|---|
| 8 |
* Added request.requestLine - ticket #52 (Remi) |
|---|
| 9 |
* logFile config option is now honored - ticket #51 (Remi) |
|---|
| 10 |
* Added cpg.request.remoteAddr and cpg.request.remoteHost - ticket #34 (Eurleif) |
|---|
| 11 |
* Improved baseurlfilter to handle x-forwarded-host - ticket #49 (Kender) |
|---|
| 12 |
* Made object mapping algorithm iterative instead of recursive - ticket #48 (Jesir Vargas) |
|---|
| 13 |
* Improved testing framework (Remco) |
|---|
| 14 |
* Check that response is a string *after* filters have been applied (ticket #28) (Remi) |
|---|
| 15 |
* Removed all XML-RPC references from the core: it is now a filter (ticket #30) (Remi) |
|---|
| 16 |
* Removed Generator processing for the core: it is now a filter (Remi) |
|---|
| 17 |
* Removed "response encoding" from the core: it is now in a filter (ticket #31) (Remi) |
|---|
| 18 |
* Implemented filters and a couple of sample filters (Remi) |
|---|
| 19 |
* Fixed "cleanUpOldSessions" bug (ticket #12) (Remi) |
|---|
| 20 |
* "file" storage type for sessions now works fine (Remi) |
|---|
| 21 |
* 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) |
|---|
| 22 |
* Added more unittest (Remi) |
|---|
| 23 |
* Fixed file upload bug (Remi) |
|---|
| 24 |
|
|---|
| 25 |
2004/10/13: |
|---|
| 26 |
* First alpha release of CherryPy-2 (Remi) |
|---|
| 27 |
|
|---|