Mercurial > urweb
changeset 2193:1d6e7e3405f6
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 22 Nov 2015 10:09:16 -0500 |
parents | fb113569519e |
children | f6e16c308566 |
files | CHANGELOG configure.ac |
diffstat | 2 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 ========
--- 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