0.17   2004-04-23

- Fix a bug in checking parameters which could occur when the "commit"
parameter for Postgres, Oracle, or Sybcase was passed.  This caused a
fatal error when creating the wrapper object.  Patch by Max Baker.


0.16   2004-04-08

- No code changes, just include Class::Container in the dependencies.
Reported via CPAN testers.


0.15 2004-04-06

- No code changes, just added the SIGNATURE file to the manifest so
that signature checks don't fail.


0.14   2004-04-03

- Fix a bug which causes the constructor to complain some required
parameters were missing when in fact the required parameters had been
given.  Reported by Jim Mozley.


0.13   2004-03-19

- Allow the cookie expiration to be set to "session", which is
equivalent to undef, and causes the cookie to expire when the browser
is closed.  Requested by Herald (RT #5615) for
MasonX::Request::WithApacheSession.

- Remove some incorrect default values for some parameters, which were
being set to undef when they shouldn't be.


0.12   2004-02-26

- Document that constructor can throw an exception.

- Document that session method accepts a session_id parameter.


0.11   2004-02-26

- Change default cookie name to "Apache-Session-Wrapper-cookie".

- Add subclassing docs.


0.10   2004-02-26

- First release