Skip to content

Commit 846219e

Browse files
committed
Prepare for releasing cling v1.1
1 parent a6f2255 commit 846219e

File tree

3 files changed

+33
-42
lines changed

3 files changed

+33
-42
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1~dev
1+
1.1

docs/ReleaseNotes.md

+28-41
Original file line numberDiff line numberDiff line change
@@ -19,49 +19,23 @@ infrastructure are described first.
1919

2020
External Dependencies
2121
---------------------
22-
* Upgrade to LLVM r0000000.
22+
* Upgrade to LLVM LLVM16 and further reduce our technical debt
23+
* Require C++17
2324

2425
Major New Features
2526
------------------
26-
* A major new feature
27-
28-
Misc
29-
----
30-
* A misc feature
31-
32-
Experimental Features
33-
---------------------
34-
* An experimental feature
35-
36-
Jupyter
37-
-------
38-
* A Jupyter feature
39-
27+
* Support ppc64 in jitlink
28+
* Support LLVM plugins
29+
* Improve the modulemap handling on Darwin
4030

4131
Fixed Bugs
4232
----------
43-
[ROOT-XXXX](https://sft.its.cern.ch/jira/browse/ROOT-XXXX)
44-
45-
<!---Get release bugs
46-
git log v1.0..master | grep 'ROOT-' | sed -E \
47-
's,^.*(ROOT-[0-9]+).*$,[\1]\(https://sft.its.cern.ch/jira/browse/\1\),' | \
48-
sort | uniq
49-
--->
50-
<!---Standard MarkDown doesn't support neither variables nor <base>
51-
[ROOT-XXX](https://sft.its.cern.ch/jira/browse/ROOT-XXX)
52-
--->
53-
54-
<!---Additional Information
55-
----------------------
56-
A wide variety of additional information is available on the
57-
[Cling web page](http://root.cern/cling). The web page contains versions of
58-
the API documentation which are up-to-date with the git version of the source
59-
code. You can access versions of these documents specific to this release by
60-
going into the “clang/docs/” directory in the Cling source tree.
61-
62-
If you have any questions or comments about Cling, please feel free to contact
63-
us via the mailing list.--->
64-
33+
[442](https://github.com/root-project/cling/issues/442)
34+
[14593](https://github.com/root-project/root/issues/14593)
35+
[16219](https://github.com/root-project/root/issues/16219)
36+
[11190](https://github.com/root-project/root/issues/11190)
37+
[14964](https://github.com/root-project/root/issues/14964)
38+
[16121](https://github.com/root-project/root/issues/16121)
6539

6640
Special Kudos
6741
=============
@@ -70,7 +44,20 @@ listed in the form of Firstname Lastname (#contributions):
7044

7145
FirstName LastName (#commits)
7246

73-
<!---Find contributor list for this release
74-
git log --pretty=format:"%an" v1.0...master | sort | uniq -c | sort -rn |\
75-
sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
76-
--->
47+
Jonas Hahnfeld (53)
48+
Devajith Valaparambil Sreeramaswamy (18)
49+
Vassil Vassilev (10)
50+
Bertrand Bellenot (6)
51+
ferdymercury (4)
52+
Devajth Valaparambil Sreeramaswamy (3)
53+
Yong Gyu Lee (2)
54+
Jonas Rembser (2)
55+
Vincenzo Eduardo Padulano (1)
56+
saisoma123 (1)
57+
Olivier Couet (1)
58+
Maxim Cournoyer (1)
59+
LiAuTraver (1)
60+
Kai Luo (1)
61+
Devajith (1)
62+
Danilo Piparo (1)
63+
Axel Naumann (1)

www/news.html

+4
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 1.1 is out</h4>
10+
<h5>Aug 28th, 2023</h5>
11+
<p> <a href="https://github.com/vgvassilev/cling/blob/v1.1/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
12+
<p></p>
913
<h4>Cling release 1.0 is out</h4>
1014
<h5>Dec 9th, 2023</h5>
1115
<p> <a href="https://github.com/vgvassilev/cling/blob/v1.0/docs/ReleaseNotes.md" target="_blank">Read more</a></p>

0 commit comments

Comments
 (0)