# HG changeset patch # User Adam Chlipala # Date 1439994731 14400 # Node ID a86749aef6ebb65179c3a0c35334f0567b213b53 # Parent 3acaaff30c8550cfa2aba70315bd67ed5d0e6825 New release diff -r 3acaaff30c85 -r a86749aef6eb CHANGELOG --- a/CHANGELOG Sat Aug 15 08:10:20 2015 -0400 +++ b/CHANGELOG Wed Aug 19 10:32:11 2015 -0400 @@ -1,3 +1,14 @@ +======== +20150819 +======== + +- Allow mouse and key events for +- Add HTML 'align' attribute +- Add onChange handler to radioOption +- New literal [_LOC_] that is replaced with textual information on location in source file +- Add a simple 'make test' target +- Bug fixes and documentation improvements + ======== 20150520 ======== diff -r 3acaaff30c85 -r a86749aef6eb configure.ac --- a/configure.ac Sat Aug 15 08:10:20 2015 -0400 +++ b/configure.ac Wed Aug 19 10:32:11 2015 -0400 @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20150520]) -WORKING_VERSION=1 +AC_INIT([urweb], [20150819]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it