@@ -19,49 +19,23 @@ infrastructure are described first.
19
19
20
20
External Dependencies
21
21
---------------------
22
- * Upgrade to LLVM r0000000.
22
+ * Upgrade to LLVM LLVM16 and further reduce our technical debt
23
+ * Require C++17
23
24
24
25
Major New Features
25
26
------------------
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
40
30
41
31
Fixed Bugs
42
32
----------
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 )
65
39
66
40
Special Kudos
67
41
=============
@@ -70,7 +44,20 @@ listed in the form of Firstname Lastname (#contributions):
70
44
71
45
FirstName LastName (#commits)
72
46
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)
0 commit comments