@@ -20,48 +20,30 @@ infrastructure are described first.
2020
2121External Dependencies
2222---------------------
23- * Upgrade to LLVM r0000000.
23+ * Upgrade to LLVM 9. LLVM 9 brings to cling better stability, full C++17 support
24+ and CUDA 10 support.
2425
25- Major New Features
26- ------------------
27- * A major new feature
2826
2927Misc
3028----
31- * A misc feature
32-
33- Experimental Features
34- ---------------------
35- * An experimental feature
36-
37- Jupyter
38- -------
39- * A Jupyter feature
29+ * Improve CUDA device compiler such as enabling sm level configuration and
30+ and add ` --cuda-path ` option.
31+ * Improve the DefinitionShadower with respect to C++ Modules
32+ * Embed [ Vc] ( https://github.com/VcDevel/Vc ) modulemap file
33+ * Build the available cling plugins by default.
34+ * Reduce dependence on custom clang patches.
4035
4136
4237Fixed Bugs
4338----------
44- [ ROOT-XXXX] ( https://sft.its.cern.ch/jira/browse/ROOT-XXXX )
45-
46- <!-- -Get release bugs
47- git log v0.8..master | grep 'ROOT-' | sed -E \
48- 's,^.*(ROOT-[0-9]+).*$,[\1]\(https://sft.its.cern.ch/jira/browse/\1\),' | \
49- sort | uniq
50- --->
51- <!-- -Standard MarkDown doesn't support neither variables nor <base>
52- [ROOT-XXX](https://sft.its.cern.ch/jira/browse/ROOT-XXX)
53- --->
54-
55- <!-- -Additional Information
56- ----------------------
57- A wide variety of additional information is available on the
58- [Cling web page](http://root.cern/cling). The web page contains versions of
59- the API documentation which are up-to-date with the git version of the source
60- code. You can access versions of these documents specific to this release by
61- going into the “clang/docs/” directory in the Cling source tree.
62-
63- If you have any questions or comments about Cling, please feel free to contact
64- us via the mailing list.--->
39+ [ ROOT-10962] ( https://sft.its.cern.ch/jira/browse/ROOT-10962 )
40+ [ ROOT-7775] ( https://sft.its.cern.ch/jira/browse/ROOT-7775 )
41+ [ ROOT-10703] ( https://sft.its.cern.ch/jira/browse/ROOT-10703 )
42+ [ ROOT-10962] ( https://sft.its.cern.ch/jira/browse/ROOT-10962 )
43+ [ ROOT-GH-7021 ] ( https://github.com/root-project/root/issues/7021 )
44+ [ ROOT-GH-7090 ] ( https://github.com/root-project/root/issues/7090 )
45+ [ ROOT-GH-7657 ] ( https://github.com/root-project/root/issues/7657 )
46+ [ CLING-GH-399 ] ( https://github.com/root-project/cling/issues/399 )
6547
6648
6749Special Kudos
@@ -71,7 +53,12 @@ listed in the form of Firstname Lastname (#contributions):
7153
7254FirstName LastName (#commits)
7355
74- <!-- -Find contributor list for this release
75- git log --pretty=format:"%an" v0.8...master | sort | uniq -c | sort -rn |\
76- sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
77- --->
56+ Vassil Vassilev (80)
57+ Axel Naumann (29)
58+ Simeon Ehrig (9)
59+ Pratyush Das (7)
60+ Jonas Hahnfeld (7)
61+ Javier Lopez-Gomez (1)
62+ Enrico Guiraud (1)
63+ David (1)
64+ Bertrand Bellenot (1)
0 commit comments