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
|
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
|