summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-05-25 08:46:56 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-05-25 12:47:16 +0400
commit75281019c6e3eb0e9e28cc2e37ab307272f43508 (patch)
treea870aa473c4c841bf3a59b9b586e5c599a7d8bf6 /ChangeLog
parent5b25be3c7ac53699ca4fddf48c9d724b9575d7f8 (diff)
downloadbdwgc-75281019c6e3eb0e9e28cc2e37ab307272f43508.tar.gz
Update ChangeLog file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a5331c2..a64fc93e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -91,6 +91,11 @@
* Use union of AO_t and word to favor strict-aliasing compiler optimization.
+== [7.2b] 2012-05-23 ==
+
+* Fix assertion in GC_malloc_[atomic_]uncollectable (THREADS case only).
+
+
== [7.2] 2012-05-11 ==
* Abort in GC_thr_init on pthread_atfork failure (POSIX threads).