Skip to content

Commit 581638d

Browse files
committed
web.py 0.36 released.
1 parent 5c49b13 commit 581638d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# web.py changelog
22

3+
## 2011-07-04 0.36
4+
5+
* Upgraded to CherryPy WSGIServer 3.2.0. -- #66
6+
* Various Jython compatibility fixes (tx Ben Noordhuis)
7+
* allow strips to accept lists -- #69
8+
* Improvements to setcookie (tx lovelylain) -- #65
9+
* Added __contains__ method to Session. (tx lovelylain) #65
10+
* Added secure option to session. -- #38
11+
* Fixed db.delete error with `using` clause (tx berndtj) -- #28
12+
* Fixed the case of no where-clauses in db.where
13+
* Fixed threadlocal error in python2.3 -- #77
14+
* Fixed TemplateResult inconsistant behavior -- #78
15+
* Fixed query execution issues with MSSQL -- #71
16+
317
## 2011-05-15 0.35
418

519
* Better ThreaedDict implementation using threadlocal (tx Ben Hoyt)

web/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from __future__ import generators
55

6-
__version__ = "0.35"
6+
__version__ = "0.36"
77
__author__ = [
88
"Aaron Swartz <me@aaronsw.com>",
99
"Anand Chitipothu <anandology@gmail.com>"

0 commit comments

Comments
 (0)