From 6e7a226de27e3689d87c11e5c12f384fb399c499 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 12 Apr 2015 14:19:02 -0400 Subject: New release --- CHANGELOG | 10 ++++++++++ configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cf62b556..e4eae28e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +======== +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 -- cgit v1.2.3