diff --git a/tbb.changes b/tbb.changes index 314e7a1..7b392ad 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Dec 16 15:29:08 UTC 2017 - idonmez@suse.com + +- Update to version 2018_U2 + * lambda-friendly overloads for parallel_scan. + * support of static and simple partitioners in + parallel_deterministic_reduce. + * initial support for Flow Graph Analyzer to do parallel_for. + * reservation support in overwrite_node and write_once_node. + * Fixed a potential deadlock scenario in the flow graph that + affected IntelĀ® TBB 2018 Initial Release. + * Fixed constructors of concurrent_hash_map to be exception-safe. + * Fixed auto-initialization in the main thread to be cleaned up at shutdown. + * Fixed a crash when tbbmalloc_proxy is used together with dbghelp. + * Fixed static_partitioner to assign tasks properly in case of nested parallelism. + ------------------------------------------------------------------- Wed Nov 1 17:31:14 UTC 2017 - mpluskal@suse.com