From 7b2b2db168cb6b9a027981800b45e3bbb7425e33 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 5 Aug 2016 17:12:23 -0400 Subject: Return to working version mode --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 196d597c..a35f13b1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([urweb], [20160805]) -WORKING_VERSION=0 +WORKING_VERSION=1 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it -- cgit v1.2.3 From 20f3308b8c2a5a331239839e222bd21befde73eb Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 22 Oct 2016 09:49:55 -0400 Subject: New release --- CHANGELOG | 13 +++++++++++++ configure.ac | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/CHANGELOG b/CHANGELOG index f5c92708..20d79590 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +======== +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 -- cgit v1.2.3