@@ -204,6 +204,123 @@ Each class (i.e., model, block and function) must be used in an example or valid
204204 package ReleaseNotes "Release notes"
205205 extends Modelica.Icons.ReleaseNotes;
206206
207+
208+ class Version_10_1_2 "Version 10.1.2"
209+ extends Modelica.Icons.ReleaseNotes;
210+ annotation (Documentation(info="<html>
211+ <div class=\"release-summary\">
212+ <p>
213+ Version 10.1.2 is ... xxx
214+ </p>
215+ </div>
216+ <!-- New libraries -->
217+ <p>
218+ The following <b style=\"color:blue\">new libraries</b> have been added:
219+ </p>
220+ <table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\">
221+ <tr><td valign=\"top\">xxx
222+ </td>
223+ <td valign=\"top\">xxx.
224+ </td>
225+ </tr>
226+ </table>
227+ <!-- New components for existing libraries -->
228+ <p>
229+ The following <b style=\"color:blue\">new components</b> have been added
230+ to <b style=\"color:blue\">existing</b> libraries:
231+ </p>
232+ <table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
233+ <tr><td colspan=\"2\"><b>xxx</b>
234+ </td>
235+ </tr>
236+ <tr><td valign=\"top\">xxx
237+ </td>
238+ <td valign=\"top\">xxx.
239+ </td>
240+ </tr>
241+ </table>
242+ <!-- Backward compatible changes -->
243+ <p>
244+ The following <b style=\"color:blue\">existing components</b>
245+ have been <b style=\"color:blue\">improved</b> in a
246+ <b style=\"color:blue\">backward compatible</b> way:
247+ </p>
248+ <table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
249+ <tr><td colspan=\"2\"><b>xxx</b>
250+ </td>
251+ </tr>
252+ <tr><td valign=\"top\">xxx
253+ </td>
254+ <td valign=\"top\">xxx.
255+ </td>
256+ </tr>
257+ <tr><td colspan=\"2\"><b>xxx</b>
258+ </td>
259+ </tr>
260+ <tr><td valign=\"top\">xxx
261+ </td>
262+ <td valign=\"top\">xxx.
263+ </td>
264+ </tr>
265+ </table>
266+ <!-- Non-backward compatible changes to existing components -->
267+ <p>
268+ The following <b style=\"color:blue\">existing components</b>
269+ have been <b style=\"color:blue\">improved</b> in a
270+ <b style=\"color:blue\">non-backward compatible</b> way:
271+ </p>
272+ <table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
273+ <tr><td colspan=\"2\"><b>xxx</b>
274+ </td>
275+ </tr>
276+ <tr><td valign=\"top\">xxx
277+ </td>
278+ <td valign=\"top\">xxx.
279+ </td>
280+ </tr>
281+ </table>
282+ <!-- Errors that have been fixed -->
283+ <p>
284+ The following <b style=\"color:red\">critical errors</b> have been fixed (i.e., errors
285+ that can lead to wrong simulation results):
286+ </p>
287+ <table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
288+ <tr><td colspan=\"2\"><b>xxx</b>
289+ </td>
290+ </tr>
291+ <tr><td valign=\"top\">xxx
292+ </td>
293+ <td valign=\"top\">xxx.
294+ </td>
295+ </tr>
296+ </table>
297+ <!-- Uncritical errors -->
298+ <p>
299+ The following <b style=\"color:red\">uncritical errors</b> have been fixed (i.e., errors
300+ that do <b style=\"color:red\">not</b> lead to wrong simulation results, e.g.,
301+ units are wrong or errors in documentation):
302+ </p>
303+ <table class=\"releaseTable\" summary=\"summary\" border=\"1\" cellspacing=\"0\" cellpadding=\"2\" style=\"border-collapse:collapse;\">
304+ <tr><td colspan=\"2\"><b>xxx</b>
305+ </td>
306+ </tr>
307+ <tr><td valign=\"top\">xxx
308+ </td>
309+ <td valign=\"top\">xxx.
310+ </td>
311+ </tr>
312+ </table>
313+ <p>
314+ Note:
315+ </p>
316+ <ul>
317+ <li>
318+ xxx
319+ </li>
320+ </ul>
321+ </html>"));
322+ end Version_10_1_2;
323+
207324 class Version_10_1_1 "Version 10.1.1"
208325 extends Modelica.Icons.ReleaseNotes;
209326 annotation (Documentation(info="<html>
@@ -13012,6 +13129,9 @@ on the Buildings library.
1301213129</p>
1301313130<ul>
1301413131<li>
13132+ <a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_10_1_2\">Version 10.1.2</a>(xxx, 2025)
13133+ </li>
13134+ <li>
1301513135<a href=\"modelica://Buildings.UsersGuide.ReleaseNotes.Version_10_1_1\">Version 10.1.1</a>(March 17, 2025)
1301613136</li>
1301713137<li>
@@ -13598,13 +13718,14 @@ end UsersGuide;
1359813718
1359913719annotation (
1360013720preferredView="info",
13601- version="10.1.1 ",
13721+ version="10.1.2 ",
1360213722versionDate="2024-04-09",
1360313723dateModified="2025-03-17",
1360413724uses(Modelica(version="4.0.0")),
1360513725conversion(
1360613726 noneFromVersion="10.0.0",
1360713727 noneFromVersion="10.1.0",
13728+ noneFromVersion="10.1.1",
1360813729 from(
1360913730 version={"9.0.0", "9.1.0", "9.1.1", "9.1.2"},
1361013731 script="modelica://Buildings/Resources/Scripts/Conversion/ConvertBuildings_from_9_to_10.0.0.mos"),
0 commit comments