From 5b3a1a917d0cc749243949cf4d7bb2ca65338e83 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Wed, 18 Jun 2008 20:37:29 +0000 Subject: Update version to 1.6 git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@910 ba19aa83-45c5-6ac9-afd3-db810772062c --- docs/api-changes-1_6.txt | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs/api-changes-1_6.txt (limited to 'docs/api-changes-1_6.txt') diff --git a/docs/api-changes-1_6.txt b/docs/api-changes-1_6.txt new file mode 100644 index 0000000..8811996 --- /dev/null +++ b/docs/api-changes-1_6.txt @@ -0,0 +1,43 @@ +------------------------------------------------------------------------ +$RCSfile$ +$Revision$ +$Date$ +------------------------------------------------------------------------ +This document conatains proposed API changes to the Java 3D 1.6 API +that deviate from the 1.5 API. + +This file must be updated to record the addition or deprecation of any +public or protected class, interface, field, constructor, or method to +the Java 3D API. + +The one exception to this rule is that you don't need to update this +file when adding a non-final (i.e., virtual) method to a class if that +method--with exactly the same signature--already exists in a +superclass. For example, adding a "toString" method to a j3d object +doesn't require an entry in this file. Likewise, adding duplicateNode +or cloneNode methods to Node subclasses doesn't require an entry in +this file. + +No incompatible changes to the Java 3D 1.5 API are allowed. + + +I. New/deprecated fields, constructors, methods + + + --------------- + New methods: + public + + +II. Reparented classes + + + --------------- + now extends (used to extend ) + + +III. New classes and interfaces (in javax.media.j3d) + + +IV. Deprecated classes and interfaces (in javax.media.j3d) + -- cgit v1.2.3