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
|
phpunit-environment (1.3.7-1) unstable; urgency=medium
[ Sebastian Bergmann ]
* Closes #16 (Warnings are thrown for shell_exec)
-- David Prévot <taffit@debian.org> Fri, 20 May 2016 08:39:44 -0400
phpunit-environment (1.3.6-1) unstable; urgency=medium
[ Sebastian Bergmann ]
* Use HTTPS
[ David Prévot ]
* Update Standards-Version to 3.9.8
-- David Prévot <taffit@debian.org> Wed, 04 May 2016 08:51:55 -0400
phpunit-environment (1.3.5-2) unstable; urgency=medium
* Use https in Vcs-* fields
* Rebuild with pkg-php-tools >= 1.32 for the PHP 7.0 transition
-- Prach Pongpanich <prach@debian.org> Sun, 06 Mar 2016 15:48:29 +0700
phpunit-environment (1.3.5-1) unstable; urgency=medium
[ Richard Quadling ]
* Detect Windows terminals wider than 79 characters
[ David Prévot ]
* Update Standards-Version to 3.9.7
-- David Prévot <taffit@debian.org> Fri, 26 Feb 2016 15:21:50 -0400
phpunit-environment (1.3.3-1) unstable; urgency=medium
[ Christophe Coevoet ]
* Add support for Mintty when detecting color support on Windows
-- David Prévot <taffit@debian.org> Sat, 05 Dec 2015 16:14:43 -0400
phpunit-environment (1.3.2-1) unstable; urgency=medium
[ Sebastian Bergmann ]
* Fix CS/WS issues
* Add support for PHPDBG
-- David Prévot <taffit@debian.org> Sun, 25 Oct 2015 12:23:10 -0400
phpunit-environment (1.2.2-2) unstable; urgency=medium
* Upload to unstable since Jessie is released
-- David Prévot <taffit@debian.org> Wed, 15 Apr 2015 23:43:40 -0400
phpunit-environment (1.2.2-1) experimental; urgency=medium
[ Henrique Moody ]
* Update license and copyright in all files
[ David Prévot ]
* Update copyright years
* Simplify tests call with --bootstrap from phpunit
-- David Prévot <taffit@debian.org> Fri, 03 Apr 2015 11:37:59 -0400
phpunit-environment (1.2.1-2) experimental; urgency=medium
* Provide autoload.php
-- David Prévot <taffit@debian.org> Tue, 10 Feb 2015 19:17:52 -0400
phpunit-environment (1.2.1-1) experimental; urgency=medium
* Upload to experimental to respect the freeze
[ Sebastian Bergmann ]
* Make sure we have a tty before using stty
* Make sure we have STDIN and STDOUT before using them
-- David Prévot <taffit@debian.org> Sat, 06 Dec 2014 17:32:03 -0400
phpunit-environment (1.2.0-1) unstable; urgency=medium
[ Sebastian Bergmann ]
* Skip test because of #5 for now
* Add Console::getNumberOfColumns()
[ David Prévot ]
* Drop patch applied upstream
-- David Prévot <taffit@debian.org> Sat, 25 Oct 2014 14:38:43 -0400
phpunit-environment (1.1.0-1) unstable; urgency=medium
[ Sebastian Bergmann ]
* Add Console::hasColorSupport()
-- David Prévot <taffit@debian.org> Tue, 07 Oct 2014 21:14:32 -0400
phpunit-environment (1.0.1-1) unstable; urgency=medium
[ Graham Campbell ]
* Update composer.json
[ David Prévot ]
* Add a get-orig-source target
-- David Prévot <taffit@debian.org> Mon, 06 Oct 2014 18:44:43 -0400
phpunit-environment (1.0.0-2) unstable; urgency=medium
* Fix source and homepage URLs
* No tests if DEB_BUILD_OPTIONS contains nocheck
* Use phpab instead of homemade autoload
* Bump standard version to 3.9.6
-- David Prévot <taffit@debian.org> Wed, 01 Oct 2014 18:25:17 -0400
phpunit-environment (1.0.0-1) unstable; urgency=low
* Initial Release (Closes: #745859)
-- David Prévot <taffit@debian.org> Fri, 25 Apr 2014 17:42:21 -0400
|