Changeset 112
- Timestamp:
- 01/02/05 19:56:12
- Files:
-
- trunk/CHANGELOG.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGELOG.txt
r109 r112 14 14 * Check that response is a string *after* filters have been applied (ticket #28) (Remi) 15 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 16 * Removed "response encoding" from the core: it is now in a filter (ticket #31) (Remi) 18 17 * 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)18 * Fixed "cleanUpOldSessions" bug (ticket #12) (Remi) 19 * "file" storage type for sessions now works fine (Remi) 21 20 * 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 21 * Added more unittest (Remi)

