From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B022F1395E8 for ; Thu, 2 Feb 2017 17:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87B4B21C11C; Thu, 2 Feb 2017 17:12:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69C8721C11C for ; Thu, 2 Feb 2017 17:12:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86DCA340DC7 for ; Thu, 2 Feb 2017 17:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 784203B8E for ; Thu, 2 Feb 2017 17:12:21 +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: <1486055204.9c427606dccfb88c4e4c4de3d14f30418f174e2e.dolsen@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/, / X-VCS-Repository: proj/layman X-VCS-Files: CHANGES layman/version.py X-VCS-Directories: / layman/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 9c427606dccfb88c4e4c4de3d14f30418f174e2e X-VCS-Branch: master Date: Thu, 2 Feb 2017 17:12:21 +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: 061a699e-593e-43db-9f35-ac8ea04aacb1 X-Archives-Hash: 62e5d80cd0f308c1635e49c9fc191603 commit: 9c427606dccfb88c4e4c4de3d14f30418f174e2e Author: Brian Dolbec gentoo org> AuthorDate: Thu Feb 2 17:02:14 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Feb 2 17:06:44 2017 +0000 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=9c427606 Update for a release CHANGES | 6 ++++++ layman/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c64007b..14bf02c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,12 @@ CHANGES ------- +Version 2.4.2 - Release 2017-02-01 +================================== + - Bug 587474 Fix a missed eprefix placeholder for repos_conf setting. + - Bug 539336 Adds exception handling + - Fix commit 63808ef00f94 mis-applied 'sourcefile' attribute changes + Version 2.4.1 - Release 2016-05-06 ================================== - adds sourcefile to plug-in modules, fixes bug #582154 diff --git a/layman/version.py b/layman/version.py index c6d20cd..402a339 100644 --- a/layman/version.py +++ b/layman/version.py @@ -24,7 +24,7 @@ from __future__ import unicode_literals __version__ = "$Id: version.py 309 2007-04-09 16:23:38Z wrobel $" -VERSION = '2.4.1' +VERSION = '2.4.2' if __name__ == '__main__': print(VERSION)