Skip to content

Commit 1a4ded5

Browse files
committed
Added release notes (maint_12.x)
This closes #4588
1 parent 451783a commit 1a4ded5

3 files changed

Lines changed: 119 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_12_1_2 "Version 12.1.2"
3+
extends Modelica.Icons.ReleaseNotes;
4+
annotation (Documentation(info="<html>
5+
<div class=\"release-summary\">
6+
<p>
7+
Version 12.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_12_1_2;

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_12_1_2
12
Version_12_1_1
23
Version_12_1_0
34
Version_12_0_0

Buildings/package.mo

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

55
annotation (
66
preferredView="info",
7-
version="12.1.1",
7+
version="12.1.2",
88
versionDate="2025-05-29",
99
dateModified="2026-05-04",
1010
uses(Modelica(version="4.1.0")),
1111
conversion(
12+
noneFromVersion="12.1.1",
1213
noneFromVersion="12.1.0",
1314
noneFromVersion="12.0.0",
1415
from(

0 commit comments

Comments
 (0)