From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QqcLP-0002TS-Gw for garchives@archives.gentoo.org; Tue, 09 Aug 2011 02:47:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1FD021C03F; Tue, 9 Aug 2011 02:46:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C5AAE21C03F for ; Tue, 9 Aug 2011 02:46:54 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 357AF1B404F for ; Tue, 9 Aug 2011 02:46:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8165480043 for ; Tue, 9 Aug 2011 02:46:53 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <5394b37cb44c0a1e0499d2f8827cab946b0ccb92.dol-sen@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: / X-VCS-Repository: proj/layman X-VCS-Files: CHANGES X-VCS-Directories: / X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 5394b37cb44c0a1e0499d2f8827cab946b0ccb92 Date: Tue, 9 Aug 2011 02:46:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 511c18c7645c0ce5bfd89c55724752de commit: 5394b37cb44c0a1e0499d2f8827cab946b0ccb92 Author: dol-sen gmail com> AuthorDate: Tue Aug 9 01:55:12 2011 +0000 Commit: Brian Dolbec gmail com> CommitDate: Tue Aug 9 01:55:12 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/layman.git;a=3D= commit;h=3D5394b37c update CHANGES --- CHANGES | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/CHANGES b/CHANGES index c7de68a..a49bcd3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,33 @@ CHANGES ------- +Version 2.0.0_rc2 - Released 2011-08-08 +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + + - fix success mistracking + - change raising an exception to outputing the error + - fix --list --verbose functionality, bug 375779 + - update manpage + - add overlay_defs option to layman.cfg + - fix existing tests. add new tests for new classes + update all tests to pass + - fix undefined 'subpath' + - fix setting the timestamp from the remote server, bug # 376601 + - fix the overly noisy output for unsupported overlay types + - add supported_types() to the api + - add --debug-level to cli options and code Message.debug() + - fix broken UnknownOverlayException + - fix error reporting in the api, refactor action & error processing/tr= acking. + - add a space before the * in the output func()'s as per "Etal"'s forum= request + - fix a bug causing it to not get the correct config path + - fix typo causing traceback in bug 377401 comment # 31 + - clean out some dead code. + - fix task spacing for running multiple tasks + - eliminate a duped error output + - run "svn cleanup..." for keyboard interrupts, bug 377035 + - fix bug 378097. unofficial installed overlays not printing + - make it EPREFIX ready + +------- Version 2.0.0_rc1 - Released 2011-06-06 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20