CHANGES
=======

2.0.0
-----

* Update copyright to 2016
* Remove bindep/support_py26.py
* Add NEWS.rst listing important changes for 2.0.0
* Add Archlinux support
* Add python 3 classifiers
* Replace use of Mox with Mock
* Remove "Spurious VWS"
* Handle platform and normal profiles
* fix small typo and link
* Add support for openSUSE and SLES

1.0.0
-----

* Update PyPI trove classifiers preparing for 1.0.0
* Add Gentoo support to bindep
* Remove other-requirements.txt
* Removes MANIFEST.in as it is not needed explicitely by PBR
* Remove py26 support from bindep
* Ignore coverage output files
* Change ignore-errors to ignore_errors
* Add profile to the usage text
* Stop specifying requirements.txt in tox.ini

0.1.0
-----

* Document --brief and exit code in basics
* Update documentation from cookiecutter
* Support requirements on standard input

0.0.1
-----

* Allow comments and blank lines in other-requirements.txt
* Allow mixed-case package names
* Use a pbr-compatible version of Sphinx
* Add a --version option
* Allow hyphens in profile strings
* Add positive/negative tests exercising the parser
* Add platform support for Fedora
* Add codename and release platform profiles
* Add a --brief option
* Accept old dpkg-query errors
* Support for older dpkg
* Update .gitreview for project rename
* Add CentOS RPM support
* Workflow documentation is now in infra-manual
* Add a --file option
* Sync with openstack-dev/cookiecutter
* Stop using intersphinx
* Setup gitreview
* Fix flake8 whinge and py26
* Implement version comparisons and dpkg queries
* Add reporting of errors
* CLI connection to active rules
* Implement rule activation selection
* Quick parser tests
* Add first cut parser
* Typo in test class name
* Basic platform support using lsb_release
* Add Depends object
* Implement --profiles UI support, and sketch depends factory API
* Start fleshing out commands
* Initial project docs and framework
