CHANGES
=======

1.1.0
-----

* Fix encoding issue for md5 file
* Fix md5 in release-files
* Fix sync problems with debian-security repository

1.0.5
-----

* Add travis config
* (BAREOS-3476) Clean up default values in repos Release file

1.0.4
-----

* (BAREOS-3273) Fix for create_repo architectures
* List Packages in Release relative to Release
* Fix requirements and dependencies

1.0.2
-----

* Removed quoted string
* Add python 3.6 to set of supported python version
* Fix timezone in test_set_date
* Incorporate changes suggested by @xbcsmith
* Add test_pkg_from_file_without_md5sums
* Tolerate missing md5sums in control part when reading from file
* (BAREOS-3018) Add version support to debpkg
* Preparing pypi release

1.0.0
-----

* Incremental downloads of a repo (BAREOS-2503)
* Incremental downloads of apt repo (BAREOS-2503)
* (BAREOS-2465) Remove main cmdline functions

0.2.1
-----

* (BAREOS-2296) Add signing support for .deb pkgs
* Added compressr (BAREOS-2504)
* (BAREOS-2406) Implement Debian Dependency Information
* (BAREOS-2456) Add tests for errors
* (BAREOS-2443) Implement parse for aptrepo
* (BAREOS-2454) Remove irrelevant docs

0.2.0
-----

* Preparing release on github (OSC-26)
* Supply dist as an additional argument (BAREOS-2172)
* Added signing capabilities (BAREOS-2172)

0.1.2
-----

* Removed shared state between AptRepoMeta objects (BAREOS-2384)

0.1.1
-----

* (BAREOS-2361) Fix datestamp in Release File

0.1.0
-----

* Removed version from setup.cfg, use pbr instead (BAREOS-2118)
* (BAREOS-2216) Fix symlink behavior and add tests for main
* Indentation matters: add newline after each package (BAREOS-2118)
* Updated setup.cfg to rename to python-debpkgr (BAREOS-2118)
* Added Filename and SIze properties to packages in dist (BAREOS-2118)
* Set default set of arches to [i386, amd64] (BAREOS-2118)
* Creating repos with symlinks now. (BAREOS-2118)
* (BAREOS-2118) Add copyright and remove hashlib from reqs
* (BAREOS-2118) Add README.rst and bump version 0.0.2
* (BAREOS-2118) Add unit test for hasher and utils
* (BAREOS-2118) Add unit test for debpkg
* (BAREOS-2118) Add functional test for debpkg
* (BAREOS-2118) Try to fix --strict parsing
* (BAREOS-2118) Try to fix --strict parsing
* (BAREOS-2118) Edit docs
* (BAREOS-2118) Add aptrepo unit tests
* (BAREOS-2118) Improve aptrepo tests
* (BAREOS-2118) Refactor aptrepo tests and remove src dir
* (BAREOS-2118) Refactor aptrepo code
* Partial updates
* (BAREOS-2118) Refactor aptrepo code
* (BAREOS-2118) Refactor initial work
* Adding new code
* Initial Commit
