summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2011-02-08 04:36:08 +0100
committerSebastian Pipping <sebastian@pipping.org>2011-02-08 04:36:36 +0100
commit2cf5b4e6ce1a89492ce0f343ce409de6ca19e76b (patch)
tree5ac4c004a5946745ba5539dca4604a7b2175fb63
parent1d1a3a78111f6204f60649119d53856f27da8ae3 (diff)
downloadlayman-2cf5b4e6ce1a89492ce0f343ce409de6ca19e76b.tar.gz
layman-2cf5b4e6ce1a89492ce0f343ce409de6ca19e76b.tar.bz2
layman-2cf5b4e6ce1a89492ce0f343ce409de6ca19e76b.zip
Prepare release of 1.4.2 (set release date, sync release notes)
-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