From 17b9e3367a9356d7361031e824d30c027edd6abf Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Wed, 18 Jun 2008 20:39:03 +0000 Subject: Update version to 1.6 git-svn-id: https://svn.java.net/svn/vecmath~svn/branches/dev-1_6@134 dd45e54d-f42e-c781-df72-dca083a658b1 --- build.xml | 6 +++--- docs/api-changes-1_6.txt | 37 +++++++++++++++++++++++++++++++++++++ nbproject/project.xml | 2 +- src/VECMATH.MF | 2 +- 4 files changed, 42 insertions(+), 5 deletions(-) create mode 100644 docs/api-changes-1_6.txt diff --git a/build.xml b/build.xml index c1365dd..84c402d 100644 --- a/build.xml +++ b/build.xml @@ -14,7 +14,7 @@ */ --> - + @@ -27,7 +27,7 @@ * separated by "periods ("."). It should match the version base * defined in the j3d-core build.xml file. --> - + @@ -38,7 +38,7 @@ - + diff --git a/docs/api-changes-1_6.txt b/docs/api-changes-1_6.txt new file mode 100644 index 0000000..649e1ee --- /dev/null +++ b/docs/api-changes-1_6.txt @@ -0,0 +1,37 @@ +------------------------------------------------------------------------ +$RCSfile$ +$Revision$ +$Date$ +------------------------------------------------------------------------ +This document conatains proposed API changes to the vecmath 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 vecmath 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 vecmath object +doesn't require an entry in this file. + +No incompatible changes to the vecmath 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.vecmath) + diff --git a/nbproject/project.xml b/nbproject/project.xml index 7f96aaf..701bd2b 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -4,7 +4,7 @@ - vecmath-1.5.2 + vecmath-1.6.0 diff --git a/src/VECMATH.MF b/src/VECMATH.MF index 5cacaec..d675a3a 100644 --- a/src/VECMATH.MF +++ b/src/VECMATH.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Specification-Title: @SPEC_TITLE@ -Specification-Version: 1.5 +Specification-Version: 1.6 Specification-Vendor: @SPEC_VENDOR@ Implementation-Title: @IMPL_TITLE@ Implementation-Version: @VERSION_BASE@ -- cgit v1.2.3