X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=WHATSNEW;h=691298968449c82c3c4e9481506d4f002dbfb691;hp=2336a34fb54952be16c2d14e7d99b8cb6175d4de;hb=b03255af77776703c8d48819e824d09f6f54ba86;hpb=aab33ec0a3c46ee82ef849a4c6308c9ccf7529bc diff --git a/WHATSNEW b/WHATSNEW index 2336a34f..69129896 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -425,3 +425,34 @@ 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 + + + +0.8.7 release notes + +new features: +- c++ support with g++'s libstdc++ +- c99 math library (float, long double, complex, etc.) +- numerous wchar_t functions +- a64l, l64a functions +- getdate function + +compatibility: +- c89 compatibility in math.h +- syscall.h alias for sys/syscall.h +- memory.h alias for string.h +- getcwd supports null buffer argument (auto-allocation) + +bug fixes: +- major fenv (floating point environment) fixes and optimizations +- strptime mishandling of day/month names +- strtoull wrongly rejecting the highest 16 possible values as overflow +- math.h constant expression fixes for INFINITY/NAN/etc. +- scanf mishandling of "0" with "%x"