about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-09-16 00:10:08 -0400
committerRich Felker <dalias@aerifal.cx>2012-09-16 00:10:08 -0400
commitbd261bf25e000a1b754616db0b2ee1e14835a75d (patch)
treeb7a4d69dc28728d63376ab3e069f85114bb7a6bd
parent6d05d862975188039e648273ceab350d9ab5b69e (diff)
downloadmusl-bd261bf25e000a1b754616db0b2ee1e14835a75d.tar.gz
musl-bd261bf25e000a1b754616db0b2ee1e14835a75d.tar.xz
musl-bd261bf25e000a1b754616db0b2ee1e14835a75d.zip
release notes for 0.9.6 v0.9.6
-rw-r--r--WHATSNEW11
1 files changed, 11 insertions, 0 deletions
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