Mercurial > urweb
diff CHANGELOG @ 433:659c17441250
Switch exit(1) call to uw_error()
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Mon, 27 Oct 2008 08:16:19 -0400 |
parents | |
children | c471345f5165 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CHANGELOG Mon Oct 27 08:16:19 2008 -0400 @@ -0,0 +1,12 @@ +======== +20081027 +======== + +- On missing inputs, print an error message, but don't exit the web server. + +======== +20081026 +======== + +- Change 'sed' call to work on OSX. +- Avoid including or linking libpq files on apps that don't use SQL.