comparison CHANGELOG @ 1400:c57414e39321

Updating documentation in preparation for a release
author Adam Chlipala <adam@chlipala.net>
date Sun, 16 Jan 2011 12:06:38 -0500
parents 855c5adafc2d
children 8c017e9e410e
comparison
equal deleted inserted replaced
1399:898dc978c39d 1400:c57414e39321
1 ========
2 Next
3 ========
4
5 - Changes to encoding of SQL aggregate functions: nullable types may be
6 aggregated, and non-COUNT aggregates return nullable results.
7 - SQL subqueries may apply aggregate functions to columns bound in enclosing
8 queries.
9 - Switch from libmhash to OpenSSL.
10 - 'cdataChar', for injecting arbitrary character codes into XML
11 - 'crypt', for access to the standard UNIX password encryption routine
12 - 'readUtc', for parsing time strings in the UTC time zone
13 - Built-in 'time' type now stores microseconds (which for now are only used in
14 connection with Postgres timestamps).
15 - Client-side URL blessing and redirection
16 - 'currentUrlHasPost' function
17 - Transactional 'free' functions now passed an argument indicating whether the
18 runtime system expects to retry the transaction.
19 - Change tasks to allow task kind-specific inputs
20 - Add 'clientLeaves' and 'periodic' task kinds
21 - Support for externally-callable pages, via the 'postBody' and 'queryString'
22 types and the 'effectfulUrl' function
23 - 'minHeap' and 'alwaysInline' .urp options
24 - '-prefix' command-line option
25 - Comments in .urp files (lines starting with '#')
26 - Miscellaneous additions to the standard library
27 - Bug fixes and improvements to type inference and optimization
28
1 ======== 29 ========
2 20101102 30 20101102
3 ======== 31 ========
4 32
5 - Polymorphic variants (see Basis.variant) 33 - Polymorphic variants (see Basis.variant)