Skip to content
Snippets Groups Projects
Commit 8b47d66b authored by Philippe Canal's avatar Philippe Canal
Browse files

update release notes

git-svn-id: http://root.cern.ch/svn/root/trunk@29204 27541ba8-7e3a-0410-8455-c3a389f83636
parent 3a2b11f9
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ Multi-line output is separated by \n's.
has to be re-used.</li>
<li>Insure that ROOT's autoloader is always enabled whenever loading rootmap files.</li>
<li>Add function void <pre>TAttAxis::SetNdivisions(Int_t n1, Int_t n2, Int_t n3, Bool_t optim);</pre> </li>
<li>Enable autoloading of typedef.</li>
</ul>
<h3>Meta</h3>
......@@ -34,7 +35,7 @@ has to be re-used.</li>
<h3>ACLiC</h3>
<ul>
<li>Implement TClassEdit::InsertStd() which puts "std::" in front of all STL classes.</li>
<li>The generated library now always depends on RVersion.h</li>
<li>The generated library now always checks with which version of ROOT the library was build and rebuilt the library if the running version of ROOT is different.</li>
<li>Add support for '+' character embedded in the script's name or directory name.</li>
<li>The dependency tracking file (script_C.d) is now always created when the library is built.
The dependency tracking file now records with which version of ROOT the library was built and the library is now rebuilt if it is loaded in a different version of ROOT.</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment