File: changelog

package info (click to toggle)
php-memcached 3.0.1%2B2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,380 kB
  • ctags: 986
  • sloc: ansic: 9,702; xml: 1,084; php: 272; pascal: 87; sh: 12; makefile: 5
file content (316 lines) | stat: -rw-r--r-- 10,542 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
php-memcached (3.0.1+2.2.0-1) unstable; urgency=medium

  * New upstream version 3.0.1+2.2.0

 -- Ondřej Surý <ondrej@debian.org>  Sun, 12 Feb 2017 08:07:52 +0100

php-memcached (3.0.0a1-79-ge1932dc+2.2.0-1) unstable; urgency=medium

  * New upstream version 3.0.0a1-79-ge1932dc+2.2.0

 -- Ondřej Surý <ondrej@debian.org>  Tue, 24 Jan 2017 12:52:40 +0100

php-memcached (3.0.0a1-64-gc032fba+2.2.0-1) unstable; urgency=medium

  * Imported Upstream version 3.0.0a1-64-gc032fba+2.2.0

 -- Ondřej Surý <ondrej@debian.org>  Mon, 05 Dec 2016 12:14:59 +0100

php-memcached (3.0.0a1-61-g583ecd6+2.2.0++-1) unstable; urgency=medium

  * Imported Upstream version 3.0.0a1-61-g583ecd6+2.2.0++
  * Build also for PHP 7.1 with msgpack fixed
  * Add zlib1g-dev to Build-Depends (Closes: #843077)

 -- Ondřej Surý <ondrej@debian.org>  Sun, 06 Nov 2016 21:33:07 +0100

php-memcached (3.0.0a1-61-g583ecd6+2.2.0+-1) unstable; urgency=medium

  * Imported Upstream version 3.0.0a1-61-g583ecd6+2.2.0+
  * Build only for PHP 5.5, 5.6 and 7.0

 -- Ondřej Surý <ondrej@debian.org>  Mon, 26 Sep 2016 13:26:48 +0200

php-memcached (3.0.0a1-61-g583ecd6+2.2.0-1) unstable; urgency=medium

  * Imported Upstream version 3.0.0a1-61-g583ecd6+2.2.0

 -- Ondřej Surý <ondrej@debian.org>  Fri, 23 Sep 2016 09:55:28 +0200

php-memcached (3.0.0a1-57-g4fa2111+2.2.0-1) unstable; urgency=medium

  * Imported Upstream version 3.0.0a1-57-g4fa2111+2.2.0
  * php-json should be installed everywhere, so just drop the dependency
    here

 -- Ondřej Surý <ondrej@debian.org>  Tue, 26 Jul 2016 13:19:58 +0200

php-memcached (3.0.0a1-13-g6ee96ca+2.2.0-4) unstable; urgency=medium

  * Fix minor typos in package description

 -- Ondřej Surý <ondrej@debian.org>  Fri, 13 May 2016 09:49:28 +0200

php-memcached (3.0.0a1-13-g6ee96ca+2.2.0-3) unstable; urgency=medium

  * Use PECL_CONFIGURE_MAINT_APPEND from dh_php >= 0.17~ to enable
    serialization backend again

 -- Ondřej Surý <ondrej@debian.org>  Fri, 29 Apr 2016 19:47:01 +0200

php-memcached (3.0.0a1-13-g6ee96ca+2.2.0-2) unstable; urgency=medium

  * Move the default makefile snippet to dh-php and use a simple d/rules
    with dh-php >= 0.12~

 -- Ondřej Surý <ondrej@debian.org>  Fri, 29 Apr 2016 11:18:03 +0200

php-memcached (3.0.0a1-13-g6ee96ca+2.2.0-1) unstable; urgency=medium

  * Imported Upstream version 3.0.0a1-13-g6ee96ca+2.2.0
  * Improve d/rules so it can be used with both single or multiple PECL
    upstream versions, controlled by looking for package-MAJOR.MINOR.xml,
    package-MAJOR.xml and package.xml in this order

 -- Ondřej Surý <ondrej@debian.org>  Thu, 28 Apr 2016 15:47:39 +0200

php-memcached (3.0.0a1-10-gffd1c64+2.2.0-1) unstable; urgency=medium

  * Imported Upstream version 3.0.0a1-10-gffd1c64+2.2.0

 -- Ondřej Surý <ondrej@debian.org>  Wed, 23 Mar 2016 09:43:23 +0100

php-memcached (2.2.0-95-g6ace07d+2.2.0-2) unstable; urgency=high

  * We need to bump the version to be compatible with php-common breaks

 -- Ondřej Surý <ondrej@debian.org>  Tue, 01 Mar 2016 20:54:44 +0100

php-memcached (2.2.0-95-g6ace07d+2.2.0-1) unstable; urgency=medium

  * Imported Upstream version 2.2.0-95-g6ace07d+2.2.0
  * Remove Sergey from Uploaders per his request and thanks for all his
    work for all these years
  * Force rebuild with dh_php >= 0.7

 -- Ondřej Surý <ondrej@debian.org>  Fri, 26 Feb 2016 19:36:31 +0100

php-memcached (2.2.0-51-ge573a6e+2.2.0-5) unstable; urgency=medium

  * Add php-msgpack and php-igbinary as hard dependency to prevent loading
    errors

 -- Ondřej Surý <ondrej@debian.org>  Wed, 24 Feb 2016 13:28:57 +0100

php-memcached (2.2.0-51-ge573a6e+2.2.0-4) unstable; urgency=medium

  * We need to pull php-all-dev as it contains the correct B-D for json
  * Change memcached priority to 25 to allow msgpack to be loaded before
    memcached

 -- Ondřej Surý <ondrej@debian.org>  Tue, 23 Feb 2016 14:20:36 +0100

php-memcached (2.2.0-51-ge573a6e+2.2.0-3) unstable; urgency=medium

  * Enable igbinary serializer
  * Enable json serializer
  * Enable msgpack serializer

 -- Ondřej Surý <ondrej@debian.org>  Thu, 18 Feb 2016 16:30:00 +0100

php-memcached (2.2.0-51-ge573a6e+2.2.0-2) unstable; urgency=medium

  * Re-upload with lintian override for PHP license

 -- Ondřej Surý <ondrej@debian.org>  Fri, 15 Jan 2016 14:54:35 +0100

php-memcached (2.2.0-51-ge573a6e+2.2.0-1) unstable; urgency=medium

  * Imported Upstream version 2.2.0-51-ge573a6e+2.2.0
  * Enable multiversion build in php-memcached
  * Override wrong license-problem-php-license lintian check for packages
    from PECL

 -- Ondřej Surý <ondrej@debian.org>  Thu, 31 Dec 2015 07:53:00 +0100

php-memcached (2.2.0-51-ge573a6e-1) unstable; urgency=medium

  * Depend on libmemcached >= 1.0.18 to pull a version with SASL support
  * Imported Upstream version 2.2.0-51-ge573a6e

 -- Ondřej Surý <ondrej@debian.org>  Tue, 29 Dec 2015 13:42:13 +0100

php-memcached (2.2.0+php7-48-gad6a16e-1) unstable; urgency=medium

  * Modify to support PHP 7.0 build without pkg-php-tools
  * Imported Upstream version 2.2.0+php7-48-gad6a16e

 -- Ondřej Surý <ondrej@debian.org>  Thu, 10 Dec 2015 07:56:38 +0100

php-memcached (2.2.0-2) unstable; urgency=medium

  * Bump up Standards-Version (to 3.9.6)

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Sat, 25 Oct 2014 18:00:17 +0400

php-memcached (2.2.0-1) unstable; urgency=low

  * Imported Upstream version 2.2.0
  * Remove applied patches
  * Add pkg-config deps
  * Drop unused lintian override

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Fri, 18 Apr 2014 14:25:02 +0400

php-memcached (2.1.0-6) unstable; urgency=low

  * Move the package under the PHP PECL team umbrella
  * Bump up Standards-Version (to 3.9.5)

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Wed, 08 Jan 2014 12:56:51 +0400

php-memcached (2.1.0-5) unstable; urgency=low

  * Correct changelog
  * Fix lintian error: vcs-field-not-canonical
  * Add --with php5 to fix lintian W: missing-pkg-php-tools-addon
  * Add dh-php5 deps
  * Add Breaks: header to debian/control

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Thu, 07 Nov 2013 17:03:00 +0400

php-memcached (2.1.0-4) unstable; urgency=low

  * Use pkg-php-tools to build package

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Sun, 06 Oct 2013 16:56:20 +0400

php-memcached (2.1.0-3) unstable; urgency=low

  * Update 00_fix_symbols.patch from upstream commit
  * Drop DMUA, fix lintian warning
  * Bump up Standards-Version (to 3.9.4)

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Wed, 19 Dec 2012 12:43:04 +0400

php-memcached (2.1.0-2) unstable; urgency=low

  * Update libmemcached build-deps for 2.1.0
  * Fix unresolvable symbols for libmemcached < 1.0.10 (Closes: #684949,
    thanks to Gleb Golubitsky)

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Wed, 15 Aug 2012 12:39:54 +0400

php-memcached (2.1.0-1) unstable; urgency=low

  * Imported Upstream version 2.1.0

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Fri, 10 Aug 2012 15:40:04 +0400

php-memcached (2.0.1-6) unstable; urgency=low

  * Add override for hardening-no-fortify-functions
  * Add VCS-* fields

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Fri, 15 Jun 2012 17:33:29 +0400

php-memcached (2.0.1-5) unstable; urgency=low

  * Fix lintian warning (build-depends-on-1-revision)
  * Change dh compat to 9, enable hardening support

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Fri, 01 Jun 2012 16:50:14 +0400

php-memcached (2.0.1-4) unstable; urgency=low

  * Use php5{en,dis}mod for conffile handling (Closes: #667777)
  * Install README.markdown

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Sat, 07 Apr 2012 23:24:04 +0400

php-memcached (2.0.1-3) unstable; urgency=low

  * Revert change of defaults for memcached.ini, introduced in 2.0.1-2 for
    bug #665906.  Uncomment extension in preinst file (Closes: #665906)

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Fri, 30 Mar 2012 15:16:53 +0400

php-memcached (2.0.1-2) unstable; urgency=low

  * Restore dependence on ucf (be gone after wheezy)
  * Cleanup ucf's stuff in preinst for install|upgrade targets.
  * Revert memcached.ini defaults from squeeze version (Closes:
    #665906).

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Wed, 28 Mar 2012 19:47:05 +0400

php-memcached (2.0.1-1) unstable; urgency=low

  * Reformat debian/copyright according to accepted DEP5 spec
  * Bump up Standards-Version to 3.9.3 (no changes)
  * Imported Upstream version 2.0.1

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Mon, 05 Mar 2012 14:36:14 +0400

php-memcached (2.0.0b2-1) unstable; urgency=low

  [ Sergey B Kirpichev ]
  * New upstream release
  * Exclude beta-releases from debian/watch
  * Added "DM-Upload-Allowed: yes" control field
  * Use debhelper, not cdbs and drop ucf dependence. This also fix
    lintian warning debian-rules-uses-deprecated-makefile (tarball.mk).
  * Fix typo in debian/control
  * Add comment for the default memcached.ini (as before 1.0.2-3)
  * Purge ucf's stuff about /etc/php5/conf.d/memcached.ini on upgrade in
    preinst.

  [ Lior Kaplan ]
  * cherry-picked 473c63e7e from upstream for PHP 5.4 support (Closes: #656480)

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Fri, 20 Jan 2012 12:12:17 +0200

php-memcached (1.0.2-2) unstable; urgency=low

  * New maintainer (Closes: #620030)
  * Fix short description to be different with php5-memcache (Closes:
    #611684, #611683)
  * Use DEP5 debian/copyright format
  * Bump up Standards-Version to 3.9.2

 -- Sergey B Kirpichev <skirpichev@gmail.com>  Thu, 29 Sep 2011 19:05:09 +0400

php-memcached (1.0.2-1) unstable; urgency=low

  * New upstream release
    - Fix build for libmemcached-0.39.
  * Update to debsrc3.0

 -- Ivan Borzenkov <ivan1986@list.ru>  Tue, 04 May 2010 21:06:47 +0400

php-memcached (1.0.1-1) unstable; urgency=low

  * New Upstream Release
    - Fix build for libmemcached-0.38. (Closes: #571343)

 -- Ivan Borzenkov <ivan1986@list.ru>  Wed, 17 Mar 2010 22:47:09 +0300

php-memcached (1.0.0-3) unstable; urgency=low

  * rebuild for php 5.3.1
  * Bump Standards-Version to 3.8.4, no change needed

 -- Ivan Borzenkov <ivan1986@list.ru>  Wed, 10 Feb 2010 19:45:06 +0300

php-memcached (1.0.0-2) unstable; urgency=low

  * rebuild whis libmemcached4
  * Bump Standards-Version to 3.8.3, no change needed

 -- Ivan Borzenkov <ivan1986@list.ru>  Sun, 24 Jan 2010 12:11:52 +0300

php-memcached (1.0.0-1) unstable; urgency=low

  * Initial release (closes: #537475).

 -- Ivan Borzenkov <ivan1986@list.ru>  Sat, 18 Jul 2009 21:38:17 +0400