annotate CHANGELOG @ 434:c471345f5165

Remove need for '() <-' notation
author Adam Chlipala <adamc@hcoop.net>
date Mon, 27 Oct 2008 08:27:45 -0400
parents 659c17441250
children f7b25375c0cf
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@434 6 - Remove need for "() <-" notation.
adamc@433 7
adamc@433 8 ========
adamc@433 9 20081026
adamc@433 10 ========
adamc@433 11
adamc@433 12 - Change 'sed' call to work on OSX.
adamc@433 13 - Avoid including or linking libpq files on apps that don't use SQL.