Ensure RPMs & DEBs depend on matching versions of each other. Fixes #6250

This commit is contained in:
Dave Page
2021-02-19 10:08:25 +00:00
parent 731ba32e81
commit df7de2ef71
3 changed files with 8 additions and 7 deletions

View File

@@ -46,3 +46,4 @@ Bug fixes
| `Issue #6201 <https://redmine.postgresql.org/issues/6201>`_ - Added SSL support for creating a subscription.
| `Issue #6208 <https://redmine.postgresql.org/issues/6208>`_ - Fixed an issue where utility(Backup, Maintenance, ...) jobs are failing when the log level is set to DEBUG.
| `Issue #6230 <https://redmine.postgresql.org/issues/6230>`_ - Fixed an issue where the user is not able to create the subscription.
| `Issue #6250 <https://redmine.postgresql.org/issues/6250>`_ - Ensure DEB/RPM packages depend on the same version of each other.