diff PostgreSQL/NEWS @ 80:16df1a6ea452 db-changes

Fix issue #105 (Unable to connect to PostgreSQL database using SSL)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jan 2019 12:53:00 +0100
parents 52c70007bb87
children 122f22550521
line wrap: on
line diff
--- a/PostgreSQL/NEWS	Tue Jan 08 14:37:41 2019 +0100
+++ b/PostgreSQL/NEWS	Thu Jan 10 12:53:00 2019 +0100
@@ -1,7 +1,9 @@
 Pending changes in the mainline
 ===============================
 
-* Database optimizations thanks to the new primitives in Orthanc SDK 
+* New configuration option: "EnableSsl"
+* Database optimizations by implementing new primitives of Orthanc SDK 1.5.2
+* Fix issue 105 (Unable to connect to PostgreSQL database using SSL)
 * Fix Debian issue #906771 (Uncaught exception prevents db intialization
   (likely related to pg_trgm))
 * Fix: Catching exceptions in destructors