2008-12-10  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 1.2 released.
	* A 1-byte read outside allocated memory has been fixed.
	* Dictionary size limit has been reduced to 512MiB because
	  setting it to 1GiB causes overflow of a 32 bit integer.
	* Added "lzdiff", a diff/cmp wrapper for gzip, bzip2, lzip and
	  non-compressed files.
	* Added "lzgrep", a grep wrapper for gzip, bzip2, lzip and
	  non-compressed files.
	* "make install-info" should now work on Debian and OS X.

2008-11-17  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 1.1 released.
	* Changed short name of option "--dictionary-size" to "-s".
	* Changed short name of option "--match-length" to "-m".
	* Changed LONG_LONG_MAX to LLONG_MAX.

2008-10-14  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 1.0 released.
	* "-tvv" shows file version and dictionary size.

2008-09-30  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.5 released.
	* Decompression is now 1% faster.

2008-09-23  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.4 released.
	* Code cleanup for global variable "verbosity".
	* Regained the compression ratio of 0.2 with 5% faster speed.
	* Fixed compilation on sistems where size_t != unsigned int.

2008-09-15  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.3 released.
	* encoder.cc: Compression is now 15% faster, 1% worse.
	* main.cc (main): Make "-t" option override "-c".
	* main.cc (decompress): Show "done" instead of "ok" when not testing.
	* encoder.h: Use trials[] to return the list of pairs.

2008-09-09  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.2 released.
	* encoder.cc: Small improvements in compression speed.
	* Small documentation changes.

2008-08-20  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.1 released.


Copyright (C) 2008 Antonio Diaz Diaz.

This file is a collection of facts, and thus it is not copyrightable,
but just in case, I give you unlimited permission to copy, distribute
and modify it.
