This is the informal ChangeLog for libs11n_zfstream (as if there was ever
a formal one...).

Email: stephan@s11n.net

Newest changes are at the top...

2 Dec 2004:

- Minor API doc updates.

- An extremely minor internal fix, preemtively closing a stream
  which we really didn't need to keep open in zfstream::get_istream().

- Ignore what i said the last release about ZLib/GZip. Those
  policies currently mean the same thing, but may be split later
  if/when we get streams which use zlib's inflate()/deflate()
  algos (the current stream types uses gzread/write()).



30 Sept 2004:

- Added ZLibCompression to the CompressionPolicy enum and have
  deprecated GZipCompression (which is now an alias for
  ZLibCompression).


4 Sept 2004:

- Added zfstream::supports_compression_policy().


2 Sept 2004:

- Added src/test.cpp demo & test app.


14 Aug 2004:

- Minor code cleanups.


11 June 2004:

- Changed version number to be the release data,


0.1.0:
  initial release, code split off from the libs11n tree.

