summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-03-27 21:13:55 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-03-27 21:20:01 +0300
commit1896f68cb2a5b93f5f6c0116d874612ba122dae3 (patch)
tree582e6a7c1009e41f840ead3895ee1c5bf9618abb /ChangeLog
parent067840f96178233f25848feced81305299d65050 (diff)
downloadbdwgc-1896f68cb2a5b93f5f6c0116d874612ba122dae3.tar.gz
Update ChangeLog file (v8.0 changes)
(a cherry-pick of commit f74ff85f from 'release-8_0')
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dca48993..10deda99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,17 @@
* Workaround 'var reassigned before old value use' cppcheck false positive
+== [8.0.6] (not released yet) ==
+
+* Fix compiling by Makefile.direct on OpenBSD/UltraSparc
+* Fix configure message about 'AIX gcc optimization fix'
+* Fix incorrect markup formatting in documentation
+* Fix printf format specifier in simple_example.md
+* Fix various typos mostly in documentation files
+* Refine GC_INIT documentation about its multiple invocation
+* Support MSYS builds by CMake and configure
+
+
== [8.0.4] 2019-03-02 ==
* Avoid a full GC when growing finalizer tables if in incremental mode