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
|
php-parser (1.4.1-2) unstable; urgency=medium
* PHP 7.0 transition:
- Drop 5 from php5
- Rebuild with recent pkg-php-tools
* Update Standards-Version to 3.9.7
-- David Prévot <taffit@debian.org> Tue, 22 Mar 2016 16:37:44 -0400
php-parser (1.4.1-1) unstable; urgency=medium
[ Nikita Popov ]
* Release PHP-Parser 1.4.1
[ David Prévot ]
* Track the 1.x branch
* Use dpkg-parsechangelog instead of spurious regex
-- David Prévot <taffit@debian.org> Wed, 23 Sep 2015 17:54:00 -0400
php-parser (1.4.0-1) unstable; urgency=medium
[ Nikita Popov ]
* Prepare PHP-Parser 1.4.0 release
[ David Prévot ]
* Make help output help2man-friendly
* Track stable releases
-- David Prévot <taffit@debian.org> Wed, 29 Jul 2015 18:41:29 +0200
php-parser (1.3.0-1) unstable; urgency=medium
* Upload to unstable since Jessie has been released
[ Nikita Popov ]
* Release PHP-Parser 1.3.0
[ Gerrit Addiks ]
* added column-numbers to syntax errors
-- David Prévot <taffit@debian.org> Sun, 03 May 2015 08:49:24 -0400
php-parser (1.2.2-1) experimental; urgency=medium
[ Nikita Popov ]
* Release PHP-Parser 1.2.2
[ David Prévot ]
* Drop the .php file from /usr/bin
-- David Prévot <taffit@debian.org> Sat, 04 Apr 2015 17:47:06 -0400
php-parser (1.2.1-1) experimental; urgency=medium
[ Nikita Popov ]
* Strict type compliance
* Release PHP-Parser 1.2.1
-- David Prévot <taffit@debian.org> Wed, 25 Mar 2015 09:58:43 -0400
php-parser (1.2.0-1) experimental; urgency=medium
[ Nikita Popov ]
* Revert "Create .gitattributes with basic export-ignores"
* Release PHP-Parser 1.2.0
[ David Prévot ]
* Revert "Do not ship no longer provided documentation"
* Revert "Disable tests (no longer provided)"
* Simplify DEP-8 call
-- David Prévot <taffit@debian.org> Tue, 24 Mar 2015 16:16:10 -0400
php-parser (1.1.0-1) experimental; urgency=medium
[ Nikita Popov ]
* Release PHP-Parser 1.1
[ David Prévot ]
* Disable tests (no longer provided)
* Do not ship no longer provided documentation
-- David Prévot <taffit@debian.org> Thu, 22 Jan 2015 12:26:48 -0400
php-parser (1.0.2-1) experimental; urgency=medium
* Upload to experimental to respect the freeze
[ Arne Blankerts ]
* Make NameResolver resolve trait alias and precedence names
[ nikic ]
* Release PHP-Parser 1.0.2
[ David Prévot ]
* Add a get-orig-source target
-- David Prévot <taffit@debian.org> Fri, 07 Nov 2014 15:04:53 -0400
php-parser (1.0.1-1) unstable; urgency=medium
[ nikic ]
* Disallow new without a class name
* Fix var_dump truncation with xdebug in php-parse.php
* Add ability to pass code directly to php-parse.php
* Release version 1.0.1
[ David Prévot ]
* Improve manual page generation
-- David Prévot <taffit@debian.org> Thu, 16 Oct 2014 22:04:02 -0400
php-parser (1.0.0-2) unstable; urgency=medium
* Install bootstrap, as needed by phpdox
* Make sure DEP-8 test are actually about the installed package
* Bump standards version to 3.9.6
-- David Prévot <taffit@debian.org> Mon, 29 Sep 2014 17:29:33 -0400
php-parser (1.0.0-1) unstable; urgency=medium
[ nikic ]
* Remove "experimental" message
* Remove deprecated Template and TemplateLoader
* Add migration guide for 0.9 -> 1.0
* Release PHP-Parser 1.0.0
[ David Prévot ]
* Display upstream version instead of Debian one
* Install upgrade documentation
* Upload stable version to unstable
-- David Prévot <taffit@debian.org> Fri, 12 Sep 2014 15:09:52 -0400
php-parser (1.0.0~beta2-1) experimental; urgency=medium
[ nikic ]
* Add experimental php-parse script
* Release PHP-Parser 1.0.0 Beta 2
[ Nikita Popov ]
* Make autoloader for new names PSR-0 compliant
[ David Prévot ]
* No tests if DEB_BUILD_OPTIONS contains nocheck
* Revert "Remove failing tests"
* Install CLI
* Add manpage for CLI
-- David Prévot <taffit@debian.org> Thu, 04 Sep 2014 16:38:31 -0400
php-parser (1.0.0~beta1-1) experimental; urgency=medium
[ nikic ]
* Release PHP-Parser 1.0.0 Beta 1
[ David Prévot ]
* Update packaging to Composer source, and upload to experimental
* Remove failing tests
-- David Prévot <taffit@debian.org> Thu, 12 Jun 2014 14:36:41 -0400
php-parser (0.9.4-1) unstable; urgency=low
* Initial Release (Closes: #746431)
-- David Prévot <taffit@debian.org> Tue, 29 Apr 2014 18:52:39 -0400
|