# HG changeset patch # User Adam Chlipala # Date 1398519755 14400 # Node ID 8e45bb2c904636ac28652c108e5494f09d9a9b11 # Parent 9356e8f91ea40e35bf5bb17407885d353c0db202 New release diff -r 9356e8f91ea4 -r 8e45bb2c9046 CHANGELOG --- a/CHANGELOG Mon Apr 21 12:09:58 2014 -0400 +++ b/CHANGELOG Sat Apr 26 09:42:35 2014 -0400 @@ -1,3 +1,17 @@ +======== +20140426 +======== + +- New Basis functions having to do with dates and times, wrapped nicely in new + Datetime module of standard library +- New .urp directives: 'html5', 'neverInline', 'noMangleSql' +- New command-line arguments: '-explainEmbed', '-stop' +- Changes to C FFI interface, especially for uw_register_transactional() +- 'Basis.getEnv' now always calls UNIX getenv() outside a page handler. +- Changed to avoid generating an empty for empty content. +- New HTML tag:
+- Bug fixes and improvements to type inference, optimizations, and documentation
+
 ========
 20131231
 ========
diff -r 9356e8f91ea4 -r 8e45bb2c9046 configure.ac
--- a/configure.ac	Mon Apr 21 12:09:58 2014 -0400
+++ b/configure.ac	Sat Apr 26 09:42:35 2014 -0400
@@ -1,5 +1,5 @@
-AC_INIT([urweb], [20131231])
-WORKING_VERSION=1
+AC_INIT([urweb], [20140426])
+WORKING_VERSION=0
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it