From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DBC9D1389E2 for ; Mon, 8 Dec 2014 04:51:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1113E081E; Mon, 8 Dec 2014 04:51:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 481FFE081E for ; Mon, 8 Dec 2014 04:51:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0691634050C for ; Mon, 8 Dec 2014 04:51:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5413DBDBA for ; Mon, 8 Dec 2014 04:51:54 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1418014301.e2d36613e0f196d82140c395fa87a3c89f8b0b72.twitch153@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: / X-VCS-Repository: proj/layman X-VCS-Files: CHANGES X-VCS-Directories: / X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: e2d36613e0f196d82140c395fa87a3c89f8b0b72 X-VCS-Branch: master Date: Mon, 8 Dec 2014 04:51:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7b4d665e-7ff1-44f3-9001-ba2e15375f4a X-Archives-Hash: f74bb09c6f27cb53d4ed812071f0d5af commit: e2d36613e0f196d82140c395fa87a3c89f8b0b72 Author: Devan Franchini gentoo org> AuthorDate: Mon Dec 8 04:51:41 2014 +0000 Commit: Devan Franchini gentoo 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