diff PostgreSQL/NEWS @ 427:3cdea26ece73 pg-transactions

merge default -> pg-transactions
author Alain Mazy <am@osimis.io>
date Wed, 29 Nov 2023 10:24:18 +0100
parents a7f0f27fe33c d700c8f9fc24
children dbf811b1bb43
line wrap: on
line diff
--- a/PostgreSQL/NEWS	Tue Jun 27 15:17:39 2023 +0200
+++ b/PostgreSQL/NEWS	Wed Nov 29 10:24:18 2023 +0100
@@ -1,5 +1,5 @@
-Pending changes in the mainline
-===============================
+Release 5.1 (2023-06-27)
+========================
 
 * Experimental debug feature:
   Introduced 2 new configurations with these default values:
@@ -13,7 +13,6 @@
   - Added an advisory lock around CreateInstance
 
 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.
-  The optimization mainly affects find at study level.
 
 Release 5.0 (2023-04-15)
 ========================
@@ -34,7 +33,7 @@
 * Support of multiple readers/writers, by handling retries from Orthanc SDK 1.9.2
 * Support of range reads for the storage area, from Orthanc SDK 1.9.0
 * Fix issue #193 (LSB binaries crash with PostgreSQL + SSL) by changeset
-  in OrthancFramework: https://hg.orthanc-server.com/orthanc/rev/9a9118406484
+  in OrthancFramework: https://orthanc.uclouvain.be/hg/orthanc/rev/9a9118406484
 * Fix issue #151 (Storage failures when running with two instances and PG_LOCK=false)