2021-09-21  Bastian Germann  <bastiangermann@fishpost.de>

	* unrar-free.1: Add man page by Niklas Vainio
	* src/unrar.c: Remove unar code, which drops RARv3 compatibility
	* src/opts.c: Add ineffective -y for compatibility
	* src/unrar.c: Add missing Info-ZIP license
	* src/unrar.c: Fix CVE-2017-14120
	* src/unrarlib.c: Fix CVE-2017-11190, CVE-2017-14121, and CVE-2017-14122

2014-07-07  Ying-Chun Liu  <grandpaul@gmail.com>

	* src/unrar.c: Use unar to handle RARv3 format when it is installed

2007-11-27  Ying-Chun Liu  <grandpaul@gmail.com>

	* src: Remove RARv3 code from libclamav due to unclear license

2007-05-15  Ying-Chun Liu  <grandpaul@gmail.com>

	* src/unrar.c: mkpath if path does not exist when extracting files
	* misc/tarar.pike: Add new pike program

2007-04-24  Ying-Chun Liu  <grandpaul@gmail.com>

	* src/unrarlib.c: Handle unknown header info
	* src: Merge RARv3 from unrarlib SVN, which comes from libclamav

2006-06-09  Ying-Chun Liu  <grandpaul@gmail.com>

	* src/unrarlib.c: Fix warnings: dereferencing type-punned pointer

2006-04-30  Ying-Chun Liu  <grandpaul@gmail.com>

	* src/unrar.c: Make parent of directories if it doesn't exist
	* src/unrarlib.c: Fix the type of the return value of CalcCRC32()

2006-04-12  Ying-Chun Liu  <grandpaul@gmail.com>

	* src/opts.c: Avoid extracting with non-free unrar command "t"

2006-03-05  Ying-Chun Liu  <grandpaul@gmail.com>

	* src/unrarlib.c: Remove filename length 260 bytes restriction
	* src/unrarlib.c: Remove archive name length 255 bytes restriction
	* src/unrarlib.c: Remove password length 255 bytes restriction

2006-02-28  Ying-Chun Liu  <grandpaul@gmail.com>

	* src/opts.c: Command line compatibility with non-free unrar

2004-06-14  Ben Asselstine  <ben@asselstine.com>

	* src/unrarlib.h, src/Makefile.am: Moved the _DEBUG_LOG define into 
	Makefile.am, and commented it out.
	* src/opts.c (parse_opts): fixed calling of getpass, so it only gets
	called once even if --password is on the command-line twice.
	* src/opts.c (parse_opts): now using realloc(n,NULL) to behave like
	malloc(n), so that memory allocation only happens in one place.
	* src/Makefile.in: regenerated.
	* src/unrar.c: added Jeroen's name to the visible copyright notice.

2004-06-05  Jeroen Dekkers  <jeroen@dekkers.cx>

	* src/opts.c (options): Put string constants directly in the
	structure.
