# HG changeset patch # User Adam Chlipala # Date 1445178864 14400 # Node ID 4f4ae5c92434e69ebcd30e8e09ceae648ad88afc # Parent c76a9712334cfba181d2c6e61d27e3c6a5e938dd New release diff -r c76a9712334c -r 4f4ae5c92434 CHANGELOG --- a/CHANGELOG Sat Oct 17 11:31:22 2015 -0400 +++ b/CHANGELOG Sun Oct 18 10:34:24 2015 -0400 @@ -1,3 +1,10 @@ +======== +20151018 +======== + +- Applications now reconnect to database server automatically after losing connection. +- Bug fixes and improvements to compatibility, documentation, and error messages + ======== 20150819 ======== diff -r c76a9712334c -r 4f4ae5c92434 configure.ac --- a/configure.ac Sat Oct 17 11:31:22 2015 -0400 +++ b/configure.ac Sun Oct 18 10:34:24 2015 -0400 @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20150819]) -WORKING_VERSION=1 +AC_INIT([urweb], [20151018]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it