Skip to content

[OSS-ONLY] Update BabelfishDump RPM version to 17.5 #580

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: BABEL_5_X_DEV__PG_17_X
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions BabelfishDump.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

Name: BabelfishDump
Summary: Postgresql dump utilities modified for Babelfish
Version: 17.2
Version: 17.5
Release: 1%{?dist}%{?_trivial}%{?_buildid}
License: PostgreSQL
Url: https://github.com/babelfish-for-postgresql/postgresql_modified_for_babelfish
Expand Down Expand Up @@ -151,31 +151,31 @@ LD_LIBRARY_PATH=%{_builddir}/%{name}/src/interfaces/libpq $RPM_BUILD_ROOT/usr/bi
%{_bindir}/bbf_dumpall

%changelog
* Wed Dec 11 2024 Sharu Goel <[email protected]> - 17.2-1
* Wed Dec 11 2024 Sharu Goel <[email protected]> - 17.5-1
- Add support to dump linked roles associated with members of db_owner role

* Wed Dec 11 2024 ANJU BHARTI <[email protected]> - 17.2-1
* Wed Dec 11 2024 ANJU BHARTI <[email protected]> - 17.5-1
- Handle dump logic for babelfish db_ddladmin fixed database role

* Wed Dec 11 2024 Harsh Lunagariya <[email protected]> - 17.2-1
* Wed Dec 11 2024 Harsh Lunagariya <[email protected]> - 17.5-1
- Handle dump logic for babelfish db_securityadmin fixed database role

* Wed Dec 11 2024 ANJU BHARTI <[email protected]> - 17.2-1
* Wed Dec 11 2024 ANJU BHARTI <[email protected]> - 17.5-1
- Handle dump logic for babelfish db_creator fixed server role

* Wed Dec 11 2024 Shalini Lohia <[email protected]> - 17.2-1
* Wed Dec 11 2024 Shalini Lohia <[email protected]> - 17.5-1
- Handle dump logic for babelfish db_datareader/db_datawriter fixed database roles

* Wed Dec 11 2024 Tanzeel Khan <[email protected]> - 17.2-1
* Wed Dec 11 2024 Tanzeel Khan <[email protected]> - 17.5-1
- Handle dump logic for babelfish db_accessadmin fixed database role

* Wed Dec 11 2024 ANJU BHARTI <[email protected]> - 17.2-1
* Wed Dec 11 2024 ANJU BHARTI <[email protected]> - 17.5-1
- Handle dump logic for babelfish securityadmin fixed server role

* Tue Nov 19 2024 Rishabh Tanwar <[email protected]> - 17.2-1
* Tue Nov 19 2024 Rishabh Tanwar <[email protected]> - 17.5-1
- Enable babelfishpg_tsql.dump_restore GUC while restoring roles

* Thu Oct 3 2024 Tanzeel Khan <[email protected]> - 17.2-1
* Thu Oct 3 2024 Tanzeel Khan <[email protected]> - 17.5-1
- Dump physical database aclprivs for fixed database roles

* Mon Aug 5 2024 Masahiko Sawada <[email protected]> - 16.4-1
Expand Down