changeset 2131:88a8a656003f

New release
author Adam Chlipala <adam@chlipala.net>
date Sun, 12 Apr 2015 14:19:02 -0400
parents e8863d9f8c59
children 7b508cd0dbf9
files CHANGELOG configure.ac
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 ========
--- 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