Skip to content

Commit 882818b

Browse files
committed
Prepare for releasing cling v0.9
1 parent 84d3351 commit 882818b

File tree

3 files changed

+30
-39
lines changed

3 files changed

+30
-39
lines changed

interpreter/cling/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9~dev
1+
0.9

interpreter/cling/docs/ReleaseNotes.md

Lines changed: 25 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -20,48 +20,30 @@ infrastructure are described first.
2020

2121
External 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

2927
Misc
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

4237
Fixed 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

6749
Special Kudos
@@ -71,7 +53,12 @@ listed in the form of Firstname Lastname (#contributions):
7153

7254
FirstName 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)

interpreter/cling/www/news.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<body class="news">
77
<div>
88
<h3>Latest News</h3>
9+
<h4>Cling release 0.9 is out</h4>
10+
<h5>May 4th, 2021</h5>
11+
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.9/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
12+
<p></p>
913
<h4>Cling release 0.8 is out</h4>
1014
<h5>January 11th, 2021</h5>
1115
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.8/docs/ReleaseNotes.md" target="_blank">Read more</a></p>

0 commit comments

Comments
 (0)