diff options
author | Adam Chlipala <adam@chlipala.net> | 2016-10-22 09:49:55 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2016-10-22 09:49:55 -0400 |
commit | 20f3308b8c2a5a331239839e222bd21befde73eb (patch) | |
tree | 8b60f36b3057389e7b4a9c9f09c62dda23d678d9 | |
parent | d90f4065bdbdc289e07ea55bc5bd7b977cabba34 (diff) |
New release
-rw-r--r-- | CHANGELOG | 13 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 15 insertions, 2 deletions
@@ -1,4 +1,17 @@ ======== +20161022 +======== + +- Add Json module to standard library +- Make HTML5 the default and add 'xhtml' .urp directive +- Remove 'Value' attributes for AJAX-y UI widgets, because they should use 'Source' instead +- Change compiler to support reproducible builds, via replacement of timestamp + calculation with different methods or use of content hashes +- IPv6 support in HTTP-server binaries, via '-A' command-line option +- New Top function: mapUX_rev +- Bug fixes and documentation improvements + +======== 20160805 ======== diff --git a/configure.ac b/configure.ac index a35f13b1..fdf010b4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20160805]) -WORKING_VERSION=1 +AC_INIT([urweb], [20161022]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it |