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
|
php-doctrine-persistence (3.1.4-1) unstable; urgency=medium
[ Nicolas Grekas ]
* Fix trimming leading backslash in RuntimeReflectionProperty
-- David Prévot <taffit@debian.org> Fri, 03 Feb 2023 13:48:54 +0100
php-doctrine-persistence (3.1.3-1) unstable; urgency=medium
[ Matthias Pigulla ]
* Improve the ACMF::doLoadMetadata docblock
-- David Prévot <taffit@debian.org> Fri, 20 Jan 2023 13:13:33 +0100
php-doctrine-persistence (3.1.2-1) unstable; urgency=medium
[ Alexander M. Turek ]
* Remove doctrine/annotations dependency (#320)
[ David Prévot ]
* Drop php-doctrine-annotations build-dependency
* Update Standards-Version to 4.6.2
-- David Prévot <taffit@debian.org> Fri, 23 Dec 2022 07:15:04 +0100
php-doctrine-persistence (3.1.1-1) unstable; urgency=medium
[ Alexander M. Turek ]
* Add type to ColocatedMappingDriver::isTransient() (#318)
-- David Prévot <taffit@debian.org> Thu, 15 Dec 2022 06:32:22 +0100
php-doctrine-persistence (3.1.0-1) unstable; urgency=medium
[ Nicolas Grekas ]
* Add Proxy::__setInitialized() and RuntimeReflectionProperty (#307)
-- David Prévot <taffit@debian.org> Mon, 21 Nov 2022 06:39:24 +0100
php-doctrine-persistence (3.0.4-1) unstable; urgency=medium
[ Ondřej Mirtes ]
* Identifier is a list of strings
[ Alexander M. Turek ]
* Allow doctrine/event-manager 2 (#310)
[ David Prévot ]
* Mark package as Multi-Arch: foreign
* Drop php-doctrine-collections build-dependency
-- David Prévot <taffit@debian.org> Sat, 15 Oct 2022 13:05:10 +0200
php-doctrine-persistence (3.0.3-1) unstable; urgency=medium
[ Adrien Foulon ]
* fix: Normalize class names #300 (#301)
[ Alexander M. Turek ]
* Drop doctrine/collections dependency (#302)
[ David Prévot ]
* Drop now usless d/pkg-php-tools-autoloaders file
-- David Prévot <taffit@debian.org> Mon, 08 Aug 2022 08:18:58 +0200
php-doctrine-persistence (3.0.2-2) unstable; urgency=medium
* Upload to unstable
-- David Prévot <taffit@debian.org> Sun, 19 Jun 2022 22:06:43 +0200
php-doctrine-persistence (3.0.2-1) experimental; urgency=medium
* Upload new major to experimental
[ Michael Moravec ]
* Rename namespace from Doctrine\Common\Persistence to Doctrine\Persistence
[ Grégoire Paris ]
* Document 3.0.0 BC breaks
[ Alexander M. Turek ]
* Remove support for doctrine/cache (#220)
* Remove doctrine/deprecations (#278)
[ David Prévot ]
* Revert "Track version 2 for now (Bookworm?)"
* Drop now useless build-dependencies
-- David Prévot <taffit@debian.org> Sat, 18 Jun 2022 12:59:53 +0200
php-doctrine-persistence (2.5.3-2) unstable; urgency=medium
* Update Standards-Version to 4.6.1
-- David Prévot <taffit@debian.org> Sat, 28 May 2022 14:33:39 +0200
php-doctrine-persistence (2.5.3-1) unstable; urgency=medium
[ Alexander M. Turek ]
* Allow doctrine/deprecations 1.0 (#289)
[ David Prévot ]
* Track version 2 for now (Bookworm?)
* Adapt packaging to new upstream layout
-- David Prévot <taffit@debian.org> Fri, 27 May 2022 17:45:45 +0200
php-doctrine-persistence (2.3.0-2) unstable; urgency=medium
* Install php-doctrine-annotations for CI
-- David Prévot <taffit@debian.org> Wed, 12 Jan 2022 09:21:14 -0400
php-doctrine-persistence (2.3.0-1) unstable; urgency=medium
[ Alexander M. Turek ]
* Allow symfony/cache 6 (#221)
[ Grégoire Paris ]
* Mark doctrine/annotations dependency as optional
[ David Prévot ]
* Install recent upgrade notes
* Drop Breaks
* Require doctrine/annotations for tests
-- David Prévot <taffit@debian.org> Mon, 10 Jan 2022 10:55:36 -0400
php-doctrine-persistence (2.2.3-2) unstable; urgency=medium
* Breaks php-doctrine-orm (<< 2.10) for CI
-- David Prévot <taffit@debian.org> Mon, 22 Nov 2021 07:39:08 -0400
php-doctrine-persistence (2.2.3-1) unstable; urgency=medium
[ Grégoire Paris ]
* Use doctrine/deprecations over plain trigger_error
[ Andreas Braun ]
* Accept all major versions of psr/cache
* Use PSR-6 compatibility classes from doctrine/cache (#172)
[ David Prévot ]
* Simplify gbp import-orig (and check signature)
* Install dh-sequence-* instead of using dh --with
* New build-dependencies:
- php-doctrine-deprecations
- php-psr-cache
- php-symfony-cache
* Generate phpabtpl at build time
* Update standards version to 4.6.0, no changes needed.
-- David Prévot <taffit@debian.org> Sat, 30 Oct 2021 16:13:07 -0400
php-doctrine-persistence (2.1.0-2) unstable; urgency=medium
* Upload to unstable in sync with php-doctrine-common 3
-- David Prévot <taffit@debian.org> Thu, 10 Dec 2020 07:51:16 -0400
php-doctrine-persistence (2.1.0-1) experimental; urgency=medium
[ Grégoire Paris ]
* Allow PHP 8
* Allow PHPUnit 8 or 9
[ David Prévot ]
* Drop compatibility with pre-1.3 version
* Rename main branch to debian/latest (DEP-14)
* Set Rules-Requires-Root: no.
* Update watch file format version to 4.
* Update Standards-Version to 4.5.1
* Drop php-doctrine-reflection dependency
* Use php-doctrine-common for testsuite
-- David Prévot <taffit@debian.org> Mon, 07 Dec 2020 19:23:29 -0400
php-doctrine-persistence (2.0.0-1) experimental; urgency=medium
* Upload major version bump to experimental
[ Grégoire Paris ]
* Drop BC layer
[ David Prévot ]
* Use debhelper-compat 13
* Simplify override_dh_auto_test
-- David Prévot <taffit@debian.org> Sat, 30 May 2020 12:11:33 -1000
php-doctrine-persistence (1.3.7-1) unstable; urgency=medium
[ Benjamin Eberlei ]
* Bump dependency to doctrine/reflection to v1.2
-- David Prévot <taffit@debian.org> Sat, 21 Mar 2020 11:02:12 -1000
php-doctrine-persistence (1.3.6-1) unstable; urgency=medium
[ Benjamin Eberlei ]
* Add further check if TypedNoDefaultReflectionProperty is needed based on
PHP version.
[ David Prévot ]
* Update Standards-Version to 4.5.0
-- David Prévot <taffit@debian.org> Sun, 26 Jan 2020 17:56:09 -1000
php-doctrine-persistence (1.3.4-1) unstable; urgency=medium
[ Grégoire Paris ]
* Temporarily remove deprecations about ns move
-- David Prévot <taffit@debian.org> Sat, 11 Jan 2020 03:07:08 +1300
php-doctrine-persistence (1.3.3-2) unstable; urgency=medium
* Upload to unstable since symfony 4.4 depend on it
* Set upstream metadata fields: Bug-Submit.
-- David Prévot <taffit@debian.org> Wed, 25 Dec 2019 08:07:12 +1100
php-doctrine-persistence (1.3.3-1) experimental; urgency=medium
* Upload to experimental for now because the depecration notices would make
tests fail in other packages (and thus make them FTBFS).
[ Andreas Braun ]
* Remove obsolete test bootstrap file
[ Grégoire Paris ]
* Move everything to a new Persistence subnamespace
[ David Prévot ]
* Update gbp import-ref usage
* Adapt autoload.php build to new layout
* Adapt testsuite calls
* Set upstream metadata fields: Bug-Database, Repository, Repository-Browse.
-- David Prévot <taffit@debian.org> Fri, 13 Dec 2019 16:58:50 -1000
php-doctrine-persistence (1.2.0-1) unstable; urgency=medium
[ Jonathan H. Wage ]
* Deprecate ObjectManager::merge() and ObjectManager::detach()
* Deprecate PersistentObject class.
[ David Prévot ]
* debian/upstream/metadata:
+ Set upstream metadata fields: Repository.
+ Remove obsolete fields Name, Contact from debian/upstream/metadata.
* debian/control:
+ Drop versioned dependency satisfied in (old)stable
+ Update standards version to 4.4.1, no changes needed.
* debian/docs: Install upgrade notes
-- David Prévot <taffit@debian.org> Mon, 11 Nov 2019 18:09:38 -1000
php-doctrine-persistence (1.1.1-2) unstable; urgency=medium
* Upload to unstable now that buster has been released
* Compatibility with recent PHPUnit (8)
* Update standards version, no changes needed.
* Set upstream metadata fields: Contact, Name.
-- David Prévot <taffit@debian.org> Sun, 11 Aug 2019 18:27:51 -1000
php-doctrine-persistence (1.1.1-1) experimental; urgency=medium
* Upload to experimental during the freeze
* Document gbp import-ref usage
* Provide upstream documentation
* Add d/clean
* Run tests
* Use debhelper-compat 12
* Update Standards-Version to 4.3.0
-- David Prévot <taffit@debian.org> Mon, 06 May 2019 13:54:26 -1000
php-doctrine-persistence (1.1.0-2) unstable; urgency=medium
* Actually load NotifyPropertyChanged and PropertyChangedListener
Thanks to Paul Gevers <elbrus@debian.org> (Closes: #914735, #914736)
-- David Prévot <taffit@debian.org> Mon, 26 Nov 2018 10:55:37 -1000
php-doctrine-persistence (1.1.0-1) unstable; urgency=medium
[ Willem Stuursma-Ruwen ]
* Don't ship docs
[ Michael Moravec ]
* Preparing 1.1.0 release
[ Olivier Laviale ]
* Add NotifyPropertyChanged, PropertyChangedListener
[ David Prévot ]
* Drop documentation removed upstream
* Update description
* Use debhelper-compat 11
-- David Prévot <taffit@debian.org> Fri, 23 Nov 2018 07:17:06 -1000
php-doctrine-persistence (1.0.1-1) unstable; urgency=medium
* Update Standards-Version to 4.2.1
-- David Prévot <taffit@debian.org> Sun, 26 Aug 2018 22:52:04 -1000
php-doctrine-persistence (1.0.0-1) unstable; urgency=medium
* Initial release
* New php-doctrine-common dependency
-- David Prévot <taffit@debian.org> Tue, 17 Jul 2018 10:06:48 +0800
|