* [gentoo-commits] proj/layman:master commit in: /, layman/
@ 2011-02-08 3:36 Sebastian Pipping
0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2011-02-08 3:36 UTC (permalink / raw
To: gentoo-commits
commit: 2cf5b4e6ce1a89492ce0f343ce409de6ca19e76b
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Feb 8 03:36:08 2011 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Feb 8 03:36:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=2cf5b4e6
Prepare release of 1.4.2 (set release date, sync release notes)
---
CHANGES | 4 +++-
RELEASE_NOTES | 13 +++++++------
layman/version.py | 2 +-
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/CHANGES b/CHANGES
index abe873a..7237311 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,13 @@
CHANGES
-------
-Version TODO
+Version 1.4.2 - Released 2011-02-08
===================================
- Fixed: Ignore case when sorting data for layman -l|-L
+ - Fixed: Improve documentation on option nocheck (bug #267686)
+
Version 1.4.1 - Released 2010-07-09
===================================
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 88e48f6..96b4bbe 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,20 +1,21 @@
-Version 1.4.1 - Released 2010-07-09
+Version 1.4.2 - Released 2011-02-08
===================================
FULL CHANGES
------------
- - Fixed: Catch keyboard interrupts (Ctrl+C) while
- running child processes properly
+ - Fixed: Ignore case when sorting data for layman -l|-L
- - Fixed: doctest error in tar overlay code (bug #327491)
- Thanks to David Abbott for reporting!
+ - Fixed: Improve documentation on option nocheck (bug #267686)
SHORT CHANGES
-------------
- layman-1.4.1 is a bugfix release. Updating is recommended.
+ layman-1.4.2 is a bugfix release. Updating is recommended.
+
+ Internally, the man page has been migrated to AsciiDoc,
+ which makes it easier for you to contribute patches to it.
FRESHMEAT
diff --git a/layman/version.py b/layman/version.py
index 592d8f9..5d7a73d 100644
--- a/layman/version.py
+++ b/layman/version.py
@@ -20,7 +20,7 @@
__version__ = "$Id: version.py 309 2007-04-09 16:23:38Z wrobel $"
-VERSION = '1.4.1'
+VERSION = '1.4.2'
if __name__ == '__main__':
print VERSION
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/layman:master commit in: /, layman/
@ 2016-05-10 1:08 Devan Franchini
0 siblings, 0 replies; 3+ messages in thread
From: Devan Franchini @ 2016-05-10 1:08 UTC (permalink / raw
To: gentoo-commits
commit: 0b06cf1ccea9f9d56f9631eea1987a86abfb99a7
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 00:02:31 2016 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Tue May 10 00:02:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=0b06cf1c
Bumps version number to 2.4.1
CHANGES | 6 +++++-
README | 2 +-
layman/version.py | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/CHANGES b/CHANGES
index 15aaee8..c64007b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,11 @@
CHANGES
-------
-Version 2.4.0 - Release 2016-??-??
+Version 2.4.1 - Release 2016-05-06
+==================================
+ - adds sourcefile to plug-in modules, fixes bug #582154
+
+Version 2.4.0 - Release 2016-05-03
==================================
- adds support for different overlay database types
- adds json database support
diff --git a/README b/README
index f5763de..3e8e941 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ README
======
:Last update: Date: 2016-04-30
-:Revision: 2.4.0
+:Revision: 2.4.1
:Contact: Brian Dolbec <dolsen@gentoo.org>
diff --git a/layman/version.py b/layman/version.py
index 1e1427f..c6d20cd 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.0'
+VERSION = '2.4.1'
if __name__ == '__main__':
print(VERSION)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/layman:master commit in: /, layman/
@ 2017-03-22 6:36 Brian Dolbec
0 siblings, 0 replies; 3+ messages in thread
From: Brian Dolbec @ 2017-03-22 6:36 UTC (permalink / raw
To: gentoo-commits
commit: e5cfa68f40bc05a771511c2d799d714d86fbdef0
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 06:35:21 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 06:35:21 2017 +0000
URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=e5cfa68f
Add a .gitignore, remove ols .svn.ignore
.svn.ignore | 2 --
layman/.gitignore | 7 +++++++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/.svn.ignore b/.svn.ignore
deleted file mode 100644
index eaea68a..0000000
--- a/.svn.ignore
+++ /dev/null
@@ -1,2 +0,0 @@
-MANIFEST
-dist
diff --git a/layman/.gitignore b/layman/.gitignore
new file mode 100644
index 0000000..675ba59
--- /dev/null
+++ b/layman/.gitignore
@@ -0,0 +1,7 @@
+*.py[co]
+__pycache__/
+*.class
+*.so
+/build
+/tags
+setup.cfg
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-03-22 6:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-08 3:36 [gentoo-commits] proj/layman:master commit in: /, layman/ Sebastian Pipping
-- strict thread matches above, loose matches on Subject: below --
2016-05-10 1:08 Devan Franchini
2017-03-22 6:36 Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox