2014-12-29  Carl Chenet  <chaica@ohmytux.com>

	* docs/source/use.rst:
	update the doc for new --exceptions-file option
	[c376e2fd8644] [tip]

2014-12-28  Carl Chenet  <chaica@ohmytux.com>

	* man/brebis.1:
	update brebis manpage
	[3de1ec608c64]

	* brebis.py, brebis/applogger.py, brebis/archiveinfomsg.py,
	brebis/checkbackups/checkarchive.py,
	brebis/checkbackups/checkbackups.py,
	brebis/checkbackups/checkbzip2.py, brebis/checkbackups/checkgzip.py,
	brebis/checkbackups/checklzma.py, brebis/checkbackups/checktar.py,
	brebis/checkbackups/checktree.py, brebis/checkbackups/checkzip.py,
	brebis/checkfilelist.py, brebis/checkhashes.py, brebis/cliparse.py,
	brebis/configurations.py, brebis/exceptionsparsing.py,
	brebis/expectedvalues.py, brebis/generatelist/generatelist.py,
	brebis/generatelist/generatelistforbzip2.py,
	brebis/generatelist/generatelistforgzip.py,
	brebis/generatelist/generatelistforlzma.py,
	brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistfortree.py,
	brebis/generatelist/generatelistforzip.py,
	brebis/identifylimitations.py, brebis/listtype.py, brebis/main.py,
	docs/source/conf.py, generate-archive.sh, scripts/brebis, setup.py,
	tests.py:
	update copyright email addresses and year
	[9f4f23ff94ae]

	* functionaltests.py:
	decomment all test
	[09cbbf9b9d1b]

	* tests.py:
	removing excpected failure/success tests
	[106c42b6eac5]

	* README:
	minimal README indicating readthedocs
	[cf19aa7d9322]

	* --exceptions-file option allowing to select to generate hash sum
	only for selected files
	[1bc529d25ebc]

2014-12-25  Carl Chenet  <chaica@ohmytux.com>

	* tests.py:
	unit tests work with --exceptions-file option
	[b4a8b27cd530] <exceptions-file-option>

2014-12-24  Carl Chenet  <chaica@ohmytux.com>

	* .hgignore:
	new files related to functional tests to ignore
	[06b3698906da] <exceptions-file-option>

	* brebis/generatelist/generatelistforbzip2.py,
	brebis/generatelist/generatelistforgzip.py,
	brebis/generatelist/generatelistforlzma.py,
	brebis/generatelist/generatelistfortree.py, functional-tests
	/exceptions-file-option/bzip2/bzip2exceptionsfile, functional-tests
	/exceptions-file-option/bzip2/exceptions-file-option.bz2,
	functional-tests/exceptions-file-option/gzip/exceptions-file-
	option.gz, functional-tests/exceptions-file-
	option/gzip/gzipexceptionsfile, functional-tests/exceptions-file-
	option/lzma/exceptions-file-option.xz, functional-tests/exceptions-
	file-option/lzma/lzmaexceptionsfile, functional-tests/exceptions-
	file-option/tree/exceptions-file-option/bar/bar2, functional-tests
	/exceptions-file-option/tree/exceptions-file-option/foo, functional-
	tests/exceptions-file-option/tree/treeexceptionsfile,
	functionaltests.py:
	--exceptions-file works for gzip,bzip2,lzma,tree archive, with
	functional tests
	[f001093b4222] <exceptions-file-option>

2014-12-22  Carl Chenet  <chaica@ohmytux.com>

	* brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistforzip.py:
	--exceptions-file works for zip archive, with functional test
	[b089ecda8cb3] <exceptions-file-option>

	* .hgignore:
	ignoring files for --exceptions-file option for both tar.gz and zip
	archives
	[a8c91a1fb0b4] <exceptions-file-option>

	* brebis/cliparse.py, brebis/exceptionsparsing.py,
	brebis/generatelist/generatelistfortar.py, brebis/listtype.py,
	brebis/main.py, functional-tests/exceptions-file-option/tar-gz
	/exceptions-file-option.tar.gz, functional-tests/exceptions-file-
	option/tar-gz/targzexceptionsfile, functional-tests/exceptions-file-
	option/zip/exceptions-file-option.zip, functional-tests/exceptions-
	file-option/zip/zipexceptionsfile, functionaltests.py:
	--exceptions-file works for tar.gz archive, with functional test
	[ea69ad18d5e4] <exceptions-file-option>

2014-12-21  Carl Chenet  <chaica@ohmytux.com>

	* brebis/cliparse.py:
	add -E/--exceptions-file option
	[c7ae5e48ca9e] <exceptions-file-option>

	* --hashtype option to switch the default hash sum while generating
	configuration files for an archive. fixes #59
	[767d953e9f4c]

	* .hgignore:
	add files to ignore related to functional tests of the hashtype
	option
	[2843272e8fdc] <hashtype-option>

2014-12-19  Carl Chenet  <chaica@ohmytux.com>

	* brebis/cliparse.py, brebis/generatelist/generatelistfortree.py,
	functional-tests/hashtype-option/bzip2/hashtype-option.bz2,
	functional-tests/hashtype-option/gzip/hashtype-option.gz,
	functional-tests/hashtype-option/lzma/hashtype-option.xz,
	functional-tests/hashtype-option/tar-gz/hashtype-option.tar.gz,
	functional-tests/hashtype-option/tree/hashtype-option/bar/bar1,
	functional-tests/hashtype-option/tree/hashtype-option/foo,
	functional-tests/hashtype-option/tree/hashtype-option/foo2,
	functional-tests/hashtype-option/zip/hashtype-option.zip,
	functionaltests.py, tests.py:
	--hashtype option to change the default hash sum to generate
	configuration files
	[f14d6fc2b43a] <hashtype-option>

	* brebis/cliparse.py, brebis/generatelist/generatelistforbzip2.py,
	brebis/generatelist/generatelistforgzip.py,
	brebis/generatelist/generatelistforlzma.py,
	brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistfortree.py,
	brebis/generatelist/generatelistforzip.py, brebis/listtype.py:
	--hashtype option works with tar.gz archive
	[31c392a2dcb4] <hashtype-option>

	* option -H or --hashes to explicitly required all hash sums for files
	in the archive. fixes #64
	[6db12999cb60]

2014-12-18  Carl Chenet  <chaica@ohmytux.com>

	* docs/source/conf.py:
	update version number of doc
	[792321952d70]

	* use sphinx format docs to publish on readthedocs. fixes #45
	[d930edca77f4]

	* docs/Makefile, docs/source/authors.rst, docs/source/conf.py,
	docs/source/configure.rst, docs/source/index.rst,
	docs/source/install.rst, docs/source/license.rst,
	docs/source/unsupported.rst, docs/source/use.rst:
	add sphinx format docs to publish on readthedocs
	[f7fa6b39c35e] <readthedocs>

	* add sphinx format docs to publish on readthedocs
	[3ba5b400c15a] <readthedocs>

2014-12-16  Carl Chenet  <chaica@ohmytux.com>

	* brebis/generatelist/generatelist.py:
	catches unicode exception and exits gracefully. fixes #65
	[4ad756f09351]

2014-12-15  Carl Chenet  <chaica@ohmytux.com>

	* brebis/cliparse.py, brebis/generatelist/generatelistforbzip2.py,
	brebis/generatelist/generatelistforgzip.py,
	brebis/generatelist/generatelistforlzma.py,
	brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistforzip.py, brebis/listtype.py,
	functionaltests.py, tests.py:
	option -H or --hashes to explicitly required all hash sums for files
	in the archive
	[5cba591d0b08] <no-md5-default-while-generating-conf>

	* create the correct directories for tests using {list,both}
	directories. fixes #63
	[8896f1dcbca1]

	* functionaltests.py:
	create the correct directories for tests using {list,both}
	directories
	[b8de46d2803c] <fix-functional-tests>

2014-10-11  Carl Chenet  <chaica@ohmytux.com>

	* .hgignore, functional-tests/check-mtime-tar/check-mtime-tar.conf,
	functional-tests/check-mtime-zip/check-mtime-zip.conf, functional-
	tests/generate-apk-conf-files/generate-apk-conf-files.conf,
	functionaltests.py:
	fixing issues while switching laptops
	[e83777833234]

2014-07-30  Carl Chenet  <chaica@ohmytux.com>

	* changelog:
	update changelog
	[1f3d990e20a3]

	* brebis/cliparse.py:
	bump to 0.10
	[37c1106b2741]

	* README:
	bump to python3.4 and update brebis version
	[aa3ef02df80a]

	* setup.py:
	bump python3.3 to python 3.4 and bump brebis version
	[75ead57d9c8b]

	* brebis.py, functionaltests.py, tests.py:
	bump shebang to python3.4
	[67a6ff8bfb11]

2014-07-26  Carl Chenet  <chaica@ohmytux.com>

	* remove hash generation for symlinks. closes #61
	[7cc565eeeb1b]

	* brebis/generatelist/generatelistfortar.py:
	remove md5 generation for symlink in a tar file
	[f165429e2b34] <remove-hash-for-symlink>

2014-07-25  Carl Chenet  <chaica@ohmytux.com>

	* brebis/generatelist/generatelistfortree.py:
	remove hash for links while parsing a tree of files
	[1e811378adf4] <remove-hash-for-symlink>

	* brebis/generatelist/generatelistfortar.py:
	remove hash for links
	[6c3eb451ca4c] <remove-hash-for-symlink>

2014-01-28  Carl Chenet  <chaica@ohmytux.com>

	* functionaltests.py:
	add support for user-defined number of workers for
	functionaltests.py
	[b400b09b6278] <workers-for-functionaltests>

	* functionaltests.py:
	add pool of workers to launch tests
	[a6e46f7cc12d] <workers-for-functionaltests>

2013-12-22  Carl Chenet  <chaica@ohmytux.com>

	* .hgtags:
	Added tag 0.9 for changeset dc231b2f8d78
	[95f132e6c34c]

	* .hgtags:
	Added tag 0.8 for changeset 008c44e19317
	[dc231b2f8d78] [0.9]

	* man/brebis.1:
	update man page
	[2b7008cadc48]

	* changelog:
	update changelog
	[1ce81169da4b]

	* README:
	update README for 0.9
	[ed78e933bacf]

	* README:
	add doc for -C -L -O options
	[fc51637d70ae]

	* brebis/cliparse.py, setup.py:
	update version number to 0.9
	[9bc1b9a47f85]

	* offer new -C -L -O options to define the directory where to write
	conf file, filelist or both files. fixes #49
	[b47228efc5ed]

	* functionaltests.py:
	put back all tests in functionaltests.py
	[dda6e072b970] <conf-output>

	* tests.py:
	unit test support for new generatelisttree parameters
	[d16cba921f6e] <conf-output>

2013-12-20  Carl Chenet  <chaica@ohmytux.com>

	* .hgignore, brebis/generatelist/generatelistfortree.py, functional-
	tests/custom-conf-filelist-bzip2/custom-conf-filelist-bzip2.bz2,
	functional-tests/custom-conf-filelist-gzip/custom-conf-filelist-
	gzip.gz, functional-tests/custom-conf-filelist-lzma/custom-conf-
	filelist-lzma.xz, functional-tests/custom-conf-filelist-tar/custom-
	conf-filelist-tar.tar.gz, functional-tests/custom-conf-filelist-tree
	/custom-conf-filelist-tree/bar, functional-tests/custom-conf-
	filelist-tree/custom-conf-filelist-tree/foo, functional-tests
	/custom-conf-filelist-zip/custom-conf-filelist-zip.zip,
	functionaltests.py:
	functional tests for -C -L -O options
	[8e1a2dda7f6b] <conf-output>

2013-12-05  Carl Chenet  <chaica@ohmytux.com>

	* brebis/generatelist/generatelistforlzma.py:
	update unit tests to support new optional conf/list/full output
	directory for lzma archives
	[b2f3ba49ab76] <conf-output>

	* tests.py:
	update unit tests to support new optional conf/list/full output
	directory for bzip2 archives
	[5e373f29660d] <conf-output>

	* brebis/generatelist/generatelistforbzip2.py:
	support to print configuration file and file list to different
	directories or to swith default output directory for bzip2 archives
	[4e007c688eeb] <conf-output>

	* tests.py:
	update unit tests to support new optional conf/list/full output
	directory for gzip archives
	[5365b10bf00a] <conf-output>

	* brebis/generatelist/generatelistforgzip.py:
	support to print configuration file and file list to different
	directories or to swith default output directory for gzip archives
	[7d9b78b732b6] <conf-output>

	* tests.py:
	update unit tests to support new optional conf/list/full output
	directory
	[94e614e74914] <conf-output>

	* brebis/generatelist/generatelistforzip.py:
	support to print configuration file and file list to different
	directories or to swith default output directory for zip archives
	[96685daad2dc] <conf-output>

	* brebis/generatelist/generatelistfortar.py:
	support to print configuration file and file list to different
	directories or to swith default output directory for tar archives
	[779554eb43bd] <conf-output>

	* tests.py:
	update unit tests to support new optional conf/list/full output
	directory
	[5ee5fdb8ba04] <conf-output>

	* brebis/cliparse.py, brebis/listtype.py:
	support to print configuration file and file list to different
	directories or to swith default output directory
	[ca08a9bf8be0] <conf-output>

2013-11-30  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/expected-generated-list-for-zip-archive/expected-
	generated-list-for-zip-archive.zip, functional-tests/expected-
	generated-list-for-zip-archive/expectedlist.list, functional-tests
	/generate-conf-and-file-list-zip/conf.conf.bck, functional-tests
	/generate-conf-and-file-list-zip/generate-conf-and-file-list-
	zip.zip, functional-tests/generate-conf-and-file-list-zip/list.list:
	support apk files. fixes #51
	[5005d8f2fb2f]

	* .hgignore, brebis/checkbackups/checkbackups.py,
	brebis/generatelist/generatelistforzip.py, brebis/listtype.py,
	functional-tests/expected-generated-list-for-zip-archive/expected-
	generated-list-for-zip-archive.zip, functional-tests/expected-
	generated-list-for-zip-archive/expectedlist.list, functional-tests
	/generate-apk-conf-files/generate-apk-conf-files.apk, functional-
	tests/generate-conf-and-file-list-zip/conf.conf.bck, functional-
	tests/generate-conf-and-file-list-zip/generate-conf-and-file-list-
	zip.zip, functional-tests/generate-conf-and-file-list-zip/list.list,
	functionaltests.py:
	add support for apk archive, functional test for generating apk
	archive. correct a bug with functional tests embedding timestamp
	[a50f38be138f] <apk>

2013-11-16  Carl Chenet  <chaica@ohmytux.com>

	* tests.py, tests/checkbzip2_private_methods/mybz2.conf,
	tests/checkbzip2_private_methods/mybz2.list,
	tests/listtype/mybz2.bz2, tests/listtype/mygzip.gz,
	tests/listtype/mylzma.xz, tests/listtype/mytargz.tar.gz,
	tests/listtype/mytree/hello, tests/listtype/mytree/riri,
	tests/listtype/myzip.zip, tests/test_conf_gpg/archive.conf,
	tests/test_conf_gpg/essai.list, tests/test_conf_gpg/essai.tar.gz,
	tests/test_conf_gpg/result:
	add new unit tests
	[a1adb59fb51e]

	* .hgignore:
	adding new files to ignore for unit testing
	[c2558ea465da]

	* brebis/listtype.py:
	add private variables to self to authorize unit tests
	[02712124b488]

	* brebis/generatelist/generatelistforbzip2.py:
	add a private variable to self to authorize unit testing
	[775e84148d83]

	* brebis/generatelist/generatelistfortree.py:
	fix uncorrect variable name
	[2fca6eb74a2a]

2013-11-15  Carl Chenet  <chaica@ohmytux.com>

	* brebis/checkbackups/checkzip.py, functional-tests/expected-
	generated-list-for-zip-archive/expectedlist.list, functional-tests
	/generate-conf-and-file-list-zip/conf.conf.bck, functional-tests
	/generate-conf-and-file-list-zip/list.list:
	fixing timestamp int/float related errors
	[2eee11cb39cd]

2013-11-14  Carl Chenet  <chaica@ohmytux.com>

	* .hgignore, functionaltests.py, tests.py:
	merge mtime branch with default branch. fixes #46
	[4fc5c7135a9f]

	* .hgignore, tests.py, tests/expected_hash/bar.xz, tests/expected_hash
	/lzma-list, tests/lzma/mylzma-list, tests/lzma/mylzma.xz:
	add unit tests for checklzma module
	[d5d72fa59e8c]

2013-11-13  Carl Chenet  <chaica@ohmytux.com>

	* tests.py:
	add unit tests for the module archiveinfomsg
	[a7c8c2cec153]

	* tests.py:
	add unit test for archiveinfomsg.ArchiveInfoMsg__missing_files
	method
	[99f1eace9b1a]

	* brebis/identifylimitations.py:
	add limitation mtime for gz,bz2 and lzma
	[f083e976edb1] <mtime>

	* .hgignore:
	add new files to ignore
	[9c416ba245f9] <mtime>

	* brebis/archiveinfomsg.py, brebis/checkbackups/checkarchive.py,
	brebis/checkbackups/checktar.py, brebis/checkbackups/checkzip.py,
	brebis/expectedvalues.py, brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistfortree.py,
	brebis/generatelist/generatelistforzip.py, functional-tests/check-
	mtime-tar/check-mtime-tar.tar.gz, functional-tests/check-mtime-tree
	/check-mtime-tree/bar, functional-tests/check-mtime-tree/check-
	mtime-tree/foo, functional-tests/check-mtime-tree/check-mtime-
	tree/rab/oof, functional-tests/check-mtime-zip/check-mtime-zip.zip,
	functional-tests/expected-generated-list-for-tar-
	archive/expectedlist.list, functional-tests/expected-generated-list-
	for-zip-archive/expectedlist.list, functional-tests/generate-conf-
	and-file-list-tar-bz2/conf.conf.bck, functional-tests/generate-conf-
	and-file-list-tar-bz2/list.list, functional-tests/generate-conf-and-
	file-list-tar-gz/conf.conf.bck, functional-tests/generate-conf-and-
	file-list-tar-gz/list.list, functional-tests/generate-conf-and-file-
	list-tar-xz/conf.conf.bck, functional-tests/generate-conf-and-file-
	list-tar-xz/list.list, functional-tests/generate-conf-and-file-list-
	tar/conf.conf.bck, functional-tests/generate-conf-and-file-list-
	tar/list.list, functional-tests/generate-conf-and-file-list-
	zip/conf.conf.bck, functional-tests/generate-conf-and-file-list-
	zip/list.list, functionaltests.py:
	add support for mtime on tar,zip and tree - associated functional
	tests
	[caaf4b48c3d9] <mtime>

2013-11-06  Carl Chenet  <chaica@ohmytux.com>

	* changelog:
	update the changelog
	[008c44e19317] [0.8]

	* README:
	update README with new information and parameters
	[86ddf7d51759]

	* brebis/cliparse.py, setup.py:
	bump version number to 0.8
	[7365125121fd]

	* functional-tests/generate-conf-and-file-list-tree/conf.conf.bck,
	functional-tests/generate-conf-and-file-list-tree/list.list,
	functionaltests.py:
	fix Test_generate_conf_and_file_list_tree test by adding sha512 sum
	of the list of files
	[17ddb86c1b48]

	* brebis/generatelist/generatelistfortree.py:
	generate the hash sum of the list of files for zip archive and add
	it in the conf file when -G is invoked
	[aa9ecbd1b96d]

	* functional-tests/generate-conf-and-file-list-zip/conf.conf.bck:
	fix Test_generate_conf_and_file_list_zip test by adding sha512 sum
	of the list of files
	[dbe2ebf19998]

	* brebis/generatelist/generatelistforzip.py:
	generate the hash sum of the list of files for zip archive and add
	it in the conf file when -G is invoked
	[3ba9c3173a02]

	* brebis/generatelist/generatelistforlzma.py:
	generate the hash sum of the list of files for xz archive and add it
	in the conf file when -G is invoked
	[53faa3eedfa0]

	* functional-tests/generate-conf-and-file-list-xz/conf.conf.bck:
	fix Test_generate_conf_and_file_list_xz test by adding sha512 sum of
	the list of files
	[e38fe7b910f1]

	* functional-tests/generate-conf-and-file-list-bz2/conf.conf.bck:
	fix Test_generate_conf_and_file_list_bz2 test by adding sha512 sum
	of the list of files
	[ac4201fff23a]

	* brebis/generatelist/generatelistforbzip2.py:
	generate the hash sum of the list of files for gzip archive and add
	it in the conf file when -G is invoked
	[b60d6fb2edc7]

2013-11-05  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/generate-conf-and-file-list-gz/conf.conf.bck:
	fix Test_generate_conf_and_file_list_gz test by adding sha512 sum of
	the list of files
	[674d0c2ee0df]

	* brebis/generatelist/generatelistforgzip.py:
	generate the hash sum of the list of files for gzip archive and add
	it in the conf file when -G is invoked
	[82772eee40d6]

	* functional-tests/generate-conf-and-file-list-tar/conf.conf.bck:
	fix Test_generate_conf_and_file_list_tar test by adding sha512 sum
	of the list of files
	[0462fc3e6c80]

	* functional-tests/generate-conf-and-file-list-tar-xz/conf.conf.bck:
	fix Test_generate_conf_and_file_list_tar_xz test by adding sha512
	sum of the list of files
	[156afdfa9d05]

	* functional-tests/generate-conf-and-file-list-tar-bz2/conf.conf.bck:
	fix Test_generate_conf_and_file_list_tar_bz2 test by adding sha512
	sum of the list of files
	[0ab0850c259d]

	* functional-tests/generate-conf-and-file-list-tar-gz/conf.conf.bck:
	fix Test_generate_conf_and_file_list_tar_gz test by adding sha512
	sum of the list of files
	[253c6e7bfb3c]

	* brebis/generatelist/generatelist.py,
	brebis/generatelist/generatelistfortar.py:
	generate the hash sum of the list of files for tar archive and add
	it in the conf file when -G is invoked
	[0f3320b85737]

2013-10-22  Carl Chenet  <chaica@ohmytux.com>

	* brebis/checkfilelist.py, brebis/configurations.py,
	functionaltests.py:
	sha512 parameter must be explicitly managed (None value when not
	defined in the conf file) and strip gpg header and footer of the
	configuration file. fixes #44
	[cdfe4bc6b35a]

	* merge to support hashum in the configuration file. fixes #43
	[20b9567a6f7b]

2013-10-20  Carl Chenet  <chaica@ohmytux.com>

	* brebis/checkfilelist.py, brebis/configurations.py, functional-tests
	/sha-sum-in-conf/sha-sum-in-conf.conf:
	modify the configuration parameter called hash by sha512
	[50820bead4c2] <hashsum-in-conf>

	* brebis/configurations.py, functional-tests/missing-gpg-footer
	/missing-gpg-footer.conf, functional-tests/missing-gpg-footer
	/missing-gpg-footer.list, functional-tests/missing-gpg-footer
	/missing-gpg-footer.tar.gz, functional-tests/missing-gpg-header
	/missing-gpg-header.conf, functional-tests/missing-gpg-header
	/missing-gpg-header.list, functional-tests/missing-gpg-header
	/missing-gpg-header.tar.gz, functional-tests/strip-gpg-header-tar-gz
	/strip-gpg-header-tar-gz.conf, functional-tests/strip-gpg-header-
	tar-gz/strip-gpg-header-tar-gz.list, functional-tests/strip-gpg-
	header-tar-gz/strip-gpg-header-tar-gz.tar.gz, functionaltests.py:
	add missing gpg footer test, missing gpg header test and strip gpg
	header for tar gz archive test
	[3ec0175cf127] <strip-gpg-header>

	* functional-tests/sha-sum-in-conf/sha-sum-in-conf.conf, functional-
	tests/sha-sum-in-conf/sha-sum-in-conf.list, functional-tests/sha-
	sum-in-conf/sha-sum-in-conf.tar.gz, functionaltests.py:
	add sha sum in configuration file test
	[442d9fa25fb5] <hashsum-in-conf>

2013-10-19  Carl Chenet  <chaica@ohmytux.com>

	* brebis/checkfilelist.py, brebis/configurations.py,
	brebis/expectedvalues.py:
	support for hash sum of the list of files in the configuration file
	[5c083053bc76] <hashsum-in-conf>

2013-10-15  Carl Chenet  <chaica@ohmytux.com>

	* .hgtags:
	Added tag 0.7 for changeset abdba4451b0a
	[b81180411215]

	* functionaltests.py:
	uncomment all the test suite
	[abdba4451b0a] [0.7]

	* functionaltests.py:
	remove list of files from the scop of the generate conf and file
	list of a tree of files test
	[da584ecb19b6]

	* functional-tests/generate-conf-and-file-list-tree/list.list,
	functionaltests.py:
	exclude mode from generate conf and file list tree test
	[6e1970062e0c]

	* functionaltests.py:
	recompose list file to exclude uid/gid
	[4586c90847cc]

	* functional-tests/generate-conf-and-file-list-tree/list.list:
	remove uid/gid because triggers errors for functional tests while
	executed on a computer not having the sames users
	[dae83b86ef0e]

	* README:
	update README for 0.7
	[36e31ffab9dc]

	* man/brebis.1:
	update README for 0.7
	[57d2477722c2]

	* changelog:
	update the changelog for 0.7
	[3aca993da51d]

	* .hgignore:
	add generate conf and file list for tree of files test temporary
	files in .hgignore
	[4688a898220b]

	* functional-tests/generate-conf-and-file-list-tree/conf.conf.bck,
	functional-tests/generate-conf-and-file-list-tree/generate-conf-and-
	file-list-tree/foo/tata, functional-tests/generate-conf-and-file-
	list-tree/generate-conf-and-file-list-tree/foo2/titi, functional-
	tests/generate-conf-and-file-list-tree/generate-conf-and-file-list-
	tree/toto, functional-tests/generate-conf-and-file-list-
	tree/list.list, functionaltests.py:
	add generate conf and file list for tree of files test
	[f74939e01254]

	* .hgignore:
	add generate conf and file list in xz test temporary files in
	.hgignore
	[4e87dfdfc3cb]

	* functional-tests/generate-conf-and-file-list-xz/conf.conf.bck,
	functional-tests/generate-conf-and-file-list-xz/generate-conf-and-
	file-list-xz.xz, functional-tests/generate-conf-and-file-list-
	xz/list.list, functionaltests.py:
	add generate conf and file list for xz archive test
	[f662039111f4]

	* .hgignore:
	add generate conf and file list in gz and bz2 tests temporary files
	in .hgignore
	[a1eb2a0ec3bc]

	* functional-tests/generate-conf-and-file-list-bz2/conf.conf.bck,
	functional-tests/generate-conf-and-file-list-bz2/generate-conf-and-
	file-list-bz2.bz2, functional-tests/generate-conf-and-file-list-
	bz2/list.list, functional-tests/generate-conf-and-file-list-
	gz/conf.conf.bck, functional-tests/generate-conf-and-file-list-gz
	/generate-conf-and-file-list-gz.gz, functional-tests/generate-conf-
	and-file-list-gz/list.list, functionaltests.py:
	add generate conf and file liste for gzip and bzip archives test
	[2e126b2fadc7]

2013-10-14  Carl Chenet  <chaica@ohmytux.com>

	* .hgignore:
	ignore temporary files of generate conf and file list for zip
	archive test
	[ddfff32c9eee]

	* functional-tests/generate-conf-and-file-list-zip/conf.conf.bck,
	functional-tests/generate-conf-and-file-list-zip/generate-conf-and-
	file-list-zip.zip, functional-tests/generate-conf-and-file-list-
	zip/list.list, functionaltests.py:
	add generate conf an file list for zip archive test
	[a14ca97e1672]

	* .hgignore:
	ignore temporary files for the generate conf and file list for tar
	archive test
	[e348ca1dd686]

	* functional-tests/generate-conf-and-file-list-tar/conf.conf.bck,
	functional-tests/generate-conf-and-file-list-tar/generate-conf-and-
	file-list-tar.tar, functional-tests/generate-conf-and-file-list-
	tar/list.list, functionaltests.py:
	add generate conf and file list for tar archive test
	[5dbdff67a431]

	* .hgignore:
	add generate conf and file list in tar xz test temporary files in
	.hgignore
	[db6130be1f98]

	* functional-tests/generate-conf-and-file-list-tar-xz/conf.conf.bck,
	functional-tests/generate-conf-and-file-list-tar-xz/generate-conf-
	and-file-list-tar-xz.tar.xz, functional-tests/generate-conf-and-
	file-list-tar-xz/list.list, functionaltests.py:
	add generate conf and file list tar xz test
	[07706cd360f8]

	* .hgignore:
	add generate conf and file list in tar bz2 test temporary files in
	.hgignore
	[0b6f2fb596d6]

	* functional-tests/generate-conf-and-file-list-tar-bz2/conf.conf.bck,
	functional-tests/generate-conf-and-file-list-tar-bz2/generate-conf-
	and-file-list-tar-bz2.tar.bz2, functional-tests/generate-conf-and-
	file-list-tar-bz2/list.list, functionaltests.py:
	add generate conf and file list tar bz2 test
	[01793a8c7fc9]

	* functional-tests/generate-conf-and-file-list-tar-gz/list.list,
	functionaltests.py:
	improve generate conf and file list tar gz test - support list file
	[dfd26ba8fcbb]

	* functional-tests/generate-conf-and-file-list-tar-gz/conf.conf.bck,
	functional-tests/generate-conf-and-file-list-tar-gz/generate-conf-
	and-file-list-tar-gz.tar.gz, functionaltests.py:
	add generate conf and file list for tar gz archive test
	[fc9efdca978c]

	* .hgignore:
	add new files to ignore for genereate conf and file list for tar gz
	archive test
	[db5a91d157d2]

	* README:
	bump 0.6 to 0.7
	[4ed3bbdff01a]

2013-10-11  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/unsupported-parameters-zip-archive/a.out,
	functional-tests/unsupported-parameters-zip-archive/unsupported-
	parameters-zip-archive.conf, functional-tests/unsupported-
	parameters-zip-archive/unsupported-parameters-zip-archive.list,
	functional-tests/unsupported-parameters-zip-archive/unsupported-
	parameters-zip-archive.zip, functionaltests.py:
	add unsupported parameters for zip archive test
	[ef5f584db8c5]

	* brebis/checkbackups/checkbzip2.py, brebis/checkbackups/checkgzip.py,
	brebis/checkbackups/checklzma.py, brebis/checkbackups/checkzip.py,
	brebis/identifylimitations.py:
	check every files from the .list files to find unsupported actions
	for a given kind of archive. fixes #42
	[020c983a739d]

2013-10-10  Carl Chenet  <chaica@ohmytux.com>

	* brebis/expectedvalues.py:
	correct typo in error message
	[abfe291c3b62]

	* brebis/cliparse.py, setup.py:
	bump brebis version to 0.7
	[8c9ecf367651]

	* brebis2backupchecker.sh:
	uncorrect substitutions for the AUTHORS file while generating
	backupchecker
	[83a567d86895] <backupchecker>

	* brebis2backupchecker.sh:
	upgrade brebis2backupchecker.sh script to follow upstream
	[13e8f2840a00] <backupchecker>

	* merge check-target-link branch into default branch
	[cbd930285492] <backupchecker>

	* merge check-target-link branch into default branch
	[99f9e603a49c]

	* functional-tests/full-criteria-multiple-backups/a.out:
	merge with current default
	[6d1f50b4b24b] <backupchecker>

	* functional-tests/wrong-target-in-tar-bz2-archive/wrong-target-in-
	tar-bz2-archive.conf, functional-tests/wrong-target-in-tar-
	bz2-archive/wrong-target-in-tar-bz2-archive.list, functional-tests
	/wrong-target-in-tar-bz2-archive/wrong-target-in-tar-
	bz2-archive.tar.bz2, functional-tests/wrong-target-in-tar-gz-archive
	/wrong-target-in-tar-gz-archive.conf, functional-tests/wrong-target-
	in-tar-gz-archive/wrong-target-in-tar-gz-archive.list, functional-
	tests/wrong-target-in-tar-gz-archive/wrong-target-in-tar-gz-
	archive.tar.gz, functional-tests/wrong-target-in-tar-xz-archive
	/wrong-target-in-tar-xz-archive.conf, functional-tests/wrong-target-
	in-tar-xz-archive/wrong-target-in-tar-xz-archive.list, functional-
	tests/wrong-target-in-tar-xz-archive/wrong-target-in-tar-xz-
	archive.tar.xz, functional-tests/wrong-target-in-tree/test/foo/bar,
	functional-tests/wrong-target-in-tree/test/foo2/toto2, functional-
	tests/wrong-target-in-tree/test/toto, functional-tests/wrong-target-
	in-tree/wrong-target-in-tree.conf, functional-tests/wrong-target-in-
	tree/wrong-target-in-tree.list, functional-tests/wrong_target_in_tar
	_bz2_archive/wrong_target_in_tar_bz2_archive.conf, functional-tests/
	wrong_target_in_tar_bz2_archive/wrong_target_in_tar_bz2_archive.list
	, functional-tests/wrong_target_in_tar_bz2_archive/wrong_target_in_t
	ar_bz2_archive.tar.bz2, functional-tests/wrong_target_in_tar_gz_arch
	ive/wrong_target_in_tar_gz_archive.conf, functional-tests/wrong_targ
	et_in_tar_gz_archive/wrong_target_in_tar_gz_archive.list,
	functional-tests/wrong_target_in_tar_gz_archive/wrong_target_in_tar_
	gz_archive.tar.gz, functional-tests/wrong_target_in_tar_xz_archive/w
	rong_target_in_tar_xz_archive.conf, functional-tests/wrong_target_in
	_tar_xz_archive/wrong_target_in_tar_xz_archive.list, functional-test
	s/wrong_target_in_tar_xz_archive/wrong_target_in_tar_xz_archive.tar.
	xz, functionaltests.py:
	rename wrong-target* tests and add wrong target in tree test
	[6b5470658a5b] <check-target-link>

2013-10-09  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/wrong_target_in_tar_bz2_archive/wrong_target_in_tar
	_bz2_archive.conf, functional-tests/wrong_target_in_tar_bz2_archive/
	wrong_target_in_tar_bz2_archive.list, functional-tests/wrong_target_
	in_tar_bz2_archive/wrong_target_in_tar_bz2_archive.tar.bz2,
	functional-tests/wrong_target_in_tar_xz_archive/wrong_target_in_tar_
	xz_archive.conf, functional-tests/wrong_target_in_tar_xz_archive/wro
	ng_target_in_tar_xz_archive.list, functional-tests/wrong_target_in_t
	ar_xz_archive/wrong_target_in_tar_xz_archive.tar.xz,
	functionaltests.py:
	add wrong targe in tar {bz2,xz} archive tests
	[061f1cde979a] <check-target-link>

2013-10-07  Carl Chenet  <chaica@ohmytux.com>

	* brebis/checkbackups/checktree.py,
	brebis/generatelist/generatelistfortree.py:
	update the code to use targe in generatelistfortree and checktree
	[5f549cc662d0] <check-target-link>

	* tests.py:
	update test_listfortree_translate_type_file test
	[d60af1213301] <check-target-link>

2013-08-29  Carl Chenet  <chaica@ohmytux.com>

	* brebis/identifylimitations.py:
	add target as unsupported feature for gz bz2 zip and lzma archive.
	rename lists for unsupported features to correct old bug
	[6cd8df739c2e] <check-target-link>

2013-08-28  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/wrong_target_in_tar_gz_archive/wrong_target_in_tar_
	gz_archive.conf, functional-tests/wrong_target_in_tar_gz_archive/wro
	ng_target_in_tar_gz_archive.list, functional-tests/wrong_target_in_t
	ar_gz_archive/wrong_target_in_tar_gz_archive.tar.gz,
	functionaltests.py:
	add wrong target in tar gz archive test
	[1d650fdc5c54] <check-target-link>

	* brebis/archiveinfomsg.py, brebis/checkbackups/checkarchive.py,
	brebis/checkbackups/checktar.py, brebis/expectedvalues.py,
	brebis/generatelist/generatelistfortar.py:
	add target test on tar gz archive
	[476e61c1f717] <check-target-link>

2013-08-27  Carl Chenet  <chaica@ohmytux.com>

	* brebis/configurations.py:
	control the behaviour when wrong data are in input. fixes #39
	[5d212623ec78]

	* define option -G to generate the .conf file. fixes #38
	[4a9dd1ea542f]

2013-08-25  Carl Chenet  <chaica@ohmytux.com>

	* .hgignore, tests.py:
	modify existing tests for generatelist
	[03480e9e57c8] <generate-conf-file>

	* brebis/cliparse.py, brebis/generatelist/generatelist.py,
	brebis/generatelist/generatelistforbzip2.py,
	brebis/generatelist/generatelistforgzip.py,
	brebis/generatelist/generatelistforlzma.py,
	brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistfortree.py,
	brebis/generatelist/generatelistforzip.py, brebis/listtype.py,
	brebis/main.py:
	add option -G to generate configuration file
	[aa30c6b57e19] <generate-conf-file>

2013-08-16  Carl Chenet  <chaica@ohmytux.com>

	* .hgtags:
	Added tag 0.6 for changeset 3b7e8e691fd0
	[5a2c6141a10b]

	* changelog:
	update the changelog for version 0.6
	[3b7e8e691fd0] [0.6]

	* README, changelog:
	update the README for the version 0.6
	[e2f6739dda3b]

	* brebis/cliparse.py, setup.py:
	bump version to 0.6
	[d8564da2454d]

2013-08-15  Carl Chenet  <chaica@ohmytux.com>

	* brebis/generatelist/generatelistfortree.py:
	give the good name to a (rather unused) stat module function
	S_ISBLK. fixes #28
	[0db0fc6ccd3e]

	* catch EOFError exception triggered while generating/checking a (big)
	tar archive. fixes #36
	[930679aa1b85]

	* brebis/checkbackups/checktar.py:
	catch EOFError while checking tar file because it is a sign of
	corruption of the file
	[e9d4ccf7e267] <uncatched-exception-related-to-archive-corruption-36>

	* brebis/generatelist/generatelistfortar.py:
	catch EOFError while manipulating tar file because it is a sign of
	corruption of the file
	[530aeab6b84e] <uncatched-exception-related-to-archive-corruption-36>

	* brebis.py:
	update shebang with debian python3.3
	[9d688bba150c]

2013-08-13  Carl Chenet  <chaica@ohmytux.com>

	* .hgignore, functional-tests/generate-list-and-parse-tbz2-archive
	/generate-list-and-parse-tbz2-archive.conf, functional-tests
	/generate-list-and-parse-tbz2-archive/generate-list-and-parse-
	tbz2-archive.tbz2, functional-tests/generate-list-and-parse-tgz-
	archive/generate-list-and-parse-tgz-archive.conf, functional-tests
	/generate-list-and-parse-tgz-archive/generate-list-and-parse-tgz-
	archive.tgz, functionaltests.py:
	add generate list and parse tgz and tbz2 archive tests. fixes #31
	[cb312c17bc0a]

	* brebis/generatelist/generatelistfortar.py:
	fix code error about support for tbz2
	[e47e51b36a00]

2013-08-11  Carl Chenet  <chaica@ohmytux.com>

	* brebis/cliparse.py, brebis/configurations.py:
	check if configuration paths exist. fixes #34
	[fe980e6b5de2]

	* provide only one configuration file on the cli. fixes #21
	[acd7acce000a]

	* brebis/configurations.py:
	merge to check if only one conf file feature works with latest
	version in head
	[2ff4690b5da6] <conf-option-takes-one-conf-file>

2013-08-10  Carl Chenet  <chaica@ohmytux.com>

	* .hgignore, functionaltests.py:
	create the need directory for wrong file type (hard link) in tree
	test
	[80e54b3dfa6a]

	* functional-tests/wrong-file-type-l-in-tree/wrong-file-type-l-in-
	tree.list, functional-tests/wrong-file-type-l-in-tree/wrong-file-
	type-l-in-tree/bar, functional-tests/wrong-file-type-l-in-tree
	/wrong-file-type-l-in-tree/foo, functionaltests.py:
	update to wrong file type (hard link) to generate the needed hard
	link itself
	[f74fb1351d99]

	* detect hard link with stat. fixes #33
	[34decdc22d4c]

	* functional-tests/wrong-file-type-l-in-tree/wrong-file-type-l-in-
	tree.list:
	activate wrong file type hard link in tree test
	[1eb2e4f05ff0] <detect-hard-link-with-stat>

	* brebis/checkbackups/checktree.py:
	detect hard link for uncompressed tree of files
	[c890198c8588] <detect-hard-link-with-stat>

	* functional-tests/wrong-file-type-l-in-tree/wrong-file-type-l-in-
	tree.conf, functional-tests/wrong-file-type-l-in-tree/wrong-file-
	type-l-in-tree.list, functional-tests/wrong-file-type-l-in-tree
	/wrong-file-type-l-in-tree/bar, functional-tests/wrong-file-type-l
	-in-tree/wrong-file-type-l-in-tree/foo:
	add wrong file type hard link in tree - test is useless for now,
	need #33 to be solved
	[04ae3ce63d6e]

	* functional-tests/wrong-file-type-l-in-tar-bz2-archive/wrong-file-
	type-l-in-tar-bz2-archive.conf, functional-tests/wrong-file-type-l
	-in-tar-bz2-archive/wrong-file-type-l-in-tar-bz2-archive.list,
	functional-tests/wrong-file-type-l-in-tar-bz2-archive/wrong-file-
	type-l-in-tar-bz2-archive.tar.bz2, functional-tests/wrong-file-
	type-l-in-tar-gz-archive/wrong-file-type-l-in-tar-gz-archive.conf,
	functional-tests/wrong-file-type-l-in-tar-gz-archive/wrong-file-
	type-l-in-tar-gz-archive.list, functional-tests/wrong-file-type-l
	-in-tar-gz-archive/wrong-file-type-l-in-tar-gz-archive.tar.gz,
	functional-tests/wrong-file-type-l-in-tar-xz-archive/wrong-file-
	type-l-in-tar-xz-archive.conf, functional-tests/wrong-file-type-l
	-in-tar-xz-archive/wrong-file-type-l-in-tar-xz-archive.list,
	functional-tests/wrong-file-type-l-in-tar-xz-archive/wrong-file-
	type-l-in-tar-xz-archive.tar.xz, functional-tests/wrong-file-type-s
	-in-tar-bz2-archive/wrong-file-type-s-in-tar-bz2-archive.conf,
	functional-tests/wrong-file-type-s-in-tar-bz2-archive/wrong-file-
	type-s-in-tar-bz2-archive.list, functional-tests/wrong-file-type-s
	-in-tar-bz2-archive/wrong-file-type-s-in-tar-bz2-archive.tar.bz2,
	functional-tests/wrong-file-type-s-in-tar-gz-archive/wrong-file-
	type-s-in-tar-gz-archive.conf, functional-tests/wrong-file-type-s
	-in-tar-gz-archive/wrong-file-type-s-in-tar-gz-archive.list,
	functional-tests/wrong-file-type-s-in-tar-gz-archive/wrong-file-
	type-s-in-tar-gz-archive.tar.gz, functional-tests/wrong-file-type-s
	-in-tar-xz-archive/wrong-file-type-s-in-tar-xz-archive.conf,
	functional-tests/wrong-file-type-s-in-tar-xz-archive/wrong-file-
	type-s-in-tar-xz-archive.list, functional-tests/wrong-file-type-s
	-in-tar-xz-archive/wrong-file-type-s-in-tar-xz-archive.tar.xz,
	functional-tests/wrong-file-type-s-in-tree/wrong-file-type-s-in-
	tree.conf, functional-tests/wrong-file-type-s-in-tree/wrong-file-
	type-s-in-tree.list, functional-tests/wrong-file-type-s-in-tree
	/wrong-file-type-s-in-tree/bar, functional-tests/wrong-file-type-s
	-in-tree/wrong-file-type-s-in-tree/foo, functionaltests.py:
	add wrong file type (hard link and symbolic link) detection tests in
	tar.gz, tar.bz2, tar.xe and tree of files
	[48c0fcddd1d4]

2013-08-09  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/expecting-hard-link-for-tar-gz/expecting-hard-link-
	for-tar-gz.conf, functional-tests/expecting-hard-link-for-tar-gz
	/expecting-hard-link-for-tar-gz.list, functional-tests/expecting-
	hard-link-for-tar-gz/expecting-hard-link-for-tar-gz.tar.gz,
	functionaltests.py:
	add expecting hard link for tar gz archive functional test
	[5bcd6ff974a2]

	* brebis/archiveinfomsg.py:
	add hard link type support for the error message. fixes #32
	[12b43f07b4df]

2013-08-08  Carl Chenet  <chaica@ohmytux.com>

	* brebis/expectedvalues.py:
	add type l for hard link. fixes #29
	[be47033ae68b]

	* merge support for tbz archive. fixes #25
	[9035cb947333]

	* .hgignore, functional-tests/generate-list-and-parse-tbz-archive
	/generate-list-and-parse-tbz-archive.conf, functional-tests
	/generate-list-and-parse-tbz-archive/generate-list-and-parse-tbz-
	archive.tbz, functionaltests.py:
	add generate list and parse tbz archive functional test
	[3448660d6e6c] <support-for-tbz-archive>

	* brebis/checkbackups/checkbackups.py,
	brebis/generatelist/generatelistfortar.py, brebis/listtype.py:
	add support for tbz archive
	[781123901dae] <support-for-tbz-archive>

	* brebis/cliparse.py:
	bump to good current version in cli help message
	[9fd289298b41]

	* tests.py:
	add a test for version consistency in setup.py and cliparse.py.
	fixes #26
	[c2fec04f1fbd]

	* merge alert-message-for-no-conf-files branch to check if
	configuration files exist at the user-specified path. fixes #27
	[fac205eee4fc]

	* brebis/configurations.py:
	check if configuration files exist at the user-specified path. fixes
	#27
	[49007100a873] <alert-message-for-no-conf-files>

2013-08-07  Carl Chenet  <chaica@ohmytux.com>

	* add new option to globally switch the default delimiter to a user-
	defined delimiter to generate the list of files of an archive/path
	and to check an archive/patch. fixes #22
	[38664bce0f74]

2013-08-05  Carl Chenet  <chaica@ohmytux.com>

	* man/brebis.1:
	update the manual page
	[b2c24310faac] <escape-unescape-separator>

2013-08-03  Carl Chenet  <chaica@ohmytux.com>

	* .hgignore, functional-tests/generate-list-changing-default-
	separator/bzip2/generate-list-changing-default-separator-for-
	bzip2.bz2, functional-tests/generate-list-changing-default-
	separator/bzip2/generate-list-changing-default-separator-for-
	bzip2.conf, functional-tests/generate-list-changing-default-
	separator/gzip/generate-list-changing-default-separator-for-
	gzip.conf, functional-tests/generate-list-changing-default-
	separator/gzip/generate-list-changing-default-separator-for-gzip.gz,
	functional-tests/generate-list-changing-default-separator/tar.bz2
	/generate-list-changing-default-separator-for-tar-bz2.conf,
	functional-tests/generate-list-changing-default-separator/tar.bz2
	/generate-list-changing-default-separator-for-tar-bz2.tar.bz2,
	functional-tests/generate-list-changing-default-separator/tar.gz
	/generate-list-changing-default-separator-for-tar-gz.conf,
	functional-tests/generate-list-changing-default-separator/tar.gz
	/generate-list-changing-default-separator-for-tar-gz.tar.gz,
	functional-tests/generate-list-changing-default-separator/tar.xz
	/generate-list-changing-default-separator-for-tar-xz.conf,
	functional-tests/generate-list-changing-default-separator/tar.xz
	/generate-list-changing-default-separator-for-tar-xz.tar.xz,
	functional-tests/generate-list-changing-default-separator/tree
	/generate-list-changing-default-separator-for-tree.conf, functional-
	tests/generate-list-changing-default-separator/tree/generate-list-
	changing-default-separator-for-tree/foo, functional-tests/generate-
	list-changing-default-separator/zip/generate-list-changing-default-
	separator-for-zip.conf, functional-tests/generate-list-changing-
	default-separator/zip/generate-list-changing-default-separator-for-
	zip.zip, functionaltests.py:
	add generate list changing default separator for
	{tar.gz,tar.bz2,tar.xz,gzip,bz2,zip,tree} tests
	[c936c80a003e] <escape-unescape-separator>

	* tests.py:
	fix broken tests by the changes for adding the option to swith the
	delimiter
	[37981c869489] <escape-unescape-separator>

	* brebis/checkbackups/checkarchive.py,
	brebis/checkbackups/checkbackups.py,
	brebis/checkbackups/checkbzip2.py, brebis/checkbackups/checkgzip.py,
	brebis/checkbackups/checklzma.py, brebis/checkbackups/checktar.py,
	brebis/checkbackups/checktree.py, brebis/checkbackups/checkzip.py,
	brebis/cliparse.py, brebis/expectedvalues.py,
	brebis/generatelist/generatelistforbzip2.py,
	brebis/generatelist/generatelistforgzip.py,
	brebis/generatelist/generatelistforlzma.py,
	brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistfortree.py,
	brebis/generatelist/generatelistforzip.py, brebis/listtype.py,
	brebis/main.py:
	add delimiter option to replace default delimiter in the list of
	files, both working to generate lists and check backups
	[1794e768849b] <escape-unescape-separator>

	* brebis/expectedvalues.py:
	saving the current wip, going another way
	[19d87c89a871] <escape-separator>

2013-08-02  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/expected-generated-list-for-archive-with-path-
	using-default-separator/expected-generated-list-for-archive-with-
	path-using-default-separator.list, functional-tests/expected-
	generated-list-for-archive-with-path-using-default-separator
	/expected-generated-list-for-archive-with-path-using-default-
	separator.tar.gz, functionaltests.py:
	expected generated list for archive with path using default
	separator test
	[62d2d7cd39c8] <escape-separator>

	* brebis/generatelist/generatelist.py,
	brebis/generatelist/generatelistforbzip2.py,
	brebis/generatelist/generatelistforgzip.py,
	brebis/generatelist/generatelistforlzma.py,
	brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistfortree.py,
	brebis/generatelist/generatelistforzip.py:
	escape the default separator when it appears in the name of a file
	in an archive or a treefile
	[2e67a26a20f1] <escape-separator>

	* check if supported archives in listtype.py and checkbackups.py are
	consistent.fixes #24
	[ba90e8ca4959]

2013-08-01  Carl Chenet  <chaica@ohmytux.com>

	* functionaltests.py:
	add a test to detect missing archive types between listtype.py and
	checkbackups.py
	[9518468cdeba] <listtype-checklist-bug24>

	* brebis/checkbackups/checkbackups.py:
	add missing support for tbz2
	[421b5ed1e816] <listtype-checklist-bug24>

2013-07-30  Carl Chenet  <chaica@ohmytux.com>

	* brebis/configurations.py:
	-c option now manages a single configuration file
	[d642b5a62a69] <conf-option-takes-one-conf-file>

	* debian/copyright:
	update the copyright
	[0ee26bef09ac] <debian>

	* setup.py:
	merge with default branch
	[7b0bdd53b1bc] <debian>

	* .hgtags:
	Added tag 0.5 for changeset 1616effdc58d
	[f71f6bd25d81]

	* changelog:
	add the brebis changelog
	[1616effdc58d] [0.5]

	* generate-archive.sh:
	add a small script to generate archive given the current version in
	setup.py
	[012eb591b54c]

2013-07-29  Carl Chenet  <chaica@ohmytux.com>

	* tests.py:
	switch the shebang to system path for python3.3 on debian linux
	[72eeeab125b0]

	* brebis/archiveinfomsg.py, brebis/checkbackups/checkarchive.py,
	brebis/checkbackups/checkbzip2.py, brebis/checkbackups/checkgzip.py,
	brebis/checkbackups/checklzma.py, brebis/checkbackups/checktar.py,
	brebis/checkbackups/checkzip.py, brebis/expectedvalues.py,
	brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistforzip.py,
	brebis/identifylimitations.py:
	replace logging.warn (deprecated) by logging.warning
	[b80be56716e5]

	* functionaltests.py:
	switch the shebang to system path for python3.3 on debian linux
	[5ef18e59dbab]

	* brebis.py, brebis/applogger.py, brebis/archiveinfomsg.py,
	brebis/checkbackups/checkarchive.py,
	brebis/checkbackups/checkbackups.py,
	brebis/checkbackups/checkbzip2.py, brebis/checkbackups/checkgzip.py,
	brebis/checkbackups/checklzma.py, brebis/checkbackups/checktar.py,
	brebis/checkbackups/checktree.py, brebis/checkbackups/checkzip.py,
	brebis/checkhashes.py, brebis/cliparse.py, brebis/configurations.py,
	brebis/expectedvalues.py, brebis/generatelist/generatelist.py,
	brebis/generatelist/generatelistforbzip2.py,
	brebis/generatelist/generatelistforgzip.py,
	brebis/generatelist/generatelistforlzma.py,
	brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistfortree.py,
	brebis/generatelist/generatelistforzip.py,
	brebis/identifylimitations.py, brebis/listtype.py, brebis/main.py,
	functionaltests.py, scripts/brebis, tests.py:
	bump the date of the copyright to 2013
	[b79d117a249f]

	* brebis.py, brebis/applogger.py, brebis/archiveinfomsg.py,
	brebis/checkbackups/checkarchive.py,
	brebis/checkbackups/checkbackups.py,
	brebis/checkbackups/checkbzip2.py, brebis/checkbackups/checkgzip.py,
	brebis/checkbackups/checklzma.py, brebis/checkbackups/checktar.py,
	brebis/checkbackups/checktree.py, brebis/checkbackups/checkzip.py,
	brebis/checkhashes.py, brebis/cliparse.py, brebis/configurations.py,
	brebis/expectedvalues.py, brebis/generatelist/generatelist.py,
	brebis/generatelist/generatelistforbzip2.py,
	brebis/generatelist/generatelistforgzip.py,
	brebis/generatelist/generatelistforlzma.py,
	brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistfortree.py,
	brebis/generatelist/generatelistforzip.py,
	brebis/identifylimitations.py, brebis/listtype.py, brebis/main.py,
	functionaltests.py, setup.py, tests.py:
	bump to 2013 the date of the copyright
	[9e967f038496] <debian>

	* debian/manpage:
	add support of the manual page for the debian package of Brebis
	[9b4177cec4b7] <debian>

	* man/brebis.1, setup.py:
	add a manual page for brebis. fixes #23
	[e9ae6bb524b3]

2013-07-28  Carl Chenet  <chaica@ohmytux.com>

	* README:
	add in the README that using .conf for the configuration file is
	mandatory. fixes #19
	[87f075c98eb4]

2013-07-27  Carl Chenet  <chaica@ohmytux.com>

	* README:
	update the README for python 3.3 and brebis 0.5
	[b97acbc23bb3]

2013-07-21  Carl Chenet  <chaica@ohmytux.com>

	* scripts/brebis, setup.py:
	update to python 3.3 and brebis 0.5
	[db5f5dc17542]

	* debian/changelog, debian/control, debian/install, debian/rules:
	upgrade to python 3.3 and brebis 0.5
	[a02c4973299d] <debian>

2013-07-19  Carl Chenet  <chaica@ohmytux.com>

	* debian/changelog, debian/compat, debian/control:
	update debian files
	[607af167aabb] <debian>

	* functional-tests/full-criteria-multiple-backups/a.out:
	merge the debian branch with the new default branch
	[6c5c96687064] <debian>

	* functional-tests/full-criteria-multiple-backups/a.out:
	merge support for lzma in the default branch
	[88268374a9aa]

	* .hgignore, functional-tests/expected-generated-list-for-xz-archive
	/expected-generated-list-for-xz-archive.list, functional-tests
	/expected-generated-list-for-xz-archive/expected-generated-list-for-
	xz-archive.xz, functional-tests/expected-generated-list-for-xz-
	archive/expectedlist.list, functionaltests.py:
	add expected generated list for xz archive test
	[97f04c8ee099] <support-for-lzma>

	* brebis/generatelist/generatelistforlzma.py, functional-tests
	/generate-list-and-parse-xz-archive/a.out, functional-tests
	/generate-list-and-parse-xz-archive/generate-list-and-parse-xz-
	archive-list, functional-tests/generate-list-and-parse-xz-archive
	/generate-list-and-parse-xz-archive.conf, functional-tests/generate-
	list-and-parse-xz-archive/generate-list-and-parse-xz-archive.xz,
	functional-tests/unsupported-parameters-xz-archive/a.out,
	functionaltests.py:
	fix bug with the filename in the .list of a xz generated archive &
	add generate liste and parse parameters xz archive test
	[f66d16cdb36d] <support-for-lzma>

