From 2cf5b4e6ce1a89492ce0f343ce409de6ca19e76b Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 8 Feb 2011 04:36:08 +0100 Subject: 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 -- cgit v1.2.3-1-g7c22