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 | dbda9e011368c8e01b2e4b842ba33bc09beb52d4 (patch) | |
tree | e9cd42f4361df7fd224b6a54853c663d1eaf51f1 | |
parent | 2e47385641f78e86a20e6ed33db9fa7c63da2029 (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 |