summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGunnar Wrobel <p@rdus.de>2008-11-14 20:58:07 +0000
committerGunnar Wrobel <p@rdus.de>2008-11-14 20:58:07 +0000
commit9a2684da6dec776f074def7e656736aec404a476 (patch)
treee5a9e1362af4fce8a29237fe9b390546605b2de2 /ChangeLog
parentd81bfb86c68b86532a1eb8853b182987583e38fb (diff)
downloadlayman-9a2684da6dec776f074def7e656736aec404a476.tar.gz
layman-9a2684da6dec776f074def7e656736aec404a476.tar.bz2
layman-9a2684da6dec776f074def7e656736aec404a476.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 428c9dc..3d87c66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-11-14 Gunnar Wrobel <p@rdus.de>
+ * 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