summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--RELEASE_NOTES13
-rw-r--r--layman/version.py2
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