2013-07-18  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/unsupported-parameters-xz-archive/a.out,
	functional-tests/unsupported-parameters-xz-archive/unsupported-
	parameters-xz-archive-list, functional-tests/unsupported-parameters-
	xz-archive/unsupported-parameters-xz-archive.conf, functional-tests
	/unsupported-parameters-xz-archive/unsupported-parameters-xz-
	archive.xz, functionaltests.py:
	add unsupported parameters xz archive test
	[1ded157b6cef] <support-for-lzma>

	* functional-tests/file-missing-in-xz/a.out, functional-tests/file-
	missing-in-xz/file-missing-in-xz-list, functional-tests/file-
	missing-in-xz/file-missing-in-xz.conf, functional-tests/file-
	missing-in-xz/file-missing-in-xz.xz, functionaltests.py:
	add file missing in xz test
	[e86a4b65689b] <support-for-lzma>

	* brebis/identifylimitations.py:
	not easily possible to get lzma/xz uncompressed file size - maybe
	later
	[1f998d4a0954] <support-for-lzma>

	* brebis/checkbackups/checklzma.py, functional-tests/corrupted-xz-
	archive/a.out, functional-tests/corrupted-xz-archive/corrupted-xz-
	archive-list, functional-tests/corrupted-xz-archive/corrupted-xz-
	archive.conf, functional-tests/corrupted-xz-archive/corrupted-xz-
	archive.xz, functionaltests.py:
	add corrupted xz archive test
	[ffc71ac8142b] <support-for-lzma>

	* functional-tests/expected-file-smaller-than-file-in-tar-xz-
	archive/a.out, functional-tests/expected-file-smaller-than-file-in-
	tar-xz-archive/expected-file-smaller-than-file-in-tar-xz-archive-
	list, functional-tests/expected-file-smaller-than-file-in-tar-xz-
	archive/expected-file-smaller-than-file-in-tar-xz-archive.conf,
	functional-tests/expected-file-smaller-than-file-in-tar-xz-archive
	/expected-file-smaller-than-file-in-tar-xz-archive.tar.xz,
	functionaltests.py:
	add expected file smaller than file in tar xz archive test
	[c4a8385e6fe4] <support-for-lzma>

	* functional-tests/expected-file-not-equals-file-in-tar-xz-
	archive/a.out, functional-tests/expected-file-not-equals-file-in-
	tar-xz-archive/expected-file-not-equals-file-in-tar-xz-archive-list,
	functional-tests/expected-file-not-equals-file-in-tar-xz-archive
	/expected-file-not-equals-file-in-tar-xz-archive.conf, functional-
	tests/expected-file-not-equals-file-in-tar-xz-archive/expected-file-
	not-equals-file-in-tar-xz-archive.tar.xz, functionaltests.py:
	add expected file not equals file in tar xz archive test
	[f245cd1fef6c] <support-for-lzma>

	* functional-tests/expected-file-greater-than-file-in-tar-xz-
	archive/a.out, functional-tests/expected-file-greater-than-file-in-
	tar-xz-archive/expected-file-greater-than-file-in-tar-xz-archive-
	list, functional-tests/expected-file-greater-than-file-in-tar-xz-
	archive/expected-file-greater-than-file-in-tar-xz-archive.conf,
	functional-tests/expected-file-greater-than-file-in-tar-xz-archive
	/expected-file-greater-than-file-in-tar-xz-archive.tar.xz,
	functionaltests.py:
	add expected file greater than file in tar xz archive test
	[94585a5ab762] <support-for-lzma>

	* functional-tests/corrupted-tar-xz-archive/a.out, functional-tests
	/corrupted-tar-xz-archive/corrupted-tar-xz-archive-list, functional-
	tests/corrupted-tar-xz-archive/corrupted-tar-xz-archive.conf,
	functional-tests/corrupted-tar-xz-archive/corrupted-tar-xz-
	archive.tar.xz, functionaltests.py:
	add corrupted tar xz archive test
	[ba7f21e27363] <support-for-lzma>

	* functional-tests/unexpected-file-in-tar-xz-archive/a.out,
	functional-tests/unexpected-file-in-tar-xz-archive/unexpected-file-
	in-tar-xz-archive-list, functional-tests/unexpected-file-in-tar-xz-
	archive/unexpected-file-in-tar-xz-archive.conf, functional-tests
	/unexpected-file-in-tar-xz-archive/unexpected-file-in-tar-xz-
	archive.tar.xz, functionaltests.py:
	add unexpected file in tar xz archive test
	[8711a8fc3db5] <support-for-lzma>

2013-04-27  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/wrong-file-sha512-hash-in-xz-archive/wrong-file-
	sha512-hash-in-xz-archive-list, functional-tests/wrong-file-sha512
	-hash-in-xz-archive/wrong-file-sha512-hash-in-xz-archive.conf,
	functional-tests/wrong-file-sha512-hash-in-xz-archive/wrong-file-
	sha512-hash-in-xz-archive.xz, functionaltests.py:
	add wrong file sha512 in xz archive test
	[e1db3dda42c1] <support-for-lzma>

	* functional-tests/wrong-file-sha384-hash-in-xz-archive/wrong-file-
	sha384-hash-in-xz-archive-list, functional-tests/wrong-file-sha384
	-hash-in-xz-archive/wrong-file-sha384-hash-in-xz-archive.conf,
	functional-tests/wrong-file-sha384-hash-in-xz-archive/wrong-file-
	sha384-hash-in-xz-archive.xz, functionaltests.py:
	add wrong file sha384 hash in xz archive test
	[e7aa654019e2] <support-for-lzma>

	* functional-tests/wrong-file-sha256-hash-in-xz-archive/wrong-file-
	sha256-hash-in-xz-archive-list, functional-tests/wrong-file-sha256
	-hash-in-xz-archive/wrong-file-sha256-hash-in-xz-archive.conf,
	functional-tests/wrong-file-sha256-hash-in-xz-archive/wrong-file-
	sha256-hash-in-xz-archive.xz, functionaltests.py:
	add wrong file sha256 hash in xz archive test
	[b39e8eeb73c4] <support-for-lzma>

	* functional-tests/wrong-file-sha224-hash-in-xz-archive/wrong-file-
	sha224-hash-in-xz-archive-list, functional-tests/wrong-file-sha224
	-hash-in-xz-archive/wrong-file-sha224-hash-in-xz-archive.conf,
	functional-tests/wrong-file-sha224-hash-in-xz-archive/wrong-file-
	sha224-hash-in-xz-archive.xz, functionaltests.py:
	add wrong file sha224 in xz archive test
	[56c92b70e96a] <support-for-lzma>

	* functional-tests/wrong-file-sha1-hash-in-xz-archive/wrong-file-sha1
	-hash-in-xz-archive-list, functional-tests/wrong-file-sha1-hash-in-
	xz-archive/wrong-file-sha1-hash-in-xz-archive.conf, functional-tests
	/wrong-file-sha1-hash-in-xz-archive/wrong-file-sha1-hash-in-xz-
	archive.xz, functionaltests.py:
	add wrong file sha1 in xz archive test
	[53dd4c5a0812] <support-for-lzma>

	* functional-tests/wrong-file-md5-hash-in-xz-archive/wrong-file-md5
	-hash-in-xz-archive-list, functional-tests/wrong-file-md5-hash-in-
	xz-archive/wrong-file-md5-hash-in-xz-archive.conf, functional-tests
	/wrong-file-md5-hash-in-xz-archive/wrong-file-md5-hash-in-xz-
	archive.xz, functionaltests.py:
	add wrong file md5 hash in xz archive test
	[4b6c11c3df41] <support-for-lzma>

	* functional-tests/wrong-file-sha512-hash-in-tar-xz-archive/wrong-
	file-sha512-hash-in-tar-xz-archive-list, functional-tests/wrong-
	file-sha512-hash-in-tar-xz-archive/wrong-file-sha512-hash-in-tar-xz-
	archive.conf, functional-tests/wrong-file-sha512-hash-in-tar-xz-
	archive/wrong-file-sha512-hash-in-tar-xz-archive.tar.xz,
	functionaltests.py:
	add wrong file sha512 hash in tar xz archive test
	[de1d62379a14] <support-for-lzma>

	* functional-tests/wrong-file-sha384-hash-in-tar-xz-archive/wrong-
	file-sha384-hash-in-tar-xz-archive-list, functional-tests/wrong-
	file-sha384-hash-in-tar-xz-archive/wrong-file-sha384-hash-in-tar-xz-
	archive.conf, functional-tests/wrong-file-sha384-hash-in-tar-xz-
	archive/wrong-file-sha384-hash-in-tar-xz-archive.tar.xz,
	functionaltests.py:
	add wrong file sha384 hash in tar xz archive test
	[58153e37817f] <support-for-lzma>

	* functional-tests/wrong-file-sha256-hash-in-tar-xz-archive/wrong-
	file-sha256-hash-in-tar-xz-archive-list, functional-tests/wrong-
	file-sha256-hash-in-tar-xz-archive/wrong-file-sha256-hash-in-tar-xz-
	archive.conf, functional-tests/wrong-file-sha256-hash-in-tar-xz-
	archive/wrong-file-sha256-hash-in-tar-xz-archive.tar.xz,
	functionaltests.py:
	add wrong file sha256 hash in tar xz archive test
	[553a1a95c54a] <support-for-lzma>

2013-04-26  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/wrong-file-sha224-hash-in-tar-xz-archive/wrong-
	file-sha224-hash-in-tar-xz-archive-list, functional-tests/wrong-
	file-sha224-hash-in-tar-xz-archive/wrong-file-sha224-hash-in-tar-xz-
	archive.conf, functional-tests/wrong-file-sha224-hash-in-tar-xz-
	archive/wrong-file-sha224-hash-in-tar-xz-archive.tar.xz,
	functionaltests.py:
	add wrong file sha224 hash in tar xz archive test
	[756f357d22a2] <support-for-lzma>

	* functional-tests/wrong-file-sha1-hash-in-tar-xz-archive/wrong-file-
	sha1-hash-in-tar-xz-archive-list, functional-tests/wrong-file-sha1
	-hash-in-tar-xz-archive/wrong-file-sha1-hash-in-tar-xz-archive.conf,
	functional-tests/wrong-file-sha1-hash-in-tar-xz-archive/wrong-file-
	sha1-hash-in-tar-xz-archive.tar.xz, functionaltests.py:
	add wrong file sha1 hash in tar xz archive test
	[c4496117a84f] <support-for-lzma>

	* functional-tests/wrong-file-md5-hash-in-tar-xz-archive/wrong-file-
	md5-hash-in-tar-xz-archive-list, functional-tests/wrong-file-md5
	-hash-in-tar-xz-archive/wrong-file-md5-hash-in-tar-xz-archive.conf,
	functional-tests/wrong-file-md5-hash-in-tar-xz-archive/wrong-file-
	md5-hash-in-tar-xz-archive.tar.xz, functionaltests.py:
	add wrong file md5 hash in tar xz archive test
	[118c21d77df4] <support-for-lzma>

	* functional-tests/wrong-file-type-f-in-tar-xz-archive/wrong-file-
	type-f-in-tar-xz-archive-list, functional-tests/wrong-file-type-f
	-in-tar-xz-archive/wrong-file-type-f-in-tar-xz-archive.conf,
	functional-tests/wrong-file-type-f-in-tar-xz-archive/wrong-file-
	type-f-in-tar-xz-archive.tar.xz, functionaltests.py:
	add wrong file type f in tar xz archive test
	[42e0e28f1b5d] <support-for-lzma>

	* functional-tests/wrong-file-type-d-in-tar-xz-archive/wrong-file-
	type-d-in-tar-xz-archive-list, functional-tests/wrong-file-type-d
	-in-tar-xz-archive/wrong-file-type-d-in-tar-xz-archive.conf,
	functional-tests/wrong-file-type-d-in-tar-xz-archive/wrong-file-
	type-d-in-tar-xz-archive.tar.xz, functionaltests.py:
	add wrong file type d in tar xz archive test
	[8fe2183023ac] <support-for-lzma>

	* functional-tests/wrong-file-gid-in-tar-xz-archive/wrong-file-gid-in-
	tar-xz-archive-list, functional-tests/wrong-file-gid-in-tar-xz-
	archive/wrong-file-gid-in-tar-xz-archive.conf, functional-tests
	/wrong-file-gid-in-tar-xz-archive/wrong-file-gid-in-tar-xz-
	archive.tar.xz, functionaltests.py:
	add wrong file gid in tar xz archive test
	[d935f1e9134b] <support-for-lzma>

	* functional-tests/wrong-file-uid-in-tar-xz-archive/wrong-file-uid-in-
	tar-xz-archive-list, functional-tests/wrong-file-uid-in-tar-xz-
	archive/wrong-file-uid-in-tar-xz-archive.conf, functional-tests
	/wrong-file-uid-in-tar-xz-archive/wrong-file-uid-in-tar-xz-
	archive.tar.xz, functionaltests.py:
	add wrong file uid in tar xz archive test
	[864775f2b213] <support-for-lzma>

2013-04-25  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/wrong-file-mode-in-tar-xz-archive/wrong-file-mode-
	in-tar-xz-archive-list, functional-tests/wrong-file-mode-in-tar-xz-
	archive/wrong-file-mode-in-tar-xz-archive.conf, functional-tests
	/wrong-file-mode-in-tar-xz-archive/wrong-file-mode-in-tar-xz-
	archive.tar.xz, functionaltests.py:
	add wrong file mode in tar xz archive test
	[80ef137c28f7] <support-for-lzma>

2013-04-16  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/wrong-bz2-archive-gid/wrong-bz2-archive-gid-list,
	functional-tests/wrong-bz2-archive-gid/wrong-bz2-archive-gid.bz2,
	functional-tests/wrong-bz2-archive-gid/wrong-bz2-archive-gid.conf,
	functionaltests.py:
	add wrong bzip2 archive gid test
	[064b24083310] <support-for-lzma>

	* functional-tests/wrong-bz2-archive-uid/wrong-bz2-archive-uid-list,
	functional-tests/wrong-bz2-archive-uid/wrong-bz2-archive-uid.bz2,
	functional-tests/wrong-bz2-archive-uid/wrong-bz2-archive-uid.conf,
	functionaltests.py:
	add wrong bz2 archive uid test
	[72ff4ad80b92] <support-for-lzma>

	* functional-tests/wrong-xz-archive-sha512-hash/wrong-xz-archive-
	sha512-hash-list, functional-tests/wrong-xz-archive-sha512-hash
	/wrong-xz-archive-sha512-hash.conf, functional-tests/wrong-xz-
	archive-sha512-hash/wrong-xz-archive-sha512-hash.xz,
	functionaltests.py:
	add wrong xz archive sha512 hash test
	[7cf704ae6631] <support-for-lzma>

	* functional-tests/wrong-xz-archive-sha384-hash/wrong-xz-archive-
	sha384-hash-list, functional-tests/wrong-xz-archive-sha384-hash
	/wrong-xz-archive-sha384-hash.conf, functional-tests/wrong-xz-
	archive-sha384-hash/wrong-xz-archive-sha384-hash.xz,
	functionaltests.py:
	add wrong xz archive sha384 hash test
	[9b70f325cba4] <support-for-lzma>

	* functional-tests/wrong-xz-archive-sha256-hash/wrong-xz-archive-
	sha256-hash-list, functional-tests/wrong-xz-archive-sha256-hash
	/wrong-xz-archive-sha256-hash.conf, functional-tests/wrong-xz-
	archive-sha256-hash/wrong-xz-archive-sha256-hash.xz,
	functionaltests.py:
	add wrong xz archive sha256 hash test
	[fe212036aa56] <support-for-lzma>

	* functional-tests/wrong-xz-archive-sha224-hash/wrong-xz-archive-
	sha224-hash-list, functional-tests/wrong-xz-archive-sha224-hash
	/wrong-xz-archive-sha224-hash.conf, functional-tests/wrong-xz-
	archive-sha224-hash/wrong-xz-archive-sha224-hash.xz,
	functionaltests.py:
	add wrong xz archive sha224 hash test
	[510eb33134ff] <support-for-lzma>

	* functional-tests/wrong-xz-archive-sha1-hash/wrong-xz-archive-sha1
	-hash-list, functional-tests/wrong-xz-archive-sha1-hash/wrong-xz-
	archive-sha1-hash.conf, functional-tests/wrong-xz-archive-sha1-hash
	/wrong-xz-archive-sha1-hash.xz, functionaltests.py:
	add wrong xz archive sha1 hash test
	[ddfae809ea50] <support-for-lzma>

	* functional-tests/wrong-xz-archive-md5-hash/wrong-xz-archive-md5
	-hash-list, functional-tests/wrong-xz-archive-md5-hash/wrong-xz-
	archive-md5-hash.conf, functional-tests/wrong-xz-archive-md5-hash
	/wrong-xz-archive-md5-hash.xz, functionaltests.py:
	add wrong xz archive md5 hash test
	[ab3d9da8e3d2] <support-for-lzma>

	* functional-tests/wrong-xz-archive-mode/wrong-xz-archive-mode-list,
	functional-tests/wrong-xz-archive-mode/wrong-xz-archive-mode.conf,
	functional-tests/wrong-xz-archive-mode/wrong-xz-archive-mode.xz,
	functionaltests.py:
	add wrong xz archive mode test
	[2786e008b811] <support-for-lzma>

	* functional-tests/wrong-xz-archive-gid/wrong-xz-archive-gid-list,
	functional-tests/wrong-xz-archive-gid/wrong-xz-archive-gid.conf,
	functional-tests/wrong-xz-archive-gid/wrong-xz-archive-gid.xz,
	functionaltests.py:
	add wrong xz archive gid test
	[3364f0888632] <support-for-lzma>

	* functional-tests/wrong-xz-archive-uid/wrong-xz-archive-uid-list,
	functional-tests/wrong-xz-archive-uid/wrong-xz-archive-uid.conf,
	functional-tests/wrong-xz-archive-uid/wrong-xz-archive-uid.xz,
	functionaltests.py:
	add wrong xz archive uid test
	[4c644c3665dd] <support-for-lzma>

2013-04-15  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/wrong-tar-xz-archive-sha512-hash/wrong-tar-xz-
	archive-sha512-hash-list, functional-tests/wrong-tar-xz-archive-
	sha512-hash/wrong-tar-xz-archive-sha512-hash.conf, functional-tests
	/wrong-tar-xz-archive-sha512-hash/wrong-tar-xz-archive-
	sha512-hash.tar.xz, functionaltests.py:
	add wrong tar xz archive sha512 hash test
	[eb0d451c53a3] <support-for-lzma>

	* functional-tests/wrong-tar-xz-archive-sha384-hash/wrong-tar-xz-
	archive-sha384-hash-list, functional-tests/wrong-tar-xz-archive-
	sha384-hash/wrong-tar-xz-archive-sha384-hash.conf, functional-tests
	/wrong-tar-xz-archive-sha384-hash/wrong-tar-xz-archive-
	sha384-hash.tar.xz, functionaltests.py:
	add wrong tar xz archive sha384 hash test
	[5a75120bd4f5] <support-for-lzma>

	* functional-tests/wrong-tar-xz-archive-sha256-hash/wrong-tar-xz-
	archive-sha256-hash-list, functional-tests/wrong-tar-xz-archive-
	sha256-hash/wrong-tar-xz-archive-sha256-hash.conf, functional-tests
	/wrong-tar-xz-archive-sha256-hash/wrong-tar-xz-archive-
	sha256-hash.tar.xz, functionaltests.py:
	add wrong tar xz archive sha256 hash test
	[9d573aa226e9] <support-for-lzma>

	* functional-tests/wrong-tar-xz-archive-sha224-hash/wrong-tar-xz-
	archive-sha224-hash-list, functional-tests/wrong-tar-xz-archive-
	sha224-hash/wrong-tar-xz-archive-sha224-hash.conf, functional-tests
	/wrong-tar-xz-archive-sha224-hash/wrong-tar-xz-archive-
	sha224-hash.tar.xz, functionaltests.py:
	add wrong tar xz archive sha224 hash test
	[66a23e56690f] <support-for-lzma>

	* functional-tests/wrong-tar-xz-archive-sha1-hash/wrong-tar-xz-
	archive-sha1-hash-list, functional-tests/wrong-tar-xz-archive-
	sha1-hash/wrong-tar-xz-archive-sha1-hash.conf, functional-tests
	/wrong-tar-xz-archive-sha1-hash/wrong-tar-xz-archive-
	sha1-hash.tar.xz:
	add wrong tar xz archive sha1 hash test
	[c184e470893f] <support-for-lzma>

	* functionaltests.py:
	add wrong tar xz archive sha1 hash test
	[bf7602b7101c] <support-for-lzma>

2013-04-09  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/wrong-tar-xz-archive-md5-hash/wrong-tar-xz-archive-
	md5-hash-list, functional-tests/wrong-tar-xz-archive-md5-hash/wrong-
	tar-xz-archive-md5-hash.conf, functional-tests/wrong-tar-xz-archive-
	md5-hash/wrong-tar-xz-archive-md5-hash.tar.xz, functionaltests.py:
	add wrong tar xz archive md5 hash test
	[0af39d438b49] <support-for-lzma>

2013-04-07  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/wrong-tar-xz-archive-mode/wrong-tar-xz-archive-
	mode-list, functional-tests/wrong-tar-xz-archive-mode/wrong-tar-xz-
	archive-mode.conf, functional-tests/wrong-tar-xz-archive-mode/wrong-
	tar-xz-archive-mode.tar.xz, functionaltests.py:
	add wrong tar xz archive mode test
	[5d90c3425e92] <support-for-lzma>

2013-04-06  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/wrong-tar-xz-archive-gid/wrong-tar-xz-archive-gid-
	list, functional-tests/wrong-tar-xz-archive-gid/wrong-tar-xz-
	archive-gid.conf, functional-tests/wrong-tar-xz-archive-gid/wrong-
	tar-xz-archive-gid.tar.xz, functional-tests/wrong-tar-xz-archive-uid
	/wrong-tar-xz-archive-uid-list, functional-tests/wrong-tar-xz-
	archive-uid/wrong-tar-xz-archive-uid.conf, functional-tests/wrong-
	tar-xz-archive-uid/wrong-tar-xz-archive-uid.tar.xz,
	functionaltests.py:
	add wrong tar xz archive uid and gid tests
	[8aa912cd7ba1] <support-for-lzma>

	* functional-tests/tar-xz-archive-size-smaller-than-expected-size/tar-
	xz-archive-size-smaller-than-expected-size-list, functional-tests
	/tar-xz-archive-size-smaller-than-expected-size/tar-xz-archive-size-
	smaller-than-expected-size.conf, functional-tests/tar-xz-archive-
	size-smaller-than-expected-size/tar-xz-archive-size-smaller-than-
	expected-size.tar.xz, functionaltests.py:
	add tar xz archive size smaller than expected size test
	[71c0fa329999] <support-for-lzma>

	* functional-tests/tar-xz-archive-size-not-equals-expected-size/tar-
	xz-archive-size-not-equals-expected-size-list, functional-tests/tar-
	xz-archive-size-not-equals-expected-size/tar-xz-archive-size-not-
	equals-expected-size.conf, functional-tests/tar-xz-archive-size-not-
	equals-expected-size/tar-xz-archive-size-not-equals-expected-
	size.tar.xz, functionaltests.py:
	add tar.xz archive size not equals expected size test
	[e4e817afa2c8] <support-for-lzma>

2013-04-04  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/full-criteria-multiple-backups/a.out,
	functionaltests.py:
	add a test for tar zx archive size bigger than an expected size and
	removing unexpected a.out file
	[aa1eafc541b5] <support-for-lzma>

	* functional-tests/tar-xz-archive-size-bigger-than-expected-size/tar-
	xz-archive-size-bigger-than-expected-size-list, functional-tests
	/tar-xz-archive-size-bigger-than-expected-size/tar-xz-archive-size-
	bigger-than-expected-size.conf, functional-tests/tar-xz-archive-
	size-bigger-than-expected-size/tar-xz-archive-size-bigger-than-
	expected-size.tar.xz:
	add test tar-xz archive size bigger than an expected size
	[f3b7668fdd25] <support-for-lzma>

2012-07-24  Carl Chenet  <chaica@ohmytux.com>

	* .hgignore, brebis/checkbackups/checkbackups.py,
	brebis/generatelist/generatelistforlzma.py,
	brebis/generatelist/generatelistfortar.py, brebis/listtype.py,
	functional-tests/file-missing-in-tar-xz/file-missing-in-tar-xz-list,
	functional-tests/file-missing-in-tar-xz/file-missing-in-tar-xz.conf,
	functional-tests/file-missing-in-tar-xz/file-missing-in-tar-
	xz.tar.xz, functional-tests/full-criteria-multiple-backups/a.out,
	functional-tests/generate-list-from-xz-archive/generate-list-from-
	xz-archive.xz, functionaltests.py, tests.py:
	add support for tar.xz files and add two functional tests for xm
	format
	[13c26f403373] <support-for-lzma>

2012-07-23  Carl Chenet  <chaica@ohmytux.com>

	* brebis.py, brebis/checkbackups/checkbackups.py,
	brebis/checkbackups/checklzma.py,
	brebis/generatelist/generatelistforlzma.py,
	brebis/identifylimitations.py, brebis/listtype.py, functional-tests
	/wrong-file-md5-hash-in-lzma-archive/wrong-file-md5-hash-in-lzma-
	archive-list, functional-tests/wrong-file-md5-hash-in-lzma-archive
	/wrong-file-md5-hash-in-lzma-archive.conf, functional-tests/wrong-
	file-md5-hash-in-lzma-archive/wrong-file-md5-hash-in-lzma-
	archive.xz, functionaltests.py:
	support for lzma and first functional test
	[b4775f504955] <support-for-lzma>

2012-07-22  Carl Chenet  <chaica@ohmytux.com>

	* brebis2backupchecker.sh:
	add new tool to convert the brebis repository to backupchecker
	[804f0361283e] <backupchecker>

2012-02-19  Carl Chenet  <chaica@ohmytux.com>

	* debian/copyright, debian/install, debian/rules:
	automated building of the debian package
	[7670c997b223] <debian>

2012-02-17  Carl Chenet  <chaica@ohmytux.com>

	* debian/changelog, debian/compat, debian/control, debian/copyright,
	debian/rules, debian/source/format, debian/watch:
	first version of the debian package
	[c39a39354d12] <debian>

2011-11-21  Carl Chenet  <chaica@ohmytux.com>

	* .hgsigs:
	Added signature for changeset 955e902e51c8
	[043914617340]

	* .hgtags:
	Added tag v0.4 for changeset 955e902e51c8
	[78c1d05a91ab]

	* README:
	add comment about delimiter optional field
	[955e902e51c8] [v0.4]

	* setup.py:
	modify setup.py in order to manage new packages brebis.checkbackups
	and brebis.generatelist while installing
	[06d381967008]

	* README:
	update for version 0.4
	[8b5c8c98d662]

2011-11-20  Carl Chenet  <chaica@ohmytux.com>

	* brebis/generatelist/generatelistfortar.py:
	fixing issue with no perm, in generatelist part
	[6eeabda9dcc9]

2011-11-19  Carl Chenet  <chaica@ohmytux.com>

	* brebis/expectedvalues.py:
	fixes #14, size unit can now be lower or upper case
	[24cdaca722a3]

	* brebis/checkbackups/checkarchive.py:
	fixes #15 managing special cas when mode == '0' -> transforming into
	'000'
	[88c8e0409605]

	* brebis/generatelist/generatelistforgzip.py,
	brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistfortree.py,
	brebis/generatelist/generatelistforzip.py, functional-tests
	/expected-generated-list-for-gzip-archive/expectedlist.list,
	functional-tests/expected-generated-list-for-tar-
	archive/expectedlist.list, functional-tests/expected-generated-list-
	for-zip-archive/expectedlist.list, functionaltests.py:
	fixed #16 correcting a bad format using non-existing keyword size
	(should have been =)
	[abc2a005695c]

2011-11-18  Carl Chenet  <chaica@ohmytux.com>

	* merging branch for archive size functional tests
	[7563d7fed1f8]

	* functional-tests/bzip2-archive-size-smaller-than-expected-size/bzip2
	-archive-size-smaller-than-expected-size-list, functional-
	tests/bzip2-archive-size-smaller-than-expected-size/bzip2-archive-
	size-smaller-than-expected-size.bz2, functional-tests/bzip2-archive-
	size-smaller-than-expected-size/bzip2-archive-size-smaller-than-
	expected-size.conf, functional-tests/gzip-archive-size-smaller-than-
	expected-size/gzip-archive-size-smaller-than-expected-size-list,
	functional-tests/gzip-archive-size-smaller-than-expected-size/gzip-
	archive-size-smaller-than-expected-size.conf, functional-tests/gzip-
	archive-size-smaller-than-expected-size/gzip-archive-size-smaller-
	than-expected-size.gz, functional-tests/tar-archive-size-smaller-
	than-expected-size/tar-archive-size-smaller-than-expected-size-list,
	functional-tests/tar-archive-size-smaller-than-expected-size/tar-
	archive-size-smaller-than-expected-size.conf, functional-tests/tar-
	archive-size-smaller-than-expected-size/tar-archive-size-smaller-
	than-expected-size.tar, functional-tests/tar-bz2-archive-size-
	smaller-than-expected-size/tar-bz2-archive-size-smaller-than-
	expected-size-list, functional-tests/tar-bz2-archive-size-smaller-
	than-expected-size/tar-bz2-archive-size-smaller-than-expected-
	size.conf, functional-tests/tar-bz2-archive-size-smaller-than-
	expected-size/tar-bz2-archive-size-smaller-than-expected-
	size.tar.bz2, functional-tests/tar-gz-archive-size-smaller-than-
	expected-size/tar-gz-archive-size-smaller-than-expected-size-list,
	functional-tests/tar-gz-archive-size-smaller-than-expected-size/tar-
	gz-archive-size-smaller-than-expected-size.conf, functional-tests
	/tar-gz-archive-size-smaller-than-expected-size/tar-gz-archive-size-
	smaller-than-expected-size.tar.gz, functional-tests/zip-archive-
	size-smaller-than-expected-size/zip-archive-size-smaller-than-
	expected-size-list, functional-tests/zip-archive-size-smaller-than-
	expected-size/zip-archive-size-smaller-than-expected-size.conf,
	functional-tests/zip-archive-size-smaller-than-expected-size/zip-
	archive-size-smaller-than-expected-size.zip, functionaltests.py:
	adding functional tests for testing smaller than parameter of the
	size of an archive
	[f1b24c80fd6a] <functional-tests-for-archive-size>

