Skip to content

Commit

Permalink
Version 6.31.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Nov 10, 2023
1 parent eddef5e commit 1da2dc9
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 13 deletions.
2 changes: 1 addition & 1 deletion i18n/messages_i18n-en_us.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var Msg =
{
NomeProduto: 'OSHMI',
VersaoProduto: '6.30',
VersaoProduto: '6.31',

NomeVisorTelas: 'Screen Viewer',
NomeVisorEventos: 'Events Viewer',
Expand Down
2 changes: 1 addition & 1 deletion i18n/messages_i18n-pt_br.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var Msg =
{
NomeProduto: 'OSHMI',
VersaoProduto: '6.30',
VersaoProduto: '6.31',

NomeVisorTelas: 'Visor de Telas',
NomeVisorEventos: 'Visor de Eventos',
Expand Down
2 changes: 1 addition & 1 deletion i18n/messages_i18n-uk_ua.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var Msg =
{
NomeProduto: 'OSHMI',
VersaoProduto: '6.30',
VersaoProduto: '6.31',

NomeVisorTelas: 'Перегляд ',
NomeVisorEventos: 'Події',
Expand Down
2 changes: 1 addition & 1 deletion i18n/messages_i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var Msg =
{
NomeProduto: 'OSHMI',
VersaoProduto: '6.30',
VersaoProduto: '6.31',

NomeVisorTelas: 'Visor de Telas',
NomeVisorEventos: 'Visor de Eventos',
Expand Down
22 changes: 21 additions & 1 deletion installer/README.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down
12 changes: 4 additions & 8 deletions installer/oshmi.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
12 changes: 12 additions & 0 deletions installer/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.


-------------------------------------------------------------------

Expand Down

0 comments on commit 1da2dc9

Please sign in to comment.