Mercurial > urweb
annotate 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 |
rev | line source |
---|---|
adamc@433 | 1 ======== |
adamc@433 | 2 20081027 |
adamc@433 | 3 ======== |
adamc@433 | 4 |
adamc@433 | 5 - On missing inputs, print an error message, but don't exit the web server. |
adamc@433 | 6 |
adamc@433 | 7 ======== |
adamc@433 | 8 20081026 |
adamc@433 | 9 ======== |
adamc@433 | 10 |
adamc@433 | 11 - Change 'sed' call to work on OSX. |
adamc@433 | 12 - Avoid including or linking libpq files on apps that don't use SQL. |