File: changelog

package info (click to toggle)
repmgr 5.5.0%2Bdebpgdg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,704 kB
  • sloc: ansic: 30,263; xml: 15,301; sql: 2,206; lex: 640; makefile: 176; perl: 73; sh: 72
file content (507 lines) | stat: -rw-r--r-- 14,907 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
repmgr (5.5.0+debpgdg-1) unstable; urgency=medium

  * New upstream version 5.5.0+debpgdg

 -- Marco Nenciarini <mnencia@debian.org>  Thu, 02 Jan 2025 12:22:41 +0100

repmgr (5.5.0-2) unstable; urgency=medium

  * Source-only team upload.

 -- Christoph Berg <myon@debian.org>  Mon, 09 Dec 2024 11:42:38 +0100

repmgr (5.5.0-1) unstable; urgency=medium

  * New upstream version 5.5.0.
  * Upload for PostgreSQL 17.
  * Restrict to 64-bit architectures.

 -- Christoph Berg <myon@debian.org>  Fri, 06 Dec 2024 15:05:28 +0100

repmgr (5.4.1-1) unstable; urgency=medium

  * Update watch file to use GitHub releases.
  * New upstream version 5.4.1.
  * Add depends to libcurl4-openssl-dev and libjson-c-dev.
  * Remove usused upstream signature key.
  * Update debian/copyright.

 -- Marco Nenciarini <mnencia@debian.org>  Wed, 27 Dec 2023 16:39:39 +0000

repmgr (5.3.3-4) unstable; urgency=medium

  * Team upload.
  * Rename old ${postgresql:Depends} to ${repmgr:Depends}, the former is now
    used by pg_buildext.

 -- Christoph Berg <myon@debian.org>  Wed, 20 Sep 2023 14:49:07 +0200

repmgr (5.3.3-3) unstable; urgency=medium

  * Upload for PostgreSQL 16.
  * Use dh --with-pgxs.
  * Use ${postgresql:Depends}.

 -- Christoph Berg <myon@debian.org>  Mon, 18 Sep 2023 22:38:07 +0200

repmgr (5.3.3-2) unstable; urgency=medium

  * Source-only team upload.

 -- Christoph Berg <myon@debian.org>  Thu, 03 Nov 2022 12:04:34 +0100

repmgr (5.3.3-1) unstable; urgency=medium

  * New upstream version 5.3.3.
  * Upload for PostgreSQL 15.
  * DH 13.
  * B-D on liblz4-dev and libzstd-dev.
  * debian/tests: Use 'make' instead of postgresql-server-dev-all.

 -- Christoph Berg <myon@debian.org>  Mon, 24 Oct 2022 17:03:07 +0200

