File: changelog

package info (click to toggle)
postgresql-plproxy 2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 520 kB
  • ctags: 546
  • sloc: ansic: 3,698; sql: 1,109; lex: 338; yacc: 171; makefile: 115; sh: 24
file content (186 lines) | stat: -rw-r--r-- 5,726 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
postgresql-plproxy (2.7-1) unstable; urgency=medium

  * New upstream release.

 -- Christoph Berg <myon@debian.org>  Thu, 29 Dec 2016 18:28:39 +0100

postgresql-plproxy (2.6-3) unstable; urgency=medium

  * Pull patches from upstream for 9.6 support.

 -- Christoph Berg <myon@debian.org>  Sun, 25 Sep 2016 23:03:59 +0200

postgresql-plproxy (2.6-2) unstable; urgency=medium

  * Reupload with 9.5 support.
  * Run tests on port 5432 using newpid/newnet.

 -- Christoph Berg <myon@debian.org>  Sat, 09 Jan 2016 18:54:22 +0100

postgresql-plproxy (2.6-1) unstable; urgency=medium

  * New upstream release.
    + Docs are now markdown (Closes: #795984, thanks to Eduard Sanou for the
      original patch which is now obsolete)
  * Drop all patches :)
  * Update watch file to point at plproxy.github.io.
  * Update rules to dh.

 -- Christoph Berg <myon@debian.org>  Sat, 05 Sep 2015 21:03:05 +0200

postgresql-plproxy (2.5-5) unstable; urgency=medium

  * Rebuild against PostgreSQL 9.4.
  * Compile sql/plproxy.sql for the non-extension builds.
  * Set team as maintainer.

 -- Christoph Berg <myon@debian.org>  Sun, 27 Jul 2014 11:44:14 +0200

postgresql-plproxy (2.5-4) unstable; urgency=low

  [ Martin Pitt ]
  * debian/tests/installcheck: Temporarily modify test scripts to use CREATE
    EXTENSION instead of sourcing the build tree's plproxy.sql. We want to
    test the installed package and avoid building.

  [ Christoph Berg ]
  * Use CREATE EXTENSION for 9.1+ only.

 -- Christoph Berg <myon@debian.org>  Sat, 08 Feb 2014 12:14:28 +0100

postgresql-plproxy (2.5-3) unstable; urgency=low

  [ Martin Pitt ]
  * Update Vcs-* tags to current git.
  * Add postgresql-server-dev-all test dependency as the test uses
    pg_buildext.
  * debian/tests/installcheck: Create build-$version if it does not exist.

  [ Christoph Berg ]
  * Call rm -rf build-*/ in clean instead of using pg_buildext (doesn't work
    because build-*/doc is missing).

 -- Christoph Berg <myon@debian.org>  Fri, 01 Nov 2013 22:38:13 +0100

postgresql-plproxy (2.5-2) unstable; urgency=low

  * Add autopkgtest support.
  * Use "all" in debian/pgversions.
  * Makefile: Remove the old vpath patch (now better supported by PostgreSQL),
    and remove the recursion into doc which doesn't work in build-%v/.
  * src/plproxy.h: include libpq-fe.h earlier to un-mess pg_int64 when using
    libpq-dev from 9.3.

 -- Christoph Berg <myon@debian.org>  Fri, 13 Sep 2013 13:51:07 +0200

postgresql-plproxy (2.5-1) experimental; urgency=low

  * New upstream release.

 -- Christoph Berg <myon@debian.org>  Thu, 20 Dec 2012 15:50:35 +0100

postgresql-plproxy (2.4-1) unstable; urgency=low

  * New upstream release.
  * "build" target needs DESTDIR defined too, temporarily put a version of
    pg_buildext in debian/ that does this.

 -- Christoph Berg <myon@debian.org>  Wed, 13 Jun 2012 16:14:51 +0200

postgresql-plproxy (2.3-1) unstable; urgency=low

  [ Christoph Berg ]
  * Add 8.2 and 8.3 to supported versions.

  [ Peter Eisentraut ]
  * New upstream release
    - Obsoletes patches/doc

 -- Peter Eisentraut <petere@debian.org>  Wed, 02 Nov 2011 21:10:16 +0200

postgresql-plproxy (2.2-3) unstable; urgency=low

  * Rebuild for PostgreSQL 9.1.
  * Remove our private pg_buildext copy.

 -- Christoph Berg <myon@debian.org>  Fri, 17 Jun 2011 17:13:08 +0200

postgresql-plproxy (2.2-2) unstable; urgency=low

  * Building the documentation needs asciidoc.

 -- Christoph Berg <myon@debian.org>  Tue, 05 Apr 2011 18:05:27 +0200

postgresql-plproxy (2.2-1) unstable; urgency=low

  * New upstream release.
  * Fix Vcs-* fields.
  * Support building for multiple PostgreSQL versions (8.4 and 9.0 now).
  * Install documentation.
  * Add myself as Maintainer.

 -- Christoph Berg <myon@debian.org>  Fri, 01 Apr 2011 14:51:55 +0200

postgresql-plproxy (2.1-1) unstable; urgency=low

  * New upstream release.
  * Update policy version 3.9.1.
  * Changed source format to 3.0 (quilt)
  * Added provisions for building with mismatching libpq-dev and 
    postgresql-server-dev installed.
  * Changed section to database
  * Fixed copyright file to match reality

 -- Peter Eisentraut <petere@debian.org>  Thu, 05 Aug 2010 21:49:06 +0300

postgresql-plproxy (2.0.8-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control
    - support PostrgeSQL 8.4, changing build-depends, depends and binary package
      name; Closes: #536973, #559596
  * debian/install
    - install into 8.4 directory

 -- Sandro Tosi <morph@debian.org>  Thu, 11 Feb 2010 13:51:21 +0100

postgresql-plproxy (2.0.8-1) unstable; urgency=low

  * New Upstream Release
  * Added README.source

 -- Fernando Ike de Oliveira <fike@midstorm.org>  Thu, 05 Mar 2009 16:54:09 -0300

postgresql-plproxy (2.0.7-1) unstable; urgency=low

  * New upstream release.

 -- Fernando Ike de Oliveira <fike@midstorm.org>  Fri, 09 Jan 2009 15:51:48 -0200

postgresql-plproxy (2.0.5-2) unstable; urgency=low

  * Fix directory /usr/share/postgresql-8.2-plproxy to 8.3. 
  * Update to debhelper 7.

 -- Fernando Ike de Oliveira <fike@midstorm.org>  Tue, 08 Jul 2008 11:22:55 -0300

postgresql-plproxy (2.0.5-1) unstable; urgency=low

  * New upstream release
  * Update policy version to 3.8.0.
  * Added Vcs-* control fields.
  * Added Homepage control field.

 -- Fernando Ike de Oliveira <fike@midstorm.org>  Mon, 09 Jun 2008 13:47:37 -0300

postgresql-plproxy (2.0.4-1) unstable; urgency=low

  * New upstream release.

 -- Fernando Ike de Oliveira <fike@midstorm.org>  Tue, 05 Feb 2008 12:09:02 -0200

postgresql-plproxy (2.0.2-1) unstable; urgency=low

  * Initial release. (Closes: #427293)

 -- Fernando Ike de Oliveira <fike@midstorm.org>  Tue, 05 Jun 2007 23:19:56 -0300