Browse Source

release 1.1.18

Rich Felker 7 years ago
parent
commit
eb03bde2f2
2 changed files with 11 additions and 1 deletions
  1. 1 1
      VERSION
  2. 10 0
      WHATSNEW

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.1.17
+1.1.18

+ 10 - 0
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