File: changelog

package info (click to toggle)
pgagent 4.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 464 kB
  • sloc: cpp: 1,911; sql: 541; xml: 100; ansic: 58; makefile: 26; sh: 9
file content (141 lines) | stat: -rw-r--r-- 4,768 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
pgagent (4.0.0-5) unstable; urgency=medium

  * Depend on PostgreSQL server package. (Closes: #913827)
  * Test-depend on postgresql-all.

 -- Christoph Berg <myon@debian.org>  Sun, 18 Nov 2018 13:49:45 +0100

pgagent (4.0.0-4) unstable; urgency=medium

  * Add debian/tests/control.in: We do not depend on a specific server
    version, yet we only install extension files for specific versions.
    Test-depending on postgresql-all is not enough, because if the
    dependencies of that package change, we suddenly fail tests. Test-depend
    on postgresql-PGVERSION to fix. (Add debian/control.in along, because
    pg_buildext doesn't support d/t/c.in without d/c.in.)

 -- Christoph Berg <myon@debian.org>  Sun, 21 Oct 2018 22:28:59 +0200

pgagent (4.0.0-3) unstable; urgency=medium

  * Upload for PostgreSQL 11.

 -- Christoph Berg <christoph.berg@credativ.de>  Tue, 16 Oct 2018 10:45:45 +0200

pgagent (4.0.0-2) unstable; urgency=medium

  * Link with -pthread to fix FTBFS on non-x86.
  * Minimum required cmake version is 3.3.

 -- Christoph Berg <myon@debian.org>  Thu, 19 Jul 2018 21:14:06 +0200

pgagent (4.0.0-1) unstable; urgency=medium

  * New upstream version.
  * Package switched from wx to boost.
  * Update manpage.
  * Don't install upstream README, LICENSE and pgagent.sql.
  * Provide postgresql-*-pgagent.
  * Suggest pgadmin4 as well.
  * Move packaging repository to salsa.debian.org
  * Move maintainer address to team+postgresql@tracker.debian.org.

 -- Christoph Berg <myon@debian.org>  Wed, 18 Jul 2018 22:48:54 +0200

pgagent (3.4.1-5) unstable; urgency=medium

  * Team upload for PostgreSQL 10.

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 21 Sep 2017 15:15:50 +0200

pgagent (3.4.1-4) unstable; urgency=medium

  * Relicense debian/ to the same terms as the package itself. Thanks Rhonda!

 -- Christoph Berg <myon@debian.org>  Sat, 14 Jan 2017 21:02:10 +0100

pgagent (3.4.1-3) unstable; urgency=medium

  * Team upload.
  * debian/tests/control.in: Depend on postgresql-PGVERSION. (We also have
    debian/control.in now because pgxs_debian_control.mk insists on it.)

 -- Christoph Berg <christoph.berg@credativ.de>  Fri, 30 Sep 2016 11:53:04 +0200

pgagent (3.4.1-2) unstable; urgency=medium

  * Rebuild for PostgreSQL 9.5.

 -- Martin Pitt <mpitt@debian.org>  Thu, 14 Jan 2016 21:34:21 +0100

pgagent (3.4.1-1) unstable; urgency=medium

  * New upstream release found on github.
    + Fixes crash on parsing error messages.  (Closes: #781105)
  * Extend watch file with github release url.

 -- Christoph Berg <myon@debian.org>  Sun, 20 Dec 2015 09:02:05 +0100

pgagent (3.4.0-3) unstable; urgency=medium

  * No-change upload to build extension against PostgreSQL 9.4.

 -- Martin Pitt <mpitt@debian.org>  Tue, 29 Jul 2014 07:19:46 +0200

pgagent (3.4.0-2) unstable; urgency=medium

  * Taking over package from Gerfried, thanks!
  * Set team as maintainer.
  * Packaging moved to git.
  * Remove obsolete README.Debian and README.source files.
  * Run a test job from debian/tests/installcheck.
  * Update to use wxwidgets3.0. Original patch by Olly Betts, though this
    is a simplified version of his patch. Thanks! Closes: #749454.
  * Note supported PostgreSQL versions in binary control.

 -- Christoph Berg <myon@debian.org>  Thu, 29 May 2014 21:11:18 +0200

pgagent (3.4.0-1) unstable; urgency=medium

  * New upstream release.
  * Use source format 3.0.
  * Use dh rules file.
  * Add -s to manpage.
  * Provide extension files for the remaining supported PostgreSQL versions
    using symlinks. (No-op in Debian, useful for pgapt and backports.)
  * Test extension using autopkgtest.

 -- Christoph Berg <myon@debian.org>  Thu, 06 Mar 2014 17:30:09 +0100

pgagent (3.3.0-1) unstable; urgency=low

  * New upstream release.
  * Update watch file to point to http://ftp.postgresql.org/pub/
  * Add myself to Uploaders.

 -- Christoph Berg <christoph.berg@credativ.de>  Tue, 22 Oct 2013 12:00:42 +0200

pgagent (3.2.1-1) unstable; urgency=low

  * New upstream release.
  * Relicense packaging under WTFPLv2.
  * Add recommended targets build-{arch,indep} to debian/rules.

 -- Gerfried Fuchs <rhonda@debian.org>  Mon, 30 Apr 2012 20:04:50 +0200

pgagent (3.0.1-1) unstable; urgency=low

  * New upstream release, relicensed from Artistic License to BSD License, no
    other changes.
  * Switched Priority from extra to optional which is in the overrides file
    anyway.
  * Bumped Standards-Version to 3.8.3.
  * Add README.source referencing quilt's one.

 -- Gerfried Fuchs <rhonda@debian.at>  Thu, 10 Sep 2009 21:45:42 +0200

pgagent (3.0.0-1) unstable; urgency=low

  * Initial release of pgagent in split source from pgadmin3.

 -- Gerfried Fuchs <rhonda@debian.at>  Sun, 05 Jul 2009 18:40:01 +0200