# HG changeset patch # User amazy # Date 1520937076 -3600 # Node ID f0ca1c5facf6fa10e3a10f4a62727c1353e7a1d6 # Parent 43d5a4e03e8d2a98118ca6cb6f94bb8309adddda updated NEWS diff -r 43d5a4e03e8d -r f0ca1c5facf6 NEWS --- a/NEWS Tue Mar 13 11:26:46 2018 +0100 +++ b/NEWS Tue Mar 13 11:31:16 2018 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== +* Added "Readonly" option to create "READ ONLY" transactions. This is + experimental and, when using that mode, you should make sure that + Orthanc receives only GET requests and that another Orthanc is + connected to the same DB to perform all WRITE operations. * Running transactions in "Serializable" isolation level to avoid inconsistencies if multiple Orthanc are writing to the same DB * Upgrade to PostgreSQL 9.6.1 client library for static builds