2011-11-17  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/bzip2-archive-size-bigger-than-expected-size/bzip2
	-archive-size-bigger-than-expected-size-list, functional-tests/bzip2
	-archive-size-bigger-than-expected-size/bzip2-archive-size-bigger-
	than-expected-size.bz2, functional-tests/bzip2-archive-size-bigger-
	than-expected-size/bzip2-archive-size-bigger-than-expected-
	size.conf, functional-tests/gzip-archive-size-bigger-than-expected-
	size/gzip-archive-size-bigger-than-expected-size-list, functional-
	tests/gzip-archive-size-bigger-than-expected-size/gzip-archive-size-
	bigger-than-expected-size.conf, functional-tests/gzip-archive-size-
	bigger-than-expected-size/gzip-archive-size-bigger-than-expected-
	size.gz, functional-tests/tar-archive-size-bigger-than-expected-size
	/tar-archive-size-bigger-than-expected-size-list, functional-tests
	/tar-archive-size-bigger-than-expected-size/tar-archive-size-bigger-
	than-expected-size.conf, functional-tests/tar-archive-size-bigger-
	than-expected-size/tar-archive-size-bigger-than-expected-size.tar,
	functional-tests/tar-bz2-archive-size-bigger-than-expected-size/tar-
	bz2-archive-size-bigger-than-expected-size-list, functional-tests
	/tar-bz2-archive-size-bigger-than-expected-size/tar-bz2-archive-
	size-bigger-than-expected-size.conf, functional-tests/tar-bz2
	-archive-size-bigger-than-expected-size/tar-bz2-archive-size-bigger-
	than-expected-size.tar.bz2, functional-tests/tar-gz-archive-size-
	bigger-than-expected-size/tar-gz-archive-size-bigger-than-expected-
	size-list, functional-tests/tar-gz-archive-size-bigger-than-
	expected-size/tar-gz-archive-size-bigger-than-expected-size.conf,
	functional-tests/tar-gz-archive-size-bigger-than-expected-size/tar-
	gz-archive-size-bigger-than-expected-size.tar.gz, functional-tests
	/zip-archive-size-bigger-than-expected-size/zip-archive-size-bigger-
	than-expected-size-list, functional-tests/zip-archive-size-bigger-
	than-expected-size/zip-archive-size-bigger-than-expected-size.conf,
	functional-tests/zip-archive-size-bigger-than-expected-size/zip-
	archive-size-bigger-than-expected-size.zip, functionaltests.py:
	adding functional tests for testing bigger than parameter of the
	size of an archive
	[77e56cb9e9a0] <functional-tests-for-archive-size>

	* functional-tests/bzip2-archive-size-not-equals-expected-size/bzip2
	-archive-size-not-equals-expected-size-list, functional-tests/bzip2
	-archive-size-not-equals-expected-size/bzip2-archive-size-not-
	equals-expected-size.bz2, functional-tests/bzip2-archive-size-not-
	equals-expected-size/bzip2-archive-size-not-equals-expected-
	size.conf, functional-tests/gzip-archive-size-not-equals-expected-
	size/gzip-archive-size-not-equals-expected-size-list, functional-
	tests/gzip-archive-size-not-equals-expected-size/gzip-archive-size-
	not-equals-expected-size.conf, functional-tests/gzip-archive-size-
	not-equals-expected-size/gzip-archive-size-not-equals-expected-
	size.gz, functional-tests/tar-archive-size-not-equals-expected-size
	/tar-archive-size-not-equals-expected-size-list, functional-tests
	/tar-archive-size-not-equals-expected-size/tar-archive-size-not-
	equals-expected-size.conf, functional-tests/tar-archive-size-not-
	equals-expected-size/tar-archive-size-not-equals-expected-size.tar,
	functional-tests/tar-bz2-archive-size-not-equals-expected-size/tar-
	bz2-archive-size-not-equals-expected-size-list, functional-tests
	/tar-bz2-archive-size-not-equals-expected-size/tar-bz2-archive-size-
	not-equals-expected-size.conf, functional-tests/tar-bz2-archive-
	size-not-equals-expected-size/tar-bz2-archive-size-not-equals-
	expected-size.tar.bz2, functional-tests/tar-gz-archive-size-not-
	equals-expected-size/tar-gz-archive-size-not-equals-expected-size-
	list, functional-tests/tar-gz-archive-size-not-equals-expected-size
	/tar-gz-archive-size-not-equals-expected-size.conf, functional-tests
	/tar-gz-archive-size-not-equals-expected-size/tar-gz-archive-size-
	not-equals-expected-size.tar.gz, functional-tests/zip-archive-size-
	not-equals-expected-size/zip-archive-size-not-equals-expected-size-
	list, functional-tests/zip-archive-size-not-equals-expected-size
	/zip-archive-size-not-equals-expected-size.conf, functional-tests
	/zip-archive-size-not-equals-expected-size/zip-archive-size-not-
	equals-expected-size.zip, functionaltests.py:
	adding functional tests for testing equality of the size of an
	archive
	[903d6d833e61] <functional-tests-for-archive-size>

	* brebis/cliparse.py:
	merging -g option branch and updating version number
	[b96d0c55cd5d]

2011-11-14  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/a.out, functional-tests/expected-file-greater-than-
	file-in-tar-archive/expected-file-greater-than-file-in-tar-archive-
	list, functional-tests/expected-file-greater-than-file-in-tar-
	archive/expected-file-greater-than-file-in-tar-archive.conf,
	functional-tests/expected-file-greater-than-file-in-tar-archive
	/expected-file-greater-than-file-in-tar-archive.tar, functional-
	tests/expected-file-not-equals-file-in-tar-archive/expected-file-
	not-equals-file-in-tar-archive-list, functional-tests/expected-file-
	not-equals-file-in-tar-archive/expected-file-not-equals-file-in-tar-
	archive.conf, functional-tests/expected-file-not-equals-file-in-tar-
	archive/expected-file-not-equals-file-in-tar-archive.tar,
	functional-tests/expected-file-smaller-than-file-in-tar-archive
	/expected-file-smaller-than-file-in-tar-archive-list, functional-
	tests/expected-file-smaller-than-file-in-tar-archive/expected-file-
	smaller-than-file-in-tar-archive.conf, functional-tests/expected-
	file-smaller-than-file-in-tar-archive/expected-file-smaller-than-
	file-in-tar-archive.tar, functional-tests/wrong-file-md5-hash-in-
	tar-archive/wrong-file-md5-hash-in-tar-archive-list, functional-
	tests/wrong-file-md5-hash-in-tar-archive/wrong-file-md5-hash-in-tar-
	archive.conf, functional-tests/wrong-file-md5-hash-in-tar-archive
	/wrong-file-md5-hash-in-tar-archive.tar, functional-tests/wrong-
	file-sha1-hash-in-tar-archive/wrong-file-sha1-hash-in-tar-archive-
	list, functional-tests/wrong-file-sha1-hash-in-tar-archive/wrong-
	file-sha1-hash-in-tar-archive.conf, functional-tests/wrong-file-sha1
	-hash-in-tar-archive/wrong-file-sha1-hash-in-tar-archive.tar,
	functional-tests/wrong-file-sha224-hash-in-tar-archive/wrong-file-
	sha224-hash-in-tar-archive-list, functional-tests/wrong-file-sha224
	-hash-in-tar-archive/wrong-file-sha224-hash-in-tar-archive.conf,
	functional-tests/wrong-file-sha224-hash-in-tar-archive/wrong-file-
	sha224-hash-in-tar-archive.tar, functional-tests/wrong-file-sha256
	-hash-in-tar-archive/wrong-file-sha256-hash-in-tar-archive-list,
	functional-tests/wrong-file-sha256-hash-in-tar-archive/wrong-file-
	sha256-hash-in-tar-archive.conf, functional-tests/wrong-file-sha256
	-hash-in-tar-archive/wrong-file-sha256-hash-in-tar-archive.tar,
	functional-tests/wrong-file-sha384-hash-in-tar-archive/wrong-file-
	sha384-hash-in-tar-archive-list, functional-tests/wrong-file-sha384
	-hash-in-tar-archive/wrong-file-sha384-hash-in-tar-archive.conf,
	functional-tests/wrong-file-sha384-hash-in-tar-archive/wrong-file-
	sha384-hash-in-tar-archive.tar, functional-tests/wrong-file-sha512
	-hash-in-tar-archive/wrong-file-sha512-hash-in-tar-archive-list,
	functional-tests/wrong-file-sha512-hash-in-tar-archive/wrong-file-
	sha512-hash-in-tar-archive.conf, functional-tests/wrong-file-sha512
	-hash-in-tar-archive/wrong-file-sha512-hash-in-tar-archive.tar,
	functionaltests.py:
	achieved to write functional tests for the tar-only archive
	[154707c9ce58] <g-option-tuning>

2011-11-13  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/unexpected-file-in-tar-archive/unexpected-file-in-
	tar-archive-list, functional-tests/unexpected-file-in-tar-archive
	/unexpected-file-in-tar-archive.conf, functional-tests/unexpected-
	file-in-tar-archive/unexpected-file-in-tar-archive.tar, functional-
	tests/wrong-file-gid-in-tar-archive/wrong-file-gid-in-tar-archive-
	list, functional-tests/wrong-file-gid-in-tar-archive/wrong-file-gid-
	in-tar-archive.conf, functional-tests/wrong-file-gid-in-tar-archive
	/wrong-file-gid-in-tar-archive.tar, functional-tests/wrong-file-uid-
	in-tar-archive/wrong-file-uid-in-tar-archive-list, functional-tests
	/wrong-file-uid-in-tar-archive/wrong-file-uid-in-tar-archive.conf,
	functional-tests/wrong-file-uid-in-tar-archive/wrong-file-uid-in-
	tar-archive.tar, functional-tests/wrong-tar-archive-gid/wrong-tar-
	archive-gid-list, functional-tests/wrong-tar-archive-gid/wrong-tar-
	archive-gid.conf, functional-tests/wrong-tar-archive-gid/wrong-tar-
	archive-gid.tar, functional-tests/wrong-tar-archive-md5-hash/wrong-
	tar-archive-md5-hash-list, functional-tests/wrong-tar-archive-
	md5-hash/wrong-tar-archive-md5-hash.conf, functional-tests/wrong-
	tar-archive-md5-hash/wrong-tar-archive-md5-hash.tar, functional-
	tests/wrong-tar-archive-mode/wrong-tar-archive-mode-list,
	functional-tests/wrong-tar-archive-mode/wrong-tar-archive-mode.conf,
	functional-tests/wrong-tar-archive-mode/wrong-tar-archive-mode.tar,
	functional-tests/wrong-tar-archive-sha1-hash/wrong-tar-archive-sha1
	-hash-list, functional-tests/wrong-tar-archive-sha1-hash/wrong-tar-
	archive-sha1-hash.conf, functional-tests/wrong-tar-archive-sha1-hash
	/wrong-tar-archive-sha1-hash.tar, functional-tests/wrong-tar-
	archive-sha224-hash/wrong-tar-archive-sha224-hash-list, functional-
	tests/wrong-tar-archive-sha224-hash/wrong-tar-archive-
	sha224-hash.conf, functional-tests/wrong-tar-archive-sha224-hash
	/wrong-tar-archive-sha224-hash.tar, functional-tests/wrong-tar-
	archive-sha256-hash/wrong-tar-archive-sha256-hash-list, functional-
	tests/wrong-tar-archive-sha256-hash/wrong-tar-archive-
	sha256-hash.conf, functional-tests/wrong-tar-archive-sha256-hash
	/wrong-tar-archive-sha256-hash.tar, functional-tests/wrong-tar-
	archive-sha384-hash/wrong-tar-archive-sha384-hash-list, functional-
	tests/wrong-tar-archive-sha384-hash/wrong-tar-archive-
	sha384-hash.conf, functional-tests/wrong-tar-archive-sha384-hash
	/wrong-tar-archive-sha384-hash.tar, functional-tests/wrong-tar-
	archive-sha512-hash/wrong-tar-archive-sha512-hash-list, functional-
	tests/wrong-tar-archive-sha512-hash/wrong-tar-archive-
	sha512-hash.conf, functional-tests/wrong-tar-archive-sha512-hash
	/wrong-tar-archive-sha512-hash.tar, functional-tests/wrong-tar-
	archive-uid/wrong-tar-archive-uid-list, functional-tests/wrong-tar-
	archive-uid/wrong-tar-archive-uid.conf, functional-tests/wrong-tar-
	archive-uid/wrong-tar-archive-uid.tar, functionaltests.py:
	added unit tests for tar-only archive type
	[d68b2ebc3740] <g-option-tuning>

2011-11-09  Carl Chenet  <chaica@ohmytux.com>

	* brebis/expectedvalues.py, functional-tests/user-specified-delimiter
	/user-specified-delimiter.conf, functional-tests/user-specified-
	delimiter/user-specified-delimiter.list, functional-tests/user-
	specified-delimiter/user-specified-delimiter.tar.gz,
	functionaltests.py, tests.py, tests/expected_hash/bzip2-list,
	tests/expected_hash/files-list, tests/expected_hash/filetree-list,
	tests/expected_hash/gzip-list, tests/expected_hash/zip-list,
	tests/expected_mode/files-list, tests/expected_mode/treefiles-list,
	tests/expected_type/files-list, tests/expected_type/filetree-list,
	tests/expected_uid_gid/files-list, tests/expected_uid_gid
	/multiplefiles-list, tests/test_conf/archive.conf:
	support for user-specified delimiter, unit tests and functional
	tests, removed number for each functional test
	[81310bbf9ddb] <g-option-tuning>

2011-11-07  Carl Chenet  <chaica@ohmytux.com>

	* brebis/checkbackups/checkbzip2.py, brebis/checkbackups/checkgzip.py,
	brebis/checkbackups/checktar.py, brebis/checkbackups/checktree.py,
	brebis/checkbackups/checkzip.py, brebis/configurations.py,
	brebis/expectedvalues.py,
	brebis/generatelist/generatelistforbzip2.py,
	brebis/generatelist/generatelistforgzip.py,
	brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistfortree.py,
	brebis/generatelist/generatelistforzip.py, functional-tests
	/corrupted-bz2-archive/corrupted-bz2-archive-list, functional-tests
	/corrupted-gz-archive/corrupted-gz-archive-list, functional-tests
	/corrupted-tar-bz2-archive/corrupted-tar-bz2-archive-list,
	functional-tests/corrupted-tar-gz-archive/corrupted-tar-gz-archive-
	list, functional-tests/corrupted-zip-archive/corrupted-zip-archive-
	list, functional-tests/expected-file-greater-than-file-in-gz-archive
	/expected-file-greater-than-file-in-gz-archive-list, functional-
	tests/expected-file-greater-than-file-in-tar-bz2-archive/expected-
	file-greater-than-file-in-tar-bz2-archive-list, functional-tests
	/expected-file-greater-than-file-in-tar-gz-archive/expected-file-
	greater-than-file-in-tar-gz-archive-list, functional-tests/expected-
	file-greater-than-file-in-tree/expected-file-greater-than-file-in-
	tree-list, functional-tests/expected-file-greater-than-file-in-zip-
	archive/expected-file-greater-than-file-in-zip-archive-list,
	functional-tests/expected-file-not-equals-file-in-gz-archive
	/expected-file-not-equals-file-in-gz-archive-list, functional-tests
	/expected-file-not-equals-file-in-tar-bz2-archive/expected-file-not-
	equals-file-in-tar-bz2-archive-list, functional-tests/expected-file-
	not-equals-file-in-tar-gz-archive/expected-file-not-equals-file-in-
	tar-gz-archive-list, functional-tests/expected-file-not-equals-file-
	in-tree/expected-file-not-equals-file-in-tree-list, functional-tests
	/expected-file-not-equals-file-in-zip-archive/expected-file-not-
	equals-file-in-zip-archive-list, functional-tests/expected-file-
	smaller-than-file-in-gz-archive/expected-file-smaller-than-file-in-
	gz-archive-list, functional-tests/expected-file-smaller-than-file-
	in-tar-bz2-archive/expected-file-smaller-than-file-in-tar-bz2
	-archive-list, functional-tests/expected-file-smaller-than-file-in-
	tar-gz-archive/expected-file-smaller-than-file-in-tar-gz-archive-
	list, functional-tests/expected-file-smaller-than-file-in-tree
	/expected-file-smaller-than-file-in-tree-list, functional-tests
	/expected-file-smaller-than-file-in-zip-archive/expected-file-
	smaller-than-file-in-zip-archive-list, functional-tests/expected-
	generated-list-for-bzip2-archive/expectedlist.list, functional-tests
	/expected-generated-list-for-gzip-archive/expectedlist.list,
	functional-tests/expected-generated-list-for-tar-
	archive/expectedlist.list, functional-tests/expected-generated-list-
	for-zip-archive/expectedlist.list, functional-tests/file-missing-in-
	gzip/file-missing-in-gzip-list, functional-tests/file-missing-in-
	tar-bz2/file-missing-in-tar-bz2-list, functional-tests/file-missing-
	in-tar-gz/file-missing-in-tar-gz-list, functional-tests/file-
	missing-in-tar/file-missing-in-tar-list, functional-tests/file-
	missing-in-tree/file-missing-in-tree-list, functional-tests/file-
	missing-in-zip/file-missing-in-zip-list, functional-tests/full-
	criteria-multiple-backups/full-criteria-multiple-backups-gz-list,
	functional-tests/full-criteria-multiple-backups/full-criteria-
	multiple-backups-tar-bz2-list, functional-tests/full-criteria-
	multiple-backups/full-criteria-multiple-backups-tar-gz-list,
	functional-tests/full-criteria-multiple-backups/full-criteria-
	multiple-backups-tree-list, functional-tests/full-criteria-multiple-
	backups/full-criteria-multiple-backups-zip-list, functional-tests
	/mixing-dir-path-and-archive-type-in-conf/mixing-dir-path-and-
	archive-type-in-conf-list, functional-tests/name-in-gzip-and-gzip-
	archive-are-not-the-same/name-in-gzip-and-gzip-archive-are-not-the-
	same-list, functional-tests/unexpected-file-in-gz-archive
	/unexpected-file-in-gz-archive-list, functional-tests/unexpected-
	file-in-tar-bz2-archive/unexpected-file-in-tar-bz2-archive-list,
	functional-tests/unexpected-file-in-tar-gz-archive/unexpected-file-
	in-tar-gz-archive-list, functional-tests/unexpected-file-in-tree
	/unexpected-file-in-tree-list, functional-tests/unexpected-file-in-
	zip-archive/unexpected-file-in-zip-archive-list, functional-tests
	/unsupported-parameters-bz2-archive/unsupported-parameters-bz2
	-archive-list, functional-tests/unsupported-parameters-gz-archive
	/unsupported-parameters-gz-archive-list, functional-tests/wrong-bz2
	-archive-md5-hash/wrong-bz2-archive-md5-hash-list, functional-tests
	/wrong-bz2-archive-sha1-hash/wrong-bz2-archive-sha1-hash-list,
	functional-tests/wrong-bz2-archive-sha224-hash/wrong-bz2-archive-
	sha224-hash-list, functional-tests/wrong-bz2-archive-sha256-hash
	/wrong-bz2-archive-sha256-hash-list, functional-tests/wrong-bz2
	-archive-sha384-hash/wrong-bz2-archive-sha384-hash-list, functional-
	tests/wrong-bz2-archive-sha512-hash/wrong-bz2-archive-sha512-hash-
	list, functional-tests/wrong-file-gid-in-tar-bz2-archive/wrong-file-
	gid-in-tar-bz2-archive-list, functional-tests/wrong-file-gid-in-tar-
	gz-archive/wrong-file-gid-in-tar-gz-archive-list, functional-tests
	/wrong-file-gid-in-tree/wrong-file-gid-in-tree-list, functional-
	tests/wrong-file-gid-in-zip-archive/wrong-file-gid-in-zip-archive-
	list, functional-tests/wrong-file-md5-hash-in-bzip2-archive/wrong-
	file-md5-hash-in-bzip2-archive-list, functional-tests/wrong-file-md5
	-hash-in-gz-archive/wrong-file-md5-hash-in-gz-archive-list,
	functional-tests/wrong-file-md5-hash-in-tar-bz2-archive/wrong-file-
	md5-hash-in-tar-bz2-archive-list, functional-tests/wrong-file-md5
	-hash-in-tar-gz-archive/wrong-file-md5-hash-in-tar-gz-archive-list,
	functional-tests/wrong-file-md5-hash-in-tree/wrong-file-md5-hash-in-
	tree-list, functional-tests/wrong-file-md5-hash-in-zip-archive
	/wrong-file-md5-hash-in-zip-archive-list, functional-tests/wrong-
	file-mode-in-tar-bz2-archive/wrong-file-mode-in-tar-bz2-archive-
	list, functional-tests/wrong-file-mode-in-tar-gz-archive/wrong-file-
	mode-in-tar-gz-archive-list, functional-tests/wrong-file-mode-in-
	tree/wrong-file-mode-in-tree-list, functional-tests/wrong-file-mode-
	in-zip-archive/wrong-file-mode-in-zip-archive-list, functional-tests
	/wrong-file-sha1-hash-in-bzip2-archive/wrong-file-sha1-hash-in-bzip2
	-archive-list, functional-tests/wrong-file-sha1-hash-in-gz-archive
	/wrong-file-sha1-hash-in-gz-archive-list, functional-tests/wrong-
	file-sha1-hash-in-tar-bz2-archive/wrong-file-sha1-hash-in-tar-bz2
	-archive-list, functional-tests/wrong-file-sha1-hash-in-tar-gz-
	archive/wrong-file-sha1-hash-in-tar-gz-archive-list, functional-
	tests/wrong-file-sha1-hash-in-tree/wrong-file-sha1-hash-in-tree-
	list, functional-tests/wrong-file-sha1-hash-in-zip-archive/wrong-
	file-sha1-hash-in-zip-archive-list, functional-tests/wrong-file-
	sha224-hash-in-bzip2-archive/wrong-file-sha224-hash-in-bzip2
	-archive-list, functional-tests/wrong-file-sha224-hash-in-gz-archive
	/wrong-file-sha224-hash-in-gz-archive-list, functional-tests/wrong-
	file-sha224-hash-in-tar-bz2-archive/wrong-file-sha224-hash-in-tar-
	bz2-archive-list, functional-tests/wrong-file-sha224-hash-in-tar-gz-
	archive/wrong-file-sha224-hash-in-tar-gz-archive-list, functional-
	tests/wrong-file-sha224-hash-in-tree/wrong-file-sha224-hash-in-tree-
	list, functional-tests/wrong-file-sha224-hash-in-zip-archive/wrong-
	file-sha224-hash-in-zip-archive-list, functional-tests/wrong-file-
	sha256-hash-in-bzip2-archive/wrong-file-sha256-hash-in-bzip2
	-archive-list, functional-tests/wrong-file-sha256-hash-in-gz-archive
	/wrong-file-sha256-hash-in-gz-archive-list, functional-tests/wrong-
	file-sha256-hash-in-tar-bz2-archive/wrong-file-sha256-hash-in-tar-
	bz2-archive-list, functional-tests/wrong-file-sha256-hash-in-tar-gz-
	archive/wrong-file-sha224-hash-in-tar-gz-archive-list, functional-
	tests/wrong-file-sha256-hash-in-tree/wrong-file-sha256-hash-in-tree-
	list, functional-tests/wrong-file-sha256-hash-in-zip-archive/wrong-
	file-sha256-hash-in-zip-archive-list, functional-tests/wrong-file-
	sha384-hash-in-bzip2-archive/wrong-file-sha384-hash-in-bzip2
	-archive-list, functional-tests/wrong-file-sha384-hash-in-gz-archive
	/wrong-file-sha384-hash-in-gz-archive-list, functional-tests/wrong-
	file-sha384-hash-in-tar-bz2-archive/wrong-file-sha384-hash-in-tar-
	bz2-archive-list, functional-tests/wrong-file-sha384-hash-in-tar-gz-
	archive/wrong-file-sha384-hash-in-tar-gz-archive-list, functional-
	tests/wrong-file-sha384-hash-in-tree/wrong-file-sha384-hash-in-tree-
	list, functional-tests/wrong-file-sha384-hash-in-zip-archive/wrong-
	file-sha384-hash-in-zip-archive-list, functional-tests/wrong-file-
	sha512-hash-in-bzip2-archive/wrong-file-sha512-hash-in-bzip2
	-archive-list, functional-tests/wrong-file-sha512-hash-in-gz-archive
	/wrong-file-sha512-hash-in-gz-archive-list, functional-tests/wrong-
	file-sha512-hash-in-tar-bz2-archive/wrong-file-sha512-hash-in-tar-
	bz2-archive-list, functional-tests/wrong-file-sha512-hash-in-tar-gz-
	archive/wrong-file-sha512-hash-in-tar-gz-archive-list, functional-
	tests/wrong-file-sha512-hash-in-tree/wrong-file-sha512-hash-in-tree-
	list, functional-tests/wrong-file-sha512-hash-in-zip-archive/wrong-
	file-sha512-hash-in-zip-archive-list, functional-tests/wrong-file-
	type-d-in-tar-bz2-archive/wrong-file-type-d-in-tar-bz2-archive-list,
	functional-tests/wrong-file-type-d-in-tar-gz-archive/wrong-file-
	type-d-in-tar-gz-archive-list, functional-tests/wrong-file-type-d
	-in-tree/wrong-file-type-d-in-tree-list, functional-tests/wrong-
	file-type-d-in-zip-archive/wrong-file-type-d-in-zip-archive-list,
	functional-tests/wrong-file-type-f-in-tar-bz2-archive/wrong-file-
	type-f-in-tar-bz2-archive-list, functional-tests/wrong-file-type-f
	-in-tar-gz-archive/wrong-file-type-f-in-tar-gz-archive-list,
	functional-tests/wrong-file-type-f-in-tree/wrong-file-type-f-in-
	tree-list, functional-tests/wrong-file-type-f-in-zip-archive/wrong-
	file-type-f-in-zip-archive-list, functional-tests/wrong-file-uid-in-
	tar-bz2-archive/wrong-file-uid-in-tar-bz2-archive-list, functional-
	tests/wrong-file-uid-in-tar-gz-archive/wrong-file-uid-in-tar-gz-
	archive-list, functional-tests/wrong-file-uid-in-tree/wrong-file-
	uid-in-tree-list, functional-tests/wrong-file-uid-in-zip-archive
	/wrong-file-uid-in-zip-archive-list, functional-tests/wrong-gz-
	archive-gid/wrong-gz-archive-gid-list, functional-tests/wrong-gz-
	archive-md5-hash/wrong-gz-archive-md5-hash-list, functional-tests
	/wrong-gz-archive-mode/wrong-gz-archive-mode-list, functional-tests
	/wrong-gz-archive-sha1-hash/wrong-gz-archive-sha1-hash-list,
	functional-tests/wrong-gz-archive-sha224-hash/wrong-gz-archive-
	sha224-hash-list, functional-tests/wrong-gz-archive-sha256-hash
	/wrong-gz-archive-sha256-hash-list, functional-tests/wrong-gz-
	archive-sha384-hash/wrong-gz-archive-sha384-hash-list, functional-
	tests/wrong-gz-archive-sha512-hash/wrong-gz-archive-sha512-hash-
	list, functional-tests/wrong-gz-archive-uid/wrong-gz-archive-uid-
	list, functional-tests/wrong-tar-bz2-archive-gid/wrong-tar-bz2
	-archive-gid-list, functional-tests/wrong-tar-bz2-archive-md5-hash
	/wrong-tar-bz2-archive-md5-hash-list, functional-tests/wrong-tar-bz2
	-archive-mode/wrong-tar-bz2-archive-mode-list, functional-tests
	/wrong-tar-bz2-archive-sha1-hash/wrong-tar-bz2-archive-sha1-hash-
	list, functional-tests/wrong-tar-bz2-archive-sha224-hash/wrong-tar-
	bz2-archive-sha224-hash-list, functional-tests/wrong-tar-bz2
	-archive-sha256-hash/wrong-tar-bz2-archive-sha256-hash-list,
	functional-tests/wrong-tar-bz2-archive-sha384-hash/wrong-tar-bz2
	-archive-sha384-hash-list, functional-tests/wrong-tar-bz2-archive-
	sha512-hash/wrong-tar-bz2-archive-sha512-hash-list, functional-tests
	/wrong-tar-bz2-archive-uid/wrong-tar-bz2-archive-uid-list,
	functional-tests/wrong-tar-gz-archive-gid/wrong-tar-gz-archive-gid-
	list, functional-tests/wrong-tar-gz-archive-md5-hash/wrong-tar-gz-
	archive-md5-hash-list, functional-tests/wrong-tar-gz-archive-mode
	/wrong-tar-gz-archive-mode-list, functional-tests/wrong-tar-gz-
	archive-sha1-hash/wrong-tar-gz-archive-sha1-hash-list, functional-
	tests/wrong-tar-gz-archive-sha224-hash/wrong-tar-gz-archive-sha224
	-hash-list, functional-tests/wrong-tar-gz-archive-sha256-hash/wrong-
	tar-gz-archive-sha256-hash-list, functional-tests/wrong-tar-gz-
	archive-sha384-hash/wrong-tar-gz-archive-sha384-hash-list,
	functional-tests/wrong-tar-gz-archive-sha512-hash/wrong-tar-gz-
	archive-sha512-hash-list, functional-tests/wrong-tar-gz-archive-uid
	/wrong-tar-gz-archive-uid-list, functional-tests/wrong-zip-archive-
	gid/wrong-zip-archive-gid-list, functional-tests/wrong-zip-archive-
	md5-hash/wrong-zip-archive-md5-hash-list, functional-tests/wrong-
	zip-archive-mode/wrong-zip-archive-mode-list, functional-tests
	/wrong-zip-archive-sha1-hash/wrong-zip-archive-sha1-hash-list,
	functional-tests/wrong-zip-archive-sha224-hash/wrong-zip-archive-
	sha224-hash-list, functional-tests/wrong-zip-archive-sha256-hash
	/wrong-zip-archive-sha256-hash-list, functional-tests/wrong-zip-
	archive-sha384-hash/wrong-zip-archive-sha384-hash-list, functional-
	tests/wrong-zip-archive-sha512-hash/wrong-zip-archive-sha512-hash-
	list, functional-tests/wrong-zip-archive-uid/wrong-zip-archive-uid-
	list, functionaltests.py, tests.py,
	tests/checkbzip2_private_methods/mybzip2-list,
	tests/checkgzip_private_methods/mygzip-list,
	tests/checktar_private_methods/mytargz/mytargz-list,
	tests/checktree_private_methods/mytargz/mytargz-list,
	tests/checktree_private_methods/mytree-list,
	tests/expected_hash/archash/md5hashtararchive-list,
	tests/expected_hash/archash/md5hashziparchive-list,
	tests/expected_hash/archash/sha1hashtararchive-list,
	tests/expected_hash/archash/sha1hashziparchive-list,
	tests/expected_hash/archash/sha224hashtararchive-list,
	tests/expected_hash/archash/sha224hashziparchive-list,
	tests/expected_hash/archash/sha256hashtararchive-list,
	tests/expected_hash/archash/sha256hashziparchive-list,
	tests/expected_hash/archash/sha384hashtararchive-list,
	tests/expected_hash/archash/sha384hashziparchive-list,
	tests/expected_hash/archash/sha512hashtararchive-list,
	tests/expected_hash/archash/sha512hashziparchive-list,
	tests/expected_hash/bzip2-list, tests/expected_hash/files-list,
	tests/expected_hash/filetree-list, tests/expected_hash/gzip-list,
	tests/expected_hash/zip-list,
	tests/expected_mode/arcmode/tarmode4644-list,
	tests/expected_mode/arcmode/tarmode644-list,
	tests/expected_mode/arcmode/tarmode755-list,
	tests/expected_mode/arcmode/zipmode4644-list,
	tests/expected_mode/arcmode/zipmode644-list,
	tests/expected_mode/arcmode/zipmode755-list, tests/expected_mode
	/files-list, tests/expected_mode/treefiles-list, tests/expected_type
	/files-list, tests/expected_type/filetree-list,
	tests/expected_uid_gid/arc_uid_gid/tar-uid-gid-list,
	tests/expected_uid_gid/arc_uid_gid/zip-uid-gid-list,
	tests/expected_uid_gid/files-list, tests/expected_uid_gid
	/multiplefiles-list, tests/file_size/arcsize/biggerthantararcsize-
	list, tests/file_size/arcsize/biggerthanziparcsize-list,
	tests/file_size/arcsize/equaltararcsize-list,
	tests/file_size/arcsize/equalziparcsize-list,
	tests/file_size/arcsize/smallerthantararcsize-list,
	tests/file_size/arcsize/smallerthanziparcsize-list, tests/file_size
	/essai-list, tests/file_size/essai-list2, tests/file_size/missing-
	bigger-than/mygzip-list, tests/file_size/missing-smaller-than
	/mygzip-list, tests/file_size/mygzip-list, tests/filetree/filelist,
	tests/gzip/mygzip-list, tests/tar_bz2_archive_content/essai2-list,
	tests/tar_gz_archive_content/essai-list, tests/test_conf/essai-list,
	tests/test_conf/subdir/toto/essai-list, tests/unexpected_files
	/files-list, tests/zip/myzip-list:
	intermediate commit for -g option and new delimiter and custom
	delimiter
	[45c3b6138ee1] <g-option-tuning>

