summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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