~ubuntu-branches/ubuntu/trusty/classworlds/trusty

« back to all changes in this revision

Viewing changes to xdocs/changes.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marcus Crafter
  • Date: 2004-09-01 20:46:11 UTC
  • Revision ID: james.westby@ubuntu.com-20040901204611-e6rdq2qf5me6v83d
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<document>
 
3
  <properties>
 
4
    <title>Changes</title>
 
5
    <author email="jason@maven.org">Jason van Zyl</author>
 
6
  </properties>
 
7
 
 
8
  <body>
 
9
    <release version="1.0-rc3" date="in CVS">
 
10
      <action dev="dandiep" type="feature">
 
11
        Added support for ClassRealms that inherit from an existing 
 
12
        ClassLoader.  This allows ClassWorlds to work in situations where
 
13
        it isn't being used to bootstrap the application.
 
14
      </action>
 
15
      <action dev="jvanzyl" type="fix">
 
16
        Fixed the handling of URLs that contain ".." and URLs that
 
17
        start with a leading slash.
 
18
      </action>
 
19
      <action dev="jvanzyl" type="fix">
 
20
        Apply Stephen Haberman's patch so that getJarFile decodes the getFile()
 
21
        contents correctly. Refer to 
 
22
        <a href="http://jira.codehaus.org/secure/ViewIssue.jspa?key=CLASSWORLDS-7">CLASSWORDS-7</a> 
 
23
        in JIRA.
 
24
      </action>
 
25
    </release>
 
26
    <release version="1.1" date="in CVS">
 
27
    </release>
 
28
  </body>
 
29
</document>
 
30