Ensure the MAC OSX app should be notarized for Catalina.

Added post-build script in Jenkins to notarize appbundle.

Fixes #4817
This commit is contained in:
Paresh More 2019-10-16 11:23:32 +05:30 committed by Akshay Joshi
parent d7b1e2cd9c
commit e987fe9d37

View File

@ -37,3 +37,4 @@ Bug fixes
| `Issue #4777 <https://redmine.postgresql.org/issues/4777>`_ - Fix issue where query history is not visible in the query history tab.
| `Issue #4780 <https://redmine.postgresql.org/issues/4780>`_ - Ensure the search path should not be quoted for Function, Procedure and Trigger Function.
| `Issue #4791 <https://redmine.postgresql.org/issues/4791>`_ - Fix issue where VALID foreign keys show as NOT VALID in the SQL tab for tables.
| `Issue #4817 <https://redmine.postgresql.org/issues/4817>`_ - Ensure the MAC OSX app should be notarized for Catalina.