Ticket #291 (closed defect: fixed)
The release package is not the one as the version(2.3.2) suppose to be
| Reported by: | peer.cj@… | Owned by: | hans |
|---|---|---|---|
| Priority: | major | Milestone: | 2.3.3 |
| Component: | documentation | Version: | 2.3.2 |
| Keywords: | Cc: |
Description
The released the 2.3.2 package on the downloading? page is not correct. For example: Ticket #273 is said included in the release but it isn't. After checking out the footprint of PHPUnitTask.php
* $Id: PHPUnitTask.php 350 2008-02-06 15:06:57Z mrook $
and comparing it with the date of Ticket #273, it's apparently missing the patch, which is also confirmed by the diff provided by the ticket.
Attachments
Change History
comment:1 in reply to: ↑ description ; follow-up: ↓ 2 Changed 3 years ago by anonymous
comment:2 in reply to: ↑ 1 Changed 3 years ago by peer.cj@…
Replying to anonymous:
I found that the Ticket #273 is fixed in branch 2.4. Something is wrong with the milestone planning, I guess.
The patch of #273 is also wrong with an unneccessary ../phing/.., which is inconsistent with the diff associated.
PHPUnit_Util_Filter::addFileToFilter($pwd.'/../../../phing/Task.php', 'PHING');
comment:3 Changed 3 years ago by hans
- Status changed from new to assigned
I can apply that to the 2.3 branch and release another 2.3 release.

I found that the Ticket #273 is fixed in branch 2.4. Something is wrong with the milestone planning, I guess.