From e987fe9d37b4a058cb943395cd3fbc73b61a371e Mon Sep 17 00:00:00 2001 From: Paresh More Date: Wed, 16 Oct 2019 11:23:32 +0530 Subject: [PATCH] Ensure the MAC OSX app should be notarized for Catalina. Added post-build script in Jenkins to notarize appbundle. Fixes #4817 --- docs/en_US/release_notes_4_14.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en_US/release_notes_4_14.rst b/docs/en_US/release_notes_4_14.rst index f3b49817d..d70efe644 100644 --- a/docs/en_US/release_notes_4_14.rst +++ b/docs/en_US/release_notes_4_14.rst @@ -37,3 +37,4 @@ Bug fixes | `Issue #4777 `_ - Fix issue where query history is not visible in the query history tab. | `Issue #4780 `_ - Ensure the search path should not be quoted for Function, Procedure and Trigger Function. | `Issue #4791 `_ - Fix issue where VALID foreign keys show as NOT VALID in the SQL tab for tables. +| `Issue #4817 `_ - Ensure the MAC OSX app should be notarized for Catalina.