File: changelog

package info (click to toggle)
node-postgres 7.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,956 kB
  • sloc: javascript: 11,389; makefile: 79; python: 79; sh: 64
file content (250 lines) | stat: -rw-r--r-- 7,932 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
node-postgres (7.14.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Update renamed lintian tag names in lintian overrides.
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).

  [ Xavier Guimard ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Add ctype=nodejs to component(s)
  * Use dh-sequence-nodejs
  * Fix buffer-writer test for mocha ≥ 7 (Closes: #978313)
  * Install all components in main nodejs dir

 -- Xavier Guimard <yadd@debian.org>  Sun, 27 Dec 2020 07:48:30 +0100

node-postgres (7.14.0-1) unstable; urgency=medium

  * Update debian/copyright
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * New upstream version 7.14.0
  * Embed components: pg-numeric
  * Add pg-numeric test
  * Update copyright

 -- Xavier Guimard <yadd@debian.org>  Sun, 24 Nov 2019 13:25:29 +0100

node-postgres (7.12.1-1) unstable; urgency=medium

  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.0
  * Update debian/watch
  * Switch install and test to pkg-js-tools
  * Embed components: pg-cursor
  * New upstream version 7.12.1
  * Enable components tests. This embed "pff" for test only

 -- Xavier Guimard <yadd@debian.org>  Wed, 21 Aug 2019 19:45:59 +0200

node-postgres (7.7.1-3) unstable; urgency=medium

  * Add Xavier Guimard as Uploader, and removing myself,
    due to uncoordinated radical refactoring.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 04 Jan 2019 19:27:37 +0100

node-postgres (7.7.1-2) unstable; urgency=medium

  * Set minimal version for node-xtend to 4.0.1-2

 -- Xavier Guimard <yadd@debian.org>  Fri, 04 Jan 2019 17:51:12 +0100

node-postgres (7.7.1-1) unstable; urgency=medium

  * Team upload
  * Add components (not grouped in version since upstream provides a
    package-lock.json file):
    - buffer-writer
    - packet-reader
    - pg-connection-string
    - pg-pool
    - pg-types
    - pgpass
    - pg-int8
    - postgres-array
    - postgres-bytea
    - postgres-date
    - postgres-interval
  * New upstream version 7.7.1 (Closes: #802213)
  * Remove patch
  * Switch from cdbs to dh
  * Bump debhelper compatibility level to 11
  * Declare compliance with policy 4.3.0
  * Update debian/copyright format url
  * Add node-xtend and node-split in dependencies
  * Add autopkgtest files
  * Disable one stupid ssl test that fails for an unknown reason
  * Add autopkgtest files
  * Disable one stupid ssl test
  * Add source/lintian-overrides
  * Update debian/copyright

 -- Xavier Guimard <yadd@debian.org>  Fri, 04 Jan 2019 17:45:28 +0100

node-postgres (0.13.3-1) unstable; urgency=low

  [ upstream ]
  * New upstream release(s).

  [ Jonas Smedegaard ]
  * Fix update github.com download URL in watch and rules files.
  * Drop .gitignore file.
  * Have git-import-orig suppress .gitignore files.
  * Bump dephelper compatibility level to 8.
  * Bump policy compliance claim to 3.9.5.
  * Update copyright file:
    + Fix use comment pseudo-paragraph to obey silly restrictions of
      copyright format 1.0.
  * Add README.source emphasizing control.in file as *not* a
    show-stopper for contributions, referring to wiki page for details.
  * Unfuzz patch 2001.
  * Update package relations:
    + Relax build-dependency on cdbs: Needed version satisfied even in
      oldstable.
  * Stop track md5sum of upstream tarball.
  * Update Vcs-Git and Vcs-Browser URLs.
  * Add patch header, and license patch same as upstream code.
  * Extend copyright coverage of packaging, and bump licensing to
    GPL-3+.
  * Fix stop run testsuite (needs custom configured Postgres anyway to
    succeed).
    Closes: bug#707503. Thanks to Lucas Nussbaum.
  * Update rules to use node-gyp (not node-waf).
    Build-depend on node-gyp.
    Closes: bug#707503. Thanks to Lucas Nussbaum.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 06 Sep 2014 21:14:26 +0200

node-postgres (0.7.1-1) unstable; urgency=low

  * New upstream release.
    + Use node-gyp as preferred build helper.

  * Restructure build routines to apply security hardening build flags.
  * Directly use github.com URL (not githubredir.debian.net redirctor)
    when fetching upstream source.
  * Add debian/patches/README documenting patch numbering micro-policy.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 22 Jun 2012 21:16:33 +0200

node-postgres (0.7.0-1) unstable; urgency=low

  * New upstream release.
    + Include command metadata with native query result callback.
    + Use correct parse function for float arrays.
    + Ignore writes to unwritable sockets.
    + Reduce complexity of test runner.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 01 Jun 2012 10:18:30 +0200

node-postgres (0.6.18-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 10 May 2012 11:12:40 +0200

node-postgres (0.6.15-1) unstable; urgency=low

  * New upstream release.

  * Use anonscm.debian.org for Vcs-Browser field.
  * Extend my copyright for Debian packaging.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 05 Apr 2012 14:45:34 +0200

node-postgres (0.6.14-1) unstable; urgency=low

  * New upstream release.
  * Update copyright file:
    + Shorten and quote license strings in comments.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 19 Mar 2012 20:53:35 +0100

node-postgres (0.6.13-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 03 Mar 2012 02:38:05 +0100

node-postgres (0.6.12-1) unstable; urgency=low

  * Bump copyright file format to 1.0.
  * Bump standards-version to 3.9.3.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 01 Mar 2012 20:31:47 +0100

node-postgres (0.6.10-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 07 Feb 2012 13:17:12 +0100

node-postgres (0.6.9-1) unstable; urgency=low

  * New upstream release.
  * Update watch file to use more flexible regex.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 08 Jan 2012 14:59:13 +0100

node-postgres (0.6.8-1) unstable; urgency=low

  * New upstream release.
  * Git-ignore quilt .pc dir.
  * (Build-)depend on node-generic-pool.
  * Drop dpkg local-options hints from packaging source: now defaults.
  * Bump debhelper compatilibity level to 7.
  * Rename binary package libnode-pg → node-pg.
    Replace and conflict with old name.
  * Relax to build-depend unversioned on debhelper: needed version
    satisfied even in oldstable.
  * Update copyright file: Fix syntax of License field.
    Thanks to lintian.
  * Fix build and install native code.
    Build-depend on nodejs-dev and libpq-dev.
    Make binary package arch-any.
  * Add patch 2001 to fix path for native binding.
  * Enable copyright-check: Build-depend on devscripts.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 04 Dec 2011 10:56:03 +0700

node-postgres (0.4.0-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 18 Apr 2011 12:02:26 +0200

node-postgres (0.3.3-1) unstable; urgency=low

  * New upstream release.
  * Bump policy compliance to standards-version 3.9.2.
  * Bump copyright file format to draft 174 of DEP-5.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 16 Apr 2011 11:07:02 +0200

node-postgres (0.3.2-1) unstable; urgency=low

  * New upstream release.
  * Update copyright file:
    + Bump DEP5 format to daft Subversion rev.173.
    + Shorten and rewrap a comment.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 17 Mar 2011 01:38:52 +0100

node-postgres (0.3.0-1) unstable; urgency=low

  * New upstream release.
  * Package now team-maintained:
    + Set Debian Javascript Maintainers as maintainer.
    + Set myself as uploader.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 12 Mar 2011 11:07:04 +0100

node-postgres (0.2.6-1) experimental; urgency=low

  * Initial release.
    Closes: Bug#611679.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 31 Jan 2011 23:09:20 +0100