2011-11-05  Carl Chenet  <chaica@ohmytux.com>

	* tests/generatelistfortree_private_methods/mydir/bar/rab:
	adding directory for unit tests
	[bb1fed78389b]

	* .hgignore, brebis/generatelist/generatelist.py, tests.py,
	tests/generatelist_private_methods/mytar.list,
	tests/generatelistforgzip_private_methods/mygzip.gz,
	tests/generatelistfortar_private_methods/mytar.tar.gz,
	tests/generatelistfortree_private_methods/mydir/foo,
	tests/generatelistfortree_private_methods/mydir/oof,
	tests/generatelistforzip_private_methods/myzip.zip:
	adding unit tests for private/protected methods
	[40441f887838]

2011-11-04  Carl Chenet  <chaica@ohmytux.com>

	* setup.py:
	upgrading version number in setup.py
	[903f41bf6e02]

	* README:
	upgrading version number in README
	[7c6454aff706]

	* brebis/cliparse.py:
	upgrading version number
	[f0b83a833dbc]

	* tests.py:
	correctiong unit tests to manage new check modules organization
	[cc5b9a3d1e79]

	* brebis/checkbackups/checkbackups.py, functional-tests/file-missing-
	in-tar/file-missing-in-tar-list, functional-tests/file-missing-in-
	tar/file-missing-in-tar.conf, functional-tests/file-missing-in-tar
	/file-missing-in-tar.tar, functionaltests.py:
	fixed #9 - support for tar-only file
	[9be52e2e4a8c]

	* brebis/checkarchive.py, brebis/checkbackups.py,
	brebis/checkbzip2.py, brebis/checkgzip.py, brebis/checktar.py,
	brebis/checktree.py, brebis/checkzip.py:
	fixed #11
	[4872d1196f39]

	* brebis/checkarchive.py, brebis/checkbackups.py,
	brebis/checkbackups/__init__.py,
	brebis/checkbackups/checkarchive.py,
	brebis/checkbackups/checkbackups.py,
	brebis/checkbackups/checkbzip2.py, brebis/checkbackups/checkgzip.py,
	brebis/checkbackups/checktar.py, brebis/checkbackups/checktree.py,
	brebis/checkbackups/checkzip.py, brebis/checkbzip2.py,
	brebis/checkgzip.py, brebis/checktar.py, brebis/checktree.py,
	brebis/checkzip.py, brebis/main.py:
	fixed #11 - new package checkbackups
	[8a97ce3a6797] <adding-module-checkbackups>

	* merging generate-list-files branch and default branch
	[d8a55579e394]

2011-11-02  Carl Chenet  <chaica@ohmytux.com>

	* .hgignore, functional-tests/generate-list-and-parse-bzip2-archive
	/generate-list-and-parse-bzip2-archive.bz2, functional-tests
	/generate-list-and-parse-bzip2-archive/generate-list-and-parse-
	bzip2-archive.conf, functional-tests/generate-list-and-parse-gzip-
	archive/generate-list-and-parse-gzip-archive.conf, functional-tests
	/generate-list-and-parse-gzip-archive/generate-list-and-parse-gzip-
	archive.gz, functional-tests/generate-list-and-parse-tar-archive
	/generate-list-and-parse-tar-archive.conf, functional-tests
	/generate-list-and-parse-tar-archive/generate-list-and-parse-tar-
	archive.tar.gz, functional-tests/generate-list-and-parse-tree
	/generate-list-and-parse-tree.conf, functional-tests/generate-list-
	and-parse-tree/generate-list-and-parse-tree/bar/oof, functional-
	tests/generate-list-and-parse-tree/generate-list-and-parse-
	tree/bar/rab, functional-tests/generate-list-and-parse-tree
	/generate-list-and-parse-tree/foo, functional-tests/generate-list-
	and-parse-tree/generate-list-and-parse-tree/hello, functional-tests
	/generate-list-and-parse-zip-archive/generate-list-and-parse-zip-
	archive.conf, functional-tests/generate-list-and-parse-zip-archive
	/generate-list-and-parse-zip-archive.zip, functionaltests.py:
	final tests generate and parse for --gen-list option
	[27890815cb68] <generate-list-option>

2011-11-01  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/expected-generated-list-for-tree/expected-
	generated-list-for-tree/bar/oof, functional-tests/expected-
	generated-list-for-tree/expected-generated-list-for-tree/bar/rab,
	functional-tests/expected-generated-list-for-tree/expected-
	generated-list-for-tree/foo, functional-tests/expected-generated-
	list-for-tree/expected-generated-list-for-tree/hello, functional-
	tests/expected-generated-list-for-tree/expectedlist.list,
	functionaltests.py:
	removing expected-generated-list-for-tree because of lack of
	portability
	[cdffb54460d3] <generate-list-option>

	* functional-tests/expected-generated-list-for-bzip2-archive/expected-
	generated-list-for-bzip2-archive.bz2, functional-tests/expected-
	generated-list-for-bzip2-archive/expectedlist.list, functional-tests
	/expected-generated-list-for-gzip-archive/expected-generated-list-
	for-gzip-archive.gz, functional-tests/expected-generated-list-for-
	gzip-archive/expectedlist.list, functional-tests/expected-generated-
	list-for-tar-archive/expected-generated-list-for-tar-archive.tar.gz,
	functional-tests/expected-generated-list-for-tar-
	archive/expectedlist.list, functional-tests/expected-generated-list-
	for-tree/expected-generated-list-for-tree/bar/oof, functional-tests
	/expected-generated-list-for-tree/expected-generated-list-for-
	tree/bar/rab, functional-tests/expected-generated-list-for-tree
	/expected-generated-list-for-tree/foo, functional-tests/expected-
	generated-list-for-tree/expected-generated-list-for-tree/hello,
	functional-tests/expected-generated-list-for-tree/expectedlist.list,
	functional-tests/expected-generated-list-for-zip-archive/expected-
	generated-list-for-zip-archive.zip, functional-tests/expected-
	generated-list-for-zip-archive/expectedlist.list, functional-tests
	/generate-list-from-tar-archive/generate-list-from-tar-archive.list,
	functionaltests.py:
	functional tests for expected generated list files
	[ac5e3ec3cfba] <generate-list-option>

	* brebis/generatelist/generatelistforbzip2.py,
	brebis/generatelist/generatelistforgzip.py, brebis/listtype.py,
	functional-tests/generate-list-from-bzip2-archive/generate-list-
	from-bzip2-archive.bz2, functional-tests/generate-list-from-gzip-
	archive/generate-list-from-gzip-archive.gz, functionaltests.py:
	added the support of generation of list of files for gzip archives
	[d306e478ed1f] <generate-list-option>

2011-10-31  Carl Chenet  <chaica@ohmytux.com>

	* brebis/generatelist.py, brebis/generatelist/__init__.py,
	brebis/generatelist/generatelist.py,
	brebis/generatelist/generatelistforbzip2.py,
	brebis/generatelist/generatelistforgzip.py,
	brebis/generatelist/generatelistfortar.py,
	brebis/generatelist/generatelistfortree.py,
	brebis/generatelist/generatelistforzip.py,
	brebis/generatelistforbzip2.py, brebis/generatelistforgzip.py,
	brebis/generatelistfortar.py, brebis/generatelistfortree.py,
	brebis/generatelistforzip.py, brebis/listtype.py, functional-tests
	/generate-list-from-tar-archive/generate-list-from-tar-archive.list,
	functionaltests.py:
	complete generated list for tar,zip,tree
	[a266343fc140] <generate-list-option>

2011-10-25  Carl Chenet  <chaica@ohmytux.com>

	* brebis/generatelist.py, brebis/generatelistfortree.py,
	functionaltests.py:
	added the support of generation of list of files for tree of files
	[33c62b00eb1c] <generate-list-option>

2011-10-23  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/generate-list-from-zip-archive/generate-list-from-
	zip-archive.list:
	removing unwanted file list from hg watched files
	[9cb0a56240f1] <generate-list-option>

	* brebis/cliparse.py, brebis/generatelist.py,
	brebis/generatelistfortar.py, brebis/generatelistfortree.py,
	brebis/generatelistforzip.py, brebis/listtype.py, functional-tests
	/generate-list-from-tar-archive/generate-list-from-tar-archive.list,
	functional-tests/generate-list-from-tree/generate-list-from-
	tree/bar/oof, functional-tests/generate-list-from-tree/generate-
	list-from-tree/bar/rab, functional-tests/generate-list-from-tree
	/generate-list-from-tree/foo, functional-tests/generate-list-from-
	tree/generate-list-from-tree/hello, functional-tests/generate-list-
	from-zip-archive/generate-list-from-zip-archive.list, functional-
	tests/generate-list-from-zip-archive/generate-list-from-zip-
	archive.zip, functionaltests.py:
	generate list of files for tar and zip archives - tree incoming
	[84edfbb08578] <generate-list-option>

2011-10-20  Carl Chenet  <chaica@ohmytux.com>

	* brebis/generatelistfortar.py:
	seems to begin to work - issue with name of output file and headers
	of generated list solved
	[235ec2e83403] <generate-list-option>

	* brebis/cliparse.py, brebis/generatelist.py,
	brebis/generatelistfortar.py, brebis/listtype.py, brebis/main.py,
	functional-tests/generate-list-from-tar-archive/generate-list-from-
	tar-archive.tar.gz:
	seems to begin to work - a problem remains with the output file
	named tlist
	[f613cad61dfb] <generate-list-option>

	* brebis/cliparse.py, brebis/generatelist.py,
	brebis/generatelistforbzip2.py, brebis/generatelistforgzip.py,
	brebis/generatelistfortar.py, brebis/generatelistfortree.py,
	brebis/generatelistforzip.py:
	added generate list modules for archives and tree
	[b5ae205bb276] <generate-list-option>

2011-10-17  Carl Chenet  <chaica@ohmytux.com>

	* brebis/cliparse.py, brebis/generatelist.py, brebis/main.py:
	first commit with beginning of support to generate list of files in
	the archives
	[6321d8ed7c20] <generate-list-option>

2011-10-12  Carl Chenet  <chaica@ohmytux.com>

	* .hgsigs:
	Added signature for changeset 5a1340cb05cf
	[b6cec74a02b8]

	* .hgtags:
	Added tag v0.3 for changeset 986f90788294
	[5a1340cb05cf]

2011-10-10  Carl Chenet  <chaica@ohmytux.com>

	* setup.py:
	updating version field
	[986f90788294] [v0.3]

	* README:
	updated README
	[ab724add4338]

	* brebis/cliparse.py:
	setting version to 0.3
	[f93e0a22da5d]

	* brebis/identifylimitations.py:
	replacing parameters tuples by sets
	[93a94a327d00]

2011-10-09  Carl Chenet  <chaica@ohmytux.com>

	* brebis/checkbzip2.py, functional-tests/unsupported-parameters-
	bz2-archive/unsupported-parameters-bz2-archive-list, functional-
	tests/unsupported-parameters-bz2-archive/unsupported-parameters-
	bz2-archive.bz2, functional-tests/unsupported-parameters-bz2-archive
	/unsupported-parameters-bz2-archive.conf, functionaltests.py:
	adding support for warning about archive limitation for bzip2
	archive
	[6717d879453f]

	* brebis/checkbzip2.py, brebis/checkgzip.py, functionaltests.py:
	merging the branch for test limitations for archive and default
	[db6650bf145c]

	* merged support for bzip2 only archive in default branch
	[fe3dd37cb098]

	* brebis/checkbzip2.py:
	added default parameter type for file inside a bzip2 archive
	[08588637ed4f] <support-for-bz2>

	* brebis/checkgzip.py, brebis/identifylimitations.py, functional-tests
	/full-criteria-multiple-backups/a.out, functional-tests/unsupported-
	parameters-gz-archive/unsupported-parameters-gz-archive-list,
	functional-tests/unsupported-parameters-gz-archive/unsupported-
	parameters-gz-archive.conf, functional-tests/unsupported-parameters-
	gz-archive/unsupported-parameters-gz-archive.gz, functionaltests.py:
	added support for warning user about current archive limitation
	[c3fbe4b51334] <test-archive-limitations>

	* functional-tests/wrong-file-md5-hash-in-bzip2-archive/wrong-file-md5
	-hash-in-bzip2-archive-list, functional-tests/wrong-file-md5-hash-
	in-bzip2-archive/wrong-file-md5-hash-in-bzip2-archive.bz2,
	functional-tests/wrong-file-md5-hash-in-bzip2-archive/wrong-file-md5
	-hash-in-bzip2-archive.conf, functional-tests/wrong-file-sha1-hash-
	in-bzip2-archive/wrong-file-sha1-hash-in-bzip2-archive-list,
	functional-tests/wrong-file-sha1-hash-in-bzip2-archive/wrong-file-
	sha1-hash-in-bzip2-archive.bz2, functional-tests/wrong-file-sha1
	-hash-in-bzip2-archive/wrong-file-sha1-hash-in-bzip2-archive.conf,
	functional-tests/wrong-file-sha224-hash-in-bzip2-archive/wrong-file-
	sha224-hash-in-bzip2-archive-list, functional-tests/wrong-file-
	sha224-hash-in-bzip2-archive/wrong-file-sha224-hash-in-
	bzip2-archive.bz2, functional-tests/wrong-file-sha224-hash-in-
	bzip2-archive/wrong-file-sha224-hash-in-bzip2-archive.conf,
	functional-tests/wrong-file-sha256-hash-in-bzip2-archive/wrong-file-
	sha256-hash-in-bzip2-archive-list, functional-tests/wrong-file-
	sha256-hash-in-bzip2-archive/wrong-file-sha256-hash-in-
	bzip2-archive.bz2, functional-tests/wrong-file-sha256-hash-in-
	bzip2-archive/wrong-file-sha256-hash-in-bzip2-archive.conf,
	functional-tests/wrong-file-sha384-hash-in-bzip2-archive/wrong-file-
	sha384-hash-in-bzip2-archive-list, functional-tests/wrong-file-
	sha384-hash-in-bzip2-archive/wrong-file-sha384-hash-in-
	bzip2-archive.bz2, functional-tests/wrong-file-sha384-hash-in-
	bzip2-archive/wrong-file-sha384-hash-in-bzip2-archive.conf,
	functional-tests/wrong-file-sha512-hash-in-bzip2-archive/wrong-file-
	sha512-hash-in-bzip2-archive-list, functional-tests/wrong-file-
	sha512-hash-in-bzip2-archive/wrong-file-sha512-hash-in-
	bzip2-archive.bz2, functional-tests/wrong-file-sha512-hash-in-
	bzip2-archive/wrong-file-sha512-hash-in-bzip2-archive.conf,
	functionaltests.py, tests.py, tests/expected_hash/bar.bz2,
	tests/expected_hash/bar.gz, tests/expected_hash/bzip2-list,
	tests/expected_hash/gzip-list:
	added functional tests for file hash in bzip2 files - added unit
	tests for hash in gzip and bzip2 files
	[5676167f86c8] <support-for-bz2>

	* functional-tests/wrong-bz2-archive-md5-hash/wrong-bz2-archive-md5
	-hash-list, functional-tests/wrong-bz2-archive-md5-hash/wrong-bz2
	-archive-md5-hash.bz2, functional-tests/wrong-bz2-archive-md5-hash
	/wrong-bz2-archive-md5-hash.conf, functional-tests/wrong-bz2
	-archive-sha1-hash/wrong-bz2-archive-sha1-hash-list, functional-
	tests/wrong-bz2-archive-sha1-hash/wrong-bz2-archive-sha1-hash.bz2,
	functional-tests/wrong-bz2-archive-sha1-hash/wrong-bz2-archive-
	sha1-hash.conf, functional-tests/wrong-bz2-archive-sha224-hash
	/wrong-bz2-archive-sha224-hash-list, functional-tests/wrong-bz2
	-archive-sha224-hash/wrong-bz2-archive-sha224-hash.bz2, functional-
	tests/wrong-bz2-archive-sha224-hash/wrong-bz2-archive-
	sha224-hash.conf, functional-tests/wrong-bz2-archive-sha256-hash
	/wrong-bz2-archive-sha256-hash-list, functional-tests/wrong-bz2
	-archive-sha256-hash/wrong-bz2-archive-sha256-hash.bz2, functional-
	tests/wrong-bz2-archive-sha256-hash/wrong-bz2-archive-
	sha256-hash.conf, functional-tests/wrong-bz2-archive-sha384-hash
	/wrong-bz2-archive-sha384-hash-list, functional-tests/wrong-bz2
	-archive-sha384-hash/wrong-bz2-archive-sha384-hash.bz2, functional-
	tests/wrong-bz2-archive-sha384-hash/wrong-bz2-archive-
	sha384-hash.conf, functional-tests/wrong-bz2-archive-sha512-hash
	/wrong-bz2-archive-sha512-hash-list, functional-tests/wrong-bz2
	-archive-sha512-hash/wrong-bz2-archive-sha512-hash.bz2, functional-
	tests/wrong-bz2-archive-sha512-hash/wrong-bz2-archive-
	sha512-hash.conf, functionaltests.py:
	functional tests for hash of the bzip2 archive
	[7c4a4ddd2cee] <support-for-bz2>

2011-10-08  Carl Chenet  <chaica@ohmytux.com>

	* brebis/checkbzip2.py, tests.py,
	tests/checkbzip2_private_methods/mybz2.bz2,
	tests/checkbzip2_private_methods/mybzip2-list,
	tests/checkbzip2_private_methods/mybzip2.conf:
	Support for missing file and default size - associated unittests
	[a863b4dd396a] <support-for-bz2>

	* brebis/checkbackups.py, brebis/checkbzip2.py, functional-tests
	/corrupted-bz2-archive/corrupted-bz2-archive-list, functional-tests
	/corrupted-bz2-archive/corrupted-bz2-archive.bz2, functional-tests
	/corrupted-bz2-archive/corrupted-bz2-archive.conf:
	support for corrupted bz2 archive detection and associated test
	[80106bf045df] <support-for-bz2>

	* brebis/checkgzip.py:
	corrected mistakes in docstring
	[31ae65cc0362] <support-for-bz2>

	* brebis/checkbzip2.py:
	addes first step for support of bzip2 archive
	[3b11119e3499] <support-for-bz2>

	* brebis/checkgzip.py:
	corrected docstrings
	[c91a599ec01e] <support-for-bz2>

2011-10-07  Carl Chenet  <chaica@ohmytux.com>

	* merging support-for-gzip branch with default branch
	[73f72221e9a6]

	* brebis/checkgzip.py, functional-tests/corrupted-gz-archive
	/corrupted-gz-archive-list, functional-tests/corrupted-gz-archive
	/corrupted-gz-archive.conf, functional-tests/corrupted-gz-archive
	/corrupted-gz-archive.gz, functionaltests.py:
	acceptable detection for gzip archive corruption
	[4faa41801d9a] <support-for-gzip>

	* synchronzed with default branch
	[11c01cec1d00] <support-for-gzip>

2011-10-06  Carl Chenet  <chaica@ohmytux.com>

	* brebis/checkgzip.py:
	reverting last fix -not the good way to do it
	[0bca77eb0e85]

	* fixed #8 support for error detection in gzip archive
	[2a98399ff73e]

	* brebis/checkgzip.py:
	added support for error detection on gzip archive
	[eb976b705a79] <improve-gzip-archive-error-detection>

2011-10-03  Carl Chenet  <chaica@ohmytux.com>

	* .hgsigs:
	Added signature for changeset b746a25ea5dc
	[9b147f0ae256]

	* .hgtags:
	Added tag 0.2 for changeset b746a25ea5dc
	[d6302792f021]

	* README, brebis/cliparse.py, setup.py:
	fixed version id
	[b746a25ea5dc] [0.2]

	* .hgtags:
	Removed tag 0.2
	[78456934b8c9]

	* .hgsigs:
	Added signature for changeset 333cde7ecab7
	[e10a724eaf2f]

	* .hgtags:
	Added tag 0.2 for changeset 333cde7ecab7
	[15a4dcf687a2]

	* merging support-for-gzip in default - fixes #3 #5
	[333cde7ecab7]

2011-10-02  Carl Chenet  <chaica@ohmytux.com>

	* tests.py, tests/checkgzip_private_methods/mygzip-list,
	tests/checkgzip_private_methods/mygzip.conf,
	tests/checkgzip_private_methods/mygzip.gz, tests/file_size/missing-
	bigger-than/mygzip-list, tests/file_size/missing-bigger-
	than/mygzip.conf, tests/file_size/missing-bigger-than/mygzip.gz,
	tests/file_size/missing-smaller-than/mygzip-list, tests/file_size
	/missing-smaller-than/mygzip.conf, tests/file_size/missing-smaller-
	than/mygzip.gz, tests/file_size/mygzip-list,
	tests/file_size/mygzip.conf, tests/file_size/mygzip.gz, tests/gzip
	/mygzip-list, tests/gzip/mygzip.conf, tests/gzip/mygzip.gz:
	added unit tests for the new CheckGzip class private and protected
	methods
	[bb8abd56e739] <support-for-gzip>

	* brebis/checkgzip.py:
	solved an issue with unclosed file object
	[67ad4fdbf50c] <support-for-gzip>

	* functional-tests/full-criteria-multiple-backups/a.out, functional-
	tests/full-criteria-multiple-backups/full-criteria-multiple-backups-
	gz-list, functional-tests/full-criteria-multiple-backups/full-
	criteria-multiple-backups-gz.conf, functional-tests/full-criteria-
	multiple-backups/full-criteria-multiple-backups-gz.gz, functional-
	tests/full-criteria-multiple-backups/full-criteria-multiple-backups-
	tar-bz2-list, functional-tests/full-criteria-multiple-backups/full-
	criteria-multiple-backups-tar-gz-list, functional-tests/full-
	criteria-multiple-backups/full-criteria-multiple-backups-zip-list,
	functionaltests.py:
	added gzip archive to full criteria multiple backups functional
	tests
	[45dd78f4a722] <support-for-gzip>

	* functional-tests/unexpected-file-in-gz-archive/unexpected-file-in-
	gz-archive-list, functional-tests/unexpected-file-in-gz-archive
	/unexpected-file-in-gz-archive.conf, functional-tests/unexpected-
	file-in-gz-archive/unexpected-file-in-gz-archive.gz,
	functionaltests.py:
	added functional test for unexpected file in gzip archive
	[2a3ce0a36e2e] <support-for-gzip>

	* functional-tests/file-missing-in-gzip/file-missing-in-gzip-list,
	functional-tests/file-missing-in-gzip/file-missing-in-gzip.conf,
	functional-tests/file-missing-in-gzip/file-missing-in-gzip.gz,
	functionaltests.py:
	added functional test to check a missing file in a gzip archive
	[03fb014f38bb] <support-for-gzip>

	* merging current branch and add-missing-types branch
	[431997e9ffe2] <support-for-gzip>

	* brebis/checkgzip.py, functional-tests/wrong-file-md5-hash-in-gz-
	archive/wrong-file-md5-hash-in-gz-archive-list, functional-tests
	/wrong-file-md5-hash-in-gz-archive/wrong-file-md5-hash-in-gz-
	archive.conf, functional-tests/wrong-file-md5-hash-in-gz-archive
	/wrong-file-md5-hash-in-gz-archive.gz, functional-tests/wrong-file-
	sha1-hash-in-gz-archive/wrong-file-sha1-hash-in-gz-archive-list,
	functional-tests/wrong-file-sha1-hash-in-gz-archive/wrong-file-sha1
	-hash-in-gz-archive.conf, functional-tests/wrong-file-sha1-hash-in-
	gz-archive/wrong-file-sha1-hash-in-gz-archive.gz, functional-tests
	/wrong-file-sha224-hash-in-gz-archive/wrong-file-sha224-hash-in-gz-
	archive-list, functional-tests/wrong-file-sha224-hash-in-gz-archive
	/wrong-file-sha224-hash-in-gz-archive.conf, functional-tests/wrong-
	file-sha224-hash-in-gz-archive/wrong-file-sha224-hash-in-gz-
	archive.gz, functional-tests/wrong-file-sha256-hash-in-gz-archive
	/wrong-file-sha256-hash-in-gz-archive-list, functional-tests/wrong-
	file-sha256-hash-in-gz-archive/wrong-file-sha256-hash-in-gz-
	archive.conf, functional-tests/wrong-file-sha256-hash-in-gz-archive
	/wrong-file-sha256-hash-in-gz-archive.gz, functional-tests/wrong-
	file-sha384-hash-in-gz-archive/wrong-file-sha384-hash-in-gz-archive-
	list, functional-tests/wrong-file-sha384-hash-in-gz-archive/wrong-
	file-sha384-hash-in-gz-archive.conf, functional-tests/wrong-file-
	sha384-hash-in-gz-archive/wrong-file-sha384-hash-in-gz-archive.gz,
	functional-tests/wrong-file-sha512-hash-in-gz-archive/wrong-file-
	sha512-hash-in-gz-archive-list, functional-tests/wrong-file-sha512
	-hash-in-gz-archive/wrong-file-sha512-hash-in-gz-archive.conf,
	functional-tests/wrong-file-sha512-hash-in-gz-archive/wrong-file-
	sha512-hash-in-gz-archive.gz, functionaltests.py:
	support for hash checking for file in gzip and associated tests
	[50370e83c74e] <add-missing-types>

	* brebis/checktar.py:
	tarfile.CONTYPE -> tarfile.CONTTYPE
	[51466c04c909] <add-missing-types>

