diff options
author | Eric B Munson <emunson@mgebm.net> | 2012-12-08 12:15:26 -0500 |
---|---|---|
committer | Eric B Munson <emunson@mgebm.net> | 2012-12-08 12:15:26 -0500 |
commit | ff8c86c8d323b7a716c496558fa86c8f2a66dfe8 (patch) | |
tree | 8b12345c91f8dca87185fe3ccfa01bb02e390670 | |
parent | 64f641aa9d35f263603a3fdd4252cf42cfa7fc66 (diff) | |
download | libhugetlbfs-ff8c86c8d323b7a716c496558fa86c8f2a66dfe8.tar.gz |
Update NEWS file for 2.15 release2.15
Signed-off-by: Eric B Munson <emunson@mgebm.net>
-rw-r--r-- | NEWS | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,4 +1,24 @@ -libhugetlbfs 2.13 "The White Album" +libhugetlbfs 2.15 "Minature Panda" +====================================================================== +New Features +* Add variable in Makefile to disable using deprecated linker scripts +* s390 support + +Bug Fixes +* Disable Unable to verify address range warning when offset < page_size +* Remove sscanf in library setup to avoid heap allocation before _morecore + override +* Revert heap exhaustion patch +* hugectl no longer clips LD_LIBRARY_PATH variable + + +Test Suite +* Fix mremap-expand-slice-collision expanding anon shm +* mremap-expand-slice-collision now asks kernel for availble slices +* Make 4GB boundary tests only fail when allocation fails on free slice +* Link 4GB test cases with --static so libraries are not placed in the way + +libhugetlbfs 2.14 "The White Album" ====================================================================== New Features * Updated man pages |