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 2D072138010 for ; Tue, 9 Oct 2012 02:20:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C69D3E02FB; Tue, 9 Oct 2012 02:19:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3D138E02FB for ; Tue, 9 Oct 2012 02:19:56 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2902A33D759 for ; Tue, 9 Oct 2012 02:19:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E818FE5436 for ; Tue, 9 Oct 2012 02:19:53 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1349749159.fc1de4a933320965e390b2e765bf73a54425e0eb.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: fc1de4a933320965e390b2e765bf73a54425e0eb X-VCS-Branch: master Date: Tue, 9 Oct 2012 02:19: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 X-Archives-Salt: 9302565c-8eeb-43ce-bb9d-5eae97ae5cba X-Archives-Hash: 201bf90ea1788615724a69b3ff2fe7f6 commit: fc1de4a933320965e390b2e765bf73a54425e0eb Author: Brian Dolbec gentoo org> AuthorDate: Tue Oct 9 02:19:19 2012 +0000 Commit: Brian Dolbec gmail com> CommitDate: Tue Oct 9 02:19:19 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=fc1de4a9 update CHANGES --- CHANGES | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 49 insertions(+), 0 deletions(-) diff --git a/CHANGES b/CHANGES index 1a80c84..11fbd62 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,54 @@ CHANGES ------- + +Version 2.0.0 - Released 2012-10-08 +======================================= + - man page updates, formatting changes + - fix unknown variable + - fix bug 384085, deprecated "bzr get" to "bzr branch" + - py2, py3 compatability changes so 2to3 will work correctly (unfinished) + - make the tests more py3 compatibile + - improve the usage to include an example of multiple actions + - Add cwd=base to git's add() run_command function call. + This fixes Bug 396643 in selinux and newer git. + - change to only wrap the '*' with the color, not the spaces around it + - Add news reporting capability to meet GLEP 42 requirement + - several news fixes + - fix bug 408897 for when profiles/repo_name is not the same as + the layman overlay name + - config fixes + - set some sane defaults for stdout, stderr, stdin + - Bug 390127 fix: for an extra level parameter in the error _output() calls + - Bug 433687. Add setting the default user name and email + when adding new git based overlays. + - Bug 408039. An an automatic 'svn upgrade' capability for svn type repos + - doctest updates. + - Fix bug 372583. Don't add redundant trailing slashes on + src uri's where trailing slashes are required + - move the rename_db code to a standalone updater utility + + + +Version 2.0.0_rc3 - Released 2011-09-17 +======================================= + - fix wrong variable name in the layman.cfg explanations + - remove some dead ERROR constants + - fix success reporting identified in bug 379779. + Improve and change error output from info(), warn() to error() + - set some options to the ones passed in that were previously missed + - continue establishing a proper high level interface + - pass the input parameters to MessageBase + - clean out nearly useless quiet parameter, use config['quiet'] instead + - rename local_list to installed, + create an update function to migrate the change + - fix a missed conversion to using the Message class + - fix bug 381853, remove the noise level param as error() does not have it + like the other output functions + - fix typo, bug 382785 + - better explain the variable change + + + Version 2.0.0_rc2 - Released 2011-08-10 =======================================