summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-08-01 15:22:01 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-08-01 15:22:01 +0000
commit878496fa44fcfcfc4226a97debf45bb120dcf5f7 (patch)
tree356debe19482676033610703deca610739a22f28 /ChangeLog
parent73f34c623cca001965676477c9277a1824eb7404 (diff)
downloadanaconda-878496fa44fcfcfc4226a97debf45bb120dcf5f7.tar.gz
anaconda-878496fa44fcfcfc4226a97debf45bb120dcf5f7.tar.xz
anaconda-878496fa44fcfcfc4226a97debf45bb120dcf5f7.zip
* loader2/urls.c (addrToIp): Correctly handle IP addresses passed as
strings to this function. * loader2/urls.c (urlinstStartTransfer): Commented out mygethostbyname() call for IPv6 family for now, since it's not ready yet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05ea81890..7f64e1a4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-08-01 David Cantrell <dcantrell@redhat.com>
+
+ * loader2/urls.c (addrToIp): Correctly handle IP addresses passed as
+ strings to this function.
+
+ * loader2/urls.c (urlinstStartTransfer): Commented out mygethostbyname()
+ call for IPv6 family for now, since it's not ready yet.
+
2006-08-01 Chris Lumens <clumens@redhat.com>
* anaconda: Remove DDC probing code.