commit: e2d36613e0f196d82140c395fa87a3c89f8b0b72 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org> AuthorDate: Mon Dec 8 04:51:41 2014 +0000 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org> CommitDate: Mon Dec 8 04:51:41 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=e2d36613
CHANGES: Modified to reflect newest changes --- CHANGES | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGES b/CHANGES index 291e4c8..d4e527e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,26 @@ CHANGES ------- +Version 2.2.1 - Release ??? +=========================== + - Renamed portage sync plugin to laymanator + - adds portage sync plugin to setup.py for installation + - Completely removes doctest remnants + - adds fix that quells initial warning if layman does not see an install.xml file + - adds spelling correction on external.py header + - modifies remotedb.py to reflect ssl-fetch changes + - fixes misuse of .keys() in maker.py causing py3.x compat issues + - whitespace cleanup in maker.py + - adds skipping of protocol verification if protocol guessing fails in maker.py + - fixes undefined xml error in maker.py + - adds checks for which archive overlay types to test in external test suite + - converts all assertEquals calls to assertEqual (assertEquals will be deprecated) + - modifies and improves testing method for external test suite + - renames self.overlay to self.overlays in reposconf.py + - modifies output message encoding to become indiscriminate on type + - changes ssl-fetch kwargs-info level to 5 to limit verbosity + - modifies checking for sync plugin name to reflect new name in reposconf.py + Version 2.2.0 - Release 2014-09-28 ================================== - man page updates
