summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-27 08:16:19 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-27 08:16:19 -0400
commit44a709f2f7844fd6c07b4b0979c8e264cd88225e (patch)
tree51c326529042f167d347f257e4fe8f00c5f7d652 /CHANGELOG
parent87b4008ca82e6779c48f9be777c0f54ea4c4cca4 (diff)
Switch exit(1) call to uw_error()
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 00000000..6b62d606
--- /dev/null
+++ b/CHANGELOG
@@ -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.