浏览代码

Update Changelog for release
-Erik

Eric Andersen 23 年之前
父节点
当前提交
105e1b4d09
共有 2 个文件被更改,包括 229 次插入135 次删除
  1. 36 2
      Changelog
  2. 193 133
      Changelog.full

+ 36 - 2
Changelog

@@ -1,5 +1,41 @@
+0.9.13	9 August 2002
+
+Security Fixes
+    o   There was an off-by-one buffer overflow in the group 
+	handling code, fix thanks to Joseph Chiu. 
+    o   There was an integer overflow bug in calloc, per
+	    http://online.securityfocus.com/bid/5398
+    o   There was an integer overflow bug in the xdr_array 
+	RPC code, per http://online.securityfocus.com/bid/5356
+
+See Changelog.full for the complete list of who did what. 
+Release highlights:
+    o   Add full shared library support for Hitachi SuperH (sh)
+	thanks to Stefan Allius and Edie C. Dost 
+    o   Lots of reentrance cleanups (we should now be fully
+	reentrant when compiled with pthread support).
+    o   Miles Bader implemented a new mmap based malloc which is much
+	smarter than the old "malloc-simple", and actually works, unlike
+	the old "malloc".  This is now the default for mmu-less systems
+	and should greatly help reduce memory fragmentation and wastage.
+    o   Reworked syscall handling for i386 and ARM, smaller and cleaner.
+    o   Support for the syscall() function on i386 and ARM
+    o   The uClibc g++ wrapper now  automagically adds the proper include
+	search path and and libraries.
+    o   Lots of shared library loader updates
+    o   dlopen'd shred libraries not properly run destructors
+	when ctor/dtor support is enabled
+    o   pread/pwrite/pread64/pwrite64 now all work as expected
+    o   Lots and lots of other bug fixes and cleanups.
+
+ -Erik
+
+
+
+
 0.9.12	20 June 2002
 0.9.12	20 June 2002
 
 
+See Changelog.full for the complete list of who did what. 
 Release highlights:
 Release highlights:
     o   Add full shared library support for mips (big and little
     o   Add full shared library support for mips (big and little
 	endian), thanks to a lot of hard work from Steven J. Hill
 	endian), thanks to a lot of hard work from Steven J. Hill
@@ -17,9 +53,7 @@ Release highlights:
     o   Completely new time handling functions also by Manuel
     o   Completely new time handling functions also by Manuel
     o   Lots of other bug fixes and cleanups.
     o   Lots of other bug fixes and cleanups.
 
 
-See Changelog.full for the complete list of who did what. 
  -Erik
  -Erik
- 20 June 2002
 
 
 
 
 
 

文件差异内容过多而无法显示
+ 193 - 133
Changelog.full


部分文件因为文件数量过多而无法显示