Update ChangeLog for 4.3.0.

This commit is contained in:
Jason Evans 2016-11-04 15:15:24 -07:00
parent d30b3ea51a
commit e0a9e78374

View File

@ -28,6 +28,8 @@ brevity. Much more detail can be found in the git revision history:
deadlocks during thread exit. (@jasone) deadlocks during thread exit. (@jasone)
- Fix over-sized allocation of radix tree leaf nodes. (@mjp41, @ogaun, - Fix over-sized allocation of radix tree leaf nodes. (@mjp41, @ogaun,
@jasone) @jasone)
- Fix over-sized allocation of arena_t (plus associated stats) data
structures. (@jasone, @interwq)
- Fix EXTRA_CFLAGS to not affect configuration. (@jasone) - Fix EXTRA_CFLAGS to not affect configuration. (@jasone)
- Fix a Valgrind integration bug. (@ronawho) - Fix a Valgrind integration bug. (@ronawho)
- Disallow 0x5a junk filling when running in Valgrind. (@jasone) - Disallow 0x5a junk filling when running in Valgrind. (@jasone)