From: Timo Heister Date: Wed, 15 May 2019 00:04:16 +0000 (-0600) Subject: fix changelist URL X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a210336fcd66036ff46775f8bf039b2fb458397d;p=release-papers.git fix changelist URL --- diff --git a/9.1/paper.bib b/9.1/paper.bib index 0cefa24..3a2878a 100644 --- a/9.1/paper.bib +++ b/9.1/paper.bib @@ -35,8 +35,8 @@ @Misc{changes91, key={List of Changes}, Title = {List of Changes for 9.1}, - Note = {\url{https://www.dealii.org/developer/doxygen/deal.II/changes_between_9_0_0_and_9_1_0.html}}, - Url = {https://www.dealii.org/developer/doxygen/deal.II/changes_between_9_0_0_and_9_1_0.html} + Note = {\url{https://www.dealii.org/developer/doxygen/deal.II/changes_between_9_0_1_and_9_1_0.html}}, + Url = {https://www.dealii.org/developer/doxygen/deal.II/changes_between_9_0_1_and_9_1_0.html} } @article{dealII80, diff --git a/9.1/paper.tex b/9.1/paper.tex index 7f215d6..16d5003 100644 --- a/9.1/paper.tex +++ b/9.1/paper.tex @@ -353,7 +353,7 @@ talk about the new programs; also mention updating for C++11 style \marginpar{Update after the release} The 9.1 release includes -\href{https://dealii.org/developer/doxygen/deal.II/changes_between_9_0_0_and_9_1_0.html} +\href{https://dealii.org/developer/doxygen/deal.II/changes_between_9_0_1_and_9_1_0.html} {around 15 incompatible changes}; see \cite{changes91}. The majority of these changes should not be visible to typical user codes; some remove previously deprecated classes and functions, and the majority change internal