* [gentoo-commits] proj/layman:master commit in: layman/, /
@ 2015-01-12 22:40 Devan Franchini
0 siblings, 0 replies; 2+ messages in thread
From: Devan Franchini @ 2015-01-12 22:40 UTC (permalink / raw
To: gentoo-commits
commit: 45ef92f85e1044453ac27b760875ffa77232b3d8
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 12 22:39:30 2015 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Mon Jan 12 22:39:30 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=45ef92f8
version.py: Bumps version number
CHANGES: Modifies version number.
Enough changes have occured in this version of layman to justify
making it jump from 2.2.0 to 2.3.0.
---
CHANGES | 2 +-
layman/version.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGES b/CHANGES
index d4e527e..2563874 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
CHANGES
-------
-Version 2.2.1 - Release ???
+Version 2.3.0 - Release ???
===========================
- Renamed portage sync plugin to laymanator
- adds portage sync plugin to setup.py for installation
diff --git a/layman/version.py b/layman/version.py
index d6f8eaf..0ce6d76 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.2.1-git'
+VERSION = '2.3.0-git'
if __name__ == '__main__':
print(VERSION)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/layman:master commit in: layman/, /
@ 2017-02-02 17:12 Brian Dolbec
0 siblings, 0 replies; 2+ messages in thread
From: Brian Dolbec @ 2017-02-02 17:12 UTC (permalink / raw
To: gentoo-commits
commit: 9c427606dccfb88c4e4c4de3d14f30418f174e2e
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 2 17:02:14 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> 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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-02 17:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-12 22:40 [gentoo-commits] proj/layman:master commit in: layman/, / Devan Franchini
-- strict thread matches above, loose matches on Subject: below --
2017-02-02 17:12 Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox