# HG changeset patch # User Adam Chlipala # Date 1448204956 18000 # Node ID 1d6e7e3405f6e85abff84d7af48e865f7baef0ce # Parent fb113569519e92f9b2dd8cc6c07161dc4fdef960 New release diff -r fb113569519e -r 1d6e7e3405f6 CHANGELOG --- a/CHANGELOG Sun Nov 22 10:03:35 2015 -0500 +++ b/CHANGELOG Sun Nov 22 10:09:16 2015 -0500 @@ -1,3 +1,12 @@ +======== +20151122 +======== + +- Daemon mode now supports shared caching of libraries across projects. +- Change behavior of SQL equality to do the intuitive thing for nullable types. +- Basis.fromMilliseconds +- Bug fixes and improvements to type inference and error messages + ======== 20151018 ======== diff -r fb113569519e -r 1d6e7e3405f6 configure.ac --- a/configure.ac Sun Nov 22 10:03:35 2015 -0500 +++ b/configure.ac Sun Nov 22 10:09:16 2015 -0500 @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20151018]) -WORKING_VERSION=1 +AC_INIT([urweb], [20151122]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it