| 1 |
# ChangeLog for Harmonious
|
| 2 |
# $Id$
|
| 3 |
|
| 4 |
3 Jun 2005: Ian Leitch <port001@gentoo.org>:
|
| 5 |
* Allow the HTTP response to be changed via harm.response.status
|
| 6 |
|
| 7 |
2 Jun 2005; Ian Leitch <port001@gentoo.org>:
|
| 8 |
* Provide client information with the request object
|
| 9 |
* Minor changes to the Session class
|
| 10 |
|
| 11 |
30 Jun 2005; Ian Leitch <port001@gentoo.org>:
|
| 12 |
* Read Host and Port settings from harmonious.conf
|
| 13 |
* Use BaseHTTPServer's send_error() method for now
|
| 14 |
* Use the whole generated session ID
|
| 15 |
* Validate session IDs received from cookies
|
| 16 |
* Use the host string when generating a session ID
|
| 17 |
|
| 18 |
29 Jun 2005; Ian Leitch <port001@gentoo.org>:
|
| 19 |
* Added support for persistent sessions
|
| 20 |
* Initial support for virtual hosts
|
| 21 |
|
| 22 |
27 Jun 2005; Ian Leitch <port001@gentoo.org>:
|
| 23 |
* Initial support for pre and post domain module filters
|
| 24 |
|
| 25 |
25 Jun 2005; Ian Leitch <port001@gentoo.org>:
|
| 26 |
* Improved session support
|
| 27 |
* Send Content-Length
|
| 28 |
|
| 29 |
24 Jun 2005; Ian Leitch <port001@gentoo.org>:
|
| 30 |
* Added Session config block and options
|
| 31 |
* Renamed Config options DomainPath -> DocumentRoot and TemplatePath ->
|
| 32 |
TemplateRoot
|
| 33 |
* Initial support for sessions
|
| 34 |
* Don't use per-method modules anymore, they're not worth it.
|
| 35 |
|
| 36 |
22 Jun 2005; Ian Leitch <port001@gentoo.org>:
|
| 37 |
* Added 'exposed' and 'default' decorators
|
| 38 |
* Added support for serving static files.
|
| 39 |
|
| 40 |
16 Jun 2005; Ian Leitch <port001@gentoo.org>:
|
| 41 |
* POST support.
|
| 42 |
* HEAD support.
|
| 43 |
* Started ChangeLog
|
| 44 |
|
| 45 |
15 Jun 2005; Ian Leitch <port001@gentoo.org>:
|
| 46 |
* Initial commit of Harmonious.
|
| 47 |
|