diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2010-07-05 16:41:51 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2010-07-05 16:41:51 +0200 |
commit | 995476bfa8af27b3f77c1ef8b6ec655d2156998b (patch) | |
tree | 130e223039626a5291095ad287558957ef9410a1 | |
parent | Add make target "doc" to main Makefile (diff) | |
download | layman-995476bfa8af27b3f77c1ef8b6ec655d2156998b.tar.gz layman-995476bfa8af27b3f77c1ef8b6ec655d2156998b.tar.bz2 layman-995476bfa8af27b3f77c1ef8b6ec655d2156998b.zip |
Prepare release of 1.3.4 (set release date, sync release notes)v1.3.4
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | RELEASE_NOTES | 18 | ||||
-rw-r--r-- | doc/layman.8.xml | 4 | ||||
-rw-r--r-- | layman/version.py | 2 |
4 files changed, 9 insertions, 17 deletions
@@ -1,7 +1,7 @@ CHANGES ------- -Version ??? +Version 1.3.4 - Released 2010-07-05 =================================== - Propagate move of cvs and subversion from diff --git a/RELEASE_NOTES b/RELEASE_NOTES index a828604..328fb0c 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,26 +1,18 @@ -Version 1.3.3 - Released 2010/04/08 +Version 1.3.4 - Released 2010-07-05 =================================== FULL CHANGES ------------ - - Fix syncing of SVN overlays for users of SVN <1.6.5 (bug #313303) - - - Fix handling of empty XML entities (bug #309617) - - - Fix missing import (bug #306143) - - - Extend in-config docs on proxy handling (bug #300651) - - - Propagate move of bzr, darcs, git, mercurial from - dev-util/* to dev-vcs/* (bug #311419) + - Propagate move of cvs and subversion from + dev-util/* to dev-vcs/* (bug #311419, bug #307849) SHORT CHANGES ------------- - layman-1.3.3 is a bugfix release. Everyone is recommended - to upgrade. + layman-1.3.4 is a release with minimal fixes. + Updating is not urgent or important, either. FRESHMEAT diff --git a/doc/layman.8.xml b/doc/layman.8.xml index 2dcd093..0988ff4 100644 --- a/doc/layman.8.xml +++ b/doc/layman.8.xml @@ -195,9 +195,9 @@ <refentry id="layman-manpage"> <refentryinfo> <title>layman</title> - <date>January 2010</date> + <date>July 2010</date> <productname>layman</productname> - <productnumber>1.3.3</productnumber> + <productnumber>1.3.4</productnumber> <copyright> <year>2005-2009</year> <holder>Gunnar Wrobel</holder> diff --git a/layman/version.py b/layman/version.py index 7e9ec8f..635a219 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.3.3' +VERSION = '1.3.4' if __name__ == '__main__': print VERSION |