From: Rich Felker Date: Sun, 16 Sep 2012 04:10:08 +0000 (-0400) Subject: release notes for 0.9.6 X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=bd261bf25e000a1b754616db0b2ee1e14835a75d release notes for 0.9.6 --- diff --git a/WHATSNEW b/WHATSNEW index 1817709b..0e0d9340 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -738,3 +738,14 @@ debloating: - eliminate .eh_frame (10-15% loaded size bloat) - optimal inline syscall asm for ARM and MIPS - no longer force -O3 for shared libs + + + +0.9.6 release notes + +bug fixes: +- serious breakage in definition of O_ACCMODE mask (missing a bit) + +new features: +- O_EXEC open mode +- md5 crypt hash function