2011-09-29  Carl Chenet  <chaica@ohmytux.com>

	* brebis/checkgzip.py, functional-tests/expected-file-greater-than-
	file-in-gz-archive/expected-file-greater-than-file-in-gz-archive-
	list, functional-tests/expected-file-smaller-than-file-in-gz-archive
	/expected-file-smaller-than-file-in-gz-archive-list, functional-
	tests/name-in-gzip-and-gzip-archive-are-not-the-same/name-in-gzip-
	and-gzip-archive-are-not-the-same-list, functional-tests/name-in-
	gzip-and-gzip-archive-are-not-the-same/name-in-gzip-and-gzip-
	archive-are-not-the-same.conf, functional-tests/name-in-gzip-and-
	gzip-archive-are-not-the-same/name-in-gzip-and-gzip-archive-are-not-
	the-same.gz, functionaltests.py:
	added support for initial filename in gzip and associated test with
	corrections on existing gzip tests
	[5a1d4d19136f] <support-for-gzip>

2011-09-28  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/expected-file-greater-than-file-in-gz-archive
	/expected-file-greater-than-file-in-gz-archive-list, functional-
	tests/expected-file-greater-than-file-in-gz-archive/expected-file-
	greater-than-file-in-gz-archive.conf, functional-tests/expected-
	file-greater-than-file-in-gz-archive/expected-file-greater-than-
	file-in-gz-archive.gz, functional-tests/expected-file-smaller-than-
	file-in-gz-archive/expected-file-smaller-than-file-in-gz-archive-
	list, functional-tests/expected-file-smaller-than-file-in-gz-archive
	/expected-file-smaller-than-file-in-gz-archive.conf, functional-
	tests/expected-file-smaller-than-file-in-gz-archive/expected-file-
	smaller-than-file-in-gz-archive.gz, functionaltests.py:
	added tests bigger than and smaller than for file inside gzip
	archive
	[50f54a70e6fc] <support-for-gzip>

	* functional-tests/expected-file-not-equals-file-in-gz-archive
	/expected-file-not-equals-file-in-gz-archive-list, functional-tests
	/expected-file-not-equals-file-in-gz-archive/expected-file-not-
	equals-file-in-gz-archive.conf, functional-tests/expected-file-not-
	equals-file-in-gz-archive/expected-file-not-equals-file-in-gz-
	archive.gz:
	adding files for equality functional test
	[c69d02dbd625] <support-for-gzip>

	* brebis/checkgzip.py, functionaltests.py:
	added support for size test on a file inside the gzip archive +
	equality functional test
	[b5477ade1ef7] <support-for-gzip>

	* brebis/checkbackups.py, brebis/checkgzip.py, functional-tests/wrong-
	gz-archive-gid/wrong-gz-archive-gid-list, functional-tests/wrong-gz-
	archive-gid/wrong-gz-archive-gid.conf, functional-tests/wrong-gz-
	archive-gid/wrong-gz-archive-gid.gz, functional-tests/wrong-gz-
	archive-md5-hash/wrong-gz-archive-md5-hash-list, functional-tests
	/wrong-gz-archive-md5-hash/wrong-gz-archive-md5-hash.conf,
	functional-tests/wrong-gz-archive-md5-hash/wrong-gz-archive-
	md5-hash.gz, functional-tests/wrong-gz-archive-mode/wrong-gz-
	archive-mode-list, functional-tests/wrong-gz-archive-mode/wrong-gz-
	archive-mode.conf, functional-tests/wrong-gz-archive-mode/wrong-gz-
	archive-mode.gz, functional-tests/wrong-gz-archive-sha1-hash/wrong-
	gz-archive-sha1-hash-list, functional-tests/wrong-gz-archive-
	sha1-hash/wrong-gz-archive-sha1-hash.conf, functional-tests/wrong-
	gz-archive-sha1-hash/wrong-gz-archive-sha1-hash.gz, functional-tests
	/wrong-gz-archive-sha224-hash/wrong-gz-archive-sha224-hash-list,
	functional-tests/wrong-gz-archive-sha224-hash/wrong-gz-archive-
	sha224-hash.conf, functional-tests/wrong-gz-archive-sha224-hash
	/wrong-gz-archive-sha224-hash.gz, functional-tests/wrong-gz-archive-
	sha256-hash/wrong-gz-archive-sha256-hash-list, functional-tests
	/wrong-gz-archive-sha256-hash/wrong-gz-archive-sha256-hash.conf,
	functional-tests/wrong-gz-archive-sha256-hash/wrong-gz-archive-
	sha256-hash.gz, functional-tests/wrong-gz-archive-sha384-hash/wrong-
	gz-archive-sha384-hash-list, functional-tests/wrong-gz-archive-
	sha384-hash/wrong-gz-archive-sha384-hash.conf, functional-tests
	/wrong-gz-archive-sha384-hash/wrong-gz-archive-sha384-hash.gz,
	functional-tests/wrong-gz-archive-sha512-hash/wrong-gz-archive-
	sha512-hash-list, functional-tests/wrong-gz-archive-sha512-hash
	/wrong-gz-archive-sha512-hash.conf, functional-tests/wrong-gz-
	archive-sha512-hash/wrong-gz-archive-sha512-hash.gz, functional-
	tests/wrong-gz-archive-uid/wrong-gz-archive-uid-list, functional-
	tests/wrong-gz-archive-uid/wrong-gz-archive-uid.conf, functional-
	tests/wrong-gz-archive-uid/wrong-gz-archive-uid.gz,
	functionaltests.py:
	added support for gzip file and associated functional tests
	[e4726295f309] <support-for-gzip>

2011-09-24  Carl Chenet  <chaica@ohmytux.com>

	* .hgsigs:
	Added signature for changeset ec91cf3e3652
	[448161715b15]

	* .hgtags:
	Added tag 0.1 for changeset 95d79ac84890
	[ec91cf3e3652]

	* README:
	updating README
	[95d79ac84890] [0.1]

2011-09-22  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/full-criteria-multiple-backups/a.out, functional-
	tests/full-criteria-multiple-backups/full-criteria-multiple-backups-
	tar-bz2-list, functional-tests/full-criteria-multiple-backups/full-
	criteria-multiple-backups-tar-gz-list, functional-tests/full-
	criteria-multiple-backups/full-criteria-multiple-backups-tree-list,
	functional-tests/full-criteria-multiple-backups/full-criteria-
	multiple-backups-zip-list, functionaltests.py:
	fixed issues with multiple backups/criterias test
	[2bdf6c23d400]

	* functional-tests/full-criteria-multiple-backups-tar-gz/full-
	criteria-multiple-backups-tar-gz-list, functional-tests/full-
	criteria-multiple-backups-tar-gz/full-criteria-multiple-backups-tar-
	gz.conf, functional-tests/full-criteria-multiple-backups-tar-gz
	/full-criteria-multiple-backups-tar-gz.tar.gz, functional-tests
	/full-criteria-multiple-backups/a.out, functional-tests/full-
	criteria-multiple-backups/full-criteria-multiple-backups-tar-
	bz2-list, functional-tests/full-criteria-multiple-backups/full-
	criteria-multiple-backups-tar-bz2.conf, functional-tests/full-
	criteria-multiple-backups/full-criteria-multiple-backups-tar-
	bz2.tar.bz2, functional-tests/full-criteria-multiple-backups/full-
	criteria-multiple-backups-tar-gz-list, functional-tests/full-
	criteria-multiple-backups/full-criteria-multiple-backups-tar-
	gz.conf, functional-tests/full-criteria-multiple-backups/full-
	criteria-multiple-backups-tar-gz.tar.gz, functional-tests/full-
	criteria-multiple-backups/full-criteria-multiple-backups-tree-list,
	functional-tests/full-criteria-multiple-backups/full-criteria-
	multiple-backups-tree.conf, functional-tests/full-criteria-multiple-
	backups/full-criteria-multiple-backups-zip-list, functional-tests
	/full-criteria-multiple-backups/full-criteria-multiple-backups-
	zip.conf, functional-tests/full-criteria-multiple-backups/full-
	criteria-multiple-backups-zip.zip, functional-tests/full-criteria-
	multiple-backups/tree/bar/foo, functionaltests.py:
	written test for multiple backups with several criterias
	[418e5e0409d0]

	* brebis/expectedvalues.py:
	fixed a bug with double entries in list file - configparser error
	not catched
	[bf2f93e7e579]

	* functional-tests/full-criteria-multiple-backups-tar-gz/full-
	criteria-multiple-backups-tar-gz-list, functional-tests/full-
	criteria-multiple-backups-tar-gz/full-criteria-multiple-backups-tar-
	gz.conf, functional-tests/full-criteria-multiple-backups-tar-gz
	/full-criteria-multiple-backups-tar-gz.tar.gz:
	writing a functional test with all the criterias for several backups
	in one launch
	[f92e290cffa3]

	* functional-tests/mixing-dir-path-and-archive-type-in-conf/tree/toto:
	empty directory made mercurial skips the repertory and fails the
	test93
	[acadc5156d99]

	* brebis/configurations.py, functional-tests/mixing-dir-path-and-
	archive-type-in-conf/mixing-dir-path-and-archive-type-in-conf-list,
	functional-tests/mixing-dir-path-and-archive-type-in-conf/mixing-
	dir-path-and-archive-type-in-conf.conf, functional-tests/mixing-dir-
	path-and-archive-type-in-conf/mixing-dir-path-and-archive-type-in-
	conf.tar.gz, functionaltests.py:
	fixed a bug when in configuration type is archive and a path to a
	directory is given - also wrote functional tests
	[184684f32f58]

2011-09-21  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/expected-file-greater-than-file-in-tar-bz2-archive
	/expected-file-greater-than-file-in-tar-bz2-archive-list,
	functional-tests/expected-file-greater-than-file-in-tar-bz2-archive
	/expected-file-greater-than-file-in-tar-bz2-archive.conf,
	functional-tests/expected-file-greater-than-file-in-tar-bz2-archive
	/expected-file-greater-than-file-in-tar-bz2-archive.tar.bz2,
	functional-tests/expected-file-greater-than-file-in-tar-gz-archive
	/expected-file-greater-than-file-in-tar-gz-archive-list, functional-
	tests/expected-file-greater-than-file-in-tar-gz-archive/expected-
	file-greater-than-file-in-tar-gz-archive.conf, functional-tests
	/expected-file-greater-than-file-in-tar-gz-archive/expected-file-
	greater-than-file-in-tar-gz-archive.tar.gz, functional-tests
	/expected-file-greater-than-file-in-tree/expected-file-greater-than-
	file-in-tree-list, functional-tests/expected-file-greater-than-file-
	in-tree/expected-file-greater-than-file-in-tree.conf, functional-
	tests/expected-file-greater-than-file-in-tree/tree/bar, functional-
	tests/expected-file-greater-than-file-in-tree/tree/foo, functional-
	tests/expected-file-greater-than-file-in-tree/tree/toto, functional-
	tests/expected-file-greater-than-file-in-zip-archive/expected-file-
	greater-than-file-in-zip-archive-list, functional-tests/expected-
	file-greater-than-file-in-zip-archive/expected-file-greater-than-
	file-in-zip-archive.conf, functional-tests/expected-file-greater-
	than-file-in-zip-archive/expected-file-greater-than-file-in-zip-
	archive.zip, functional-tests/expected-file-not-equals-file-in-tar-
	bz2-archive/expected-file-not-equals-file-in-tar-bz2-archive-list,
	functional-tests/expected-file-not-equals-file-in-tar-bz2-archive
	/expected-file-not-equals-file-in-tar-bz2-archive.conf, functional-
	tests/expected-file-not-equals-file-in-tar-bz2-archive/expected-
	file-not-equals-file-in-tar-bz2-archive.tar.bz2, functional-tests
	/expected-file-not-equals-file-in-tar-gz-archive/expected-file-not-
	equals-file-in-tar-gz-archive-list, functional-tests/expected-file-
	not-equals-file-in-tar-gz-archive/expected-file-not-equals-file-in-
	tar-gz-archive.conf, functional-tests/expected-file-not-equals-file-
	in-tar-gz-archive/expected-file-not-equals-file-in-tar-gz-
	archive.tar.gz, functional-tests/expected-file-not-equals-file-in-
	tree/expected-file-not-equals-file-in-tree-list, functional-tests
	/expected-file-not-equals-file-in-tree/expected-file-not-equals-
	file-in-tree.conf, functional-tests/expected-file-not-equals-file-
	in-tree/tree/bar, functional-tests/expected-file-not-equals-file-in-
	tree/tree/foo, functional-tests/expected-file-not-equals-file-in-
	tree/tree/toto, functional-tests/expected-file-not-equals-file-in-
	zip-archive/expected-file-not-equals-file-in-zip-archive-list,
	functional-tests/expected-file-not-equals-file-in-zip-archive
	/expected-file-not-equals-file-in-zip-archive.conf, functional-tests
	/expected-file-not-equals-file-in-zip-archive/expected-file-not-
	equals-file-in-zip-archive.zip, functional-tests/expected-file-
	smaller-than-file-in-tar-bz2-archive/expected-file-smaller-than-
	file-in-tar-bz2-archive-list, functional-tests/expected-file-
	smaller-than-file-in-tar-bz2-archive/expected-file-smaller-than-
	file-in-tar-bz2-archive.conf, functional-tests/expected-file-
	smaller-than-file-in-tar-bz2-archive/expected-file-smaller-than-
	file-in-tar-bz2-archive.tar.bz2, functional-tests/expected-file-
	smaller-than-file-in-tar-gz-archive/expected-file-smaller-than-file-
	in-tar-gz-archive-list, functional-tests/expected-file-smaller-than-
	file-in-tar-gz-archive/expected-file-smaller-than-file-in-tar-gz-
	archive.conf, functional-tests/expected-file-smaller-than-file-in-
	tar-gz-archive/expected-file-smaller-than-file-in-tar-gz-
	archive.tar.gz, functional-tests/expected-file-smaller-than-file-in-
	tree/expected-file-smaller-than-file-in-tree-list, functional-tests
	/expected-file-smaller-than-file-in-tree/expected-file-smaller-than-
	file-in-tree.conf, functional-tests/expected-file-smaller-than-file-
	in-tree/tree/bar, functional-tests/expected-file-smaller-than-file-
	in-tree/tree/foo, functional-tests/expected-file-smaller-than-file-
	in-tree/tree/toto, functional-tests/expected-file-smaller-than-file-
	in-zip-archive/expected-file-smaller-than-file-in-zip-archive-list,
	functional-tests/expected-file-smaller-than-file-in-zip-archive
	/expected-file-smaller-than-file-in-zip-archive.conf, functional-
	tests/expected-file-smaller-than-file-in-zip-archive/expected-file-
	smaller-than-file-in-zip-archive.zip, functionaltests.py:
	added functional tests on the size of the files inside the archive
	[5c010d7daeeb]

	* functionaltests.py:
	added test2 docstring in functionaltests.py
	[503cb204f8d4]

	* added changes from shell-variable-in-functionaltests-py branch
	[0aad1ef4b566]

	* functionaltests.py:
	functionaltests.py is now supported by buildbot
	[39e0978c4370] <shell-variable-in-functionaltests-py>

	* AUTHORS, LICENSE, README:
	added AUTHORS, LICENSE and README files
	[4eaff21f66de]

2011-09-19  Carl Chenet  <chaica@ohmytux.com>

	* brebis/applogger.py:
	corrected a permission denied bug while creating the logging brebis
	file in unauthorized directories
	[52bd7970786a]

	* brebis.py, functionaltests.py, scripts/brebis, setup.py:
	modified root directory structure in order to ease developement
	process
	[83c3f9f2b023]

	* functionaltests.py:
	functionaltests.py provides error output and error status
	[9bed6d026905]

	* functional-tests/two_confs_with_the_same_name/a.out, functional-
	tests/two_confs_with_the_same_name/first.conf, functional-
	tests/two_confs_with_the_same_name/notrelevant-list, functional-
	tests/two_confs_with_the_same_name/notrelevant.tar.gz, functional-
	tests/two_confs_with_the_same_name/second.conf, functionaltests.py:
	added a test to check if two config files with the same names are
	rejected
	[3ec1cee1352a]

2011-09-18  Carl Chenet  <chaica@ohmytux.com>

	* tests.py:
	fixed unit tests in order to be portable
	[b1fc7789cbb0]

	* functionaltests.py:
	added comment on functional test1
	[d632a7e7fbe9]

	* merged with removed-checkhashes-class in order to removed no more
	used part of the code
	[15dffd2d88a6]

	* brebis/checkhashes.py, brebis/checktar.py, brebis/checkzip.py,
	brebis/cliparse.py, brebis/main.py, tests.py:
	removing unused CheckHashes classes and associated tests
	[c4a4e94782dc] <remove-checkhashes-class>

	* created remove-checkhashes branch
	[ad15974ad44e] <remove-checkhashes-class>

2011-09-17  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/corrupted-zip-archive/corrupted-zip-archive-list,
	functional-tests/corrupted-zip-archive/corrupted-zip-archive.conf,
	functional-tests/corrupted-zip-archive/corrupted-zip-archive.zip,
	functionaltests.py:
	added functional tests to identify corrupted zip archive
	[58fde8cf9d92]

	* brebis/checkzip.py:
	added cleare warning message about zip archive corruption
	[e6f2e6a07e7f]

	* functional-tests/corrupted-tar-bz2-archive/corrupted-tar-bz2
	-archive-list, functional-tests/corrupted-tar-bz2-archive/corrupted-
	tar-bz2-archive.conf, functional-tests/corrupted-tar-bz2-archive
	/corrupted-tar-bz2-archive.tar.bz2, functionaltests.py:
	added functional test to identify corrupted tar.bz2 archive
	[3e1eda3f96b8]

	* functional-tests/corrupted-tar-gz-archive/corrupted-tar-gz-archive-
	list, functional-tests/corrupted-tar-gz-archive/corrupted-tar-gz-
	archive.conf, functional-tests/corrupted-tar-gz-archive/corrupted-
	tar-gz-archive.tar.gz, functionaltests.py:
	added functional test for tar.gz corrupted archive
	[948f52e189c2]

	* brebis/checkbackups.py, brebis/checktar.py:
	discriminating archives by their extensions
	[a9bc5a09ef3b]

	* tests.py, tests/checktree_private_methods/mytargz/mytargz-list,
	tests/checktree_private_methods/mytargz/mytargz.tar.gz,
	tests/checktree_private_methods/mytree-list,
	tests/checktree_private_methods/mytree/hello,
	tests/checktree_private_methods/mytree/riri:
	added unit tests for private/protected methods in
	checktree.CheckTree
	[a8e07bafbbd8]

	* brebis/checktree.py:
	switched from os.stat() to os.lstat() to identify symbolic link
	[d0d9e16fd8e5]

	* tests.py, tests/checktar_private_methods/mytargz/mytargz-list,
	tests/checktar_private_methods/mytargz/mytargz.tar.gz:
	added unit tests for private/protected methods in checktar.CheckTar
	[fe6330e7c3a6]

	* tests.py:
	added unit test for checkzip.CheckZip__extract_uid_gid private
	method
	[8088916baa46]

	* tests.py:
	added unit test for checkzip.CheckZip__extract_uid_gid private
	method
	[751fda104bb0]

	* tests.py, tests/checkzip_private_methods/myzip-list,
	tests/checkzip_private_methods/myzip.zip:
	added unit tests to check checkzip.CheckZip.__translate_type method
	[775c5fa8b2f1]

	* functionaltests.py:
	simplify functional tests by cutting in half the number of lines of
	code
	[b0a3b363a9ed]

2011-09-16  Carl Chenet  <chaica@ohmytux.com>

	* brebis/checkarchive.py, brebis/checktar.py, brebis/checktree.py,
	brebis/checkzip.py, brebis/expectedvalues.py, functional-tests/file-
	missing-in-tar-bz2/file-missing-in-tar-bz2-list, functionaltests.py:
	corrected bug on directory, normalizing in striping the trailing
	slash because of possible wrong user input
	[c1882d39c088]

	* brebis/checkzip.py, functional-tests/wrong-file-gid-in-zip-archive
	/wrong-file-gid-in-zip-archive-list, functional-tests/wrong-file-
	gid-in-zip-archive/wrong-file-gid-in-zip-archive.conf, functional-
	tests/wrong-file-gid-in-zip-archive/wrong-file-gid-in-zip-
	archive.zip, functional-tests/wrong-file-mode-in-zip-archive/wrong-
	file-mode-in-zip-archive-list, functional-tests/wrong-file-mode-in-
	zip-archive/wrong-file-mode-in-zip-archive.conf, functional-tests
	/wrong-file-mode-in-zip-archive/wrong-file-mode-in-zip-archive.zip,
	functional-tests/wrong-file-type-d-in-zip-archive/wrong-file-type-d
	-in-zip-archive-list, functional-tests/wrong-file-type-d-in-zip-
	archive/wrong-file-type-d-in-zip-archive.conf, functional-tests
	/wrong-file-type-d-in-zip-archive/wrong-file-type-d-in-zip-
	archive.zip, functional-tests/wrong-file-type-f-in-zip-archive
	/wrong-file-type-f-in-zip-archive-list, functional-tests/wrong-file-
	type-f-in-zip-archive/wrong-file-type-f-in-zip-archive.conf,
	functional-tests/wrong-file-type-f-in-zip-archive/wrong-file-type-f
	-in-zip-archive.zip, functional-tests/wrong-file-uid-in-zip-archive
	/wrong-file-uid-in-zip-archive-list, functional-tests/wrong-file-
	uid-in-zip-archive/wrong-file-uid-in-zip-archive.conf, functional-
	tests/wrong-file-uid-in-zip-archive/wrong-file-uid-in-zip-
	archive.zip, functionaltests.py:
	added tests for wrong file mode in zip, wrong file type directory
	and file for zip archives and wrong uid and gid for files in zip
	archive
	[67231aad07cf]

2011-09-14  Carl Chenet  <chaica@ohmytux.com>

	* brebis/checkzip.py, functionaltests.py:
	added support for mode checking in zip archive and associated
	functional tests
	[1d9472d64758]

2011-09-13  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/wrong-file-mode-in-tar-bz2-archive/wrong-file-mode-
	in-tar-bz2-archive-list, functional-tests/wrong-file-mode-in-tar-
	bz2-archive/wrong-file-mode-in-tar-bz2-archive.conf, functional-
	tests/wrong-file-mode-in-tar-bz2-archive/wrong-file-mode-in-tar-
	bz2-archive.tar.bz2, functional-tests/wrong-file-mode-in-tar-gz-
	archive/wrong-file-mode-in-tar-gz-archive-list, functional-tests
	/wrong-file-mode-in-tar-gz-archive/wrong-file-mode-in-tar-gz-
	archive.conf, functional-tests/wrong-file-mode-in-tar-gz-archive
	/wrong-file-mode-in-tar-gz-archive.tar.gz, functional-tests/wrong-
	file-mode-in-tree/tree/bar, functional-tests/wrong-file-mode-in-
	tree/tree/dir/foo2, functional-tests/wrong-file-mode-in-
	tree/tree/foo, functional-tests/wrong-file-mode-in-tree/wrong-file-
	mode-in-tree-list, functional-tests/wrong-file-mode-in-tree/wrong-
	file-mode-in-tree.conf, functional-tests/wrong-file-type-d-in-tar-
	bz2-archive/wrong-file-type-d-in-tar-bz2-archive-list, functional-
	tests/wrong-file-type-d-in-tar-bz2-archive/wrong-file-type-d-in-tar-
	bz2-archive.conf, functional-tests/wrong-file-type-d-in-tar-
	bz2-archive/wrong-file-type-d-in-tar-bz2-archive.tar.bz2,
	functional-tests/wrong-file-type-d-in-tar-gz-archive/wrong-file-
	type-d-in-tar-gz-archive-list, functional-tests/wrong-file-type-d
	-in-tar-gz-archive/wrong-file-type-d-in-tar-gz-archive.conf,
	functional-tests/wrong-file-type-d-in-tar-gz-archive/wrong-file-
	type-d-in-tar-gz-archive.tar.gz, functional-tests/wrong-file-type-d
	-in-tree/tree/bar, functional-tests/wrong-file-type-d-in-
	tree/tree/dir/foo2, functional-tests/wrong-file-type-d-in-
	tree/tree/foo, functional-tests/wrong-file-type-d-in-tree/wrong-
	file-type-d-in-tree-list, functional-tests/wrong-file-type-d-in-tree
	/wrong-file-type-d-in-tree.conf, functional-tests/wrong-file-type-f
	-in-tar-bz2-archive/wrong-file-type-f-in-tar-bz2-archive-list,
	functional-tests/wrong-file-type-f-in-tar-bz2-archive/wrong-file-
	type-f-in-tar-bz2-archive.conf, functional-tests/wrong-file-type-f
	-in-tar-bz2-archive/wrong-file-type-f-in-tar-bz2-archive.tar.bz2,
	functional-tests/wrong-file-type-f-in-tar-gz-archive/wrong-file-
	type-f-in-tar-gz-archive-list, functional-tests/wrong-file-type-f
	-in-tar-gz-archive/wrong-file-type-f-in-tar-gz-archive.conf,
	functional-tests/wrong-file-type-f-in-tar-gz-archive/wrong-file-
	type-f-in-tar-gz-archive.tar.gz, functional-tests/wrong-file-type-f
	-in-tree/tree/bar, functional-tests/wrong-file-type-f-in-
	tree/tree/dir/foo2, functional-tests/wrong-file-type-f-in-
	tree/tree/foo, functional-tests/wrong-file-type-f-in-tree/wrong-
	file-type-f-in-tree-list, functional-tests/wrong-file-type-f-in-tree
	/wrong-file-type-f-in-tree.conf, functionaltests.py:
	added tests for file mode and type (f,d) in the archives and trees
	[e94775ee9c04]

	* functional-tests/wrong-file-md5-hash-in-tree/tree/bar, functional-
	tests/wrong-file-md5-hash-in-tree/tree/dir/foo2, functional-tests
	/wrong-file-md5-hash-in-tree/tree/foo, functional-tests/wrong-file-
	md5-hash-in-tree/wrong-file-md5-hash-in-tree-list, functional-tests
	/wrong-file-md5-hash-in-tree/wrong-file-md5-hash-in-tree.conf,
	functional-tests/wrong-file-md5-hash-in-zip-archive/wrong-file-md5
	-hash-in-zip-archive-list, functional-tests/wrong-file-md5-hash-in-
	zip-archive/wrong-file-md5-hash-in-zip-archive.conf, functional-
	tests/wrong-file-md5-hash-in-zip-archive/wrong-file-md5-hash-in-zip-
	archive.zip, functional-tests/wrong-file-sha1-hash-in-tree/tree/bar,
	functional-tests/wrong-file-sha1-hash-in-tree/tree/dir/foo2,
	functional-tests/wrong-file-sha1-hash-in-tree/tree/foo, functional-
	tests/wrong-file-sha1-hash-in-tree/wrong-file-sha1-hash-in-tree-
	list, functional-tests/wrong-file-sha1-hash-in-tree/wrong-file-sha1
	-hash-in-tree.conf, functional-tests/wrong-file-sha1-hash-in-zip-
	archive/wrong-file-sha1-hash-in-zip-archive-list, functional-tests
	/wrong-file-sha1-hash-in-zip-archive/wrong-file-sha1-hash-in-zip-
	archive.conf, functional-tests/wrong-file-sha1-hash-in-zip-archive
	/wrong-file-sha1-hash-in-zip-archive.zip, functional-tests/wrong-
	file-sha224-hash-in-tree/tree/bar, functional-tests/wrong-file-
	sha224-hash-in-tree/tree/dir/foo2, functional-tests/wrong-file-
	sha224-hash-in-tree/tree/foo, functional-tests/wrong-file-sha224
	-hash-in-tree/wrong-file-sha224-hash-in-tree-list, functional-tests
	/wrong-file-sha224-hash-in-tree/wrong-file-sha224-hash-in-tree.conf,
	functional-tests/wrong-file-sha224-hash-in-zip-archive/wrong-file-
	sha224-hash-in-zip-archive-list, functional-tests/wrong-file-sha224
	-hash-in-zip-archive/wrong-file-sha224-hash-in-zip-archive.conf,
	functional-tests/wrong-file-sha224-hash-in-zip-archive/wrong-file-
	sha224-hash-in-zip-archive.zip, functional-tests/wrong-file-sha256
	-hash-in-tree/tree/bar, functional-tests/wrong-file-sha256-hash-in-
	tree/tree/dir/foo2, functional-tests/wrong-file-sha256-hash-in-
	tree/tree/foo, functional-tests/wrong-file-sha256-hash-in-tree
	/wrong-file-sha256-hash-in-tree-list, functional-tests/wrong-file-
	sha256-hash-in-tree/wrong-file-sha256-hash-in-tree.conf, functional-
	tests/wrong-file-sha256-hash-in-zip-archive/wrong-file-sha256-hash-
	in-zip-archive-list, functional-tests/wrong-file-sha256-hash-in-zip-
	archive/wrong-file-sha256-hash-in-zip-archive.conf, functional-tests
	/wrong-file-sha256-hash-in-zip-archive/wrong-file-sha256-hash-in-
	zip-archive.zip, functional-tests/wrong-file-sha384-hash-in-
	tree/tree/bar, functional-tests/wrong-file-sha384-hash-in-
	tree/tree/dir/foo2, functional-tests/wrong-file-sha384-hash-in-
	tree/tree/foo, functional-tests/wrong-file-sha384-hash-in-tree
	/wrong-file-sha384-hash-in-tree-list, functional-tests/wrong-file-
	sha384-hash-in-tree/wrong-file-sha384-hash-in-tree.conf, functional-
	tests/wrong-file-sha384-hash-in-zip-archive/wrong-file-sha384-hash-
	in-zip-archive-list, functional-tests/wrong-file-sha384-hash-in-zip-
	archive/wrong-file-sha384-hash-in-zip-archive.conf, functional-tests
	/wrong-file-sha384-hash-in-zip-archive/wrong-file-sha384-hash-in-
	zip-archive.zip, functional-tests/wrong-file-sha512-hash-in-
	tree/tree/bar, functional-tests/wrong-file-sha512-hash-in-
	tree/tree/dir/foo2, functional-tests/wrong-file-sha512-hash-in-
	tree/tree/foo, functional-tests/wrong-file-sha512-hash-in-tree
	/wrong-file-sha512-hash-in-tree-list, functional-tests/wrong-file-
	sha512-hash-in-tree/wrong-file-sha512-hash-in-tree.conf, functional-
	tests/wrong-file-sha512-hash-in-zip-archive/wrong-file-sha512-hash-
	in-zip-archive-list, functional-tests/wrong-file-sha512-hash-in-zip-
	archive/wrong-file-sha512-hash-in-zip-archive.conf, functional-tests
	/wrong-file-sha512-hash-in-zip-archive/wrong-file-sha512-hash-in-
	zip-archive.zip, functionaltests.py:
	functional tests to check hash in tar.gz,tar.bz2,zip and tree
	[23772e328b82]

