# HG changeset patch # User Adam Chlipala # Date 1428862742 14400 # Node ID 88a8a656003f2635d22660c1c261f0d40cd3098e # Parent e8863d9f8c5986056c7668592f5e770637c5ea22 New release diff -r e8863d9f8c59 -r 88a8a656003f CHANGELOG --- a/CHANGELOG Tue Apr 07 14:18:53 2015 -0400 +++ b/CHANGELOG Sun Apr 12 14:19:02 2015 -0400 @@ -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 -r e8863d9f8c59 -r 88a8a656003f configure.ac --- a/configure.ac Tue Apr 07 14:18:53 2015 -0400 +++ b/configure.ac Sun Apr 12 14:19:02 2015 -0400 @@ -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