forked from jonashaag/bjoern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
24 lines (20 loc) · 933 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
1.3 (July 2012)
- Unix socket support (contributed by https://github.com/k3d3)
- Restored OS X compatibility (contributed by Patrick Lucas)
- Fixed 64bit compile errors
- Tickets closed: #35, #36, #38, #40, #43, #44, #45, #49, #19, #51, #59, #60
1.2 (Apr 2011)
- sendfile() support
- Python 2.5 compatibility
1.1.1 (Feb 2011)
- Fixed a severe memory leak: didn't release the bodies of HTTP requests
1.1 (Jan 2011)
- Implemented HTTP/1.1 and 1.0 persistent connections as well as HTTP/1.1
chunked responses
- Added 'REMOTE_ADDR' (client's IP address) to the WSGI dictionary (#18)
- Fixed a possible inifite loop. Thanks to Alexander Shigin for adivce and tests
- Split 'bjoern.run' into '.listen' and '.run' while not breaking the old
API (contributed by Sergey Shepelev)
- Tickets closed: #10, #18, #21, #24, #26, #27, #28, #31
1.0 (Dec 2010)
First release on PyPI