From 8fd49fdd63bd395ff1578402d456b25d66ad1fd2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 3 Mar 2017 13:17:40 -0700 Subject: [PATCH] Reference the correct changes file. --- 8.5/paper.bib | 6 ++++++ 8.5/paper.tex | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/8.5/paper.bib b/8.5/paper.bib index c5db687..8e97d98 100644 --- a/8.5/paper.bib +++ b/8.5/paper.bib @@ -19,6 +19,12 @@ Url = {https://www.dealii.org/8.4.0/doxygen/deal.II/changes_between_8_3_and_8_4.html} } +@Misc{changes85, + Title = {List of Changes}, + Note = {\url{https://www.dealii.org/8.5.0/doxygen/deal.II/changes_between_8_4_and_8_5.html}}, + Url = {https://www.dealii.org/8.5.0/doxygen/deal.II/changes_between_8_4_and_8_5.html} +} + @article{dealII80, title = {The \texttt{deal.II} Library, Version 8.0}, author = {W. Bangerth and T. Heister and L. Heltai and G. Kanschat diff --git a/8.5/paper.tex b/8.5/paper.tex index d420bb1..669ca9e 100644 --- a/8.5/paper.tex +++ b/8.5/paper.tex @@ -159,7 +159,7 @@ This release of \dealii{} contains a number of large and significant changes that will be discussed in the following sections. It of course also contains a vast number of smaller changes and added functionality; the details of these can be found -\href{https://www.dealii.org/8.5.0/doxygen/deal.II/changes_between_8_4_and_8_5.html}{in the file that lists all changes for this release} (see \cite{changes84}) +\href{https://www.dealii.org/8.5.0/doxygen/deal.II/changes_between_8_4_and_8_5.html}{in the file that lists all changes for this release} (see \cite{changes85}) and that is linked to from the web site of each release as well as the release announcement. @@ -390,7 +390,7 @@ ParameterGUI moved to separate repo The \href{https://www.dealii.org/8.5.0/doxygen/deal.II/changes_between_8_4_and_8_5.html}{file - that lists all changes for this release} (see \cite{changes84}) + that lists all changes for this release} (see \cite{changes85}) lists another around 20 incompatible changes, but none of these should in fact be visible in typical user codes. Some remove previously deprecated classes and -- 2.39.5