diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-02-28 11:56:13 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-02-28 11:56:13 -0500 |
commit | b1a8e0d45465731a757ef476cf6a5cbd31d166f9 (patch) | |
tree | 4edf7920eb4b9c820fb8568a5bbd4de9621c9739 | |
parent | e3234d01094d9ed62e90c6d52a44601dce93a1bb (diff) | |
download | musl-b1a8e0d45465731a757ef476cf6a5cbd31d166f9.tar.gz |
release notes for 0.8.6v0.8.6
-rw-r--r-- | WHATSNEW | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -425,3 +425,10 @@ compatibility: - dummy (always-fail) dlopen and dlsym functions for static linked programs - [efg]cvt functions (previously posix, removed from standard) - get_current_dir_name function (nonstandard) + + + +0.8.6 release notes + +bug fixes: +- fix crash in dns lookups for all static-linked, non-threaded programs |