# HG changeset patch # User Sebastien Jodogne # Date 1530685130 -7200 # Node ID e2ea55a0dc2473892f87fbec00c401f88d56d610 # Parent 95c11df025914e731b561f7d53c37d316672e672 migration to orthanc-databases diff -r 95c11df02591 -r e2ea55a0dc24 NEWS --- a/NEWS Fri Jun 15 11:00:57 2018 +0200 +++ b/NEWS Wed Jul 04 08:18:50 2018 +0200 @@ -1,5 +1,10 @@ -Pending changes in the mainline -=============================== +WARNING +======= + +Further development of the PostgreSQL plugins now takes place in the +"orthanc-databases" repository: + +https://bitbucket.org/sjodogne/orthanc-databases/ Release 2.1 (2018-04-20) diff -r 95c11df02591 -r e2ea55a0dc24 README --- a/README Fri Jun 15 11:00:57 2018 +0200 +++ b/README Wed Jul 04 08:18:50 2018 +0200 @@ -10,6 +10,15 @@ store its files and its index as PostgreSQL databases. +Important warning +----------------- + +Further development of the PostgreSQL plugins now takes place in the +"orthanc-databases" repository: + +https://bitbucket.org/sjodogne/orthanc-databases/ + + Installation and usage ----------------------