2011-09-12  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/wrong-file-md5-hash-in-tar-bz2-archive/wrong-file-
	md5-hash-in-tar-bz2-archive-list, functional-tests/wrong-file-md5
	-hash-in-tar-bz2-archive/wrong-file-md5-hash-in-tar-
	bz2-archive.conf, functional-tests/wrong-file-md5-hash-in-tar-
	bz2-archive/wrong-file-md5-hash-in-tar-bz2-archive.tar.bz2,
	functional-tests/wrong-file-md5-hash-in-tar-gz-archive/wrong-file-
	md5-hash-in-tar-gz-archive-list, functional-tests/wrong-file-md5
	-hash-in-tar-gz-archive/wrong-file-md5-hash-in-tar-gz-archive.conf,
	functional-tests/wrong-file-md5-hash-in-tar-gz-archive/wrong-file-
	md5-hash-in-tar-gz-archive.tar.gz, functional-tests/wrong-file-sha1
	-hash-in-tar-bz2-archive/wrong-file-sha1-hash-in-tar-bz2-archive-
	list, functional-tests/wrong-file-sha1-hash-in-tar-bz2-archive
	/wrong-file-sha1-hash-in-tar-bz2-archive.conf, functional-tests
	/wrong-file-sha1-hash-in-tar-bz2-archive/wrong-file-sha1-hash-in-
	tar-bz2-archive.tar.bz2, functional-tests/wrong-file-sha1-hash-in-
	tar-gz-archive/wrong-file-sha1-hash-in-tar-gz-archive-list,
	functional-tests/wrong-file-sha1-hash-in-tar-gz-archive/wrong-file-
	sha1-hash-in-tar-gz-archive.conf, functional-tests/wrong-file-sha1
	-hash-in-tar-gz-archive/wrong-file-sha1-hash-in-tar-gz-
	archive.tar.gz, functional-tests/wrong-file-sha224-hash-in-tar-
	bz2-archive/wrong-file-sha224-hash-in-tar-bz2-archive-list,
	functional-tests/wrong-file-sha224-hash-in-tar-bz2-archive/wrong-
	file-sha224-hash-in-tar-bz2-archive.conf, functional-tests/wrong-
	file-sha224-hash-in-tar-bz2-archive/wrong-file-sha224-hash-in-tar-
	bz2-archive.tar.bz2, functional-tests/wrong-file-sha224-hash-in-tar-
	gz-archive/wrong-file-sha224-hash-in-tar-gz-archive-list,
	functional-tests/wrong-file-sha224-hash-in-tar-gz-archive/wrong-
	file-sha224-hash-in-tar-gz-archive.conf, functional-tests/wrong-
	file-sha224-hash-in-tar-gz-archive/wrong-file-sha224-hash-in-tar-gz-
	archive.tar.gz, functional-tests/wrong-file-sha256-hash-in-tar-
	bz2-archive/wrong-file-sha256-hash-in-tar-bz2-archive-list,
	functional-tests/wrong-file-sha256-hash-in-tar-bz2-archive/wrong-
	file-sha256-hash-in-tar-bz2-archive.conf, functional-tests/wrong-
	file-sha256-hash-in-tar-bz2-archive/wrong-file-sha256-hash-in-tar-
	bz2-archive.tar.bz2, functional-tests/wrong-file-sha256-hash-in-tar-
	gz-archive/wrong-file-sha224-hash-in-tar-gz-archive-list,
	functional-tests/wrong-file-sha256-hash-in-tar-gz-archive/wrong-
	file-sha224-hash-in-tar-gz-archive.conf, functional-tests/wrong-
	file-sha256-hash-in-tar-gz-archive/wrong-file-sha224-hash-in-tar-gz-
	archive.tar.gz, functional-tests/wrong-file-sha384-hash-in-tar-
	bz2-archive/wrong-file-sha384-hash-in-tar-bz2-archive-list,
	functional-tests/wrong-file-sha384-hash-in-tar-bz2-archive/wrong-
	file-sha384-hash-in-tar-bz2-archive.conf, functional-tests/wrong-
	file-sha384-hash-in-tar-bz2-archive/wrong-file-sha384-hash-in-tar-
	bz2-archive.tar.bz2, functional-tests/wrong-file-sha384-hash-in-tar-
	gz-archive/wrong-file-sha384-hash-in-tar-gz-archive-list,
	functional-tests/wrong-file-sha384-hash-in-tar-gz-archive/wrong-
	file-sha384-hash-in-tar-gz-archive.conf, functional-tests/wrong-
	file-sha384-hash-in-tar-gz-archive/wrong-file-sha384-hash-in-tar-gz-
	archive.tar.gz, functional-tests/wrong-file-sha512-hash-in-tar-
	bz2-archive/wrong-file-sha512-hash-in-tar-bz2-archive-list,
	functional-tests/wrong-file-sha512-hash-in-tar-bz2-archive/wrong-
	file-sha512-hash-in-tar-bz2-archive.conf, functional-tests/wrong-
	file-sha512-hash-in-tar-bz2-archive/wrong-file-sha512-hash-in-tar-
	bz2-archive.tar.bz2, functional-tests/wrong-file-sha512-hash-in-tar-
	gz-archive/wrong-file-sha512-hash-in-tar-gz-archive-list,
	functional-tests/wrong-file-sha512-hash-in-tar-gz-archive/wrong-
	file-sha512-hash-in-tar-gz-archive.conf, functional-tests/wrong-
	file-sha512-hash-in-tar-gz-archive/wrong-file-sha512-hash-in-tar-gz-
	archive.tar.gz, functionaltests.py:
	added functional tests for wrong hashes for files inside tar.gz and
	tar.bz2
	[2bfc3500f864]

2011-09-11  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests/unexpected-file-in-tar-bz2-archive/unexpected-file-
	in-tar-bz2-archive-list, functional-tests/unexpected-file-in-tar-
	bz2-archive/unexpected-file-in-tar-bz2-archive.conf, functional-
	tests/unexpected-file-in-tar-bz2-archive/unexpected-file-in-tar-
	bz2-archive.tar.bz2, functional-tests/unexpected-file-in-tar-gz-
	archive/unexpected-file-in-tar-gz-archive-list, functional-tests
	/unexpected-file-in-tar-gz-archive/unexpected-file-in-tar-gz-
	archive.conf, functional-tests/unexpected-file-in-tar-gz-archive
	/unexpected-file-in-tar-gz-archive.tar.gz, functional-tests
	/unexpected-file-in-tree/tree/bar, functional-tests/unexpected-file-
	in-tree/tree/dir/foo2, functional-tests/unexpected-file-in-
	tree/tree/foo, functional-tests/unexpected-file-in-tree/unexpected-
	file-in-tree-list, functional-tests/unexpected-file-in-tree
	/unexpected-file-in-tree.conf, functional-tests/unexpected-file-in-
	zip-archive/unexpected-file-in-zip-archive-list, functional-tests
	/unexpected-file-in-zip-archive/unexpected-file-in-zip-archive.conf,
	functional-tests/unexpected-file-in-zip-archive/unexpected-file-in-
	zip-archive.zip, functional-tests/wrong-file-gid-in-tree/tree/bar,
	functional-tests/wrong-file-gid-in-tree/tree/dir/foo2, functional-
	tests/wrong-file-gid-in-tree/tree/foo, functional-tests/wrong-file-
	gid-in-tree/wrong-file-gid-in-tree-list, functional-tests/wrong-
	file-gid-in-tree/wrong-file-gid-in-tree.conf, functional-tests
	/wrong-file-uid-in-tree/tree/bar, functional-tests/wrong-file-uid-
	in-tree/tree/dir/foo2, functional-tests/wrong-file-uid-in-
	tree/tree/foo, functional-tests/wrong-file-uid-in-tree/wrong-file-
	uid-in-tree-list, functional-tests/wrong-file-uid-in-tree/wrong-
	file-uid-in-tree.conf, functionaltests.py:
	added tests for unexpected files and for wrong uid/gid for files
	inside archives and tree
	[bc99823787ee]

	* merge queue use for multiprocessing communication in
	functionaltests.py
	[db22434bf8ca]

	* functionaltests.py:
	added queue for multiprocessing communication in functionaltests.py
	[220b09f434e7] <multiprocessing-queue-functional-tests>

	* functional-tests/wrong-file-gid-in-tar-bz2-archive/wrong-file-gid-
	in-tar-bz2-archive-list, functional-tests/wrong-file-gid-in-tar-
	bz2-archive/wrong-file-gid-in-tar-bz2-archive.conf, functional-tests
	/wrong-file-gid-in-tar-bz2-archive/wrong-file-gid-in-tar-
	bz2-archive.tar.bz2, functional-tests/wrong-file-gid-in-tar-gz-
	archive/wrong-file-gid-in-tar-gz-archive-list, functional-tests
	/wrong-file-gid-in-tar-gz-archive/wrong-file-gid-in-tar-gz-
	archive.conf, functional-tests/wrong-file-gid-in-tar-gz-archive
	/wrong-file-gid-in-tar-gz-archive.tar.gz, functional-tests/wrong-
	file-uid-in-tar-bz2-archive/wrong-file-uid-in-tar-bz2-archive-list,
	functional-tests/wrong-file-uid-in-tar-bz2-archive/wrong-file-uid-
	in-tar-bz2-archive.conf, functional-tests/wrong-file-uid-in-tar-
	bz2-archive/wrong-file-uid-in-tar-bz2-archive.tar.bz2, functional-
	tests/wrong-file-uid-in-tar-gz-archive/wrong-file-uid-in-tar-gz-
	archive-list, functional-tests/wrong-file-uid-in-tar-gz-archive
	/wrong-file-uid-in-tar-gz-archive.conf, functional-tests/wrong-file-
	uid-in-tar-gz-archive/wrong-file-uid-in-tar-gz-archive.tar.gz,
	functionaltests.py:
	added locks for functional tests access to print and wrote uid/gid
	tests for file inside the archive
	[5a49fca42a81]

	* functionaltests.py:
	moving functional tests to functionaltests.py to use introspection
	in order to simplify the code
	[776096183e1f] <uniprocess-functional-tests>

	* functional-tests.py, functionaltests.py:
	moving functional tests to functionaltests.py with introspection to
	simplify the code
	[487cc005d8d9]

	* using multiprocessing for functional tests
	[39c3bbd3148a]

	* legacy branch with uniprocess for functional tests
	[c52d7feef098] <uniprocess-functional-tests>

	* functional-tests.py:
	added multiprocessing to execute functional tests
	[a4051701856a] <multiprocess-functional-tests>

2011-09-10  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests.py, functional-tests/wrong-zip-archive-md5-hash
	/wrong-zip-archive-md5-hash-list, functional-tests/wrong-zip-
	archive-md5-hash/wrong-zip-archive-md5-hash.conf, functional-tests
	/wrong-zip-archive-md5-hash/wrong-zip-archive-md5-hash.zip,
	functional-tests/wrong-zip-archive-sha1-hash/wrong-zip-archive-sha1
	-hash-list, functional-tests/wrong-zip-archive-sha1-hash/wrong-zip-
	archive-sha1-hash.conf, functional-tests/wrong-zip-archive-sha1-hash
	/wrong-zip-archive-sha1-hash.zip, functional-tests/wrong-zip-
	archive-sha224-hash/wrong-zip-archive-sha224-hash-list, functional-
	tests/wrong-zip-archive-sha224-hash/wrong-zip-archive-
	sha224-hash.conf, functional-tests/wrong-zip-archive-sha224-hash
	/wrong-zip-archive-sha224-hash.zip, functional-tests/wrong-zip-
	archive-sha256-hash/wrong-zip-archive-sha256-hash-list, functional-
	tests/wrong-zip-archive-sha256-hash/wrong-zip-archive-
	sha256-hash.conf, functional-tests/wrong-zip-archive-sha256-hash
	/wrong-zip-archive-sha256-hash.zip, functional-tests/wrong-zip-
	archive-sha384-hash/wrong-zip-archive-sha384-hash-list, functional-
	tests/wrong-zip-archive-sha384-hash/wrong-zip-archive-
	sha384-hash.conf, functional-tests/wrong-zip-archive-sha384-hash
	/wrong-zip-archive-sha384-hash.zip, functional-tests/wrong-zip-
	archive-sha512-hash/wrong-zip-archive-sha512-hash-list, functional-
	tests/wrong-zip-archive-sha512-hash/wrong-zip-archive-
	sha512-hash.conf, functional-tests/wrong-zip-archive-sha512-hash
	/wrong-zip-archive-sha512-hash.zip:
	added functional tests to check the hashes of zip archives
	[9929a5e71dff]

	* functional-tests.py, functional-tests/wrong-tar-bz2-archive-md5-hash
	/wrong-tar-bz2-archive-md5-hash-list, functional-tests/wrong-tar-bz2
	-archive-md5-hash/wrong-tar-bz2-archive-md5-hash.conf, functional-
	tests/wrong-tar-bz2-archive-md5-hash/wrong-tar-bz2-archive-
	md5-hash.tar.bz2, functional-tests/wrong-tar-bz2-archive-sha1-hash
	/wrong-tar-bz2-archive-sha1-hash-list, functional-tests/wrong-tar-
	bz2-archive-sha1-hash/wrong-tar-bz2-archive-sha1-hash.conf,
	functional-tests/wrong-tar-bz2-archive-sha1-hash/wrong-tar-bz2
	-archive-sha1-hash.tar.bz2, functional-tests/wrong-tar-bz2-archive-
	sha224-hash/wrong-tar-bz2-archive-sha224-hash-list, functional-tests
	/wrong-tar-bz2-archive-sha224-hash/wrong-tar-bz2-archive-
	sha224-hash.conf, functional-tests/wrong-tar-bz2-archive-sha224-hash
	/wrong-tar-bz2-archive-sha224-hash.tar.bz2, functional-tests/wrong-
	tar-bz2-archive-sha256-hash/wrong-tar-bz2-archive-sha256-hash-list,
	functional-tests/wrong-tar-bz2-archive-sha256-hash/wrong-tar-bz2
	-archive-sha256-hash.conf, functional-tests/wrong-tar-bz2-archive-
	sha256-hash/wrong-tar-bz2-archive-sha256-hash.tar.bz2, functional-
	tests/wrong-tar-bz2-archive-sha384-hash/wrong-tar-bz2-archive-sha384
	-hash-list, functional-tests/wrong-tar-bz2-archive-sha384-hash
	/wrong-tar-bz2-archive-sha384-hash.conf, functional-tests/wrong-tar-
	bz2-archive-sha384-hash/wrong-tar-bz2-archive-sha384-hash.tar.bz2,
	functional-tests/wrong-tar-bz2-archive-sha512-hash/wrong-tar-bz2
	-archive-sha512-hash-list, functional-tests/wrong-tar-bz2-archive-
	sha512-hash/wrong-tar-bz2-archive-sha512-hash.conf, functional-tests
	/wrong-tar-bz2-archive-sha512-hash/wrong-tar-bz2-archive-
	sha512-hash.tar.bz2, functional-tests/wrong-tar-gz-archive-md5-hash
	/wrong-tar-gz-archive-md5-hash-list, functional-tests/wrong-tar-gz-
	archive-md5-hash/wrong-tar-gz-archive-md5-hash.conf, functional-
	tests/wrong-tar-gz-archive-md5-hash/wrong-tar-gz-archive-
	md5-hash.tar.gz, functional-tests/wrong-tar-gz-archive-sha1-hash
	/wrong-tar-gz-archive-sha1-hash-list, functional-tests/wrong-tar-gz-
	archive-sha1-hash/wrong-tar-gz-archive-sha1-hash.conf, functional-
	tests/wrong-tar-gz-archive-sha1-hash/wrong-tar-gz-archive-
	sha1-hash.tar.gz, functional-tests/wrong-tar-gz-archive-sha224-hash
	/wrong-tar-gz-archive-sha224-hash-list, functional-tests/wrong-tar-
	gz-archive-sha224-hash/wrong-tar-gz-archive-sha224-hash.conf,
	functional-tests/wrong-tar-gz-archive-sha224-hash/wrong-tar-gz-
	archive-sha224-hash.tar.gz, functional-tests/wrong-tar-gz-archive-
	sha256-hash/wrong-tar-gz-archive-sha256-hash-list, functional-tests
	/wrong-tar-gz-archive-sha256-hash/wrong-tar-gz-archive-
	sha256-hash.conf, functional-tests/wrong-tar-gz-archive-sha256-hash
	/wrong-tar-gz-archive-sha256-hash.tar.gz, functional-tests/wrong-
	tar-gz-archive-sha384-hash/wrong-tar-gz-archive-sha384-hash-list,
	functional-tests/wrong-tar-gz-archive-sha384-hash/wrong-tar-gz-
	archive-sha384-hash.conf, functional-tests/wrong-tar-gz-archive-
	sha384-hash/wrong-tar-gz-archive-sha384-hash.tar.gz, functional-
	tests/wrong-tar-gz-archive-sha512-hash/wrong-tar-gz-archive-sha512
	-hash-list, functional-tests/wrong-tar-gz-archive-sha512-hash/wrong-
	tar-gz-archive-sha512-hash.conf, functional-tests/wrong-tar-gz-
	archive-sha512-hash/wrong-tar-gz-archive-sha512-hash.tar.gz:
	added functional tests to check the hashes of tar.gz and tar.bz2
	archives
	[5c5a23ba7962]

	* functional-tests.py, functional-tests/wrong-tar-bz2-archive-gid
	/wrong-tar-bz2-archive-gid-list, functional-tests/wrong-tar-bz2
	-archive-gid/wrong-tar-bz2-archive-gid.conf, functional-tests/wrong-
	tar-bz2-archive-gid/wrong-tar-bz2-archive-gid.tar.bz2, functional-
	tests/wrong-tar-gz-archive-gid/wrong-tar-gz-archive-gid-list,
	functional-tests/wrong-tar-gz-archive-gid/wrong-tar-gz-archive-
	gid.conf, functional-tests/wrong-tar-gz-archive-gid/wrong-tar-gz-
	archive-gid.tar.gz, functional-tests/wrong-zip-archive-gid/wrong-
	zip-archive-gid-list, functional-tests/wrong-zip-archive-gid/wrong-
	zip-archive-gid.conf, functional-tests/wrong-zip-archive-gid/wrong-
	zip-archive-gid.zip:
	added functional test to check the gid of an archive
	[e2bd224cc928]

	* functional-tests.py, functional-tests/wrong-tar-bz2-archive-uid
	/wrong-tar-bz2-archive-uid-list, functional-tests/wrong-tar-bz2
	-archive-uid/wrong-tar-bz2-archive-uid.conf, functional-tests/wrong-
	tar-bz2-archive-uid/wrong-tar-bz2-archive-uid.tar.bz2, functional-
	tests/wrong-tar-gz-archive-uid/wrong-tar-gz-archive-uid-list,
	functional-tests/wrong-tar-gz-archive-uid/wrong-tar-gz-archive-
	uid.conf, functional-tests/wrong-tar-gz-archive-uid/wrong-tar-gz-
	archive-uid.tar.gz, functional-tests/wrong-zip-archive-uid/wrong-
	zip-archive-uid-list, functional-tests/wrong-zip-archive-uid/wrong-
	zip-archive-uid.conf, functional-tests/wrong-zip-archive-uid/wrong-
	zip-archive-uid.zip:
	added functional test to check the uid of an archive
	[8ef16e8f6bf9]

	* functional-tests.py, functional-tests/wrong-tar-bz2-archive-mode
	/wrong-tar-bz2-archive-mode-list, functional-tests/wrong-tar-bz2
	-archive-mode/wrong-tar-bz2-archive-mode.conf, functional-tests
	/wrong-tar-bz2-archive-mode/wrong-tar-bz2-archive-mode.tar.bz2,
	functional-tests/wrong-tar-gz-archive-mode/wrong-tar-gz-archive-
	mode-list, functional-tests/wrong-tar-gz-archive-mode/wrong-tar-gz-
	archive-mode.conf, functional-tests/wrong-tar-gz-archive-mode/wrong-
	tar-gz-archive-mode.tar.gz, functional-tests/wrong-zip-archive-mode
	/wrong-zip-archive-mode-list, functional-tests/wrong-zip-archive-
	mode/wrong-zip-archive-mode.conf, functional-tests/wrong-zip-
	archive-mode/wrong-zip-archive-mode.zip:
	added functional test to check the mode of an archive
	[954c28ce74ca]

	* functional-tests.py, functional-tests/file-missing-in-tree/file-
	missing-in-tree-list, functional-tests/file-missing-in-tree/file-
	missing-in-tree.conf, functional-tests/file-missing-in-
	tree/tree/bar, functional-tests/file-missing-in-tree/tree/dir/foo2,
	functional-tests/file-missing-in-tree/tree/foo:
	added functional test to check file missing in tree
	[eed185dada19]

2011-09-09  Carl Chenet  <chaica@ohmytux.com>

	* functional-tests.py, functional-tests/file-missing-in-tar-bz2/file-
	missing-in-tar-bz2-list, functional-tests/file-missing-in-tar-bz2
	/file-missing-in-tar-bz2.conf, functional-tests/file-missing-in-tar-
	bz2/file-missing-in-tar-bz2.tar.bz2, functional-tests/file-missing-
	in-tar-gz/file-missing-in-tar-gz-list, functional-tests/file-
	missing-in-tar-gz/file-missing-in-tar-gz.conf, functional-tests
	/file-missing-in-tar-gz/file-missing-in-tar-gz.tar.gz, functional-
	tests/file-missing-in-zip/file-missing-in-zip-list, functional-tests
	/file-missing-in-zip/file-missing-in-zip.conf, functional-tests
	/file-missing-in-zip/file-missing-in-zip.zip:
	adding functional tests to complete unittests
	[0a798939e2bd]

2011-09-07  Carl Chenet  <chaica@ohmytux.com>

	* brebis/checktree.py, tests.py, tests/expected_hash/filetree-list,
	tests/expected_mode/treefiles-list, tests/expected_type/filetree-
	list, tests/filetree/filelist:
	improved the syntax of the list of files for tree
	[8f77dec4298d]

	* brebis/expectedvalues.py:
	catch correctly ConfigParser errors from the expected values file
	[1cc0f941da3f]

	* brebis/checkbackups.py, brebis/checkzip.py:
	fixed corrupted zip detection
	[29a5882881ac]

2011-09-06  Carl Chenet  <chaica@ohmytux.com>

	* brebis/configurations.py, brebis/expectedvalues.py,
	tests/expected_hash/archash/md5hashtararchive-list,
	tests/expected_hash/archash/md5hashziparchive-list,
	tests/expected_hash/archash/sha1hashtararchive-list,
	tests/expected_hash/archash/sha1hashziparchive-list,
	tests/expected_hash/archash/sha224hashtararchive-list,
	tests/expected_hash/archash/sha224hashziparchive-list,
	tests/expected_hash/archash/sha256hashtararchive-list,
	tests/expected_hash/archash/sha256hashziparchive-list,
	tests/expected_hash/archash/sha384hashtararchive-list,
	tests/expected_hash/archash/sha384hashziparchive-list,
	tests/expected_hash/archash/sha512hashtararchive-list,
	tests/expected_hash/archash/sha512hashziparchive-list:
	fixed unpleasant syntax for the hash of the expected archive
	[f7a4c8ab3f5e]

2011-06-25  Carl Chenet  <chaica@ohmytux.com>

	* merge with most recent branch
	[61e6084cd409]

2011-06-24  Carl Chenet  <chaica@ohmytux.com>

	* brebis/configurations.py, tests.py,
	tests/test_conf/subdir/archive2.conf, tests/test_conf/subdir/toto
	/essai-list, tests/test_conf/subdir/toto/essai.tar.gz:
	issues with relative links fixed thanks to absolute links use
	[16dff99f984f]

2011-06-23  Carl Chenet  <chaica@ohmytux.com>

	* brebis/configurations.py, tests.py, tests/test_conf/archive.conf,
	tests/test_conf/essai-list, tests/test_conf/essai.tar.gz:
	relative paths issues
	[56f61a0425bd]

	* scripts/brebis:
	correct error in the call of the main module
	[da5f396fdf2d]

	* brebis/configurations.py:
	stop execution when two configurations have the same name
	[3ed2f003b131]

	* tests.py:
	added expectFailure for tests with sticky bits and special files
	(user should fix it by himself after checking out the repository)
	[b4274b6c420a]

	* tests/expected_mode/foo/bar:
	added missing file bar with 755 rights
	[84c5c0260ba1]

2011-05-15  Carl Chenet  <chaica@ohmytux.com>

	* setup.py:
	hopefully last test for buildbot
	[3a8c507b908d]

2011-04-26  Carl Chenet  <chaica@ohmytux.com>

	* setup.py:
	added restrictions on python versions able to install Brebis
	[d3c7cdf8c4c5]

2011-05-16  Carl Chenet  <chaica@ohmytux.com>

	* scripts/brebis:
	added absolute path to main module
	[8b42fb41f686]

2011-05-15  Carl Chenet  <chaica@ohmytux.com>

	* setup.py:
	again again a test for buildbot
	[49ac5f02b5f3]

	* setup.py:
	again a simple test
	[f15e06568dbf]

	* setup.py:
	simple test for buildbot
	[da265bc90b79]

2011-04-22  Carl Chenet  <chaica@ohmytux.com>

	* brebis/applogger.py, brebis/archiveinfomsg.py,
	brebis/checkarchive.py, brebis/checkbackups.py,
	brebis/checkhashes.py, brebis/checktar.py, brebis/checktree.py,
	brebis/checkzip.py, brebis/cliparse.py, brebis/configurations.py,
	brebis/expectedvalues.py, brebis/main.py, tests.py:
	updated copyright mentions
	[f738e3d3bac6]

	* setup.py:
	good path to brebis script
	[4d0283251e5a]

	* applogger.py, archiveinfomsg.py, brebis, brebis/__init__.py,
	brebis/applogger.py, brebis/archiveinfomsg.py,
	brebis/checkarchive.py, brebis/checkbackups.py,
	brebis/checkhashes.py, brebis/checktar.py, brebis/checktree.py,
	brebis/checkzip.py, brebis/cliparse.py, brebis/configurations.py,
	brebis/expectedvalues.py, brebis/main.py, checkarchive.py,
	checkbackups.py, checkhashes.py, checktar.py, checktree.py,
	checkzip.py, cliparse.py, configurations.py, expectedvalues.py,
	main.py, scripts/brebis, tests.py:
	modified package structure
	[4ed132adb9bb]

	* setup.py:
	using distutils with setup.py
	[81e8e107d79d]

	* setup.py:
	corrected an error in setup.py
	[7de0094b5df5]

	* setup.py:
	added setup.py
	[bf7dd219a794]

2011-04-09  Carl Chenet  <chaica@ohmytux.com>

	* tests.py, tests/checkarchive_private_methods/mytar.tar.gz,
	tests/checkarchive_private_methods/tar-list:
	added unit tests for private methods of CheckArchive and uid-gid of
	the archive itself
	[5e179234a37f]

