diff --git a/CHANGELOG b/CHANGELOG index 70c43ef..5b5876f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ Revision history for firebird_fdw +1.2.1 2020-10-21 + - Fix builds for recent Fedora versions + 1.2.0 2020-10-17 - Add support for PostgreSQL 13 - Add support for generated columns (PostgreSQL 12 and later) diff --git a/License b/License index 2585918..c87b79a 100644 --- a/License +++ b/License @@ -1,7 +1,7 @@ This software, PostgreSQL Firebird Foreign Data Wrapper, is released under the terms of the PostgreSQL License. -Copyright (c) 2013 - 2014, Ian Barwick +Copyright (c) 2013 - 2020, Ian Barwick Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement diff --git a/META.json b/META.json index 7b7c869..66da60b 100644 --- a/META.json +++ b/META.json @@ -1,7 +1,7 @@ { "name": "firebird_fdw", "abstract": "A PostgreSQL foreign data wrapper (FDW) for Firebird", - "version": "1.2.0", + "version": "1.2.1", "release_status": "stable", "maintainer": "Ian Barwick ", "license": { @@ -19,7 +19,7 @@ "abstract": "A PostgreSQL foreign data wrapper (FDW) for Firebird", "file": "firebird_fdw--1.2.0.sql", "docfile": "README.md", - "version": "1.2.0" + "version": "1.2.1" } }, "resources": { diff --git a/packaging/redhat/postgresql10-firebird_fdw.spec b/packaging/redhat/postgresql10-firebird_fdw.spec index 8b41ef1..9cebd6a 100644 --- a/packaging/redhat/postgresql10-firebird_fdw.spec +++ b/packaging/redhat/postgresql10-firebird_fdw.spec @@ -1,6 +1,6 @@ Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird Name: postgresql10-firebird_fdw -Version: 1.2.0 +Version: 1.2.1 Release: 1 Source: firebird_fdw-%{version}.tar.gz URL: https://github.com/ibarwick/firebird_fdw @@ -54,6 +54,8 @@ rm -rf $RPM_BUILD_ROOT %{pgsql_path}/share/extension/firebird_fdw.control %changelog +* Wed Oct 21 2020 Ian Barwick (barwick@gmail.com) +- 1.2.1 release * Sat Oct 17 2020 Ian Barwick (barwick@gmail.com) - 1.2.0 release * Fri May 31 2019 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql11-firebird_fdw.spec b/packaging/redhat/postgresql11-firebird_fdw.spec index 8ef4b9a..3c41b20 100644 --- a/packaging/redhat/postgresql11-firebird_fdw.spec +++ b/packaging/redhat/postgresql11-firebird_fdw.spec @@ -1,6 +1,6 @@ Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird Name: postgresql11-firebird_fdw -Version: 1.2.0 +Version: 1.2.1 Release: 1 Source: firebird_fdw-%{version}.tar.gz URL: https://github.com/ibarwick/firebird_fdw @@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Oct 21 2020 Ian Barwick (barwick@gmail.com) +- 1.2.1 release * Sat Oct 17 2020 Ian Barwick (barwick@gmail.com) - 1.2.0 release * Fri May 31 2019 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql12-firebird_fdw.spec b/packaging/redhat/postgresql12-firebird_fdw.spec index 51676f0..fc0d8a5 100644 --- a/packaging/redhat/postgresql12-firebird_fdw.spec +++ b/packaging/redhat/postgresql12-firebird_fdw.spec @@ -1,6 +1,6 @@ Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird Name: postgresql12-firebird_fdw -Version: 1.2.0 +Version: 1.2.1 Release: 1 Source: firebird_fdw-%{version}.tar.gz URL: https://github.com/ibarwick/firebird_fdw @@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Oct 21 2020 Ian Barwick (barwick@gmail.com) +- 1.2.1 release * Sat Oct 17 2020 Ian Barwick (barwick@gmail.com) - 1.2.0 release * Fri May 31 2019 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql13-firebird_fdw.spec b/packaging/redhat/postgresql13-firebird_fdw.spec index c11b847..400e947 100644 --- a/packaging/redhat/postgresql13-firebird_fdw.spec +++ b/packaging/redhat/postgresql13-firebird_fdw.spec @@ -1,6 +1,6 @@ Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird Name: postgresql13-firebird_fdw -Version: 1.2.0 +Version: 1.2.1 Release: 1 Source: firebird_fdw-%{version}.tar.gz URL: https://github.com/ibarwick/firebird_fdw @@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Oct 21 2020 Ian Barwick (barwick@gmail.com) +- 1.2.1 release * Sat Oct 17 2020 Ian Barwick (barwick@gmail.com) - 1.2.0 release * Fri May 31 2019 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql95-firebird_fdw.spec b/packaging/redhat/postgresql95-firebird_fdw.spec index 9ec5f67..96c0ad7 100644 --- a/packaging/redhat/postgresql95-firebird_fdw.spec +++ b/packaging/redhat/postgresql95-firebird_fdw.spec @@ -1,6 +1,6 @@ Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird Name: postgresql95-firebird_fdw -Version: 1.2.0 +Version: 1.2.1 Release: 1 Source: firebird_fdw-%{version}.tar.gz URL: https://github.com/ibarwick/firebird_fdw @@ -54,6 +54,8 @@ rm -rf $RPM_BUILD_ROOT %{pgsql_path}/share/extension/firebird_fdw.control %changelog +* Wed Oct 21 2020 Ian Barwick (barwick@gmail.com) +- 1.2.1 release * Sat Oct 17 2020 Ian Barwick (barwick@gmail.com) - 1.2.0 release * Fri May 31 2019 Ian Barwick (barwick@gmail.com) diff --git a/packaging/redhat/postgresql96-firebird_fdw.spec b/packaging/redhat/postgresql96-firebird_fdw.spec index 532d82f..6943529 100644 --- a/packaging/redhat/postgresql96-firebird_fdw.spec +++ b/packaging/redhat/postgresql96-firebird_fdw.spec @@ -1,6 +1,6 @@ Summary: A PostgreSQL foreign data wrapper (FDW) for Firebird Name: postgresql96-firebird_fdw -Version: 1.1.0 +Version: 1.2.1 Release: 1 Source: firebird_fdw-%{version}.tar.gz URL: https://github.com/ibarwick/firebird_fdw @@ -49,9 +49,13 @@ rm -rf $RPM_BUILD_ROOT %{pgsql_path}/share/extension/firebird_fdw--1.0.0.sql %{pgsql_path}/share/extension/firebird_fdw--1.0.0--1.1.0.sql %{pgsql_path}/share/extension/firebird_fdw--1.1.0.sql +%{pgsql_path}/share/extension/firebird_fdw--1.1.0--1.2.0.sql +%{pgsql_path}/share/extension/firebird_fdw--1.2.0.sql %{pgsql_path}/share/extension/firebird_fdw.control %changelog +* Wed Oct 21 2020 Ian Barwick (barwick@gmail.com) +- 1.2.1 release * Sat Oct 17 2020 Ian Barwick (barwick@gmail.com) - 1.2.0 release * Fri May 31 2019 Ian Barwick (barwick@gmail.com) diff --git a/src/firebird_fdw.h b/src/firebird_fdw.h index a9957bb..d1b8e8a 100644 --- a/src/firebird_fdw.h +++ b/src/firebird_fdw.h @@ -35,8 +35,8 @@ #include "libfq.h" -#define FIREBIRD_FDW_VERSION 10200 -#define FIREBIRD_FDW_VERSION_STRING "1.2.0" +#define FIREBIRD_FDW_VERSION 10201 +#define FIREBIRD_FDW_VERSION_STRING "1.2.1" #define FB_FDW_LOGPREFIX "[firebird_fdw] " #define FB_FDW_LOGPREFIX_LEN strlen(FB_FDW_LOGPREFIX) diff --git a/t/01-extension.pl b/t/01-extension.pl index a052a75..0298203 100644 --- a/t/01-extension.pl +++ b/t/01-extension.pl @@ -27,7 +27,7 @@ # # TODO: parse the value from "firebird_fdw.control" and check for a match -my $version = '10200'; +my $version = '10201'; my $res = $node->safe_psql(q|SELECT firebird_fdw_version()|);