Mercurial > urweb
changeset 2179:4f4ae5c92434
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 18 Oct 2015 10:34:24 -0400 |
parents | c76a9712334c |
children | 5940149cd11a |
files | CHANGELOG configure.ac |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 ========
--- 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