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 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701
|
doctrine (2.14.1+dfsg-1) unstable; urgency=medium
[ HypeMC ]
* Ensure consistent original data with enums
[ Alexander M. Turek ]
* Include parameter types in hydration cache key generation (#10355)
[ Nicolas Grekas ]
* Fix initializing lazy objects and get rid of "Typed property must not be
accessed before initialization" errors
[ David Prévot ]
* Update standards version to 4.6.2, no changes needed.
-- David Prévot <taffit@debian.org> Wed, 18 Jan 2023 08:17:02 +0100
doctrine (2.14.0+dfsg-1) unstable; urgency=medium
[ Grégoire Paris ]
* Allow collections 2
* Allow doctrine/lexer 2
[ Alexander M. Turek ]
* Allow doctrine/event-manager 2 (#10123)
-- David Prévot <taffit@debian.org> Wed, 21 Dec 2022 07:11:44 +0100
doctrine (2.13.4+dfsg-1) unstable; urgency=medium
[ David Romaní ]
* fix deprecated trigger help comment
[ Alexander M. Turek ]
* Remove reference to deprecated DriverChain from docs (#10179)
[ HypeMC ]
* Fix change set computation with enums (#10074)
-- David Prévot <taffit@debian.org> Sun, 27 Nov 2022 10:29:40 +0100
doctrine (2.13.3+dfsg-2) unstable; urgency=medium
[ Grégoire Paris ]
* Remove fragile assertions
-- David Prévot <taffit@debian.org> Wed, 23 Nov 2022 07:37:25 +0100
doctrine (2.13.3+dfsg-1) unstable; urgency=medium
[ HypeMC ]
* Fix using enums with the QueryBuilder
[ Grégoire Paris ]
* Remove return type override
-- David Prévot <taffit@debian.org> Mon, 10 Oct 2022 08:04:20 +0200
doctrine (2.13.2+dfsg-1) unstable; urgency=medium
[ Tomas ]
* Fix ArrayHydration of enums
-- David Prévot <taffit@debian.org> Sun, 25 Sep 2022 16:10:59 +0200
doctrine (2.13.1+dfsg-2) unstable; urgency=medium
* Install doctrine-mapping.xsd as data
-- David Prévot <taffit@debian.org> Fri, 12 Aug 2022 07:47:16 +0200
doctrine (2.13.1+dfsg-1) unstable; urgency=medium
[ Grégoire Paris ]
* Deprecate classes and methods removed in 3.0
[ David Prévot ]
* Drop now usless d/pkg-php-tools-autoloaders entry
* Workaround phpab issue
* Add php-doctrine-collections build-dependency
-- David Prévot <taffit@debian.org> Mon, 08 Aug 2022 19:53:06 +0200
doctrine (2.12.3+dfsg-1) unstable; urgency=medium
* New upstream release
-- David Prévot <taffit@debian.org> Fri, 17 Jun 2022 14:07:19 +0200
doctrine (2.12.2+dfsg-2) unstable; urgency=medium
* Build on Debian infrastructure after Polyfill exclusion bootstrap
-- David Prévot <taffit@debian.org> Sat, 28 May 2022 14:35:44 +0200
doctrine (2.12.2+dfsg-1) unstable; urgency=medium
[ Alexander M. Turek ]
* Allow doctrine/deprecations 1.0 (#9723)
[ Grégoire Paris ]
* Implement forward compatbility with Persistence 3
[ David Prévot ]
* Drop php-symfony-polyfill build-dependency
* phpab: Be tolerant
* Update Standards-Version to 4.6.1
-- David Prévot <taffit@debian.org> Fri, 27 May 2022 18:10:00 +0200
doctrine (2.11.1+dfsg-1) unstable; urgency=medium
* New upstream release
-- David Prévot <taffit@debian.org> Mon, 31 Jan 2022 19:16:53 -0400
doctrine (2.11.0+dfsg-1) unstable; urgency=medium
* Use php-doctrine-annotations for tests
* Workaround the lack of Enum support in phpab
* Revert "Don’t check tag signature"
-- David Prévot <taffit@debian.org> Wed, 12 Jan 2022 09:51:45 -0400
doctrine (2.10.4+dfsg-1) unstable; urgency=medium
[ Alexander M. Turek ]
* Remove fallbacks for old doctrine/annotations version (#9235)
[ David Prévot ]
* Don’t check tag signature
* Drop patch not needed anymore for CI
-- David Prévot <taffit@debian.org> Wed, 22 Dec 2021 21:22:59 -0400
doctrine (2.10.3+dfsg-1) unstable; urgency=medium
* New upstream release
-- David Prévot <taffit@debian.org> Sat, 04 Dec 2021 16:35:30 -0400
doctrine (2.10.2+dfsg-3) unstable; urgency=medium
* Update upstream version at build time
* Adapt tests for recent php-doctrine-dbal
* Drop CLI
-- David Prévot <taffit@debian.org> Wed, 24 Nov 2021 22:33:57 -0400
doctrine (2.10.2+dfsg-2) unstable; urgency=medium
* Add php-symfony-cache for CI
* Adapt versioned dependency for dh-phpcomposer
-- David Prévot <taffit@debian.org> Mon, 22 Nov 2021 07:45:55 -0400
doctrine (2.10.2+dfsg-1) unstable; urgency=medium
* Updoad to unstable now that Bullseye has been released
[ Benjamin Eberlei ]
* Introduce doctrine/deprecations (#8466)
* Bump requirement to DBAL 2.13 (#8577)
[ David Prévot ]
* Add php-symfony-cache and php-symfony-polyfill-php80 to Build-Depends
* d/control: Drop versioned dependency satisfied in stable
* Update standards version to 4.6.0, no changes needed.
* Let phpab be also tolerant with conditional definitions
* Workaround phpab issue
-- David Prévot <taffit@debian.org> Sun, 21 Nov 2021 23:08:56 -0400
doctrine (2.8.4+dfsg-1) experimental; urgency=medium
[ Michael Olšavský ]
* Method hydrateAll() does not take into account possible exception
from hydrateAllData() which in turn does not call cleanup()
[ Dmitrii Bezborodnikov ]
* Return case insensitive check
[ David Prévot ]
* Verify upstream signed tag on import
* Generate phpabtpl at build time
-- David Prévot <taffit@debian.org> Thu, 08 Apr 2021 10:03:38 -0400
doctrine (2.8.2+dfsg-1) experimental; urgency=medium
* Upload to experimental to respect the freeze
* Simplify gbp import-orig
* Use dh-sequence-phpcomposer instead of pkg-php-tools
* Install /u/s/p/autoloaders file
-- David Prévot <taffit@debian.org> Wed, 17 Feb 2021 15:54:58 -0400
doctrine (2.8.1+dfsg-3) unstable; urgency=medium
* Depend on recent php-doctrine-inflector
-- David Prévot <taffit@debian.org> Mon, 14 Dec 2020 01:25:02 -0400
doctrine (2.8.1+dfsg-2) unstable; urgency=medium
* Upload to unstable in sync with php-doctrine-common 3
* Use Doctrine/Inflector current autoload path
* Use recent php-doctrine-inflector for testsuite
* Adapt autoload to recent php-doctrine-common
-- David Prévot <taffit@debian.org> Thu, 10 Dec 2020 07:52:16 -0400
doctrine (2.8.1+dfsg-1) experimental; urgency=medium
* Upload to experimental since some dependencies are in experimental
[ Benjamin Eberlei ]
* PHP8 Support (#8303)
[ Grégoire Paris ]
* Address deprecation about PHPUnit annotations (#8070)
* Require persistence 2 and common 3 (#8166)
-- David Prévot <taffit@debian.org> Mon, 07 Dec 2020 18:10:44 -0400
doctrine (2.7.5+dfsg-1) unstable; urgency=medium
[ Grégoire Paris ]
* Phpunit 8 (#8330)
-- David Prévot <taffit@debian.org> Sun, 06 Dec 2020 21:13:26 -0400
doctrine (2.7.4+dfsg-2) unstable; urgency=medium
* Update php-doctrine-annotations dependency (fixes CI)
* Update watch file format version to 4.
* Set upstream metadata fields: Security-Contact.
* Update Standards-Version to 4.5.1
-- David Prévot <taffit@debian.org> Tue, 01 Dec 2020 15:48:08 -0400
doctrine (2.7.4+dfsg-1) unstable; urgency=medium
[ David Prévot ]
* Rename main branch to debian/latest (DEP-14)
* Update gbp import-ref usage
* Set Rules-Requires-Root: no.
* Adapt overrides to new dependency
* Update autoload.php for new php-doctrine-common
-- David Prévot <taffit@debian.org> Sun, 18 Oct 2020 07:52:05 -0400
doctrine (2.7.3-1) unstable; urgency=medium
[ Grégoire Paris ]
* Allow doctrine/common 3 and doctrine/persistence 2 (#8158)
[ David Prévot ]
* Use debhelper-compat 13
* Simplify override_dh_auto_test
* Update homemade autoload.php
* doctrine.1: Preserve source
-- David Prévot <taffit@debian.org> Sat, 30 May 2020 08:08:45 -1000
doctrine (2.7.2-1) unstable; urgency=medium
* New upstream release
-- David Prévot <taffit@debian.org> Thu, 26 Mar 2020 19:45:53 -1000
doctrine (2.7.1-1) unstable; urgency=medium
[ Luís Cobucci ]
* Bump up version
* Ignore Doctrine\Common\Persistence\ObjectManagerDecorator deprecation
* Remove build.xml and related files
* Rely on ocramius/package-versions to render the version
[ David Prévot ]
* Adapt d/rules to build.xml removal
* Workaround the lack of PackageVersions
* Update Standards-Version to 4.5.0
-- David Prévot <taffit@debian.org> Sun, 23 Feb 2020 09:57:26 -1000
doctrine (2.7.0-2) unstable; urgency=medium
* Ignore Doctrine\Common\Persistence deprecation
* Set upstream metadata fields: Bug-Submit.
-- David Prévot <taffit@debian.org> Wed, 25 Dec 2019 21:51:50 +1100
doctrine (2.7.0-1) unstable; urgency=medium
[ Luís Cobucci ]
* Bump up version
[ Nicolas Grekas ]
* Allow Symfony 5.0
[ David Prévot ]
* d/u/metadata: Set Bug-Database, Repository, Repository-Browse
* d/autoload.php.tpl: Update homemade autoload
* d/control:
- Drop versioned dependency satisfied in (old)stable
- Update standards version to 4.4.1, no changes needed.
-- David Prévot <taffit@debian.org> Tue, 10 Dec 2019 07:01:36 -1000
doctrine (2.6.4-1) unstable; urgency=medium
[ Michael Moravec ]
* Migrate repository name doctrine/doctrine2 -> doctrine/orm
[ David Prévot ]
* Update upstream VCS URL
-- David Prévot <taffit@debian.org> Wed, 25 Sep 2019 22:25:18 -1000
doctrine (2.6.3+git-1) unstable; urgency=medium
* Explicitely depend on Common in autoload.php
* Use upstream testsuite
* Document gbp import-ref usage
* Bump debhelper from old 11 to 12
* Update Standards-Version to 4.4.0
-- David Prévot <taffit@debian.org> Tue, 17 Sep 2019 09:58:59 -1000
doctrine (2.6.3+dfsg-1) unstable; urgency=medium
[ Cyril PASCAL ]
* Make code php 7.3 lint-compatible
[ David Prévot ]
* Use debhelper-compat 11
* Drop get-orig-source target
* Use https in debian/
" Update Standards-Version to 4.2.1
-- David Prévot <taffit@debian.org> Fri, 23 Nov 2018 01:27:14 -1000
doctrine (2.6.2+dfsg-2) unstable; urgency=medium
* Pull upstream patch for PHP 7.3 compatibility (Closes: #912114)
-- Ondřej Surý <ondrej@debian.org> Wed, 07 Nov 2018 14:18:16 +0000
doctrine (2.6.2+dfsg-1) unstable; urgency=medium
[ Michael Moravec ]
* Preparing v2.6.2 release
[ David Prévot ]
* Update Standards-Version to 4.1.5
* Properly handle upstream version
* Fix homemade autoload path for CLI
* Fix manpage
-- David Prévot <taffit@debian.org> Wed, 18 Jul 2018 06:57:06 +0800
doctrine (2.6.1+dfsg-1) unstable; urgency=medium
* Upload to unstable since PHP 7.2 is now available
[ David Prévot ]
* Move project repository to salsa.d.o
* Update Standards-Version to 4.1.3
-- David Prévot <taffit@debian.org> Mon, 05 Mar 2018 10:05:50 -1000
doctrine (2.6.0+dfsg-1) experimental; urgency=medium
* Upload to experimental since the 2.6 branch depends on PHP 7.1
[ Luís Cobucci ]
* Require PHP 7.1
* Preparing v2.6.0 release
[ David Prévot ]
* Update copyright
-- David Prévot <taffit@debian.org> Sun, 24 Dec 2017 18:53:16 +0530
doctrine (2.5.14+dfsg-1) unstable; urgency=medium
[ Luís Cobucci ]
* Preparing v2.5.14 release
[ David Prévot ]
* Update Standards-Version to 4.1.2
-- David Prévot <taffit@debian.org> Mon, 18 Dec 2017 14:48:00 +0900
doctrine (2.5.13+dfsg-1) unstable; urgency=medium
[ Luís Cobucci ]
* Preparing v2.5.13 release
-- David Prévot <taffit@debian.org> Fri, 01 Dec 2017 15:07:30 -1000
doctrine (2.5.12+dfsg-1) unstable; urgency=medium
[ Fabien Potencier ]
* Allow Symfony 4
[ Jonathan H. Wage ]
* Preparing v2.5.12 release
[ David Prévot ]
* Drop versioned dependency satisfied in stable
* Update Standards-Version to 4.1.1
-- David Prévot <taffit@debian.org> Tue, 24 Oct 2017 16:07:16 -1000
doctrine (2.5.11+dfsg-1) unstable; urgency=medium
[ Marco Pivetta ]
* Preparing v2.5.11 release
[ David Barratt ]
* Fix doctrine/instantiator constraint
-- David Prévot <taffit@debian.org> Tue, 19 Sep 2017 01:18:01 -1000
doctrine (2.5.10+dfsg-1) unstable; urgency=medium
[ Marco Pivetta ]
* Preparing v2.5.10 release
[ Tobias Schultze ]
* Allow DBAL 2.6 to be installed
* Allow common 2.8 to be installed
[ David Prévot ]
* Update Standards-Version to 4.1.0
-- David Prévot <taffit@debian.org> Fri, 25 Aug 2017 18:37:36 -1000
doctrine (2.5.4+dfsg-2) unstable; urgency=medium
* Upload to unstable now that owncloud is gone
* PHP 7.0 transition:
- Depend on php-* instead of php5-*
- Rebuild with recent pkg-php-tools
* Update Standards-Version to 3.9.8
-- David Prévot <taffit@debian.org> Fri, 15 Apr 2016 14:17:22 -0400
doctrine (2.5.4+dfsg-1) experimental; urgency=medium
[ Marco Pivetta ]
* Release 2.5.4
[ Jan Langer ]
* Second level cache stores identifier with correct type even if
findById is called with wrong identifier type
-- David Prévot <taffit@debian.org> Tue, 05 Jan 2016 23:06:37 -0400
doctrine (2.5.3+dfsg-1) experimental; urgency=medium
[ Marco Pivetta ]
* Allowing doctrine/common 2.6
* 2.5.3 release
-- David Prévot <taffit@debian.org> Mon, 28 Dec 2015 10:35:50 -0400
doctrine (2.5.2+dfsg-1) experimental; urgency=medium
[ Nicolas Grekas ]
* Allow symfony 3.0 components
[ Marco Pivetta ]
* Release 2.5.2
[ David Prévot ]
* Simplify minimal version
-- David Prévot <taffit@debian.org> Tue, 01 Dec 2015 09:29:11 -0400
doctrine (2.5.1+dfsg-1) experimental; urgency=medium
[ Benjamin Eberlei ]
* [DCOM-293] Fix security misconfiguration vulnerability allowing
local remote arbitrary code execution. [CVE-2015-5723]
-- David Prévot <taffit@debian.org> Mon, 31 Aug 2015 19:23:41 -0400
doctrine (2.5.0+dfsg-1) experimental; urgency=medium
[ Marco Pivetta ]
* Preparing for v2.5.0 release
[ David Prévot ]
* Provide homemade autoload.php
-- David Prévot <taffit@debian.org> Sat, 04 Apr 2015 15:29:49 -0400
doctrine (2.5.0~rc2+dfsg-1) experimental; urgency=medium
[ Marco Pivetta ]
* Bumping version for v2.5.0-RC2 release
-- David Prévot <taffit@debian.org> Wed, 01 Apr 2015 15:39:39 -0400
doctrine (2.5.0~rc1+dfsg-1) experimental; urgency=medium
[ Marco Pivetta ]
* Preparing release v2.5.0-RC1
[ David Prévot ]
* Ship XSD file among documemtation
* Drop transitional doctrine package
-- David Prévot <taffit@debian.org> Fri, 27 Mar 2015 10:20:47 -0400
doctrine (2.5.0~beta1+dfsg-1) experimental; urgency=medium
[ Marco Pivetta ]
* Bumping version constants for the 2.5.0-BETA1 release
-- David Prévot <taffit@debian.org> Fri, 20 Mar 2015 06:51:45 -0400
doctrine (2.5.0~alpha2+dfsg-1) experimental; urgency=medium
[ Marco Pivetta ]
* Doctrine ORM 2.5.0-alpha2 release
-- David Prévot <taffit@debian.org> Sat, 31 Jan 2015 21:29:14 -0400
doctrine (2.5.0~alpha1+dfsg-1) experimental; urgency=medium
[ Marco Pivetta ]
* Release v2.5.0-alpha1
-- David Prévot <taffit@debian.org> Thu, 22 Jan 2015 13:41:56 -0400
doctrine (2.5~20150109+dfsg-1) experimental; urgency=medium
[ Benjamin Eberlei ]
* Add missing LICENSE of documentation
[ Fabio B. Silva ]
* Second level cache
[ David Prévot ]
* Strip away non-DFSG compliant documentation
* Install security information
* Update copyright
* Upload development version to experimental
-- David Prévot <taffit@debian.org> Fri, 09 Jan 2015 16:24:34 -0400
doctrine (2.4.7-1) unstable; urgency=medium
[ Marco Pivetta ]
* Release v2.4.7
[ David Prévot ]
* Provide manpage for PHP script
-- David Prévot <taffit@debian.org> Thu, 18 Dec 2014 16:58:50 -0400
doctrine (2.4.6-1) unstable; urgency=medium
[ Marco Pivetta ]
* Using `ReflectionClass#newInstanceWithoutConstructor()` also with PHP 5.6+
* Release 2.4.6
[ David Prévot ]
* Add upstream changelog
-- David Prévot <taffit@debian.org> Fri, 10 Oct 2014 09:01:33 -0400
doctrine (2.4.5-1) unstable; urgency=medium
[ Marco Pivetta ]
* Release 2.4.5
[ Benjamin Nolan ]
* Fix for HHVM
[ David Prévot ]
* Update (build-)dependencies to current tools
* Bump standard version to 3.9.6
-- David Prévot <taffit@debian.org> Tue, 23 Sep 2014 16:11:24 -0400
doctrine (2.4.4-1) unstable; urgency=medium
[ Marco Pivetta ]
* DDC-3208 - hotfix for DDC-3160 backported to 2.4.x
* Release 2.4.4
-- David Prévot <taffit@debian.org> Sun, 13 Jul 2014 11:54:21 -0400
doctrine (2.4.3-1) unstable; urgency=medium
[ Benjamin Eberlei ]
* Release 2.4.3
[ David Prévot ]
* Drop Unicode character from documentation
* Upload to unstable
-- David Prévot <taffit@debian.org> Sun, 15 Jun 2014 11:31:11 -0400
doctrine (2.4.2-1) experimental; urgency=medium
[ Jonathan H. Wage ]
* Release 2.4.2
[ David Prévot ]
* Watch the latest branches
* Revert "Make the package DEP-8 compliant"
* Revert "Run test suite at build time"
* Update copyright
* Build documentation, and upload to experimental
* Add lintian overrides
-- David Prévot <taffit@debian.org> Sun, 01 Jun 2014 16:44:35 -0400
doctrine (2.3.5-1) unstable; urgency=medium
[ Benjamin Eberlei ]
* Release 2.3.5
[ David Prévot ]
* Bump standards version to 3.9.5
* Update upstream source
* Update copyright
* Convert from PEAR to Composer
* Run test suite at build time
* Make the package DEP-8 compliant
-- David Prévot <taffit@debian.org> Fri, 30 May 2014 22:59:32 -0400
doctrine (2.3.3-1) unstable; urgency=low
* Imported Upstream version 2.3.3
* Doctrine has been renamed as DoctrineORM, the doctrine package has been
renamed as php-doctrine-orm, and doctrine is now a transitional dummy
package depending on php-doctrine-orm
* Adapt packaging for new version
-- David Prévot <taffit@debian.org> Tue, 22 Oct 2013 17:24:29 -0400
doctrine (1.2.4-2) unstable; urgency=low
* Move packaging to pkg-php-tools
* Maintain the package inside the PHP PEAR team (Closes: #682304)
* Bump compat to 9
* Bump standards version to 3.9.4
* Convert copyright to format 1.0
* Update watch file
* Depend on php-symfony-yaml (Closes: #613426)
-- David Prévot <taffit@debian.org> Wed, 03 Jul 2013 10:36:33 -0400
doctrine (1.2.4-1) unstable; urgency=low
* New upstream version (closes: #594410). This will also prevent
CVE 2011-1522 on sid, already fixed on stable-security by
1.2.2-2+squeeze1
* Added doctrine.ini thanks to Micah <micahg@ubuntu.com>
(closes: #590006)
* debian/copyright: bumped date
* debian/install:
+ updated according to new file layout
+ added code to install doctrine.ini
* debian/patches: removed unused patches
* debian/rules:
+ removed uneeded fixes
+ updated touch date to the release date to fix epoch timestamp
* debian/control: bumped Standards Version to 3.9.2 (no changes needed)
-- Federico Gimenez Nieto <fgimenez@coit.es> Mon, 27 Jun 2011 08:39:14 +0200
doctrine (1.2.2-2+squeeze1) stable-security; urgency=high
* Applied fixes from 1.2.4 upstream version due to CVE 2011-1522
(closes: #622674)
-- Federico Gimenez Nieto <fgimenez@coit.es> Tue, 19 Apr 2011 18:06:50 +0200
doctrine (1.2.2-2) unstable; urgency=low
* debian/rules: removed all test running-related commands
(closes: #591115)
* debian/control: bumped Standards-Version to 3.9.1
-- Federico Gimenez Nieto <fgimenez@coit.es> Tue, 30 Nov 2010 19:00:08 +0100
doctrine (1.2.2-1) unstable; urgency=low
* Initial Release. (closes: #568501)
-- Federico Gimenez Nieto <fgimenez@coit.es> Mon, 19 Jul 2010 09:17:08 +0200
|