diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-06-01 17:25:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-06-01 17:25:09 +0000 |
commit | bcd9a5cc02067ecdf47059673037c91de8a9d63e (patch) | |
tree | 7ccc7cf0ca348526321f92c4d6bd7196c0d9b4fb /mdk-stage1/NEWS | |
parent | 7d3e2e64804dd41b6a4c3383a30c255c79e3639c (diff) | |
download | drakx-backup-do-not-use-bcd9a5cc02067ecdf47059673037c91de8a9d63e.tar drakx-backup-do-not-use-bcd9a5cc02067ecdf47059673037c91de8a9d63e.tar.gz drakx-backup-do-not-use-bcd9a5cc02067ecdf47059673037c91de8a9d63e.tar.bz2 drakx-backup-do-not-use-bcd9a5cc02067ecdf47059673037c91de8a9d63e.tar.xz drakx-backup-do-not-use-bcd9a5cc02067ecdf47059673037c91de8a9d63e.zip |
(mygethostbyname) switch from gethostbyname() to getaddrinfo()
(mga#4056)
note that (? in the old days ?), gethostbyname() from dietlibc didn't
supported domain handling
Diffstat (limited to 'mdk-stage1/NEWS')
-rw-r--r-- | mdk-stage1/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index 816a92452..0544949cb 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,5 +1,6 @@ - do not advice long dead pcmcia.img & network.img images (mga#5466) - first attempt at supporting XenBlk discs +- switch from gethostbyname() to getaddrinfo() (mga#4056) 1.65 - load btrfs module to mount btrfs |