Skip to content

Commit

Permalink
OE2 1.0.2 + PG 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Jun 27, 2023
1 parent 5bba25e commit 5c79b34
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README-dockerhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Osimis Web viewer plugin 1.4.2
Python plugin 4.0
Orthanc Web viewer plugin 2.8
DICOMweb plugin 1.13
PostgreSQL plugins 5.0
PostgreSQL plugins 5.1
MySQL plugins 5.0
WSI Web viewer plugin 1.1
Authorization plugin 0.5.3
Expand All @@ -50,7 +50,7 @@ TCIA plugin 1.1
Orthanc Indexer plugin 1.0
Orthanc neuroimaging plugin 1.0
AWS S3 plugin 2.1.2
Orthanc Explorer 2 1.0.1
Orthanc Explorer 2 1.0.2
Kitware's VolView plugin 1.1
OHIF plugin 1.0
```
Expand Down
6 changes: 3 additions & 3 deletions WindowsInstaller/Resources/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ http://127.0.0.1:8042/app/explorer.html. Please remember that Orthanc
Explorer does not support Microsoft Internet Explorer.


Content of the package 23.5.0
Content of the package 23.6.1
------------------------------

Orthanc server 1.12.0
Expand All @@ -29,7 +29,7 @@ Stone Web viewer plugin 2.5
Osimis Web viewer plugin 1.4.2
Orthanc Web viewer plugin 2.8
DICOMweb plugin 1.13
PostgreSQL plugins 5.0
PostgreSQL plugins 5.1
MySQL plugins 5.0
WSI Web viewer plugin 1.1
Transfers accelerator plugin 1.4
Expand All @@ -39,7 +39,7 @@ ODBC plugin 1.1
TCIA plugin 1.1
Orthanc Indexer plugin 1.0
Orthanc neuroimaging plugin 1.0
Orthanc Explorer 2 1.0.1
Orthanc Explorer 2 1.0.2
Azure blob storage plugin 2.1.2 (Win64 installers only !)
Kitware's VolView plugin 1.1
OHIF plugin 1.0
Expand Down
10 changes: 5 additions & 5 deletions build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"repoType": "hg",
"sourcesSubPath": "/PostgreSQL",
"comment": "# CHANGE_VERSION_PG",
"stable": "OrthancPostgreSQL-5.0",
"stable": "OrthancPostgreSQL-5.1",
"unstable": "default",
"artifactsOSX": "libOrthancPostgreSQLIndex.dylib libOrthancPostgreSQLStorage.dylib",
"buildForOSX": true,
Expand All @@ -174,12 +174,12 @@
"Mandatory": false,
"Category": "plugins",
"Artifacts64": [
["PostgreSQL 5.0 - VC2015-64 Release/OrthancPostgreSQLIndex.dll", "Plugins", "Comment: # CHANGE_VERSION_PG"],
["PostgreSQL 5.0 - VC2015-64 Release/OrthancPostgreSQLStorage.dll", "Plugins", "Comment: # CHANGE_VERSION_PG"]
["PostgreSQL 5.1 - VC2015-64 Release/OrthancPostgreSQLIndex.dll", "Plugins", "Comment: # CHANGE_VERSION_PG"],
["PostgreSQL 5.1 - VC2015-64 Release/OrthancPostgreSQLStorage.dll", "Plugins", "Comment: # CHANGE_VERSION_PG"]
],
"Artifacts32": [
["PostgreSQL 5.0 - VC2008-32 Release/OrthancPostgreSQLIndex.dll", "Plugins", "Comment: # CHANGE_VERSION_PG"],
["PostgreSQL 5.0 - VC2008-32 Release/OrthancPostgreSQLStorage.dll", "Plugins", "Comment: # CHANGE_VERSION_PG"]
["PostgreSQL 5.1 - VC2008-32 Release/OrthancPostgreSQLIndex.dll", "Plugins", "Comment: # CHANGE_VERSION_PG"],
["PostgreSQL 5.1 - VC2008-32 Release/OrthancPostgreSQLStorage.dll", "Plugins", "Comment: # CHANGE_VERSION_PG"]
],
"Resources": [
["postgresql.json", "Configuration"]
Expand Down
2 changes: 2 additions & 0 deletions release-notes-docker-images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ You should use the full image only if you need to use one of these:
- the ODBC plugin with SQL Server (msodbcsql18 is preinstalled)
Only the default tags are listed here. You just need to append `-full` for the full image.

- upgraded PostgreSQL plugins to 5.1
- upgraded Orthanc Explorer 2 plugin to 1.0.2
- Added a new special env var: ORTHANC__OHIF to define the "OHIF" configuration in one go.
Also added 4 non standard env vars for OHIF configuration ORTHANC__OHIF__DATA_SOURCE,
ORTHANC__OHIF__USER_CONFIGURATION, ORTHANC__OHIF__ROUTER_BASE_NAME, ORTHANC__OHIF__PRELOAD
Expand Down

0 comments on commit 5c79b34

Please sign in to comment.