diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-09-17 11:41:11 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-09-17 11:41:11 -0400 |
commit | 455fc98389fac09d8cf7ec4cde310a5b7ca47485 (patch) | |
tree | 8841804116165f3a33b35454af030050950f5507 | |
parent | d5fd1fa48564a5528f53e5b1cab5063a0545d7f7 (diff) | |
download | musl-455fc98389fac09d8cf7ec4cde310a5b7ca47485.tar.gz |
release notes for 0.8.2v0.8.2
-rw-r--r-- | WHATSNEW | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -334,3 +334,14 @@ bug fixes: - mismatching prototypes caused build failure on 64-bit - other minor prototype errors in the headers have been fixed - various other small omissions fixed + + + +0.8.2 release notes + +new features: +- ptrace syscall support + +bug fixes: +- const error (only a warning with many compilers) in lio_listio +- minor portability fixes aimed at supporting new arch targets |