Skip to content

Commit 84dcc78

Browse files
committed
Added release notes (maint_11.x)
This closes #4589
1 parent d14e409 commit 84dcc78

4 files changed

Lines changed: 122 additions & 1 deletion

File tree

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
within Buildings.UsersGuide.ReleaseNotes;
2+
class Version_11_1_2 "Version 11_1_2"
3+
extends Modelica.Icons.ReleaseNotes;
4+
annotation (Documentation(info="<html>
5+
<div class=\"release-summary\">
6+
<p>
7+
Version 11.1.2 is ... xxx
8+
</p>
9+
</div>
10+
<!-- New libraries -->
11+
<p>
12+
The following <b style=\"color:blue\">new libraries</b> have been added:
13+
</p>
14+
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\">
15+
<tr><td valign=\"top\">xxx
16+
</td>
17+
<td valign=\"top\">xxx.
18+
</td>
19+
</tr>
20+
</table>
21+
<!-- New components for existing libraries -->
22+
<p>
23+
The following <b style=\"color:blue\">new components</b> have been added
24+
to <b style=\"color:blue\">existing</b> libraries:
25+
</p>
26+
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
27+
<tr><td colspan=\"2\"><b>xxx</b>
28+
</td>
29+
</tr>
30+
<tr><td valign=\"top\">xxx
31+
</td>
32+
<td valign=\"top\">xxx.
33+
</td>
34+
</tr>
35+
</table>
36+
<!-- Backward compatible changes -->
37+
<p>
38+
The following <b style=\"color:blue\">existing components</b>
39+
have been <b style=\"color:blue\">improved</b> in a
40+
<b style=\"color:blue\">backward compatible</b> way:
41+
</p>
42+
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
43+
<tr><td colspan=\"2\"><b>xxx</b>
44+
</td>
45+
</tr>
46+
<tr><td valign=\"top\">xxx
47+
</td>
48+
<td valign=\"top\">xxx.
49+
</td>
50+
</tr>
51+
<tr><td colspan=\"2\"><b>xxx</b>
52+
</td>
53+
</tr>
54+
<tr><td valign=\"top\">xxx
55+
</td>
56+
<td valign=\"top\">xxx.
57+
</td>
58+
</tr>
59+
</table>
60+
<!-- Non-backward compatible changes to existing components -->
61+
<p>
62+
The following <b style=\"color:blue\">existing components</b>
63+
have been <b style=\"color:blue\">improved</b> in a
64+
<b style=\"color:blue\">non-backward compatible</b> way:
65+
</p>
66+
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
67+
<tr><td colspan=\"2\"><b>xxx</b>
68+
</td>
69+
</tr>
70+
<tr><td valign=\"top\">xxx
71+
</td>
72+
<td valign=\"top\">xxx.
73+
</td>
74+
</tr>
75+
</table>
76+
<!-- Errors that have been fixed -->
77+
<p>
78+
The following <b style=\"color:red\">critical errors</b> have been fixed (i.e., errors
79+
that can lead to wrong simulation results):
80+
</p>
81+
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
82+
<tr><td colspan=\"2\"><b>xxx</b>
83+
</td>
84+
</tr>
85+
<tr><td valign=\"top\">xxx
86+
</td>
87+
<td valign=\"top\">xxx.
88+
</td>
89+
</tr>
90+
</table>
91+
<!-- Uncritical errors -->
92+
<p>
93+
The following <b style=\"color:red\">uncritical errors</b> have been fixed (i.e., errors
94+
that do <b style=\"color:red\">not</b> lead to wrong simulation results, e.g.,
95+
units are wrong or errors in documentation):
96+
</p>
97+
<table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
98+
<tr><td colspan=\"2\"><b>xxx</b>
99+
</td>
100+
</tr>
101+
<tr><td valign=\"top\">xxx
102+
</td>
103+
<td valign=\"top\">xxx.
104+
</td>
105+
</tr>
106+
</table>
107+
<p>
108+
Note:
109+
</p>
110+
<ul>
111+
<li>
112+
xxx
113+
</li>
114+
</ul>
115+
</html>"));
116+
end Version_11_1_2;

Buildings/UsersGuide/ReleaseNotes/package.mo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on the Buildings library.
1010
</p>
1111
<ul>
1212
<li>
13+
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_11_1_2\">Version 11.1.2</a> (xxx)
14+
</li>
15+
<li>
1316
<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_11_1_1\">Version 11.1.1</a> (May 4, 2026)
1417
</li>
1518
<li>

Buildings/UsersGuide/ReleaseNotes/package.order

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Version_11_1_2
12
Version_11_1_1
23
Version_11_1_0
34
Version_11_0_0

Buildings/package.mo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ package Buildings "Library with models for building energy and control systems"
55

66
annotation (
77
preferredView="info",
8-
version="11.1.1",
8+
version="11.1.2",
99
versionDate="2025-03-17",
1010
dateModified="2026-05-04",
1111
uses(Modelica(version="4.1.0")),
1212
conversion(
13+
noneFromVersion="11.1.1",
1314
noneFromVersion="11.1.0",
1415
noneFromVersion="11.0.0",
1516
noneFromVersion="11.1.0",

0 commit comments

Comments
 (0)