From 9a2684da6dec776f074def7e656736aec404a476 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Fri, 14 Nov 2008 20:58:07 +0000 Subject: * layman/db.py (RemoteDB.path): Use the hashlib library (#237625). http://bugs.gentoo.org/show_bug.cgi?id=237625 * layman/overlays/overlay.py (Overlay.cmd): Use the subprocess module (#237625). http://bugs.gentoo.org/show_bug.cgi?id=237625 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 428c9dc..3d87c66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2008-11-14 Gunnar Wrobel + * layman/db.py (RemoteDB.path): Use the hashlib library (#237625). + http://bugs.gentoo.org/show_bug.cgi?id=237625 + + * layman/overlays/overlay.py (Overlay.cmd): Use the subprocess + module (#237625). + http://bugs.gentoo.org/show_bug.cgi?id=237625 + * layman/overlays/git.py (GitOverlay.add): layman git: handle git+ssh://, ssh:// correctly http://bugs.gentoo.org/show_bug.cgi?id=230702 -- cgit v1.2.3-1-g7c22