summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2017-10-31 15:13:58 -0400
committerRich Felker <dalias@aerifal.cx>2017-10-31 15:13:58 -0400
commiteb03bde2f24582874cb72b56c7811bf51da0c817 (patch)
tree4fddbe212ab7a1b601adaef749356d2c086f830d /WHATSNEW
parent1b9406b03c0a94ebe2076a8fc1746a8c45e78a83 (diff)
downloadmusl-eb03bde2f24582874cb72b56c7811bf51da0c817.tar.gz
release 1.1.18v1.1.18
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW10
1 files changed, 10 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index bab432d6..3d2fefa1 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1852,3 +1852,13 @@ arch-specific bugs fixed:
- fchown was broken on archs without SYS_fchown syscall
- fstatat was broken on mips64
- various incorrect constants in powerpc64 and mips headers
+
+
+1.1.18 release notes
+
+regression fixes:
+- glob failed to match literal . and .. path components
+- build for armv4t ISA level was broken
+
+other bug fixes:
+- stack overflow in posix_spawnp with large PATH variable in environment