-
Notifications
You must be signed in to change notification settings - Fork 1
/
README-CHANGES.xml
62 lines (62 loc) · 4.61 KB
/
README-CHANGES.xml
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
<?xml version="1.0" encoding="UTF-8"?><c:changelog xmlns:c="urn:com.io7m.changelog:4.0" project="com.io7m.jspatial">
<c:releases>
<c:release date="2012-11-21T00:00:00+00:00" ticket-system="com.io7m.fossil.jspatial" version="1.0.0">
<c:changes>
<c:change date="2012-11-21T00:00:00+00:00" summary="Initial version"/>
</c:changes>
</c:release>
<c:release date="2012-11-24T00:00:00+00:00" ticket-system="com.io7m.fossil.jspatial" version="1.1.0">
<c:changes>
<c:change date="2012-11-24T00:00:00+00:00" summary="Use jtensors 4.0.0"/>
</c:changes>
</c:release>
<c:release date="2012-11-24T00:00:00+00:00" ticket-system="com.io7m.fossil.jspatial" version="1.2.0">
<c:changes>
<c:change date="2012-11-24T00:00:00+00:00" summary="Use jtensors 4.1.0"/>
</c:changes>
</c:release>
<c:release date="2012-12-09T00:00:00+00:00" ticket-system="com.io7m.fossil.jspatial" version="1.3.0">
<c:changes>
<c:change date="2012-12-09T00:00:00+00:00" summary="Allow trees that are not rooted at (0,0,0). See OctTreeConfig.setPosition() and QuadTreeConfig.setPosition()."/>
</c:changes>
</c:release>
<c:release date="2013-06-15T00:00:00+00:00" ticket-system="com.io7m.fossil.jspatial" version="2.0.0">
<c:changes>
<c:change compatible="false" date="2012-05-04T00:00:00+00:00" summary="Require Java 7 and update example Swing viewers to use JDK7 widgets (with generics)"/>
<c:change compatible="false" date="2012-05-04T00:00:00+00:00" summary="Use jtensors 5.*"/>
<c:change date="2012-05-04T00:00:00+00:00" summary="Explicitly demand a fixed-function OpenGL implementation in the Octtree viewer"/>
<c:change compatible="false" date="2012-05-04T00:00:00+00:00" summary="Use jaux 2.4.* for more predictable unit test behaviour with floating point values"/>
</c:changes>
</c:release>
<c:release date="2017-12-08T11:28:14+00:00" ticket-system="com.github.io7m.jspatial" version="3.0.0">
<c:changes>
<c:change compatible="false" date="2014-11-28T00:00:00+00:00" summary="Remove *Config* classes and replace with static constructor functions and mutable builders"/>
<c:change compatible="false" date="2014-11-28T00:00:00+00:00" summary="Rename and suffix all interface types with "Type", in line with io7m conventions"/>
<c:change compatible="false" date="2014-11-28T00:00:00+00:00" summary="Replace use of jaux with the new jnull/junreachable packages"/>
<c:change compatible="false" date="2014-11-28T00:00:00+00:00" summary="Use jtensors 6.0.1"/>
<c:change date="2014-11-28T00:00:00+00:00" summary="Add all configurations of limiting/pruning/SD algorithms"/>
<c:change date="2014-11-28T00:00:00+00:00" summary="Use launch4j for Windows executables"/>
<c:change date="2014-11-28T00:00:00+00:00" summary="Rewrite viewers"/>
<c:change compatible="false" date="2016-08-26T00:00:00+00:00" summary="Complete rewrite of all trees and viewers"/>
<c:change compatible="false" date="2016-08-26T00:00:00+00:00" summary="Remove the static/dynamic object type interfaces"/>
<c:change date="2016-08-26T00:00:00+00:00" summary="Add long integer/double precision tree types"/>
<c:change compatible="false" date="2016-08-26T00:00:00+00:00" summary="Use jtensors 7.0.0-beta0011"/>
<c:change date="2016-08-26T00:00:00+00:00" summary="The packages are now OSGi bundles"/>
<c:change date="2017-04-25T00:00:00+00:00" summary="Rename project. Use the new primogenitor POM and 2017 project conventions."/>
<c:change compatible="false" date="2017-05-06T00:00:00+00:00" summary="Use jtensors [8.1.0, 9.0.0)"/>
<c:change compatible="false" date="2017-05-09T00:00:00+00:00" summary="Replace all quadrant and octant handling with jregions.">
<c:tickets>
<c:ticket id="5"/>
</c:tickets>
</c:change>
<c:change compatible="false" date="2017-12-08T00:00:00+00:00" summary="Use jtensors 9.0.0"/>
<c:change compatible="false" date="2017-12-08T00:00:00+00:00" summary="Remove jnull and jfunctional dependencies"/>
<c:change compatible="false" date="2017-12-08T11:28:14+00:00" summary="Publish Java 9 modules. JDK 9 is now required to build and run."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.jspatial" url="http://www.github.com/io7m-com/jspatial/issues/"/>
<c:ticket-system default="false" id="com.io7m.fossil.jspatial" url="http://fossil.io7m.com/repo.cgi/io7m-jspatial/tktview?name="/>
</c:ticket-systems>
</c:changelog>