diff options
author | Adam Chlipala <adam@chlipala.net> | 2015-04-12 14:19:02 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2015-04-12 14:19:02 -0400 |
commit | 6e7a226de27e3689d87c11e5c12f384fb399c499 (patch) | |
tree | e9cd42f4361df7fd224b6a54853c663d1eaf51f1 | |
parent | 04a490556990d2faf21a3c0e38fef9a78d1eacce (diff) |
New release
-rw-r--r-- | CHANGELOG | 10 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 12 insertions, 2 deletions
@@ -1,4 +1,14 @@ ======== +20150412 +======== + +- Several new infix operators for function composition, etc. +- Hexadecimal integer literals +- New HTML events: 'oncontextmenu', 'onmouseenter', and 'onmouseleave' +- New HTML attributes: 'download' +- Bug fixes and optimization improvements + +======== 20150214 ======== diff --git a/configure.ac b/configure.ac index 3dd849ee..13e1eebc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20150214]) -WORKING_VERSION=1 +AC_INIT([urweb], [20150412]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it |