summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2014-08-01 01:30:56 -0400
committerRich Felker <dalias@aerifal.cx>2014-08-01 01:30:56 -0400
commit8f514e76f62da2708fa04277d611bb4c2860ee52 (patch)
treee78153f14f80ea9d09222c5234734bed950b94d5
parentaf7a02a1911258978e4b8bc5f7f1fe7626ddc29c (diff)
downloadmusl-8f514e76f62da2708fa04277d611bb4c2860ee52.tar.gz
release 1.0.4v1.0.4
-rw-r--r--VERSION2
-rw-r--r--WHATSNEW30
2 files changed, 31 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 21e8796a..ee90284c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.3
+1.0.4
diff --git a/WHATSNEW b/WHATSNEW
index c071bb31..7220fb45 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1237,3 +1237,33 @@ bugs fixed:
arch-specific bugs fixed:
- broken kernel side RLIM_INFINITY on mips
+
+
+
+1.0.4 release notes
+
+compatibility:
+- work around bug #61144 in gcc 4.9.0 and 4.9.1
+
+bugs fixed:
+- incorrect return value for fwide function
+- failure of wide printf/scanf functions to set wide orientation
+- multiple issues in legacy function getpass
+- dynamic linker did not accept colon as a separator for LD_PRELOAD
+- errno clobber in syslog caused wrong output for %m specifier
+- crash in regexec for nonzero nmatch argument with REG_NOSUB
+- minor bugs in rarely-used nl_langinfo item lookups
+
+- memmem false positives/false negatives/crashes from invalid logic
+- gethostby*_r not setting result pointer to null on failure
+- aliasing violations in syscall.h SYSLOG_NAMES feature
+- fanotify_mark syscall arguments wrong
+
+arch-specific bugs fixed:
+- register state corruption in setjmp asm for microblaze
+- broken struct stat st_ino field on microblaze
+- broken struct stat st_dev field on big endian mips
+- broken asm register constraints in atomics on powerpc
+- missing barriers in atomics on mips, powerpc, and microblaze
+
+- TLS relocation bug in powerpc dynamic linker