Skip to content

Commit 3c11e8b

Browse files
committed
Bump cling version to 1.0~dev.
1 parent f05491e commit 3c11e8b

File tree

2 files changed

+41
-28
lines changed

2 files changed

+41
-28
lines changed

interpreter/cling/VERSION

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

interpreter/cling/docs/ReleaseNotes.md

Lines changed: 40 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Introduction
22
============
33

44
This document contains the release notes for the interactive C++ interpreter
5-
Cling, release 0.9. Cling is built on top of [Clang](http://clang.llvm.org) and
5+
Cling, release 1.0. Cling is built on top of [Clang](http://clang.llvm.org) and
66
[LLVM](http://llvm.org>) compiler infrastructure. Here we
77
describe the status of Cling in some detail, including major
88
improvements from the previous release and new feature work.
@@ -11,7 +11,7 @@ Note that if you are reading this file from a git checkout or the main
1111
[Cling web page](https://rawgit.com/root-project/cling/master/www/index.html),
1212
this document applies to the *next* release, not the current one.
1313

14-
What's New in Cling 0.9?
14+
What's New in Cling 1.0?
1515
========================
1616

1717
Some of the major new features and improvements to Cling are listed
@@ -20,30 +20,48 @@ infrastructure are described first.
2020

2121
External Dependencies
2222
---------------------
23-
* Upgrade to LLVM 9. LLVM 9 brings to cling better stability, full C++17 support
24-
and CUDA 10 support.
23+
* Upgrade to LLVM r0000000.
2524

25+
Major New Features
26+
------------------
27+
* A major new feature
2628

2729
Misc
2830
----
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.
31+
* A misc feature
32+
33+
Experimental Features
34+
---------------------
35+
* An experimental feature
36+
37+
Jupyter
38+
-------
39+
* A Jupyter feature
3540

3641

3742
Fixed Bugs
3843
----------
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)
44+
[ROOT-XXXX](https://sft.its.cern.ch/jira/browse/ROOT-XXXX)
45+
46+
<!---Get release bugs
47+
git log v0.9..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.--->
4765

4866

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

5472
FirstName LastName (#commits)
5573

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)
74+
<!---Find contributor list for this release
75+
git log --pretty=format:"%an" v0.9...master | sort | uniq -c | sort -rn |\
76+
sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
77+
--->

0 commit comments

Comments
 (0)