svnup-1.08 - 12 October 2019
	* Added a file named .svnversion containing the revision number.
	* Added code to remove empty directories when all files that were there
		have been deleted.

svnup-1.07 - 22 November 2014
	* Fixed a bug where symbolic links in the repository were being
		processed every time when the -t option was used (Bug 193837).
	* Fixed a bug that was causing periodic freezing
		- special thanks to Rudolf Cejka <cejkar@fit.vutbr.cz>.
	* Fixed a regression where specifying the revision number no longer
		worked.
	* Fixed SSL connection errors.
	* Minor code cleanup.

svnup-1.06 - 5 September 2014
	* Added support for repositories that are published in non-root
		directories (Bug 191132).
	* Fixed a bug where chunked-transfer offsets occurring inside of an
		svn tag resulted in a segfault.
	* Cleaned up check_command_success.

svnup-1.05 - 25 April 2014
	* Fixed a bug to properly handle the case when files in the repository
		are replaced with directories of the same name.

svnup-1.04 - 22 April 2014
	* Fixed a issue where symbolic links found in the source trees were
		being updated during each run.

svnup-1.03 - 15 February 2014
	* Fixed a problem with https transfers when using FreeBSD 10.0.
	* Changed all instances of lstat(2) to stat(2) to avoid problems when
		filesystem links are used.

svnup-1.02 - 3 January 2014
	* Fixed bugs with freeing nodes in the red-black trees and
		additional code cleanup.
		- special thanks to Sitsofe Wheeler <sitsofe@yahoo.com>.

svnup-1.01 - 12 December 2013
	* Fixed a bug when attempting to access an invalid repository path
		using the http/https protocol.

svnup-1.0 - 3 August 2013
	* Fixed a bug with using custom port numbers.

svnup-0.99 - 24 July 2013
	* Bugfix

svnup-0.98 - 22 July 2013
	* Fixed a bug related to recent (v 1.8) updates to the svn protocol
		(pr ports/180485).
	* Fixed a bug where version tags were inserted into files that did not
		have the FreeBSD=%H keyword associated with them (ports/180490).

svnup-0.97 - 30 June 2013
	* Fixed bugs in find_local_files and set_configuration_parameters
		- special thanks to Rudolf Cejka <cejkar@fit.vutbr.cz>.

svnup-0.96 - 19 June 2013
	* Added a command line option for overriding the location where
		the lists of known files are stored.
	* Simplified the procedure that removes (prunes) local files.

svnup-0.95 - 15 June 2013
	* Fixed a bug with the $FreeBSD$ line (pr ports/179548)
	* Fixed a bug where local files were not being removed when using
		the -t option.

svnup-0.9 - 8 June 2013
	* Added a new command line and show all files that exist in the
		target directory structure that do not exist in the repository.
	* Fixed bug with the way the progress indicator is displayed.
	* Fixed segmentation fault that occurred when using the svn protocol
		and displaying the progress indicator.

svnup-0.73 - 2 June 2013
	* Significantly improved performance when using the http/https protocol
		to fetch incremental updates.
	* Added a new command line and section option to allow a custom port
		number to connect to.
	* Added a new command line option to override the specified section's
		protocol.
	* Added a new command line and section option to remove (trim) any files
		found in the local copy that are not found in the repository.
	* Fixed a display bug in the progress indicator.

svnup-0.72 - 16 May 2013
	* Fixed a bug with the -r command line option.
	* Added a progress indicator to the output when the verbosity is > 1.
	* More code cleanup - special thanks to Eitan Adler <lists@eitanadler.com>.
	* Switched from non-blocking to blocking I/O.

svnup-0.71 - 9 May 2013
	* Fixed a bug with the -V command line option.
	* Code cleanup - special thanks to Eitan Adler <lists@eitanadler.com>.

svnup-0.70 - 7 May 2013
	* Merged the http and svn code paths.
	* Replaced binary search tree code with red-black tree defined
		in <sys/tree.h>
	* Fixed a bug where revision tags were improperly included if the
		FreeBSD=%H was not included in the file attributes.
	* Changed the default directory for storing known files to
		/var/db/svnup/.
	* Added the command line option -n to display section's the last
		known revision and exit.

svnup-0.63 - 17 April 2013
	* Fixed a bug where filenames containing multiple hex encoded
		characters weren't being properly decoded.

svnup-0.62 - 11 April 2013
	* Implemented binary search tree for faster lookups of "known files".
	* Added support for handling symbolic links in the repository.
	* Fixed a bug where file names with hex encoded characters sent
		during http transfers weren't properly decoded.
	* Fixed bug when allocating space for the /tmp/svnup directory -
		special thanks to (Ilya A. Arkhipov <m1cro@rambler-co.ru>).
	* Fixed bug where incorrect number of bytes were sent in send_command -
		special thanks to <boco@ufanet.ru>.

svnup-0.61 - 6 April 2013
	* Fixed a bug with file deletion.
	* Minor speed improvement with "known file" lookup.
	* Fixed several valgrind-detected small memory leaks.
	* Fixed a segfault when https:// was added to a -h parameter.

svnup-0.60 - 3 April 2013
	* http/https support added.
	* added support for a configuration/preferences/aliases file.
	* added IPv6 support.

svnup-0.56 - 2 March 2013
	* Fixed bug in check_md5 when reinserting revision tags in known files -
		special thanks to Rudolf Cejka <cejkar@fit.vutbr.cz>.

svnup-0.55 - 27 February 2013
	* Major rewrite of command transmission routine (what were once
		individual commands are now grouped together and sent in bulk).
		Significant performance improvement and the tool is now useable.
	* svnup is now in the FreeBSD ports tree under net/svnup.

svnup-0.51 - 24 February 2013
	* Performance improvement (it's now just painfully slow).

svnup-0.5 - 23 February 2013
	* Initial proof-of-concept release.  Excruciatingly slow performance.