2011-04-08  Carl Chenet  <chaica@ohmytux.com>

	* archiveinfomsg.py, checkarchive.py, expectedvalues.py, tests.py,
	tests/expected_uid_gid/arc_uid_gid/tar-uid-gid-list,
	tests/expected_uid_gid/arc_uid_gid/tar-uid-gid.conf,
	tests/expected_uid_gid/arc_uid_gid/uid-gid.tar.gz,
	tests/expected_uid_gid/arc_uid_gid/uid-gid.zip,
	tests/expected_uid_gid/arc_uid_gid/zip-uid-gid-list,
	tests/expected_uid_gid/arc_uid_gid/zip-uid-gid.conf:
	added support for checking uid gid of the archive itself
	[cf19aa68475e]

2011-04-07  Carl Chenet  <chaica@ohmytux.com>

	* archiveinfomsg.py, checkarchive.py, checktar.py, checkzip.py,
	expectedvalues.py, tests.py,
	tests/expected_mode/arcmode/mode4644.tar.gz,
	tests/expected_mode/arcmode/mode4644.zip,
	tests/expected_mode/arcmode/mode644.tar.gz,
	tests/expected_mode/arcmode/mode644.zip,
	tests/expected_mode/arcmode/mode755.tar.gz,
	tests/expected_mode/arcmode/mode755.zip,
	tests/expected_mode/arcmode/tarmode4644-list,
	tests/expected_mode/arcmode/tarmode4644.conf,
	tests/expected_mode/arcmode/tarmode644-list,
	tests/expected_mode/arcmode/tarmode644.conf,
	tests/expected_mode/arcmode/tarmode755-list,
	tests/expected_mode/arcmode/tarmode755.conf,
	tests/expected_mode/arcmode/zipmode4644-list,
	tests/expected_mode/arcmode/zipmode4644.conf,
	tests/expected_mode/arcmode/zipmode644-list,
	tests/expected_mode/arcmode/zipmode644.conf,
	tests/expected_mode/arcmode/zipmode755-list,
	tests/expected_mode/arcmode/zipmode755.conf:
	added support for checking the mode of the archive itself
	[034cf411560c]

2011-04-06  Carl Chenet  <chaica@ohmytux.com>

	* checkarchive.py, checktar.py, checkzip.py:
	moved archive checks to checkarchive.py
	[686717d38a7a]

	* checkarchive.py, checktar.py, checkzip.py, expectedvalues.py,
	tests.py, tests/expected_hash/archash/md5hashtararchive-list,
	tests/expected_hash/archash/md5hashtararchive.conf,
	tests/expected_hash/archash/md5hashziparchive-list,
	tests/expected_hash/archash/md5hashziparchive.conf,
	tests/expected_hash/archash/mytar.tar.gz,
	tests/expected_hash/archash/myzip.zip, tests/expected_hash/archash
	/sha1hashtararchive-list,
	tests/expected_hash/archash/sha1hashtararchive.conf,
	tests/expected_hash/archash/sha1hashziparchive-list,
	tests/expected_hash/archash/sha1hashziparchive.conf,
	tests/expected_hash/archash/sha224hashtararchive-list,
	tests/expected_hash/archash/sha224hashtararchive.conf,
	tests/expected_hash/archash/sha224hashziparchive-list,
	tests/expected_hash/archash/sha224hashziparchive.conf,
	tests/expected_hash/archash/sha256hashtararchive-list,
	tests/expected_hash/archash/sha256hashtararchive.conf,
	tests/expected_hash/archash/sha256hashziparchive-list,
	tests/expected_hash/archash/sha256hashziparchive.conf,
	tests/expected_hash/archash/sha384hashtararchive-list,
	tests/expected_hash/archash/sha384hashtararchive.conf,
	tests/expected_hash/archash/sha384hashziparchive-list,
	tests/expected_hash/archash/sha384hashziparchive.conf,
	tests/expected_hash/archash/sha512hashtararchive-list,
	tests/expected_hash/archash/sha512hashtararchive.conf,
	tests/expected_hash/archash/sha512hashziparchive-list,
	tests/expected_hash/archash/sha512hashziparchive.conf:
	added support for hash checking for the archive itself
	[0a1d86e264eb]

	* archiveinfomsg.py:
	modified messages to cope with the check results for the archive
	itself
	[f0a32af01e78]

2011-04-05  Carl Chenet  <chaica@ohmytux.com>

	* tests/file_size/arcsize/biggerthantararcsize-list,
	tests/file_size/arcsize/biggerthanziparcsize-list,
	tests/file_size/arcsize/equaltararcsize-list,
	tests/file_size/arcsize/equalziparcsize-list,
	tests/file_size/arcsize/smallerthantararcsize-list,
	tests/file_size/arcsize/smallerthanziparcsize-list:
	using : instead of = with configparser in attribute lists
	[a3db5399dcc9]

	* checkarchive.py, checktar.py, checktree.py, checkzip.py,
	expectedfiles.py, expectedvalues.py, tests.py,
	tests/file_size/arcsize/biggerthantararchivesize.conf,
	tests/file_size/arcsize/biggerthantararcsize-list,
	tests/file_size/arcsize/biggerthanziparchivesize.conf,
	tests/file_size/arcsize/biggerthanziparcsize-list,
	tests/file_size/arcsize/equaltararchivesize.conf,
	tests/file_size/arcsize/equaltararcsize-list,
	tests/file_size/arcsize/equalziparchivesize.conf,
	tests/file_size/arcsize/equalziparcsize-list,
	tests/file_size/arcsize/smallerthantararchivesize.conf,
	tests/file_size/arcsize/smallerthantararcsize-list,
	tests/file_size/arcsize/smallerthanziparchivesize.conf,
	tests/file_size/arcsize/smallerthanziparcsize-list:
	checking the size (equal/biggerthan/smallerthan) of the archive
	itself is now available - tests and uniitests also ready
	[9caf898e3c52]

	* brebis:
	bump shebang to python3.2
	[f7bfb55d457d]

	* archiveinfomsg.py:
	modified equal/bigger/smaller messages to cope with the archives
	themselves
	[8a1bf9634c6b]

	* tests/file_size/essai-list, tests/file_size/essai.tar.bz2:
	resized the test archive and fixed the associated value
	[20cd78504606]

2011-04-04  Carl Chenet  <chaica@ohmytux.com>

	* tests.py:
	replaced expectedfiles class and module by expectedvalues
	[dcbd04d60cde]

	* configurations.py:
	fixed a ResourceWarning warning
	[08087d62ea45]

	* cliparse.py:
	using hashlib.algorithms_guaranteed starting with python3.2
	[4645edc3fb75]

	* checktar.py, checktree.py, checkzip.py:
	changed expectedfiles class and module by expectedvalues
	[64779a64f926]

	* checkhashes.py:
	fixed descriptor issue triggering a ResourceWarning with python 3.2
	[3d16bdc802ae]

2010-12-06  Carl Chenet  <chaica@ohmytux.com>

	* applogger.py, archiveinfomsg.py, checkarchive.py, checkbackups.py,
	checkhashes.py, cliparse.py, configurations.py, expectedfiles.py,
	expectedobjects.py, main.py:
	added information in the docstrings
	[21c5275d10e2]

	* checkbackups.py, checkdb.py, configurations.py,
	expecteddbobjects.py, expectedobjects.py, tests.py,
	tests/db_mysql_test/mysql-list, tests/db_mysql_test/mysql.conf,
	tests/db_postgresql_test/postgresql-list,
	tests/db_postgresql_test/postgresql.conf,
	tests/db_sqlite_test/mydata.db, tests/db_sqlite_test/nothing.db,
	tests/db_sqlite_test/sqlite-list, tests/db_sqlite_test/sqlite.conf:
	got rid of database controls - see database support branch from now
	on
	[c83b49997410]

	* tests/db_mysql_database_test/mysql-list:
	added mysql list of objects to check
	[d557e0a918cd] <database-support>

	* checkdb.py, tests/db_mysql_database_test/mysql.conf,
	tests/db_mysql_table_test/mysql-list,
	tests/db_mysql_table_test/mysql.conf, tests/db_mysql_test/mysql-
	list, tests/db_mysql_test/mysql.conf, tests/db_postgresql_table_test
	/postgresql-list, tests/db_postgresql_table_test/postgresql.conf,
	tests/db_postgresql_test/postgresql-list,
	tests/db_postgresql_test/postgresql.conf,
	tests/db_sqlite_table_test/mydata.db,
	tests/db_sqlite_table_test/nothing.db, tests/db_sqlite_table_test
	/sqlite-list, tests/db_sqlite_table_test/sqlite.conf,
	tests/db_sqlite_test/mydata.db, tests/db_sqlite_test/nothing.db,
	tests/db_sqlite_test/sqlite-list, tests/db_sqlite_test/sqlite.conf:
	created a branch with the database support for further enhancement
	[607f05119999] <database-support>

2010-12-01  Carl Chenet  <chaica@ohmytux.com>

	* checkbackups.py, tests/db_mysql_test/mysql-list,
	tests/db_postgresql_test/postgresql.conf:
	added tests for existing table in mysql and postgresql databases
	[4748fcc9746e]

2010-11-22  Carl Chenet  <chaica@ohmytux.com>

	* added support for hash control of a file inside an archive
	[272ec06690b8]

	* archiveinfomsg.py, checkarchive.py, checkhashes.py, checktar.py,
	checktree.py, checkzip.py, expectedfiles.py, tests.py,
	tests/expected_hash/bar.zip, tests/expected_hash/bar/bar1,
	tests/expected_hash/bar/bar2, tests/expected_hash/bar/bar3,
	tests/expected_hash/bar/bar4, tests/expected_hash/bar/bar5,
	tests/expected_hash/bar/bar6, tests/expected_hash/files-list,
	tests/expected_hash/filetree-list, tests/expected_hash/foos.tar.gz,
	tests/expected_hash/tar.conf, tests/expected_hash/tree.conf,
	tests/expected_hash/zip-list, tests/expected_hash/zip.conf:
	added support for hash control in archives (zip,tar and filetree)
	[c11ff8b2ab04] <hash-inside-archive>

2010-11-20  Carl Chenet  <chaica@ohmytux.com>

	* expectedfiles.py:
	changed the string required to identify the mode parameter
	[245b730f43a2]

2010-11-18  Carl Chenet  <chaica@ohmytux.com>

	* archiveinfomsg.py, checkarchive.py, checktar.py, checktree.py,
	expectedfiles.py, tests.py, tests/expected_type/archive.conf,
	tests/expected_type/files-list, tests/expected_type/filetree-list,
	tests/expected_type/foos.tar.gz, tests/expected_type/foos/bar/bar1,
	tests/expected_type/foos/foo1, tests/expected_type/foos/foo2,
	tests/expected_type/foos/foo3, tests/expected_type/foos/foo4,
	tests/expected_type/foos/foo5, tests/expected_type/foos/foo6,
	tests/expected_type/tree.conf:
	support for expected types for both tarfiles and filetree
	[94acb5aafad6]

2010-11-14  Carl Chenet  <chaica@ohmytux.com>

	* merge branch dedicated to support for expected modes in filetree
	[f5b436648582]

	* checktree.py, tests.py, tests/expected_mode/foo/foo1,
	tests/expected_mode/tree.conf, tests/expected_mode/treefiles-list,
	tests/filetree/filelist:
	added support for expected modes for filetree
	[0855cdec8c17] <permission-support>

	* archiveinfomsg.py, checkarchive.py, checktar.py, expectedfiles.py,
	tests.py, tests/expected_mode/archive.conf, tests/expected_mode
	/files-list, tests/expected_mode/foos.tar.gz:
	adde support for expected file mode for archives
	[8d5a4bb82617] <permission-support>

2010-11-13  Carl Chenet  <chaica@ohmytux.com>

	* checktree.py, tests/filetree/filelist, tests/filetree/filetree.conf,
	tests/filetree/foo/bar/foo3, tests/filetree/foo/foo1,
	tests/filetree/foo/foo2:
	added support for uid/gid parameter for filetree
	[0d842f1fe13c]

	* checkzip.py:
	added support for zip64 (zip files > 4G)
	[65725d9c96ea]

	* expectedfiles.py:
	catch uid/gid wrong parameters with ValueError exception
	[36926fbb20ca]

2010-11-12  Carl Chenet  <chaica@ohmytux.com>

	* archiveinfomsg.py, checkarchive.py, checkbackups.py, checktar.py,
	checktree.py, checkzip.py, expectedfiles.py, tests.py,
	tests/expected_uid_gid/archive.conf, tests/expected_uid_gid/files-
	list, tests/expected_uid_gid/foo.tar.gz,
	tests/expected_uid_gid/foos.tar.gz, tests/expected_uid_gid
	/multiplefiles-list, tests/expected_uid_gid/multiplefiles.conf,
	tests/file_size/archive.conf, tests/file_size/zip.conf,
	tests/zip/cryptedzip.zip, tests/zip/mycryptedzip.conf, tests/zip
	/myzip-list, tests/zip/myzip.conf, tests/zip/myzip.zip,
	tests/zip_content/myzip-list, tests/zip_content/myzip.conf,
	tests/zip_content/myzip.zip:
	added support for uid/gid checks
	[334f5364bc10]

2010-11-11  Carl Chenet  <chaica@ohmytux.com>

	* archiveinfomsg.py, checkarchive.py, expectedfiles.py, tests.py,
	tests/unexpected_files/archive.conf, tests/unexpected_files/files-
	list, tests/unexpected_files/foo.tar.gz:
	added support for unexpected files
	[26c8c0f17639]

2010-11-10  Carl Chenet  <chaica@ohmytux.com>

	* expectedfiles.py:
	added support for multiple items for a file
	[87d72c14ec57]

2010-11-09  Carl Chenet  <chaica@ohmytux.com>

	* tests.py:
	added good test for ExpectedFiles class
	[37db35704eb8]

	* cliparse.py:
	corrected a runtime error
	[96acb4d8ca5f]

2010-11-08  Carl Chenet  <chaica@ohmytux.com>

	* applogger.py, archiveinfomsg.py, checkarchive.py, checkdb.py,
	checkhashes.py, cliparse.py, configurations.py, expectedfiles.py:
	conforming to pep008
	[c751cb9a5ca9]

	* tests.py, tests/corrupted_archive/MD5SUMS,
	tests/corrupted_archive/archive.conf,
	tests/corrupted_archive/corrupted.conf,
	tests/corrupted_archive/corrupted.tar.gz, tests/corrupted_archive
	/essai-list, tests/corrupted_archive/essai.tar.gz,
	tests/corrupted_archives/MD5SUMS, tests/corrupted_archives/SHA1SUMS,
	tests/corrupted_archives/SHA224SUMS,
	tests/corrupted_archives/SHA256SUMS,
	tests/corrupted_archives/SHA384SUMS,
	tests/corrupted_archives/SHA512SUMS,
	tests/corrupted_archives/md5-corrupted.tar.gz,
	tests/corrupted_archives/sha1-corrupted.tar.gz,
	tests/corrupted_archives/sha224-corrupted.tar.bz2,
	tests/corrupted_archives/sha256-corrupted.tar.gz,
	tests/corrupted_archives/sha384-corrupted.tar.bz2,
	tests/corrupted_archives/sha512-corrupted.tar.gz:
	added unittests for md5,sha1,sha224,sha256,sha384 and sha512 sums
	[dba7700ed8ab]

2010-11-07  Carl Chenet  <chaica@ohmytux.com>

	* merging default and with-expectedfiles-configparser branches
	[fbc1bd2be417]

	* archiveinfomsg.py, expectedfiles.py, tests.py,
	tests/corrupted_archive/essai-list, tests/file_size/essai-list,
	tests/file_size/essai-list2, tests/filetree/filelist,
	tests/tar_bz2_archive_content/essai2-list,
	tests/tar_gz_archive_content/essai-list, tests/zip_content/myzip-
	list:
	lists of files now use configparser. tests.py modified accordingly
	[8cdfd18e3214] <with-expectedfiles-configparser>

2010-07-27  Carl Chenet  <chaica@ohmytux.com>

	* new branch : with expectedfiles.py using configparser
	[e88830c806ac] <with-expectedfiles-configparser>

	* tests/db_postgresql_test/postgresql-list,
	tests/db_postgresql_test/postgresql.conf:
	added files for postgresql support
	[d71d95530706]

	* configurations.py:
	correcting a regression
	[9962a59ca205]

2010-06-14  Carl Chenet  <chaica@ohmytux.com>

	* checkdb.py:
	personalizing the error message depending if you use sqlite or other
	databases
	[ae75f23e3a1b]

	* tests/db_mysql_test/mysql-list:
	using a table which does not exist
	[dfc6bb155917]

	* tests/db_mysql_test/mysql.conf:
	updated the path to mysql-list
	[b7dff297a240]

	* tests/db_mysql_test/mysql-list, tests/db_mysql_test/mysql.conf,
	tests/db_sqlite_test/mydata.db, tests/db_sqlite_test/nothing.db,
	tests/db_sqlite_test/sqlite-list, tests/db_sqlite_test/sqlite.conf,
	tests/db_test/mydata.db, tests/db_test/mysql-list,
	tests/db_test/mysql.conf, tests/db_test/nothing.db, tests/db_test
	/sqlite-list, tests/db_test/sqlite.conf:
	splitting db_test/ in db_mysql_test/ and db_sqlite_test/
	[e2881915625e]

	* configurations.py:
	using 127.0.0.1 as default for dbhost
	[30a73c57a0b6]

	* configurations.py:
	restricting database types allowed to be specified by users
	[a995f9d3e8b5]

2010-06-11  Carl Chenet  <chaica@ohmytux.com>

	* checkdb.py, configurations.py, tests/db_test/mysql-list,
	tests/db_test/mysql.conf, tests/db_test/nothing.db,
	tests/db_test/sqlite.conf:
	added support for mysql database and postgresql database
	[9cd6782c888a]

2010-05-18  Carl Chenet  <chaica@ohmytux.com>

	* checkhashes.py:
	switch from double quotes to single quotes for comments
	[ca39eafbcf1f]

	* configurations.py:
	fixed a mispelled word
	[6720446d8225]

	* applogger.py, brebislogger.py, cliparse.py, main.py, tests.py:
	removed the brebis name
	[b4b5249424be]

	* tests.py:
	removed absolute paths in zip test
	[d217cd9f3e95]

	* tests/myzip-list, tests/myzip.conf, tests/myzip.zip,
	tests/zip_content/myzip-list, tests/zip_content/myzip.conf,
	tests/zip_content/myzip.zip:
	added a new zip_content directory in the test directory
	[ebad9a034f69]

	* tests.py:
	modifying zip test to follow the new test directory structure
	[67a29ebd764c]

	* checkdb.py:
	removed mysql broken support for 1.0
	[ebb33236e73b]

2010-05-17  Carl Chenet  <chaica@ohmytux.com>

	* tests.py, tests/archive.conf, tests/archive2.conf, tests/essai-list,
	tests/essai.tar.gz, tests/essai2-list,
	tests/tar_bz2_archive_content/archive2.conf,
	tests/tar_bz2_archive_content/essai2-list,
	tests/tar_bz2_archive_content/titi.tar.bz2,
	tests/tar_gz_archive_content/archive.conf,
	tests/tar_gz_archive_content/essai-list,
	tests/tar_gz_archive_content/essai.tar.gz, tests/titi.tar.bz2:
	ugly moves to reorganize the test directory
	[6df83bd518a2]

	* expectedfiles.py:
	loop for kilo, mega, giga, whatever
	[e86f5c86ae5c]

2010-01-05  Carl Chenet  <chaica@ohmytux.com>

	* tests/db_test/mysql-list, tests/db_test/mysql.conf:
	Removing tests on mysql until it's supported by mysql driver from
	sqlalchemy
	[66fc4c10941b]

	* tests.py:
	Added test on dbname value in the database test
	[f9a36cee51b7]

	* checkbackups.py:
	Removed useless comments
	[8e8d4a72cba9]

	* checkarchive.py:
	Removed a false comment
	[1be933334371]

2009-12-19  Carl Chenet  <chaica@ohmytux.com>

	* checkdb.py:
	Modifying the checks for db to be more flexible
	[35a813bd931d]

2009-12-16  Carl Chenet  <chaica@ohmytux.com>

	* tests/db_test/db.conf, tests/db_test/sqlite3-list:
	Remove useless files
	[ed9c95a0220c]

	* tests/db_test/mysql.conf:
	Configuration for mysql
	[623324a33a31]

	* configurations.py:
	Added support for dbname
	[d99fd8a353cc]

	* tests/db_test/mysql-list, tests/db_test/mysql.conf:
	files to test mysql
	[30c4385e065c]

	* tests/db_test/sqlite-list, tests/db_test/sqlite.conf:
	Suppressed data relative to sqlite3
	[60db5d611fa2]

	* checkbackups.py:
	Removed useless comments
	[c6726594a881]

2009-12-15  Carl Chenet  <chaica@ohmytux.com>

	* tests/db_test/db.conf:
	Modifying according to the new keyword sqlite to identify a sqlite
	database
	[30e73775df19]

	* archiveinfomsg.py, checkbackups.py:
	Splitting checkbackups.py
	[906f930dfc71]

	* expectedfiles.py:
	Style improvement: switched from docstrings with double quotes to
	single quote.
	[d81d46444ebf]

	* expecteddbobjects.py:
	Style improvement: switched from docstrings with double quotes to
	single quote.
	[db72bf579f17]

	* tests.py:
	Style improvement: switched from docstrings with double quotes to
	single quote.
	[e98a0af82a2f]

	* checkdb.py:
	Simplifying the process to check a database
	[f70f9533866a]

	* checkarchive.py:
	Style improvement: switched from docstrings with double quotes to
	single quote.
	[2ddd2db94b30]

	* checkzip.py:
	Style improvement: switched from docstrings with double quotes to
	single quote. Old comments also removed.
	[a029a0cd838d]

	* checktree.py:
	Style improvement: switched from docstrings with double quotes to
	single quote
	[28ff6abc4b47]

	* main.py:
	Style improvement: switched from docstrings with double quotes to
	single quote
	[bb81288166f1]

	* cliparse.py:
	Style improvement: switched from docstrings with double quotes to
	single quote
	[6943e119b62f]

	* checktar.py:
	Style improvement: switched from docstrings with double quotes to
	single quote
	[87924434c5b0]

	* brebislogger.py:
	Style improvement: switched from docstrings with double quotes to
	single quote
	[0f547a3eaaa6]

2009-12-13  Carl Chenet  <chaica@ohmytux.com>

	* checkdb.py, expecteddbobjects.py, tests/db_test/db.conf:
	Support for sqlite databases
	[87f4d0d87a23]

	* expectedobjects.py:
	expectedobjects.py provides useful methods regarding the expected
	objects (files, database objects) we need
	[c80eca6ebcd0]

	* tests/db_test/sqlite3-list:
	A file to test what database object exists
	[fc7c10f4b694]

	* checkbackups.py:
	checkbackups.py now supports databases. Also some style improvements
	[af17dab0dc00]

	* configurations.py:
	The Configuration class now manages sqlite databases
	[3e5288ff9ef1]

	* tests.py:
	Modified the configuration class test
	[a63201cb4c76]

2009-12-11  Carl Chenet  <chaica@ohmytux.com>

	* configurations.py, tests.py, tests/db_test/db.conf,
	tests/db_test/mydata.db:
	Added files to test sqlite3 db integrity
	[01143c0cf973]

	* tests.py, tests/file_size/essai-list, tests/file_size/essai-list2,
	tests/file_size/essai.tar.bz2, tests/file_size/myzip.zip,
	tests/filetree/filelist:
	Added complete series of tests for archive backups
	[e7f91df8a075]

2009-12-09  Carl Chenet  <chaica@ohmytux.com>

	* tests.py:
	Added unit tests for checktree module
	[ec31a9f69349]

	* tests/filetree/filelist:
	Modified the tests/filetree/filelist for checking equality
	[52370af9e2f3]

	* checktree.py:
	Removed a useless print
	[ded995212a2a]

	* tests/filetree/filelist, tests/filetree/foo/bar/foo3,
	tests/filetree/foo/foo1, tests/filetree/foo/foo2:
	Added some files to test the tree file backups
	[e8707c5963fe]

	* checkbackups.py, checktree.py:
	Added support for file trees as a backup
	[639d0319d400]

	* brebislogger.py:
	Switched level logging from INFO to WARNING
	[ceb0190fc3b5]

2009-12-05  Carl Chenet  <chaica@ohmytux.com>

	* tests/file_size/essai-list, tests/filetree/filelist,
	tests/filetree/filetree.conf, tests/filetree/foo/bar/foo3,
	tests/filetree/foo/foo1, tests/filetree/foo/foo2,
	tests/test_conf/archive.conf:
	Added some files for tests
	[64eb7d52c341]

	* configurations.py, tests.py:
	Check if the backup path from the configuration exists
	[52dd882b8419]

	* main.py:
	Removed a useless print
	[fd7836f2dd04]

	* configurations.py:
	Removed useless error messages
	[6d6b31246ad8]

	* checkbackups.py, checkhashes.py, checkzip.py, expectedfiles.py,
	tests.py:
	Switched logging level from info to warn
	[01a3ba752a5e]

	* checkbackups.py:
	Addes a docstring for __main
	[ca11818f3028]

2009-12-04  Carl Chenet  <chaica@ohmytux.com>

	* expectedfiles.py:
	Fixed a typo
	[376086a21d99]

	* checktar.py:
	Fixed an issue with managing exceptions
	[7d89adb1bdda]

	* cliparse.py:
	Added a default for logfile and confpath
	[7d034f952fd3]

	* cliparse.py:
	Fixed a small typo. Improved the hashtype option help message.
	[f73c327503b2]

	* brebislogger.py, checkhashes.py, checktar.py, checkzip.py,
	cliparse.py, configurations.py, expectedfiles.py, main.py:
	Fixed variables visibility issues. Paths from cliparse are now
	absolute paths
	[5890abc09f04]

2009-12-03  Carl Chenet  <chaica@ohmytux.com>

	* checkarchive.py, checktar.py, checkzip.py, tests.py, tests/file_size
	/essai-list, tests/file_size/essai-list2, tests/file_size/myzip.zip,
	tests/file_size/zip.conf:
	Both zip and tar archive types are supported. The code has been
	efficiently reduced.
	[fc8b9ffda817]

	* checkbackups.py, checktar.py, expectedfiles.py, tests/file_size
	/essai-list:
	Reducing redundant code
	[74532ba88496]

	* .hgignore:
	Ignoring files named a.out
	[44cbe0e302c7]

	* tests/file_size/archive.conf, tests/file_size/essai-list,
	tests/file_size/essai.tar.bz2:
	These files help to test the new code for conditions on file sizes
	[d19975d935e6]

	* checkarchive.py, checkbackups.py, checktar.py, checkzip.py,
	cliparse.py, expectedfiles.py, main.py, tests.py:
	checkarchive.py will factorize checktar.py and checkzip.py
	[1bd20b7983ff]

2009-11-28  Carl Chenet  <chaica@ohmytux.com>

	* main.py, tests.py, tests/myzip-list:
	new unit tests
	[c5edcba85ae6]

2009-11-27  Carl Chenet  <chaica@ohmytux.com>

	* .hgignore:
	.hgignore to get rid of *.pyc
	[d1d19224fb11]

	* cliparse.py, tests/corrupted_archive/MD5SUMS,
	tests/corrupted_archive/archive.conf,
	tests/corrupted_archive/corrupted.conf,
	tests/corrupted_archive/corrupted.tar.gz, tests/corrupted_archive
	/essai-list, tests/corrupted_archive/essai.tar.gz, tests/myzip-list,
	tests/myzip.conf, tests/myzip.zip:
	Some files to test Brebis
	[ff33893ed54c]

	* checkbackups.py, checkhashes.py, checktar.py, checkzip.py,
	cliparse.py, main.py, tests.py:
	checkzip.py provides checks for zip files, checkhashes.py provides
	md5 sums checks for backups before proceeding
	[8710ec3bf711]

2009-11-25  Carl Chenet  <chaica@ohmytux.com>

	* tests/essai-list, tests/essai2-list, tests/test_conf/archive.conf:
	some files for the unit tests
	[44b3b61d35cc]

	* tests.py:
	tests.py provides unit tests for Belier - 89% of code coverage for
	now
	[b257c6e05b5a]

	* expectedfiles.py:
	expectedfiles.py provides the paths for expected files inside the
	archive
	[581ab67e4c66]

	* brebislogger.py, checkbackups.py, checktar.py, cliparse.py,
	configurations.py, main.py, tests/archive.conf, tests/archive2.conf:
	brebislogger.py defines a logger for the Brebis events
	[e30d0846a24c]

2009-11-23  Carl Chenet  <chaica@ohmytux.com>

	* tests/archive.conf, tests/archive2.conf, tests/essai.tar.gz,
	tests/titi.tar.bz2:
	Added the test directory and some test elements under it.
	[cac6605d19ea]

	* checktar.py:
	Added checktar.py which checks tar files.
	[113c92d953d6]

	* checkbackups.py:
	Added checkbackups.py which knows what to do with each kind of
	backup we meet.
	[63b784550502]

	* configurations.py:
	Added configurations.py which extracts the different information
	about archives and (in the future) dumps we have to check.
	[593062c08ff2]

	* cliparse.py:
	Added cliparse.py which parses the command line options and args.
	[b12493006c30]

	* main.py:
	Added main.py which provides the Main class of Brebis.
	[28c2b982e5a0]

	* brebis:
	Added brebis file to call the main.
	[11f5fc6b4bfc]

