cling/docs/ReleaseNotes.md
ferdymercury 48788e4034 Remove link to rawgit as it will shut down
Fixes https://github.com/root-project/cling/issues/339

From main RawGit Webpage: If you're currently using RawGit, please stop using it as soon as you can.
2024-06-24 20:59:05 +02:00

77 lines
2.2 KiB
Markdown

Introduction
============
This document contains the release notes for the interactive C++ interpreter
Cling, release 1.1. Cling is built on top of [Clang](http://clang.llvm.org) and
[LLVM](http://llvm.org>) compiler infrastructure. Here we
describe the status of Cling in some detail, including major
improvements from the previous release and new feature work.
Note that if you are reading this file from a git checkout or the main Cling
web page, this document applies to the *next* release, not the current one.
What's New in Cling 1.1?
========================
Some of the major new features and improvements to Cling are listed
here. Generic improvements to Cling as a whole or to its underlying
infrastructure are described first.
External Dependencies
---------------------
* Upgrade to LLVM r0000000.
Major New Features
------------------
* A major new feature
Misc
----
* A misc feature
Experimental Features
---------------------
* An experimental feature
Jupyter
-------
* A Jupyter feature
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.--->
Special Kudos
=============
This release wouldn't have happened without the efforts of our contributors,
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\),'
--->