diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control.in | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,6 @@ +2019-10-29 Cédric Villemain <cedric@2ndQuadrant.fr> + * 1.2.2 - Fix bad errno usage + 22/09/2017 Cédric Villemain <cedric@2ndQuadrant.fr> * 1.2.1 - Fix check on NULL input for drawer function diff --git a/debian/changelog b/debian/changelog index 8b4b0ee..dd636fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgfincore (1.2.2-1) unstable; urgency=medium + + * Upload for PostgreSQL 12. + + -- Christoph Berg <myon@debian.org> Tue, 29 Oct 2019 14:57:19 +0100 + pgfincore (1.2.1-2) unstable; urgency=medium * Upload for PostgreSQL 11. diff --git a/debian/control.in b/debian/control.in index fd9b81c..9ce58b8 100644 --- a/debian/control.in +++ b/debian/control.in @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Uploaders: Cédric Villemain <cedric@villemain.org>, Dimitri Fontaine <dim@tapoueh.org>, Christoph Berg <myon@debian.org> Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 158~) -Standards-Version: 4.2.0 +Standards-Version: 4.4.0 Vcs-Git: git://git.postgresql.org/git/pgfincore.git Vcs-Browser: http://git.postgresql.org/gitweb/?p=pgfincore.git Homepage: http://villemain.org/projects/pgfincore |
