aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2017-02-02 09:02:14 -0800
committerBrian Dolbec <dolsen@gentoo.org>2017-02-02 09:06:44 -0800
commit9c427606dccfb88c4e4c4de3d14f30418f174e2e (patch)
tree7a60a7679a3bd1ea2c173b567d1517a5c362e45e
parentetc/layman.cfg: Add missed @GENTOO_PORTAGE_EPREFIX@ for the repos.conf settting (diff)
downloadlayman-9c427606dccfb88c4e4c4de3d14f30418f174e2e.tar.gz
layman-9c427606dccfb88c4e4c4de3d14f30418f174e2e.tar.bz2
layman-9c427606dccfb88c4e4c4de3d14f30418f174e2e.zip
Update for a release2.4.2
-rw-r--r--CHANGES6
-rw-r--r--layman/version.py2
2 files changed, 7 insertions, 1 deletions
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)