Updated ChangeLog for 3.3.0.
This commit is contained in:
parent
dd0438ee6b
commit
b5681fb20c
4
COPYING
4
COPYING
@ -1,10 +1,10 @@
|
|||||||
Unless otherwise specified, files in the jemalloc source distribution are
|
Unless otherwise specified, files in the jemalloc source distribution are
|
||||||
subject to the following license:
|
subject to the following license:
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
Copyright (C) 2002-2012 Jason Evans <jasone@canonware.com>.
|
Copyright (C) 2002-2013 Jason Evans <jasone@canonware.com>.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
|
Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
|
||||||
Copyright (C) 2009-2012 Facebook, Inc. All rights reserved.
|
Copyright (C) 2009-2013 Facebook, Inc. All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are met:
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
12
ChangeLog
12
ChangeLog
@ -6,12 +6,22 @@ found in the git revision history:
|
|||||||
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
|
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
|
||||||
git://canonware.com/jemalloc.git
|
git://canonware.com/jemalloc.git
|
||||||
|
|
||||||
* 3.x.x (Not yet released)
|
* 3.3.0 (January 23, 2013)
|
||||||
|
|
||||||
|
This version includes a few minor performance improvements in addition to the
|
||||||
|
listed new features and bug fixes.
|
||||||
|
|
||||||
|
New features:
|
||||||
|
- Add clipping support to lg_chunk option processing.
|
||||||
|
- Add the --enable-ivsalloc option.
|
||||||
|
- Add the --without-export option.
|
||||||
|
- Add the --disable-zone-allocator option.
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
- Fix "arenas.extend" mallctl to output the number of arenas.
|
- Fix "arenas.extend" mallctl to output the number of arenas.
|
||||||
- Fix chunk_recycyle() to unconditionally inform Valgrind that returned memory
|
- Fix chunk_recycyle() to unconditionally inform Valgrind that returned memory
|
||||||
is undefined.
|
is undefined.
|
||||||
|
- Fix build break on FreeBSD related to alloca.h.
|
||||||
|
|
||||||
* 3.2.0 (November 9, 2012)
|
* 3.2.0 (November 9, 2012)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user