Index: DamClients/DamLive/trunk/doc/parseLogs.py =================================================================== diff -u -r5818 -r7126 --- DamClients/DamLive/trunk/doc/parseLogs.py (.../parseLogs.py) (revision 5818) +++ DamClients/DamLive/trunk/doc/parseLogs.py (.../parseLogs.py) (revision 7126) @@ -4,7 +4,8 @@ pdfDirectory = r"./" pdfFiles = os.listdir(pdfDirectory) -expectedDocuments = ["DAMLive - Functional Design.pdf"] +expectedDocuments = ["DAMLive - Functional Design.pdf", + "DAMLive - Release Notes.pdf"] print ("##teamcity[testStarted name='PDF Generated']") for doc in expectedDocuments: Index: DamClients/DamLive/trunk/doc/buildDocs.bat =================================================================== diff -u -r5819 -r7126 --- DamClients/DamLive/trunk/doc/buildDocs.bat (.../buildDocs.bat) (revision 5819) +++ DamClients/DamLive/trunk/doc/buildDocs.bat (.../buildDocs.bat) (revision 7126) @@ -11,5 +11,15 @@ xcopy DamLiveFunctionalDesign_Log.txt "..\BuildLogs" /Y xcopy *.pdf ..\ /Y +cd "..\DamLive - Release Notes" +pdflatex "DamLive - Release Notes.tex" +bibtex "DamLive - Release Notes" +pdflatex "DamLive - Release Notes.tex" +pdflatex "DamLive - Release Notes.tex" +pdflatex "DamLive - Release Notes.tex" > DamLiveReleaseNotes_Log.txt +xcopy DamLiveReleaseNotes_Log.txt "..\BuildLogs" /Y +xcopy *.pdf ..\ /Y + + cd .. python parseLogs.py \ No newline at end of file Index: DamClients/DamLive/trunk/doc/DAMLive - Release Notes/pictures/Deltares_logo_D-blauw_RGB.png =================================================================== diff -u Binary files differ Index: DamClients/DamLive/trunk/doc/DAMLive - Release Notes/DAMLive - Release Notes.tex =================================================================== diff -u --- DamClients/DamLive/trunk/doc/DAMLive - Release Notes/DAMLive - Release Notes.tex (revision 0) +++ DamClients/DamLive/trunk/doc/DAMLive - Release Notes/DAMLive - Release Notes.tex (revision 7126) @@ -0,0 +1,54 @@ +\documentclass{deltares_memo} + +\begin{document} +\hfill\includegraphics[width=0.4\textwidth]{pictures/Deltares_logo_D-blauw_RGB.png} + +%-------------------------------------------------------------------------------- + +{\LARGE\textbf{Release notes}} +\newline\newline + +{\LARGE\textbf{DAM Live 26.1.1}} \hfill +\textbf{31-03-2026} % Created by Virginie Trompille + + +DAM Live 26.1.1 bevat een aantal veranderingen ten opzichte van DAM Live 19.1. +De belangrijkste verandering is dat DAM Live nu is gekoppeld aan D-Stability in plaats van D-Geo Stability. + +DAM Live 26.1.1 maakt gebruikt van dezelfde DAM Engine-versie als DAM 26.1.1. +Raadpleeg de release notes van DAM 26.1.1 voor een overzicht van alle wijzigingen in DAM Engine. + +DAM Live 26.1.1 maakt gebruik van de volgende kernels en component: +\begin{itemize} + \item DAM Engine 26.1.1.7081 + \item Deltares.Standard 26.1.1.3126 + \item Deltares.Geotechnics 26.1.1.3177 +\end{itemize} + +\begin{longtable*}{@{}p{30mm}p{\textwidth-30mm-18pt}} +\\ \multicolumn{2}{@{}l}{\STRUT \textbf{\emph{Verbeteringen}}} +\\ \hline \STRUT +MWDAM-2563 & Het bestand ParametersCalculation.xml is bijgewerkt. Raadpleeg bijlage L van de gebruikershandleiding van DAM 26.1.1 voor een volledige beschrijving van dit bestand. \\ \STRUT +MWDAM-2546 & De werking van de sensoren is volledig getest en waar nodig gecorrigeerd. +\end{longtable*} + +\begin{longtable*}{@{}p{30mm}p{\textwidth-30mm-18pt}} +\\ \multicolumn{2}{@{}l}{\STRUT \textbf{\emph{Opgeloste bugs}}} +\\ \hline \STRUT +MWDAM-1579 & UseZones causes error. \\ \STRUT +MWDAM-1605 & DamLive project does not calculate when a PL3 should be taken from location data. \\ \STRUT +MWDAM-1445 & Operational: No error message when calculating without segments with relevant failure mechanism. +\end{longtable*} + + +\begin{longtable*}{@{}p{30mm}p{\textwidth-30mm-18pt}} +\\ \multicolumn{2}{@{}l}{\STRUT \textbf{\emph{Bekende bugs}}} +\\ \hline \STRUT +MWDAM-1889 & DAM Live stability options do not work well with MultiCore. \\ \STRUT +MWDAM-3274 & DAM Live: Incorrect unit for stability factor in xml output. \\ \STRUT +MWDAM-2816 & DamUI: calculation model in DamLiveConfiguration is hidden. +\end{longtable*} + + +%-------------------------------------------------------------------------------- +\end{document} \ No newline at end of file