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
|
php-doctrine-dbal (2.5.4-2) unstable; urgency=medium
* Upload to unstable now that owncloud is gone
* PHP 7.0 transition:
- Recommend php-sqlite3 instead of php5-sqlite
- Rebuild with recent pkg-php-tools
* Drop ownCloud for Debian maintainers from uploaders
* Update Standards-Version to 3.9.8
-- David Prévot <taffit@debian.org> Fri, 15 Apr 2016 14:12:30 -0400
php-doctrine-dbal (2.5.4-1) experimental; urgency=medium
[ Marco Pivetta ]
* Release 2.5.4
[ Steve Müller ]
* fix string column type declarations with whitespace on SQLite
-- David Prévot <taffit@debian.org> Tue, 05 Jan 2016 20:57:39 -0400
php-doctrine-dbal (2.5.3-1) experimental; urgency=medium
[ Marco Pivetta ]
* #2260 - loosening doctrine/common requirement: allowing 2.6.x
* Release 2.5.3
-- David Prévot <taffit@debian.org> Mon, 28 Dec 2015 10:50:39 -0400
php-doctrine-dbal (2.5.2-1) experimental; urgency=medium
[ Steve Müller ]
* Release 2.5.2
[ andig ]
* fix removing autoincrement column from primary key in MySQL
[ David Prévot ]
* Simplify minimal version
* Protect include_once by stream_resolve_include_path
-- David Prévot <taffit@debian.org> Thu, 22 Oct 2015 18:39:19 -0400
php-doctrine-dbal (2.5.1-2) experimental; urgency=medium
* Provide homemade static autoload.php
-- David Prévot <taffit@debian.org> Sat, 04 Apr 2015 17:17:59 -0400
php-doctrine-dbal (2.5.1-1) experimental; urgency=medium
[ Steve Müller ]
* Release 2.5.1
[ David Prévot ]
* Use php-symfony-class-loader instead of php-symfony-classloader
-- David Prévot <taffit@debian.org> Wed, 14 Jan 2015 09:56:23 -0400
php-doctrine-dbal (2.5.0-1) experimental; urgency=medium
[ Steve Müller ]
* Release 2.5.0
[ David Prévot ]
* Use php-symfony-class-loader instead of php-symfony-classloader
* Update upstream changelog
* Add a symlink for the manpage
-- David Prévot <taffit@debian.org> Mon, 08 Dec 2014 18:24:45 -0400
php-doctrine-dbal (2.5.0~rc2-1) experimental; urgency=medium
[ Steve Müller ]
* Release 2.5.0-RC2
[ David Prévot ]
* Bump standards version to 3.9.6
-- David Prévot <taffit@debian.org> Wed, 17 Sep 2014 16:08:13 -0400
php-doctrine-dbal (2.5.0~rc1-1) experimental; urgency=medium
[ Steve Müller ]
* Release 2.5.0-RC1
[ David Prévot ]
* Ship security warning
* Drop explicit php5-cli dependency
* Add homemade autoload.php: work around the lack of proper autoload.php
from composer by using the ClassLoader element from Symfony
* Add system configuration file
-- David Prévot <taffit@debian.org> Sun, 07 Sep 2014 15:54:43 -0400
php-doctrine-dbal (2.5.0~beta3-1) experimental; urgency=medium
[ Benjamin Eberlei ]
* Release 2.5.0 BETA3
[ David Prévot ]
* Update watch to track pre-releases, and upload to experimental
* Update copyright
-- David Prévot <taffit@debian.org> Sun, 15 Jun 2014 11:49:00 -0400
php-doctrine-dbal (2.4.2-2) unstable; urgency=medium
* Upload to unstable
-- David Prévot <taffit@debian.org> Sun, 15 Jun 2014 11:28:40 -0400
php-doctrine-dbal (2.4.2-1) experimental; urgency=medium
[ Benjamin Eberlei ]
* Release 2.4.2
[ David Prévot ]
* Bump standards version to 3.9.5
* Add ownCloud for Debian maintainers as uploader
* Update source, and upload to experimental
* Update copyright
* Convert from PEAR to Composer
* Add upstream changelog
-- David Prévot <taffit@debian.org> Tue, 03 Jun 2014 11:45:50 -0400
php-doctrine-dbal (2.3.4-1) unstable; urgency=low
* Initial Release (Closes: #727064)
-- David Prévot <taffit@debian.org> Mon, 21 Oct 2013 18:31:11 -0400
|