From 1da2dc9cbd2850fe8096a6ab40a6a4f4bbf2ba72 Mon Sep 17 00:00:00 2001 From: riclolsen Date: Fri, 10 Nov 2023 11:38:13 -0300 Subject: [PATCH] Version 6.31. --- i18n/messages_i18n-en_us.js | 2 +- i18n/messages_i18n-pt_br.js | 2 +- i18n/messages_i18n-uk_ua.js | 2 +- i18n/messages_i18n.js | 2 +- installer/README.txt | 22 +++++++++++++++++++++- installer/oshmi.nsi | 12 ++++-------- installer/release_notes.txt | 12 ++++++++++++ 7 files changed, 41 insertions(+), 13 deletions(-) diff --git a/i18n/messages_i18n-en_us.js b/i18n/messages_i18n-en_us.js index c8bdcdf..830e003 100755 --- a/i18n/messages_i18n-en_us.js +++ b/i18n/messages_i18n-en_us.js @@ -4,7 +4,7 @@ var Msg = { NomeProduto: 'OSHMI', -VersaoProduto: '6.30', +VersaoProduto: '6.31', NomeVisorTelas: 'Screen Viewer', NomeVisorEventos: 'Events Viewer', diff --git a/i18n/messages_i18n-pt_br.js b/i18n/messages_i18n-pt_br.js index cba6920..10f7476 100755 --- a/i18n/messages_i18n-pt_br.js +++ b/i18n/messages_i18n-pt_br.js @@ -4,7 +4,7 @@ var Msg = { NomeProduto: 'OSHMI', -VersaoProduto: '6.30', +VersaoProduto: '6.31', NomeVisorTelas: 'Visor de Telas', NomeVisorEventos: 'Visor de Eventos', diff --git a/i18n/messages_i18n-uk_ua.js b/i18n/messages_i18n-uk_ua.js index 18291ec..7763ce7 100755 --- a/i18n/messages_i18n-uk_ua.js +++ b/i18n/messages_i18n-uk_ua.js @@ -4,7 +4,7 @@ var Msg = { NomeProduto: 'OSHMI', - VersaoProduto: '6.30', + VersaoProduto: '6.31', NomeVisorTelas: 'Перегляд ', NomeVisorEventos: 'Події', diff --git a/i18n/messages_i18n.js b/i18n/messages_i18n.js index cba6920..10f7476 100644 --- a/i18n/messages_i18n.js +++ b/i18n/messages_i18n.js @@ -4,7 +4,7 @@ var Msg = { NomeProduto: 'OSHMI', -VersaoProduto: '6.30', +VersaoProduto: '6.31', NomeVisorTelas: 'Visor de Telas', NomeVisorEventos: 'Visor de Eventos', diff --git a/installer/README.txt b/installer/README.txt index c539eb8..7676402 100644 --- a/installer/README.txt +++ b/installer/README.txt @@ -1,5 +1,5 @@ OSHMI - Open Substation HMI - Copyright 2008-2020 - Ricardo L. Olsen + Copyright 2008-2023 - Ricardo L. Olsen (https://www.linkedin.com/in/ricardo-olsen/) This program is free software: you can redistribute it and/or modify @@ -189,9 +189,29 @@ S7 Driver: Inkscape+SAGE: - See http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2. + +------------------------------------------------------------------- + +Notes for version 6.31: + + +IEC61850: + - IEC61850 Client driver updated to version 0.6. + +Chromium: + - Updated to version 109.0.5414.120. + ------------------------------------------------------------------- +Notes for version 6.30: + +DNP3 Client: + - Dnp3 Client driver updated to version 0.80 based on OpenDNP3 3.1.2. + - Support for pulse off commands. + + ------------------------------------------------------------------- + Notes for version 6.29: IEC61850: diff --git a/installer/oshmi.nsi b/installer/oshmi.nsi index 9274e5d..756bfd2 100755 --- a/installer/oshmi.nsi +++ b/installer/oshmi.nsi @@ -11,8 +11,8 @@ RequestExecutionLevel user ;-------------------------------- -!define VERSION "v.6.30" -!define VERSION_ "6.30.0.0" +!define VERSION "v.6.31" +!define VERSION_ "6.31.0.0" Function .onInit System::Call 'keexrnel32::CreateMutexA(i 0, i 0, t "MutexOshmiInstall") i .r1 ?e' @@ -364,12 +364,10 @@ Section "" ; empty string makes it hidden, so would starting with - File /a "..\htdocs\images\*.*" SetOutPath $INSTDIR\extprogs - File /a "..\extprogs\dotnet-runtime-6.0.13-win-x86.exe" + File /a "..\extprogs\dotnet-runtime-6.0.24-win-x86.exe" File /a "..\extprogs\vcredist_x86.exe" File /a "..\extprogs\vcredist_x86-2012.exe" File /a "..\extprogs\vcredist_x86-2013.exe" - ;File /a "..\extprogs\vcredist_x86-2015.exe" - ;File /a "..\extprogs\vcredist_x86-2017.exe" File /a "..\extprogs\vcredist_x86-15-17-19.exe" SetOutPath $INSTDIR\browser @@ -480,10 +478,8 @@ Section "" ; empty string makes it hidden, so would starting with - nsExec::Exec '"$INSTDIR\extprogs\vcredist_x86.exe" /q' nsExec::Exec '"$INSTDIR\extprogs\vcredist_x86-2012.exe" /q' nsExec::Exec '"$INSTDIR\extprogs\vcredist_x86-2013.exe" /q' - ;nsExec::Exec '"$INSTDIR\extprogs\vcredist_x86-2015.exe" /q' - ;nsExec::Exec '"$INSTDIR\extprogs\vcredist_x86-2017.exe" /q' nsExec::Exec '"$INSTDIR\extprogs\vcredist_x86-15-17-19.exe" /q' - nsExec::Exec '"$INSTDIR\extprogs\dotnet-runtime-6.0.13-win-x86.exe" /install /passive /quiet' + nsExec::Exec '"$INSTDIR\extprogs\dotnet-runtime-6.0.24-win-x86.exe" /install /passive /quiet' ; MessageBox MB_YESNO "Wish to substitute Windows Shell by the HMIShell? \nWARNING: ANSWERING YES WILL BLOCK THE MACHINE FOR THE OPERATOR" IDNO InstFim ; LabelShell: diff --git a/installer/release_notes.txt b/installer/release_notes.txt index a7fea5c..7676402 100644 --- a/installer/release_notes.txt +++ b/installer/release_notes.txt @@ -189,6 +189,18 @@ S7 Driver: Inkscape+SAGE: - See http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows_with_MSYS2. + +------------------------------------------------------------------- + +Notes for version 6.31: + + +IEC61850: + - IEC61850 Client driver updated to version 0.6. + +Chromium: + - Updated to version 109.0.5414.120. + -------------------------------------------------------------------