File: changelog

package info (click to toggle)
php-amqplib 3.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,060 kB
  • sloc: php: 13,145; makefile: 77; sh: 27
file content (654 lines) | stat: -rw-r--r-- 17,297 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
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
php-amqplib (3.7.3-1) unstable; urgency=medium

  [ Ramūnas Dronga ]
  * fix: stop signal sending from child once interrupted, ensure child
    process is terminated
  * release version 3.7.3

  [ David Prévot ]
  * Modernize PHPUnit syntax

 -- David Prévot <taffit@debian.org>  Sat, 22 Feb 2025 11:49:39 +0100

php-amqplib (3.7.2-2) unstable; urgency=medium

  * Fix PHPUnit 11 issues (Closes: #1070517)

 -- David Prévot <taffit@debian.org>  Sat, 28 Dec 2024 02:36:32 +0100

php-amqplib (3.7.2-1) unstable; urgency=medium

  [ Alejandro Celaya ]
  * Fix deprecation warnings with PHP 8.4

  [ Alexander Dylevskiy ]
  * fix: Mark channels closed when connection is closed

  [ Ramūnas Dronga ]
  * release version 3.7.2

 -- David Prévot <taffit@debian.org>  Sat, 23 Nov 2024 15:03:31 +0100

php-amqplib (3.7.1-1) unstable; urgency=medium

  [ Marco Pivetta ]
  * AMQP Exception marker interface is for `Throwable` types

  [ Ramūnas Dronga ]
  * fix: wrong error code on stream error, improved write speed for small frames
  * release version 3.7.1

 -- David Prévot <taffit@debian.org>  Sat, 07 Sep 2024 11:40:02 +0200

php-amqplib (3.7.0-1) unstable; urgency=medium

  [ Jeremy Dunn ]
  * remove feof() check on connection.  this check fails under Windows wh…
    (#1177)

  [ Luke Bakken ]
  * Add verbose test output

  [ Ramūnas Dronga ]
  * fix: create a new exception for each warning in IO layer with reference to
    previous (#1183)
  * deprecate AMQPSSLConnection class - it will removed in version 4.0
  * release version 3.7.0

  [ Fabien Villepinte ]
  * AMQPConnectionClosedException is never thrown from checkConnection()

  [ David Prévot ]
  * Override dh_auto_clean

 -- David Prévot <taffit@debian.org>  Sun, 14 Jul 2024 12:36:28 +0200

php-amqplib (3.6.2-1) unstable; urgency=medium

  [ Sergey Khrystenko ]
  * Trigger ssl_protocol deprecation when it is really not null and not
    AMQPConnectionConfig instance (#1163)

  [ Ramūnas Dronga ]
  * release version 3.6.2

  [ David Prévot ]
  * Update Standards-Version to 4.7.0

 -- David Prévot <taffit@debian.org>  Sun, 21 Apr 2024 10:14:09 +0200

php-amqplib (3.6.1-4) unstable; urgency=medium

  * Allow stderr for debci/s390x

 -- David Prévot <taffit@debian.org>  Sun, 10 Mar 2024 09:36:40 +0100

php-amqplib (3.6.1-3) unstable; urgency=medium

  * Force system dependencies loading

 -- David Prévot <taffit@debian.org>  Tue, 05 Mar 2024 15:54:19 +0100

php-amqplib (3.6.1-2) unstable; urgency=medium

  * Don’t limit testing to IPv4

 -- David Prévot <taffit@debian.org>  Sat, 24 Feb 2024 10:37:14 +0100

php-amqplib (3.6.1-1) unstable; urgency=medium

  [ Artem ]
  * ipv6 support (#1145)

  [ Ramūnas Dronga ]
  * Delay stream resource init (#1154)
  * fix: throw exception on stream_socket_enable_crypto() warning (#1158)

  [ David Prévot ]
  * Drop versioned build-dependencies

 -- David Prévot <taffit@debian.org>  Thu, 15 Feb 2024 22:12:46 +0100

php-amqplib (3.6.0-1) unstable; urgency=medium

  [ Ramūnas Dronga ]
  * fix: repeat read select if interrupted by signal and timeout not reached
  * release version 3.6.0

  [ egorgrushko ]
  * TCP keepalive for TLS connections

  [ Søren Thing ]
  * Only call fwrite() if select() said the fd is ready.

 -- David Prévot <taffit@debian.org>  Thu, 26 Oct 2023 08:30:54 +0200

php-amqplib (3.5.4-1) unstable; urgency=medium

  [ Ramūnas Dronga ]
  * feat(heartbeat): add support for lazy connections (#1100)
  * release version 3.5.4

  [ David Prévot ]
  * Adapt to recent version of PHPUnit (10) (Closes: #1039756)
  * Extend clean

 -- David Prévot <taffit@debian.org>  Sat, 01 Jul 2023 16:55:04 +0200

php-amqplib (3.5.3-1) unstable; urgency=medium

  [ Ramūnas Dronga ]
  * fix: heartbeats negotiation when server opts for no heartbeats
  * release version 3.5.3

 -- David Prévot <taffit@debian.org>  Tue, 04 Apr 2023 04:15:23 +0200

php-amqplib (3.5.2-1) unstable; urgency=medium

  [ Ramūnas Dronga ]
  * prepare release 3.5.2

  [ David Prévot ]
  * Don’t check missing signature on upstream tag

 -- David Prévot <taffit@debian.org>  Fri, 03 Mar 2023 08:26:10 +0100

php-amqplib (3.5.1-1) unstable; urgency=medium

  [ David Prévot ]
  * Revert "Don’t check missing signature on upstream tag"

  [ Luke Bakken ]
  * v3.5.1

 -- David Prévot <taffit@debian.org>  Sat, 21 Jan 2023 10:24:58 +0100

php-amqplib (3.5.0-1) unstable; urgency=medium

  [ Ramūnas Dronga ]
  * prepare 3.5.0 release

  [ David Prévot ]
  * Don’t check missing signature on upstream tag
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <taffit@debian.org>  Tue, 17 Jan 2023 07:39:30 +0100

php-amqplib (3.4.0-1) unstable; urgency=medium

  [ Ramūnas Dronga ]
  * split buffer and io readers into separate classes

  [ Luke Bakken ]
  * v3.4.0 CHANGELOG

  [ David Prévot ]
  * Revert "Don’t check missing signature"

 -- David Prévot <taffit@debian.org>  Fri, 21 Oct 2022 07:54:41 +0200

php-amqplib (3.3.1-1) unstable; urgency=medium

  * Don’t check missing signature
  * Drop patch not needed anymore

 -- David Prévot <taffit@debian.org>  Wed, 05 Oct 2022 13:52:41 +0200

php-amqplib (3.2.0-2) unstable; urgency=medium

  * Install pkg-php-tools(1) overrides
  * Adapt precision for recent phpunit-comparator (Closes: #1020127)

 -- David Prévot <taffit@debian.org>  Sun, 18 Sep 2022 12:59:06 +0200

php-amqplib (3.2.0-1) unstable; urgency=medium

  [ Luke Bakken ]
  * Prepare for 3.2.0 release

  [ David Prévot ]
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Sat, 18 Jun 2022 13:50:23 +0200

php-amqplib (3.1.2-1) unstable; urgency=medium

  [ Ramūnas Dronga ]
  * version bump

 -- David Prévot <taffit@debian.org>  Wed, 19 Jan 2022 06:04:52 -0400

php-amqplib (3.1.1-1) unstable; urgency=medium

  [ Ramūnas Dronga ]
  * fix compatibility with upcomming PHPUnit versions
  * fix deprecation notice from stream_select() on PHP8.1

 -- David Prévot <taffit@debian.org>  Mon, 13 Dec 2021 19:06:56 -0400

php-amqplib (3.1.0-2) unstable; urgency=medium

  * Upload to unstable in sync with php-monolog 2
  * Update standards version to 4.6.0, no changes needed.

 -- David Prévot <taffit@debian.org>  Wed, 24 Nov 2021 12:44:37 -0400

php-amqplib (3.1.0-1) experimental; urgency=medium

  [ Ramūnas Dronga ]
  * revert workflow changes, lock rabbitmq image to version 3.8.9
  * 3.1.0 changelog

  [ javer ]
  * Add PHP 8.1 support

  [ David Prévot ]
  * Fix autoloaders path
  * Don’t check missing signature on upstream tag
  * Use TLS v1.3 for tests

 -- David Prévot <taffit@debian.org>  Sat, 23 Oct 2021 07:07:19 -0400

php-amqplib (3.0.0-1) experimental; urgency=medium

  [ Luke Bakken ]
  * 3.0.0 CHANGELOG

 -- David Prévot <taffit@debian.org>  Thu, 18 Mar 2021 07:25:47 -0400

php-amqplib (3.0.0~rc2-1) experimental; urgency=medium

  [ Alexey Manukhin ]
  * add support PHP8.0 (Closes: #977396)

  [ Luke Bakken ]
  * 3.0.0 CHANGELOG
  * 3.0.0-rc2

  [ David Prévot ]
  * Revert "Drop signature check"
  * Exclude compat files for phpab

 -- David Prévot <taffit@debian.org>  Tue, 09 Mar 2021 15:38:01 -0400

php-amqplib (2.12.3-1) experimental; urgency=medium

  [ Ramūnas Dronga ]
  * replace conditional phpseclib aliases with defined classes,
    support autoloader class maps

  [ David Prévot ]
  * Drop signature check
  * Generate phpab templates at build time

 -- David Prévot <taffit@debian.org>  Mon, 01 Mar 2021 18:23:20 -0400

php-amqplib (2.12.2-1) experimental; urgency=medium

  * Upload to experimental to respect the freeze

  [ Ramūnas Dronga ]
  * add support for next major version of phpseclib

  [ Luke Bakken ]
  * 2.12.2 CHANGELOG

  [ David Prévot ]
  * Simplify gbp import-orig (and check signature)
  * Use dh-sequence-phpcomposer instead of pkg-php-tools
  * Use php-phpseclib3
  * Install /u/s/p/autoloaders file

 -- David Prévot <taffit@debian.org>  Sat, 13 Feb 2021 09:05:25 -0400

php-amqplib (2.12.1-3) unstable; urgency=medium

  * Adapt to recent version of PHPUnit (9)
  * Update Standards-Version to 4.5.1
  * Update watch file format version to 4.

 -- David Prévot <taffit@debian.org>  Mon, 14 Dec 2020 13:07:23 -0400

php-amqplib (2.12.1-2) unstable; urgency=medium

  * Ensure that a testsuite failure makes the package FTBFS
  * Revert "Don’t start already running rabbit server for CI"
  * Use another port for CI since rabbitmq-server is already up and running
  * Use SSL for tests (Closes: #971828)
  * Properly wait on rabbitmq to start

 -- David Prévot <taffit@debian.org>  Sun, 11 Oct 2020 10:19:33 -0400

php-amqplib (2.12.1-1) unstable; urgency=medium

  [ Luke Bakken ]
  * 2.12.1 CHANGELOG

 -- David Prévot <taffit@debian.org>  Sun, 27 Sep 2020 09:57:40 -0400

php-amqplib (2.12.0-1) unstable; urgency=medium

  [ Luke Bakken ]
  * 2.12.0 CHANGELOG

  [ David Prévot ]
  * Set Rules-Requires-Root: no.
  * Rename main branch to debian/latest (DEP-14)

 -- David Prévot <taffit@debian.org>  Wed, 02 Sep 2020 18:14:25 -0400

php-amqplib (2.11.3-1) unstable; urgency=medium

  [ Luke Bakken ]
  * 2.11.3 CHANGELOG

 -- David Prévot <taffit@debian.org>  Wed, 27 May 2020 06:26:42 -1000

php-amqplib (2.11.2-1) unstable; urgency=medium

  [ Luke Bakken ]
  * 2.11.2 CHANGELOG

  [ David Prévot ]
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test

 -- David Prévot <taffit@debian.org>  Mon, 04 May 2020 22:44:34 -1000

php-amqplib (2.11.1-1) unstable; urgency=medium

  [ Luke Bakken ]
  * 2.11.1 CHANGELOG

  [ David Prévot ]
  * Set upstream metadata fields:
    Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Update Standards-Version to 4.5.0
  * Drop use of unhandled “v1 - v2“ version by pkg-php-tools

 -- David Prévot <taffit@debian.org>  Fri, 28 Feb 2020 09:25:58 -1000

php-amqplib (2.11.0-2) unstable; urgency=medium

  * Use php-httpful for tests

 -- David Prévot <taffit@debian.org>  Mon, 09 Dec 2019 10:05:29 -1000

php-amqplib (2.11.0-1) unstable; urgency=medium

  [ Ramūnas Dronga ]
  * remove bcmath dependency, fallback to BigInteger if necessary

  [ Luke Bakken ]
  * 2.11.0 CHANGELOG

  [ David Prévot ]
  * Update packaging to new php-phpseclib (build-)dependency

 -- David Prévot <taffit@debian.org>  Tue, 19 Nov 2019 18:39:19 -1000

php-amqplib (2.10.1-1) unstable; urgency=medium

  [ Luke Bakken ]
  * 2.10.1 CHANGELOG

  [ David Prévot ]
  * Set upstream metadata fields: Repository.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  * Drop versioned dependency satisfied in (old)stable
  * Update Standards-Version to 4.4.1
  * Don’t start already running rabbit server for CI

 -- David Prévot <taffit@debian.org>  Sat, 19 Oct 2019 05:31:27 -1000

php-amqplib (2.10.0-2) unstable; urgency=medium

  * Add some bits needed for CI

 -- David Prévot <taffit@debian.org>  Fri, 16 Aug 2019 07:14:16 -1000

php-amqplib (2.10.0-1) unstable; urgency=medium

  * Upload to unstable now that buster has been released

 -- David Prévot <taffit@debian.org>  Thu, 15 Aug 2019 22:22:28 -1000

php-amqplib (2.10.0~rc1-1) experimental; urgency=medium

  [ Luke Bakken ]
  * 2.10.0 API docs

  [ David Prévot ]
  * Compatibility with recent PHPUnit (8)
  * Update standards version, no changes needed.
  * Set upstream metadata fields: Contact, Name.

 -- David Prévot <taffit@debian.org>  Thu, 08 Aug 2019 08:30:10 -1000

php-amqplib (2.9.2-1) experimental; urgency=medium

  [ Luke Bakken ]
  * 2.9.2 CHANGELOG

 -- David Prévot <taffit@debian.org>  Sun, 28 Apr 2019 14:33:11 -1000

php-amqplib (2.9.1-1) experimental; urgency=medium

  [ Luke Bakken ]
  * 2.9.1 CHANGELOG

 -- David Prévot <taffit@debian.org>  Thu, 28 Mar 2019 07:09:46 -1000

php-amqplib (2.9.0-1) experimental; urgency=medium

  [ Luke Bakken ]
  * 2.9.0 CHANGELOG

  [ David Prévot ]
  * Document gbp import-ref usage

 -- David Prévot <taffit@debian.org>  Sat, 23 Mar 2019 10:53:24 -1000

php-amqplib (2.9.0~rc2-1) experimental; urgency=medium

  [ Luke Bakken ]
  * 2.9.0 CHANGELOG

 -- David Prévot <taffit@debian.org>  Wed, 20 Mar 2019 22:42:40 -1000

php-amqplib (2.9.0~rc1-1) experimental; urgency=medium

  [ Luke Bakken ]
  * Enable heartbeats by default

  [ David Prévot ]
  * Use upstream git tag as source
  * Adapt packaging to restored tests and examples
  * Adapt to recent PHPUnit
  * Use debhelper-compat 12
  * Update Standards-Version to 4.3.0

 -- David Prévot <taffit@debian.org>  Sat, 09 Mar 2019 18:36:02 -1000

php-amqplib (2.8.2~rc3-1) experimental; urgency=medium

  [ mszabo-wikia ]
  * Allow one to specify a timeout for channel operations

 -- David Prévot <taffit@debian.org>  Wed, 12 Dec 2018 15:39:09 -1000

php-amqplib (2.8.2~rc1-1) experimental; urgency=medium

  * Upload RC to experimental
  * Drop useless Breaks and Replaces

 -- David Prévot <taffit@debian.org>  Sun, 09 Dec 2018 06:44:48 -1000

php-amqplib (2.8.1-1) unstable; urgency=medium

  * Upload stable release to unstable

  [ Luke Bakken ]
  * v2.8.1 CHANGELOG

 -- David Prévot <taffit@debian.org>  Wed, 14 Nov 2018 13:38:41 -1000

php-amqplib (2.8.1~rc3-1) experimental; urgency=medium

  * Upload RC to experimental

  [ Luke Bakken ]
  * Move ext-sockets from "suggest" to "require"
  * v2.8.1-rc3 CHANGELOG

 -- David Prévot <taffit@debian.org>  Sat, 10 Nov 2018 09:19:57 +1300

php-amqplib (2.8.0-1) unstable; urgency=medium

  * Upload stable release to unstable

  [ Luke Bakken ]
  * 2.8.0 changelog update

 -- David Prévot <taffit@debian.org>  Tue, 23 Oct 2018 18:30:32 -1000

php-amqplib (2.8.0~rc1-1) experimental; urgency=medium

  * Upload RC to experimentald

  [ Luke Bakken ]
  * Update minimum PHP version to 5.4.0 or greater, remove mbstring requirement
  * v2.8.0-rc1

 -- David Prévot <taffit@debian.org>  Mon, 15 Oct 2018 21:21:46 -1000

php-amqplib (2.7.3-1) unstable; urgency=medium

  [ Indra Kurniawan ]
  * Translate ErrorException to AMQPRuntimeException

  [ David Prévot ]
  * Use debhelper-compat 11
  * Drop get-orig-source target
  * Use https in Format
  * Use Standards-Version 4.2.1

 -- David Prévot <taffit@debian.org>  Mon, 15 Oct 2018 19:05:50 -1000

php-amqplib (2.7.2-1) unstable; urgency=medium

  [ Luke Bakken ]
  * 2.7.2 CHANGELOG

  [ David Prévot ]
  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.3

 -- David Prévot <taffit@debian.org>  Wed, 07 Mar 2018 15:12:05 -1000

php-amqplib (2.7.0-1) unstable; urgency=medium

  * Update Standards-Version to 4.1.1

 -- David Prévot <taffit@debian.org>  Thu, 12 Oct 2017 08:22:17 -1000

php-amqplib (2.6.3-1) unstable; urgency=medium

  [ Todoshchenko Andrey ]
  * float timeout for socket
  * float timeout for stream

  [ John Kelly ]
  * Verify read_write_timeout is at least 2x the heartbeat (if set)
  * Fix issue with declaring an exchange with a closed connection
  * Update phpdocs

  [ Giulio Calore ]
  * catch the ErrorException thrown by the custom error handler in all the
    places we are using it, to restore the previous error handler

  [ David Prévot ]
  * Update Standards-Version to 3.9.8

 -- David Prévot <taffit@debian.org>  Fri, 15 Apr 2016 09:49:36 -0400

php-amqplib (2.6.2-1) unstable; urgency=medium

  [ Bruno Escudeiro ]
  * Disable heartbeat when closing connection

  [ Alex Salt ]
  * AMQPReader::wait() throw IOWaitException on stream_select failure

  [ John Kelly ]
  * Update changelog

  [ Alex Vasilenko ]
  * yet another lazy connection

  [ David Prévot ]
  * Build with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Wed, 09 Mar 2016 17:58:50 -0400

php-amqplib (2.6.1-1) unstable; urgency=medium

  [ John Kelly ]
  * The start of a changelog
  * Make changes for new maintainers and package
  * Add replaces to composer

  [ David Prévot ]
  * Adapt to new php-amqplib namespace
  * Ship README.md now back
  * Update Standards-Version to 3.9.7

 -- David Prévot <taffit@debian.org>  Sat, 13 Feb 2016 13:03:25 -0400

php-amqplib (2.6.0-1) unstable; urgency=medium

  [ Jon Dufresne ]
  * Add .gitattributes to slim down composer packages.

  [ David Prévot ]
  * Adapt packaging to removed tests and documentation

 -- David Prévot <taffit@debian.org>  Fri, 23 Oct 2015 16:19:48 -0400

php-amqplib (2.5.2-1) unstable; urgency=medium

  [ Alvaro Videla ]
  * adds basiq_qos example

 -- David Prévot <taffit@debian.org>  Sat, 29 Aug 2015 14:14:11 -0400

php-amqplib (2.5.1-1) unstable; urgency=medium

  * New upstream release

 -- David Prévot <taffit@debian.org>  Tue, 16 Jun 2015 10:06:08 -0400

php-amqplib (2.5.0-2) unstable; urgency=medium

  * Upload to unstable since Jessie has been released

 -- David Prévot <taffit@debian.org>  Fri, 15 May 2015 11:00:37 -0400

php-amqplib (2.5.0-1) experimental; urgency=medium

  * Upload to experimental to respect the freeze
  * Provide homemade autoload.php

 -- David Prévot <taffit@debian.org>  Tue, 24 Feb 2015 19:28:28 -0400

php-amqplib (2.4.1-1) unstable; urgency=medium

  * Refresh patches

 -- David Prévot <taffit@debian.org>  Fri, 24 Oct 2014 09:48:45 -0400

php-amqplib (2.4.0-1) unstable; urgency=low

  * Initial release (Closes: #763828)

 -- David Prévot <taffit@debian.org>  Thu, 02 Oct 2014 21:11:12 -0400