projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b9406b
)
release 1.1.18
v1.1.18
author
Rich Felker
<dalias@aerifal.cx>
Tue, 31 Oct 2017 19:13:58 +0000
(15:13 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 31 Oct 2017 19:13:58 +0000
(15:13 -0400)
VERSION
patch
|
blob
|
history
WHATSNEW
patch
|
blob
|
history
diff --git
a/VERSION
b/VERSION
index cbb8cbae4016fb49aed0e99930cd1e2285668c01..852ed67cfddcfaa2be11acd5f2dc4cefb47a22d4 100644
(file)
--- a/
VERSION
+++ b/
VERSION
@@
-1
+1
@@
-1.1.1
7
+1.1.1
8
diff --git
a/WHATSNEW
b/WHATSNEW
index bab432d67f4f0b3e3743e04b83127a0e7e306b72..3d2fefa157063e3abb551aae1010ab6f12b3ba12 100644
(file)
--- 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