comparison 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
comparison
equal deleted inserted replaced
432:5de838fb0950 433:659c17441250
1 ========
2 20081027
3 ========
4
5 - On missing inputs, print an error message, but don't exit the web server.
6
7 ========
8 20081026
9 ========
10
11 - Change 'sed' call to work on OSX.
12 - Avoid including or linking libpq files on apps that don't use SQL.