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
|
php-mongodb (1.2.3-1) unstable; urgency=medium
* New upstream version 1.2.3
-- Ondřej Surý <ondrej@debian.org> Mon, 23 Jan 2017 11:37:22 +0100
php-mongodb (1.2.0-1) unstable; urgency=medium
* Imported Upstream version 1.2.0
-- Ondřej Surý <ondrej@debian.org> Thu, 01 Dec 2016 11:18:34 +0100
php-mongodb (1.1.9-1) unstable; urgency=medium
* Imported Upstream version 1.1.9
-- Ondřej Surý <ondrej@debian.org> Fri, 21 Oct 2016 13:11:11 +0200
php-mongodb (1.1.7-2) unstable; urgency=medium
* Fix DEB_MAINT_CFLAGS_APPEND
-- Ondřej Surý <ondrej@debian.org> Mon, 13 Jun 2016 14:08:24 +0200
php-mongodb (1.1.7-1) unstable; urgency=medium
* Append -DMONGOC_NO_AUTOMATIC_GLOBALS to CFLAGS
* Imported Upstream version 1.1.7
-- Ondřej Surý <ondrej@debian.org> Mon, 13 Jun 2016 14:02:38 +0200
php-mongodb (1.1.6-3) unstable; urgency=medium
* Add ${php:Provides} to d/control and reformat with wrap-and-sort -a
* 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:13 +0200
php-mongodb (1.1.6-2) unstable; urgency=medium
* 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:56:13 +0200
php-mongodb (1.1.6-1) unstable; urgency=medium
* Imported Upstream version 1.1.6
* Update d/copyright will all the mess introduced by embedding libbson
and libmongoc
* Bump d/compat to level 10
* Bump policy to 3.9.8
-- Ondřej Surý <ondrej@debian.org> Wed, 20 Apr 2016 14:12:29 +0200
php-mongodb (1.1.5-1) unstable; urgency=medium
* Imported Upstream version 1.1.5
* Make sure system libbson-dev and libmongoc-dev is not installed via
Build-Conflicts
* Don't use system libbson and libmongoc until the upstream linking with
priv symbols is resolved
-- Ondřej Surý <ondrej@debian.org> Sat, 19 Mar 2016 07:42:28 +0100
php-mongodb (1.1.4-1) unstable; urgency=medium
* Imported Upstream version 1.1.4
* Rebase patch on top of 1.1.4 release and update libmongoc-priv to
libmongoc 1.3.3 files
* Add hard dependency on libmongoc and libbson >= 1.3.3
* For time being, just use bundled libmongoc library and hope it will
get resolved for Debian stretch release
-- Ondřej Surý <ondrej@debian.org> Mon, 14 Mar 2016 20:49:13 +0100
php-mongodb (1.1.2-3) unstable; urgency=medium
* Add pkg-config to Build-Depends
* Force rebuild with dh_php >= 0.7
-- Ondřej Surý <ondrej@debian.org> Mon, 29 Feb 2016 22:26:11 +0100
php-mongodb (1.1.2-2) unstable; urgency=medium
* Build-Depend on libbson and libmongoc >= 1.3.0-1~
* Skip compilation against libmongoc-priv-dev and use the copies of
needed private parts of the library
-- Ondřej Surý <ondrej@debian.org> Mon, 18 Jan 2016 13:25:47 +0100
php-mongodb (1.1.2-1) unstable; urgency=medium
* Fix copy&paste error pretending this to be zend_extension
* Imported Upstream version 1.1.2
* Remove 32-bits patch; merged upstream
* Use system libbson and libmongoc for building the extension
-- Ondřej Surý <ondrej@debian.org> Thu, 14 Jan 2016 14:23:11 +0100
php-mongodb (1.1.1-2) unstable; urgency=medium
* Fix PHP 7 / 32bits build (Courtesy of Remi Collet)
-- Ondřej Surý <ondrej@debian.org> Tue, 29 Dec 2015 17:58:45 +0100
php-mongodb (1.1.1-1) unstable; urgency=medium
* Don't use system libbson and libmongoc as libmongoc private headers
are used in the PHP driver (ugly and needs to be fixed)
* Initial release (Closes: #809326)
-- Ondřej Surý <ondrej@debian.org> Tue, 29 Dec 2015 12:56:50 +0100
|