changeset 1492:175b6d52252d

New release
author Adam Chlipala <adam@chlipala.net>
date Fri, 15 Jul 2011 10:17:15 -0400
parents b2ca3e1e5b40
children 9cb923efea4d
files CHANGELOG
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Fri Jul 15 10:02:54 2011 -0400
+++ b/CHANGELOG	Fri Jul 15 10:17:15 2011 -0400
@@ -1,3 +1,22 @@
+========
+20110715
+========
+
+- Treat local variables the same as module-level variables, for the purpose of
+  implicit argument insertion
+- New 'noXsrfProtection' directive for .urp files
+- Non-debug builds omit source location information in error messages shown to
+  the user (but keep that information in log entries)
+- Basis.getHeader and Basis.setHeader
+- Basis.show_css_class
+- Basis.currentUrlHasQueryString
+- Make Basis.rand cryptographically secure
+- Client-side versions of Basis.now and Basis.show_time
+- Bug fixes
+- Improvements to auto-configuration and build process (now builds with LLVM's
+  Clang!)
+- Clarifications in the manual
+
 ========
 20110517
 ========