From ac0fbe5205f9d82c04f8ab185e5aaddbc27e2f92 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Fri, 21 May 2021 10:22:14 -0700 Subject: [PATCH 1/6] Updated files for maintenance release --- Buildings/package.mo | 90 +++++++++++++++++++++++++++++++++++++++++++- README.md | 2 +- 2 files changed, 89 insertions(+), 3 deletions(-) diff --git a/Buildings/package.mo b/Buildings/package.mo index 11b86fa055a..21ae7df0c09 100644 --- a/Buildings/package.mo +++ b/Buildings/package.mo @@ -126,6 +126,88 @@ its class name ends with the string Beta. package ReleaseNotes "Release notes" extends Modelica.Icons.ReleaseNotes; + + class Version_7_0_1 "Version 7.0.1" + extends Modelica.Icons.ReleaseNotes; + annotation (Documentation(info=" +
+

+ Version 7.0.1 is a bug fix release release. + The library has been tested with + Dymola 2020x and 2021, + JModelica (revision 14023), and + OPTIMICA (revision OCT-stable-r12473_JM-r14295). +

+

+ The following changes have been done: +

+
+ + + +

+ The following existing components + have been improved in a + backward compatible way: +

+ + + + + + +
xxx +
xxx + xxx.
+ This is for IBPSA, #1340. +
+ + +

+ The following critical errors have been fixed (i.e., errors + that can lead to wrong simulation results): +

+ + + + + + + + +
Buildings.Controls.OBC.CDL +
xxx +
xxx + xxx.
+ This is for xxx. +
+ +

+ The following uncritical errors have been fixed (i.e., errors + that do not lead to wrong simulation results, e.g., + units are wrong or errors in documentation): +

+ + + + + + +
xxx +
xxxx + xxx.
+ This is for + Buildings, #xxx. +
+ + ")); + end Version_7_0_1; + + class Version_7_0_0 "Version 7.0.0" extends Modelica.Icons.ReleaseNotes; annotation (Documentation(info=" @@ -7918,6 +8000,9 @@ on the Buildings library.