annotate CHANGELOG @ 453:787d4931fb07

Almost have that nested save function compiling
author Adam Chlipala <adamc@hcoop.net>
date Sat, 01 Nov 2008 21:19:43 -0400
parents f7b25375c0cf
children 3f1b9231a37b
rev   line source
adamc@435 1 ========
adamc@435 2 20081028
adamc@435 3 ========
adamc@435 4
adamc@435 5 - Add GCCARGS configure option
adamc@435 6
adamc@433 7 ========
adamc@433 8 20081027
adamc@433 9 ========
adamc@433 10
adamc@433 11 - On missing inputs, print an error message, but don't exit the web server.
adamc@434 12 - Remove need for "() <-" notation.
adamc@433 13
adamc@433 14 ========
adamc@433 15 20081026
adamc@433 16 ========
adamc@433 17
adamc@433 18 - Change 'sed' call to work on OSX.
adamc@433 19 - Avoid including or linking libpq files on apps that don't use SQL.