annotate CHANGELOG @ 504:1834dd10dbf4

Update CHANGELOG for 20081120
author Adam Chlipala <adamc@hcoop.net>
date Thu, 20 Nov 2008 14:51:14 -0500
parents e30c135482b3
children 65d8541c130b
rev   line source
adamc@504 1 ========
adamc@504 2 20081120
adamc@504 3 ========
adamc@504 4
adamc@504 5 - Fix bug that sometimes led to omission of initial "<html>" in pages
adamc@504 6 - Take advantage of nested functions in some demos
adamc@504 7 - "profile" option that may appear in .urp files, to enable gprof profiling
adamc@504 8 - "-guided-demo" option that works like "-demo" but uses less screen space for prose
adamc@504 9
adamc@467 10 ========
adamc@497 11 20081118
adamc@467 12 ========
adamc@467 13
adamc@467 14 - Nested function definitions
adamc@467 15 - Primitive "time" type
adamc@467 16 - Nullable SQL columns (via "option")
adamc@467 17 - Cookies
adamc@496 18 - Compiler: Specialization of functions to known arguments (especially of function type)
adamc@467 19
adamc@435 20 ========
adamc@435 21 20081028
adamc@435 22 ========
adamc@435 23
adamc@435 24 - Add GCCARGS configure option
adamc@435 25
adamc@433 26 ========
adamc@433 27 20081027
adamc@433 28 ========
adamc@433 29
adamc@433 30 - On missing inputs, print an error message, but don't exit the web server.
adamc@434 31 - Remove need for "() <-" notation.
adamc@433 32
adamc@433 33 ========
adamc@433 34 20081026
adamc@433 35 ========
adamc@433 36
adamc@433 37 - Change 'sed' call to work on OSX.
adamc@433 38 - Avoid including or linking libpq files on apps that don't use SQL.