repmgr (5.3.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 5.3.2.

 -- Christoph Berg <myon@debian.org>  Tue, 16 Aug 2022 14:04:54 +0200

repmgr (5.3.1-1) unstable; urgency=medium

  * New upstream version 5.3.1

 -- Marco Nenciarini <mnencia@debian.org>  Wed, 16 Feb 2022 08:20:18 +0000

repmgr (5.3.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 5.3.0.

 -- Christoph Berg <myon@debian.org>  Fri, 12 Nov 2021 10:56:51 +0100

repmgr (5.2.1-3) unstable; urgency=medium

  * Source-only team upload.

 -- Christoph Berg <myon@debian.org>  Wed, 03 Nov 2021 12:34:59 +0100

repmgr (5.2.1-2) unstable; urgency=medium

  * Upload for PostgreSQL 14.

 -- Christoph Berg <myon@debian.org>  Thu, 21 Oct 2021 12:01:45 +0200

repmgr (5.2.1-1) unstable; urgency=medium

  [ Christoph Berg ]
  * Drop obsolete #dbg# code.

  [ Marco Nenciarini ]
  * Fix debian/watch by removing unneeded filenamemangle rule
  * New upstream version 5.2.1

 -- Marco Nenciarini <mnencia@debian.org>  Mon, 23 Aug 2021 16:33:21 +0000

repmgr (5.2.0-2) unstable; urgency=medium

  * Team upload.
  * repmgr.deb: Generate list of modules to depend on from list of supported
    versions.
  * B-D on libedit-dev again as older server packages are still using it.

 -- Christoph Berg <myon@debian.org>  Fri, 20 Nov 2020 22:06:40 +0100

repmgr (5.2.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * debian/copyright: use spaces rather than tabs to start continuation lines.

  [ Marco Nenciarini ]
  * New upstream version 5.2.0
  * PostgreSQL 13 support
  * Follow postgresql-13 build dependencies changes
  * Set debhelper compatibility level to 10

 -- Marco Nenciarini <mnencia@debian.org>  Mon, 09 Nov 2020 11:11:40 +0000

repmgr (5.0.0-4) unstable; urgency=medium

  * Source-only team upload.

 -- Christoph Berg <myon@debian.org>  Mon, 11 Nov 2019 20:28:26 +0100

repmgr (5.0.0-3) unstable; urgency=medium

  * Team upload for PostgreSQL 12.

 -- Christoph Berg <myon@debian.org>  Thu, 31 Oct 2019 11:19:44 +0100

repmgr (5.0.0-2) unstable; urgency=medium

  * Source-only upload

 -- Marco Nenciarini <mnencia@debian.org>  Mon, 21 Oct 2019 09:57:52 +0200

repmgr (5.0.0-1) unstable; urgency=medium

  [ Christoph Berg ]
  * debian/tests: Drop "build-needed", do the minimal steps needed to
    initialize PGXS manually.

  [ Marco Nenciarini ]
  * New upstream version 5.0.0
  * Add flex build depend
  * Add postgresql-12-repmgr alternative to repmgr

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 15 Oct 2019 12:05:22 +0200

repmgr (4.4-1) unstable; urgency=medium

  * New upstream version 4.4

 -- Marco Nenciarini <mnencia@debian.org>  Mon, 01 Jul 2019 11:50:50 +0200

repmgr (4.3-1) unstable; urgency=medium

  [ Christoph Berg ]
  * Add debian/gitlab-ci.yml.

  [ Marco Nenciarini ]
  * New upstream version 4.3

 -- Marco Nenciarini <mnencia@debian.org>  Mon, 01 Jul 2019 11:38:20 +0200

repmgr (4.2.0-2) unstable; urgency=medium

  * Add postgresql-11-repmgr as alternative in the dependencies
    (Closes: #911994)

 -- Marco Nenciarini <mnencia@debian.org>  Sun, 28 Oct 2018 10:13:59 +0100

repmgr (4.2.0-1) unstable; urgency=medium

  * New upstream version 4.2.0
  * debian/rules: Stop creating .h files from .h.in to fix VPATH builds.
    (fixed upstram)

 -- Marco Nenciarini <mnencia@debian.org>  Thu, 25 Oct 2018 00:47:17 +0200

repmgr (4.0.6-2) unstable; urgency=medium

  * Team upload for PostgreSQL 11.
  * debian/rules: Create .h files from .h.in to fix VPATH builds.
  * Move maintainer address to team+postgresql@tracker.debian.org.

 -- Christoph Berg <myon@debian.org>  Sat, 20 Oct 2018 15:18:14 +0200

repmgr (4.0.6-1) unstable; urgency=medium

  * New upstream version 4.0.6

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 03 Jul 2018 17:00:40 +0200

repmgr (4.0.5-1) unstable; urgency=medium

  * New upstream version 4.0.5

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 01 May 2018 16:02:01 +0100

repmgr (4.0.4-1) unstable; urgency=medium

  * New upstream version 4.0.4
  * debian/control{.in,}, debian/watch: Changed repmgr.org URLs to use
    https protocol.

 -- Marco Nenciarini <mnencia@debian.org>  Thu, 08 Mar 2018 14:38:01 +0100

repmgr (4.0.3-1) unstable; urgency=medium

  * New upstream version 4.0.3

 -- Marco Nenciarini <mnencia@debian.org>  Thu, 15 Feb 2018 09:50:39 +0100

repmgr (4.0.2-1) unstable; urgency=medium

  [ Christoph Berg ]
  * Move packaging repository to salsa.debian.org

  [ Marco Nenciarini ]
  * New upstream version 4.0.2

 -- Marco Nenciarini <mnencia@debian.org>  Wed, 17 Jan 2018 11:11:14 +0100

repmgr (4.0.1-1) unstable; urgency=medium

  * New upstream version 4.0.1

 -- Marco Nenciarini <mnencia@debian.org>  Mon, 11 Dec 2017 14:39:29 +0000

repmgr (4.0.0-2) unstable; urgency=medium

  [ Marco Nenciarini ]
  * Support dbg packages on older distributions

  [ Christoph Berg ]
  * Restrict libselinux1-dev Build-Dependency to linux-any.

 -- Marco Nenciarini <mnencia@debian.org>  Mon, 27 Nov 2017 23:50:41 +0100

repmgr (4.0.0-1) unstable; urgency=medium

  * New upstream version 4.0.0
  * Changed priority to optional as per policy 4.0.1

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 21 Nov 2017 11:23:09 +0100

repmgr (4.0~beta1-1) experimental; urgency=medium

  * New upstream major version 4.0~beta1
  * Bump standard version to 4.1.1 (no changes)

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 10 Oct 2017 13:02:29 +0200

repmgr (3.3.2-1) unstable; urgency=medium

  * New upstream version 3.3.2
  * Removed all patches, they have been merged upstream

 -- Marco Nenciarini <mnencia@debian.org>  Mon, 05 Jun 2017 11:14:53 +0200

repmgr (3.3.1-1) unstable; urgency=medium

  * New upstream version 3.3.1

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 21 Mar 2017 13:51:36 +0100

repmgr (3.3-2) unstable; urgency=medium

  * Add workaround for FTBFS on apt.postgresql.org

 -- Marco Nenciarini <mnencia@debian.org>  Thu, 05 Jan 2017 11:24:04 +0100

repmgr (3.3-1) unstable; urgency=medium

  * New upstream version 3.3

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 27 Dec 2016 14:00:50 +0100

repmgr (3.2.1-2) unstable; urgency=medium

  * Depends on postgresql-9.6.
    Thanks to Emilio Pozuelo Monfort <pochu@debian.org> (Closes: 843039)

 -- Marco Nenciarini <mnencia@debian.org>  Thu, 03 Nov 2016 12:35:10 +0100

repmgr (3.2.1-1) unstable; urgency=medium

  * New upstream version 3.2.1

 -- Marco Nenciarini <mnencia@debian.org>  Thu, 27 Oct 2016 16:34:48 +0200

repmgr (3.2-1) unstable; urgency=medium

  * New upstream version 3.2
  * Declare the repmgr-common dependency from lsb-base

 -- Marco Nenciarini <mnencia@debian.org>  Wed, 05 Oct 2016 14:15:53 +0200

repmgr (3.1.5-2) unstable; urgency=medium

  * Upload with 9.6 support.

 -- Marco Nenciarini <mnencia@debian.org>  Thu, 29 Sep 2016 11:49:38 +0200

repmgr (3.1.5-1) unstable; urgency=medium

  [ Christoph Berg ]
  * debian/repmgr-common.repmgrd.default: Fix spelling of REPMGRD_BIN and
    REPMGRD_PIDFILE settings. Spotted by Nikhil Sontakke.

  [ Marco Nenciarini ]
  * Imported Upstream version 3.1.5

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 16 Aug 2016 14:38:07 +0200

repmgr (3.1.4-1) unstable; urgency=medium

  * Imported Upstream version 3.1.4
  * Refreshed regress.patch

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 12 Jul 2016 16:08:15 +0200

repmgr (3.1.3-1) unstable; urgency=medium

  * Imported Upstream version 3.1.3
  * Bump standard version to 3.9.8.0 (no-chenges)

 -- Marco Nenciarini <mnencia@debian.org>  Wed, 18 May 2016 15:55:11 +0200

repmgr (3.1.2-1) unstable; urgency=medium

  * Imported Upstream version 3.1.2
  * Refresh patches

 -- Marco Nenciarini <mnencia@debian.org>  Wed, 13 Apr 2016 12:20:48 +0200

repmgr (3.1.1-1) unstable; urgency=medium

  * Imported Upstream version 3.1.1
  * Use HTTPS protocol in Vcs-Browser URI inside debian/control file

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 23 Feb 2016 19:11:25 +0100

repmgr (3.0.3-2) unstable; urgency=medium

  * Update debian/changelog to refer the postgresql-9.5 transition RC bug.

 -- Marco Nenciarini <mnencia@debian.org>  Sat, 23 Jan 2016 10:08:27 +0100

repmgr (3.0.3-1) unstable; urgency=medium

  * Update for postgresql-9.5 transition (Closes: #811139)
  * Fix build on PostgreSQL older than the current libpq
  * Imported Upstream version 3.0.3

 -- Marco Nenciarini <mnencia@debian.org>  Fri, 22 Jan 2016 14:50:10 +0100

repmgr (3.0.2-2) unstable; urgency=medium

  * Fix stop action in init script. It was broken by the switch to
    pg_wrapper usage.

 -- Marco Nenciarini <mnencia@debian.org>  Fri, 16 Oct 2015 18:02:17 +0200

repmgr (3.0.2-1) unstable; urgency=medium

  * Imported Upstream version 3.0.2

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 13 Oct 2015 18:08:45 +0200

repmgr (3.0.1-5) unstable; urgency=medium

  * Add missing pg_wrapper links for repmgr and repmgrd (Closes: #784984)

 -- Marco Nenciarini <mnencia@debian.org>  Fri, 15 May 2015 13:31:53 +0200

repmgr (3.0.1-4) unstable; urgency=medium

  * Add repmgr-dbg transitional dummy package, to smooth the upgrade.

 -- Marco Nenciarini <mnencia@debian.org>  Thu, 30 Apr 2015 12:23:37 +0200

repmgr (3.0.1-3) unstable; urgency=medium

  * Fix empty -dbg packages when supporting multiple PostgreSQL versions

 -- Marco Nenciarini <mnencia@debian.org>  Wed, 29 Apr 2015 13:46:35 +0200

repmgr (3.0.1-2) unstable; urgency=medium

  * Move init scripts under repmgr-common package
  * Mark repmgr as metapackage

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 28 Apr 2015 18:37:36 +0200

repmgr (3.0.1-1) unstable; urgency=medium

  * Imported Upstream version 3.0.1
  * Move the repository under pkg-postgresql project
  * debian/watch: enable cryptographic signature verification
  * Filter debian/* directory during gbp import-orig
  * Set debhelper compatibility level to 9
  * Bump Standards-Version to 3.9.6, no changes required
  * Move repmgr under pg_wrapper.
  * Remove manpages. They are badly outdated.
  * Updated debian/copyright

 -- Marco Nenciarini <mnencia@debian.org>  Fri, 24 Apr 2015 17:34:57 +0200

repmgr (2.0-3) unstable; urgency=medium

  [ Christoph Berg ]
  * debian/rules: Remove $(LIBS) from repmgr(d), it isn't needed and would
    needlessly require a build-dependency on selinux now that PostgreSQL 9.4
    build-depends on it.

  [ Marco Nenciarini ]
  * Use "9.0+" in debian/pgversions and B-D on pg-server-dev-all 148.

 -- Marco Nenciarini <mnencia@debian.org>  Sun, 27 Jul 2014 11:53:22 +0200

repmgr (2.0-2) unstable; urgency=medium

  * Split out REPMGRD_CONF from REPMGRD_OPTS variable in default file.
    Change the init script to check if REPMGRD_CONF is set. The
    REPMGRD_OPTS is now optional.
  * Change the init script to use repmgrd native ability to daemonize and
    write a pidfile

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 25 Mar 2014 20:02:42 +0100

repmgr (2.0-1) unstable; urgency=medium

  * Imported Upstream version 2.0
  * Add --background option to repmgrd init script start action and fix
    status action.  Thanks to József Kószó
  * Use "-f" instead of "--config_file" in REPMGRD_OPTS variable of
    repmgrd default file
  * Remove "set -e" from the repmgrd init script

 -- Marco Nenciarini <mnencia@debian.org>  Fri, 21 Mar 2014 23:09:21 +0100

repmgr (2.0~rc2-1) unstable; urgency=medium

  * Update watch file to correctly mangle uppercase RC versions
  * Imported Upstream version 2.0~rc2
  * Update debian patches
  * Add autofailover_quick_setup.rst to installed documents
  * Install repmgr.sql and uninstall_repmgr.sql as examples
  * Add repmgrd init script

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 04 Mar 2014 16:41:10 +0100

repmgr (2.0~beta2-3) unstable; urgency=low

  [ Christoph Berg ]
  * Add basic regression tests and run them with autopkgtest

  [ Marco Nenciarini ]
  * Update debian-makefile patch to build repmgr_funcs.so against the right
    PostgreSQL version
  * Add format-attribute-check patch

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 31 Dec 2013 20:27:06 +0100

repmgr (2.0~beta2-2) unstable; urgency=low

  * Fix missing reference to bug #724216 in 2.0~beta2-1 changelog

 -- Marco Nenciarini <mnencia@debian.org>  Fri, 27 Dec 2013 09:15:46 +0100

repmgr (2.0~beta2-1) unstable; urgency=low

  * Fix version mangling in debian/watch
  * Add Vcs-* fields in control file
  * Support PostgreSQL 9.3 version
  * Imported Upstream version 2.0~beta2 (Closes: #724216)
  * Removed lintian-spelling patch, fixed upstream.
  * Remove useless dh_auto_install call in override_dh_auto_install target
    from debian/rules
  * Bump standard version to 3.9.5.0 (no-chenges)
  * Canonicalize VCS-* field URI in debian/control

 -- Marco Nenciarini <mnencia@debian.org>  Thu, 26 Dec 2013 19:45:38 +0100

repmgr (2.0~beta1-2) unstable; urgency=low

  * Add debugging symbols package repmgr-dbg

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 13 Nov 2012 11:40:12 +0100

repmgr (2.0~beta1-1) unstable; urgency=low

  * Initial release (Closes: #609719)

 -- Marco Nenciarini <mnencia@debian.org>  Wed, 07 Nov 2012 13:00:27 +0100