Skip to content

Commit a55c677

Browse files
committed
R-2.8.1
1 parent f9e1655 commit a55c677

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 2.8.1
2+
3+
- no more winservice (use nssm instead)
4+
- better imap support in DAL
5+
- db().select().as_tree()
6+
- bootstrap 2.3.2
7+
- codemirror 3.19
8+
- improved mongoDB support, thanks Alan
9+
- suport for wiki custom render function
10+
- Wiki(...groups=['x','y']) allows bypassing default permissions
11+
- fixed websocket_messaging.py to support newer Tornado
12+
- NDB support for GAE, thanks Quint
13+
- fixed major concurrecy issue with MEMDB
14+
- blocked generic.jsonp for security reasons
15+
- many bug fixes, thanks Niphlod, Michele, Anthony, Tim, and many others.
16+
117
## 2.7.1 - 2.7.4
218

319
- jQuery 1.10.2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ update:
3030
echo "remember that pymysql was tweaked"
3131
src:
3232
### Use semantic versioning
33-
echo 'Version 2.7.4-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
33+
echo 'Version 2.8.1-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
3434
### rm -f all junk files
3535
make clean
3636
### clean up baisc apps

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Version 2.7.4-stable+timestamp.2013.11.27.11.59.18
1+
Version 2.8.1-stable+timestamp.2013.11.27.13.52.50

0 commit comments

Comments
 (0)