~hjd/ubuntu/wily/xmlgraphics-commons/debian-merged

« back to all changes in this revision

Viewing changes to status.xml

  • Committer: Hans Joachim Desserud
  • Date: 2015-11-11 18:22:53 UTC
  • mfrom: (9.1.5 sid)
  • Revision ID: hans_joachim_desserud-20151111182253-zwi0frfm97j0wddn
  * Merge from Debian unstable.  Remaining changes:
    - d/control: Drop dependencies required for unit testing as they
      include libmockito-java which would pull maven into main, disable unit
      test execution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  See the License for the specific language governing permissions and
16
16
  limitations under the License.
17
17
-->
18
 
<!-- $Id: status.xml 1398817 2012-10-16 14:33:50Z gadams $ -->
19
 
<!DOCTYPE status PUBLIC "-//APACHE//DTD Status V1.3//EN"
20
 
  "http://forrest.apache.org/dtd/status-v13.dtd">
 
18
<!-- $Id: status.xml 1452610 2013-03-05 01:00:35Z lbernardo $ -->
 
19
<!DOCTYPE status PUBLIC "-//APACHE//DTD Status V1.3//EN" "http://forrest.apache.org/dtd/status-v13.dtd">
21
20
<status>
22
21
  <developers>
23
22
    <person name="Glenn Adams"       email="gadams@apache.org"        id="GA"/>
24
23
    <person name="Max Berger"        email="mayberger@apache.org"     id="MB"/>
 
24
    <person name="Luis Bernardo"     email="lbernardo@apache.org"     id="LB"/>
25
25
    <person name="Chris Bowditch"    email="cbowditch@apache.org"     id="CB"/>
26
26
    <person name="Adrian Cumiskey"   email="acumiskey@apache.org"     id="AC"/>
27
27
    <person name="Christian Geisert" email="chrisg@apache.org"        id="CG"/>
28
28
    <person name="Peter Hancock"     email="phancock@apache.org"      id="PH"/>
29
29
    <person name="Vincent Hennebert" email="vhennebert@apache.org"    id="VH"/>
 
30
    <person name="Mehdi Houshmand"   email="mehdi@apache.org"         id="MH"/>
30
31
    <person name="Clay Leeds"        email="clay@apache.org"          id="CL"/>
31
32
    <person name="Jeremias Märki"    email="jeremias@apache.org"      id="JM"/>
32
33
    <person name="Cameron McCormack" email="cam@apache.org"           id="CM"/>
37
38
    <context id="Docs" title="Changes to Documentation"/>
38
39
  </contexts>
39
40
  <changes>
 
41
    <release version="Trunk" date="n/a">
 
42
      <action context="Code" dev="MH" type="update">
 
43
        Updated the JUnit tests to JUnit v4.
 
44
      </action>
 
45
      <action context="Code" dev="MH" type="fix" fixes-bug="53599" due-to="JM, MH">
 
46
        Performance improvement of DirectColorMode bitmap images
 
47
      </action>
 
48
      <action context="Code" dev="MH" type="fix" fixes-bug="53570" due-to="Robert Meyer">
 
49
        Set the systemID of the StreamSource within the DataURIResolver
 
50
      </action>
 
51
    </release>
40
52
    <release version="1.5" date="20 October 2012">
41
53
      <action context="Code" dev="GA" type="fix" fixes-bug="53408" due-to="Luis Bernardo, Matthias Reischenbacher">
42
54
        Add two PNG image loaders, one using internal XGC PNG code, the other using an externally supplied IDAT chunk (for raw decoding).