Skip to content

Commit

Permalink
Prepare for releasing cling v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev authored and jenkins committed Aug 28, 2024
1 parent a6f2255 commit b5e06a2
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 42 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1~dev
1.1
69 changes: 28 additions & 41 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,49 +19,23 @@ infrastructure are described first.

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

Major New Features
------------------
* A major new feature

Misc
----
* A misc feature

Experimental Features
---------------------
* An experimental feature

Jupyter
-------
* A Jupyter feature

* Support ppc64 in jitlink
* Support LLVM plugins
* Improve the modulemap handling on Darwin

Fixed Bugs
----------
[ROOT-XXXX](https://sft.its.cern.ch/jira/browse/ROOT-XXXX)

<!---Get release bugs
git log v1.0..master | grep 'ROOT-' | sed -E \
's,^.*(ROOT-[0-9]+).*$,[\1]\(https://sft.its.cern.ch/jira/browse/\1\),' | \
sort | uniq
--->
<!---Standard MarkDown doesn't support neither variables nor <base>
[ROOT-XXX](https://sft.its.cern.ch/jira/browse/ROOT-XXX)
--->

<!---Additional Information
----------------------
A wide variety of additional information is available on the
[Cling web page](http://root.cern/cling). The web page contains versions of
the API documentation which are up-to-date with the git version of the source
code. You can access versions of these documents specific to this release by
going into the “clang/docs/” directory in the Cling source tree.
If you have any questions or comments about Cling, please feel free to contact
us via the mailing list.--->

[442](https://github.com/root-project/cling/issues/442)
[14593](https://github.com/root-project/root/issues/14593)
[16219](https://github.com/root-project/root/issues/16219)
[11190](https://github.com/root-project/root/issues/11190)
[14964](https://github.com/root-project/root/issues/14964)
[16121](https://github.com/root-project/root/issues/16121)

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

FirstName LastName (#commits)

<!---Find contributor list for this release
git log --pretty=format:"%an" v1.0...master | sort | uniq -c | sort -rn |\
sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
--->
Jonas Hahnfeld (53)
Devajith Valaparambil Sreeramaswamy (18)
Vassil Vassilev (10)
Bertrand Bellenot (6)
ferdymercury (4)
Devajth Valaparambil Sreeramaswamy (3)
Yong Gyu Lee (2)
Jonas Rembser (2)
Vincenzo Eduardo Padulano (1)
saisoma123 (1)
Olivier Couet (1)
Maxim Cournoyer (1)
LiAuTraver (1)
Kai Luo (1)
Devajith (1)
Danilo Piparo (1)
Axel Naumann (1)
4 changes: 4 additions & 0 deletions www/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<body class="news">
<div>
<h3>Latest News</h3>
<h4>Cling release 1.1 is out</h4>
<h5>Aug 28th, 2023</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v1.1/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling release 1.0 is out</h4>
<h5>Dec 9th, 2023</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v1.0/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
Expand Down

0 comments on commit b5e06a2

Please sign in to comment.