Mercurial > urweb
changeset 2003:8e45bb2c9046
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 26 Apr 2014 09:42:35 -0400 |
parents | 9356e8f91ea4 |
children | 67a6ba016a78 |
files | CHANGELOG configure.ac |
diffstat | 2 files changed, 16 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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 ========
--- 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