Mercurial > urweb
comparison CHANGELOG @ 1492:175b6d52252d
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 15 Jul 2011 10:17:15 -0400 |
parents | 4f4f104259fb |
children | dbb461e55eda |
comparison
equal
deleted
inserted
replaced
1491:b2ca3e1e5b40 | 1492:175b6d52252d |
---|---|
1 ======== | |
2 20110715 | |
3 ======== | |
4 | |
5 - Treat local variables the same as module-level variables, for the purpose of | |
6 implicit argument insertion | |
7 - New 'noXsrfProtection' directive for .urp files | |
8 - Non-debug builds omit source location information in error messages shown to | |
9 the user (but keep that information in log entries) | |
10 - Basis.getHeader and Basis.setHeader | |
11 - Basis.show_css_class | |
12 - Basis.currentUrlHasQueryString | |
13 - Make Basis.rand cryptographically secure | |
14 - Client-side versions of Basis.now and Basis.show_time | |
15 - Bug fixes | |
16 - Improvements to auto-configuration and build process (now builds with LLVM's | |
17 Clang!) | |
18 - Clarifications in the manual | |
19 | |
1 ======== | 20 ======== |
2 20110517 | 21 20110517 |
3 ======== | 22 ======== |
4 | 23 |
5 - Cygwin compatibility | 24 - Cygwin compatibility |