From 76477ce27f41d3de2f9c98f0077f217850efd1c0 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Sat, 15 Nov 2008 09:44:14 +0000 Subject: Document the 1.2.1 release. --- AUTHORS | 4 ++++ CHANGES | 18 +++++++++++++++++- ChangeLog | 8 +++++++- RELEASE_NOTES | 21 ++++++++------------- 4 files changed, 36 insertions(+), 15 deletions(-) diff --git a/AUTHORS b/AUTHORS index a53d08c..f09e6c8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,3 +13,7 @@ Stefan Schweizer (genstef@gentoo.org) - git overlay support Adrian Perez (moebius@connectical.net) - bzr overlay support Andres Loeh (kosmikus@gentoo.org) - darcs overlay support Samuel Tardieu (sam@rfc1149.net) - mercurial overlay support +Mike Auty (ikelos@gentoo.org) - Updates for python-2.6 +A. F. T. Arahesis (arfrever.fta@gmail.com) - Quieten the VC systems + - Better locale support. +Donnie Berkholz (dberkholz@gentoo.org) - git support fixes diff --git a/CHANGES b/CHANGES index c79517e..b3654b3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,22 @@ CHANGES ------- +Version 1.2.1 - Released 2008/11/15 +=================================== + + - Pass --quiet flag down to the version control + system (#236165). + + - Fixes for python-2.6 (#237625) + + - Better locale support (#235165) + + - Handle git+ssh://, ssh:// correctly (#230702) + + - Do not remove directories if adding an + overlay failed (#236945) + + Version 1.2.0 - Released 2008/06/02 =================================== @@ -18,4 +34,4 @@ Version 1.2.0 - Released 2008/06/02 (#219786) - - Added optional version control useflags (#168203) \ No newline at end of file + - Added optional version control useflags (#168203) diff --git a/ChangeLog b/ChangeLog index 1a1601b..2bcf8eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,24 +6,30 @@ * layman/*: layman: pass --quiet flag down to the version control system (#236165). + Submitted by A. F. T. Arahesis . http://bugs.gentoo.org/show_bug.cgi?id=236165 * layman/db.py (RemoteDB.path): Use the hashlib library (#237625). + Submitted by Mike Auty . http://bugs.gentoo.org/show_bug.cgi?id=237625 * layman/overlays/overlay.py (Overlay.cmd): Use the subprocess module (#237625). + Submitted by Mike Auty . http://bugs.gentoo.org/show_bug.cgi?id=237625 * layman/overlays/git.py (GitOverlay.add): layman git: handle - git+ssh://, ssh:// correctly + git+ssh://, ssh:// correctly (#230702) + Submitted by Donnie Berkholz http://bugs.gentoo.org/show_bug.cgi?id=230702 * layman/overlays/overlay.py: layman-1.2.0-r1, TR locale error (#235165) + Submitted by A. F. T. Arahesis . http://bugs.gentoo.org/show_bug.cgi?id=235165 * layman/action.py: layman-1.2.0-r1, TR locale error (#235165) + Submitted by A. F. T. Arahesis . http://bugs.gentoo.org/show_bug.cgi?id=235165 * layman/db.py (DB.add): Do not remove directories if adding an diff --git a/RELEASE_NOTES b/RELEASE_NOTES index c03e05c..4635feb 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -4,27 +4,22 @@ Version 1.2.0 - Released 2008/06/02 FULL CHANGES ------------ - - Fixed --info call (#198483) + - Pass --quiet flag down to the version control + system (#236165). - - Added umask setting (#186819) + - Fixes for python-2.6 (#237625) - - Switched default storage location from + - Better locale support (#235165) - /usr/portage/local/layman + - Handle git+ssh://, ssh:// correctly (#230702) - to - - /usr/local/portage/layman - - (#219786) - - - Added optional version control useflags (#168203) + - Do not remove directories if adding an + overlay failed (#236945) SHORT CHANGES ------------- - layman-1.2.0 fixes a few minor bugs and changes the default storage - location from /usr/portage/local/layman to /usr/local/portage/layman. + layman-1.2.1 is a bug fix release that fixes a few minor bugs. FRESHMEAT ========= -- cgit v1.2.3-1-g7c22