File: changes.xml

package info (click to toggle)
classworlds 1.0.1-1.1
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k, sarge
  • size: 548 kB
  • ctags: 381
  • sloc: java: 3,211; xml: 1,103; makefile: 45
file content (30 lines) | stat: -rw-r--r-- 1,013 bytes parent folder | download
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
<?xml version="1.0"?>
<document>
  <properties>
    <title>Changes</title>
    <author email="jason@maven.org">Jason van Zyl</author>
  </properties>

  <body>
    <release version="1.0-rc3" date="in CVS">
      <action dev="dandiep" type="feature">
        Added support for ClassRealms that inherit from an existing 
        ClassLoader.  This allows ClassWorlds to work in situations where
        it isn't being used to bootstrap the application.
      </action>
      <action dev="jvanzyl" type="fix">
        Fixed the handling of URLs that contain ".." and URLs that
        start with a leading slash.
      </action>
      <action dev="jvanzyl" type="fix">
        Apply Stephen Haberman's patch so that getJarFile decodes the getFile()
        contents correctly. Refer to 
        <a href="http://jira.codehaus.org/secure/ViewIssue.jspa?key=CLASSWORLDS-7">CLASSWORDS-7</a> 
        in JIRA.
      </action>
    </release>
    <release version="1.1" date="in CVS">
    </release>
  </body>
</document>