diff options
author | Adam Chlipala <adam@chlipala.net> | 2014-04-26 09:42:35 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2014-04-26 09:42:35 -0400 |
commit | 02d6f2f31090ca0e3a822a0c4f90536b365c0153 (patch) | |
tree | 95866d3df21f2dd0fdf91391195bc30aff872aa7 | |
parent | c3d2041bb380b3a576564419fc9a9386a98e75b7 (diff) |
New release
-rw-r--r-- | CHANGELOG | 14 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 16 insertions, 2 deletions
@@ -1,4 +1,18 @@ ======== +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 <active> to avoid generating an empty <span> for empty content. +- New HTML tag: <pre> +- 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 |