From 117212685a7e27429ad6b50505919fe546788bda Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 26 Apr 2014 09:42:35 -0400 Subject: New release --- CHANGELOG | 14 ++++++++++++++ configure.ac | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7d5d1b6c..c474049a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 --git a/configure.ac b/configure.ac
index 795e46a6..7f6368ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
-- 
cgit v1.2.3