This file contains high-level descriptions of major changes.  See
ChangeLog for more detailed information.

* Changes in version 1.3.3

Add ASDF files, alternative to defsystem; note that "libc" and "log"
are cmucl-only with ASDF because of a bug where deprecation warnings
in ASDF are blocking compilation.

Stripping out some event publish/subscribe stuff; more features will
be returning in ODCL 1.4.

Filesystem Databases (FSDBs) are versioned now and have migration
mechanisms.  Corrected some problems initializing them.

Deleted entities in FSDBs are actually removed rather than marked as
such in the name of performance.

Priority-queue fixes.

Remove some cruft.

Test run/fail status:
  cmucl,defsystem: 94/0
  sbcl,asdf:       94/6


* Changes in version 1.3.2

Object properties can be used to track display-type.

Add a basic event system (this is still being redesigned heavily,
please do not use it yet).

Time duration improvements.

add-terms-to-search-spec lets you add terms to an existing SEARCH-SPEC.


* Changes in version 1.3.1

Priority queue fixes and tests.

FSDB fixes for older CMUCLs and symlinks in the home dir.

Update copyright dates.

92 tests, all pass on cmucl, 5 fail on sbcl.


* Changes in version 1.3

Include a condensed/simplified version of local-time.

FSDB file layout rearranged and OID system (oidmap) redesigned.

Successful tests are not reported; test errors are reported in more
depth.  Defining a test without a docstring causes a warning.

Editing context fixes.

String function fixes, especially overlay.  New uniq function.

def-propertied accepts a write-auth argument.

More tests.

Remove cruft.


* Changes in version 1.2

Editing context, transaction, and LRU cache functionality moved here
form UncommonSQL and greatly improved.

Filesystem Database (fsdb) added

Syslogging facility added (CMUCL and SBCL only for now)

File format parsing (parsing.lisp) greatly improved.

Property lists (plist.lisp) greatly improved.

Removed imaging library until we actually have time to work on it and
maintain it.

Removed module code, it was bitrotting.

Split out URI handling into uri.lisp.

Lots of new functions and improved functions, such as alistp,
string-truncate, extract-integers, string-pretty-truncate,
strip-character(s)

Update copyright dates.

more tests and exported function documentation

fixes for sbcl; now builds on LispWorks
