Mercurial > urweb
changeset 2170:a86749aef6eb
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 19 Aug 2015 10:32:11 -0400 |
parents | 3acaaff30c85 |
children | 7187068f56f5 |
files | CHANGELOG configure.ac |
diffstat | 2 files changed, 13 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <body> +- 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 ========
--- 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