File: changelog

package info (click to toggle)
pgmemcache 2.3.0-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 284 kB
  • sloc: ansic: 975; sql: 220; makefile: 62; sh: 22
file content (135 lines) | stat: -rw-r--r-- 4,247 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
pgmemcache (2.3.0-11) unstable; urgency=medium

  * Upload for PostgreSQL 15.
  * Mark B-D memcached as <!nocheck>.

 -- Christoph Berg <myon@debian.org>  Fri, 21 Oct 2022 13:22:25 +0200

pgmemcache (2.3.0-10) unstable; urgency=medium

  * Fix GitHub watch file.

 -- Christoph Berg <myon@debian.org>  Mon, 03 Jan 2022 12:11:30 +0100

pgmemcache (2.3.0-9) unstable; urgency=medium

  * Upload for PostgreSQL 14.
  * Support running build-time tests as root.

 -- Christoph Berg <myon@debian.org>  Wed, 20 Oct 2021 11:37:11 +0200

pgmemcache (2.3.0-8) unstable; urgency=medium

  * Upload for PostgreSQL 13.
  * Use dh --with pgxs_loop and run tests at build-time as well.
  * R³: no.
  * DH 13.
  * debian/tests: Use 'make' instead of postgresql-server-dev-all.

 -- Christoph Berg <myon@debian.org>  Mon, 19 Oct 2020 12:46:20 +0200

pgmemcache (2.3.0-7) unstable; urgency=medium

  * Upload for PostgreSQL 12.
  * Add debian/gitlab-ci.yml.

 -- Christoph Berg <myon@debian.org>  Tue, 29 Oct 2019 16:57:13 +0100

pgmemcache (2.3.0-6) unstable; urgency=medium

  * Upload for PostgreSQL 11.
  * Move maintainer address to team+postgresql@tracker.debian.org.

 -- Christoph Berg <myon@debian.org>  Fri, 12 Oct 2018 13:41:40 +0200

pgmemcache (2.3.0-5) unstable; urgency=medium

  * Use /tmp for temporary pidfiles in testsuite.
  * Move packaging repository to salsa.debian.org
  * Run wrap-and-sort -st.

 -- Christoph Berg <myon@debian.org>  Thu, 14 Jun 2018 17:55:57 +0200

pgmemcache (2.3.0-4) unstable; urgency=medium

  * Team upload with PostgreSQL 10 support.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 27 Sep 2017 12:50:13 +0200

pgmemcache (2.3.0-3) unstable; urgency=medium

  * Upload with 9.6 support.

 -- Christoph Berg <myon@debian.org>  Tue, 27 Sep 2016 19:04:20 +0200

pgmemcache (2.3.0-2) unstable; urgency=medium

  * Reupload to unstable with 9.5 support.
  * Rewrite rules to use "pg_buildext loop".
  * debian/tests/installcheck: Drop privileges when running as root.

 -- Christoph Berg <christoph.berg@credativ.de>  Mon, 11 Jan 2016 10:49:39 +0100

pgmemcache (2.3.0-1) unstable; urgency=medium

  * New upstream release.

 -- Christoph Berg <myon@debian.org>  Sun, 26 Apr 2015 12:35:03 +0200

pgmemcache (2.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Upstream merged our testsuite, porting it to run as non-root, update the
    autopkgtest files for that.

 -- Christoph Berg <myon@debian.org>  Tue, 14 Oct 2014 21:25:04 +0200

pgmemcache (2.1.2-3) unstable; urgency=medium

  * B-D on pg-common 158 to build against 9.4.

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

pgmemcache (2.1.2-2) unstable; urgency=medium

  * Import cb06b448c534ac99ddd08f264e6f86162ddd6b72 from upstream:
    correct free function for memcached_stat_get_value (Closes: #742493)

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 08 May 2014 13:55:14 +0200

pgmemcache (2.1.2-1) unstable; urgency=medium

  * New release on Github.
  * Update watch file to point at Github.
  * Support PostgreSQL 9.1+, we need extensions.
  * Install README and NEWS (as changelog).
  * Add autopkgtest support.
  * Set Maintainer to the mailing list, add myself to Uploaders with Marco's
    permission, thanks!

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 13 Mar 2014 17:06:08 +0100

pgmemcache (2.0.6-2) unstable; urgency=low

  * [74b3c34] Install files in debian/rules instead of using one static
    .install file per PostgreSQL version
  * [89341af] Update debian/pgversions to include recent PostgreSQL releases
  * [42ae7f7] Canonicalize Vcs-* fields in debian/control
  * [e25b4d2] Bump Standards-Version to 3.9.4

 -- Marco Nenciarini <mnencia@debian.org>  Sun, 15 Sep 2013 16:06:29 +0200

pgmemcache (2.0.6-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "FTBFS with libmemcached-dev-1.0.3-1": add patch
    libmemcached-1.0.patch from Michael Fladischer; make build dependency on
    libmemcached-dev versioned. (Closes: #658405)

 -- gregor herrmann <gregoa@debian.org>  Tue, 13 Mar 2012 19:01:16 +0100

pgmemcache (2.0.6-1) unstable; urgency=low

  * Initial release (Closes: #621729)

 -- Marco Nenciarini <mnencia@debian.org>  Wed, 31 Aug 2011 00:14:22 +0200