소스 검색

release 1.0.2

Rich Felker 11 년 전
부모
커밋
0f8b7e0b61
2개의 변경된 파일20개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      VERSION
  2. 19 0
      WHATSNEW

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.0.1
+1.0.2

+ 19 - 0
WHATSNEW

@@ -1202,3 +1202,22 @@ arch-specific bugs fixed:
 - crash from missing syscall asm register clobbers on real microblaze kernel
 - crash in all nontrivial dynamic linker use on microblaze
 - incorrect rlimit constants on mips
+
+
+
+1.0.2 release notes
+
+bugs fixed:
+- false negatives with some periodic needles in strstr, wcsstr, and memmem
+- crash on invalid zoneinfo files
+- incorrect zero-padding of some outputs for strftime %s specifier
+- misreporting of errors in configure script when $CC does not work at all
+- treating not-yet-implemented strptime specifiers as errors
+
+compatibility:
+- configure now detects serious constant-folding bug in gcc 4.9.0
+- removed __yield symbol (unused) that clashed with some compilers
+
+arch-specific bugs fixed:
+- misdetection of superh ABI variant by configure on gcc 3.x
+- missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h