Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used (details)
  2. Move *_base_version to jogamp.version.base: Unifying base version across (details)
  3. Align integer version property name .. jogamp_int_version -> (details)
  4. Revert version.timestamp to yyyyMMdd only, i.e. w/o HHmm (details)
  5. VersionUtil: add getManifest(.., String[] extensions) variant, allowing (details)
Commit a3f2ef50ad33c58a240a17fcf03e415d772207c3 by Sven Gothel
Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used for Manifest ; Common jogamp_int_version for Android.

Until 2.0.2 gets released, the version string is 2.0.2-rc-<TIMESTAMP>
and used in the Manifest for IMPLEMENTATION_VERSION.

The previous build version name of IMPLEMENTATION_VERSION
goes into the new tag IMPLEMENTATION_BUILD.

Further more, we use a common jogamp_int_version for Android, to make life more easy.
The file was modified make/Manifest-android-launcher (diff)
The file was modified make/jogamp-androidtasks.xml (diff)
The file was modified src/java/com/jogamp/common/util/JogampVersion.java (diff)
The file was modified make/Manifest-rt-android (diff)
The file was modified make/jogamp-env.xml (diff)
The file was modified make/Manifest-rt (diff)
The file was modified make/Manifest-rt.cdc (diff)
The file was modified make/build.xml (diff)
The file was modified make/scripts/runtest.sh (diff)
The file was modified make/Manifest (diff)
The file was modified make/build-test.xml (diff)
Commit a7834bb17673ca4eacbb6d599a39e70e00993079 by Sven Gothel
Move *_base_version to jogamp.version.base: Unifying base version across all core modules
The file was modified make/build.xml (diff)
The file was modified make/jogamp-env.xml (diff)
Commit 25858c68302e194da80fd9cf91cefcba426a42ea by Sven Gothel
Align integer version property name .. jogamp_int_version -> jogamp.version.int
The file was modified make/jogamp-env.xml (diff)
The file was modified make/build.xml (diff)
The file was modified make/build-test.xml (diff)
Commit 0d459235979710be6c9cededb8d9e385fdc25d85 by Sven Gothel
Revert version.timestamp to yyyyMMdd only, i.e. w/o HHmm

Changes in hour/minute is not only overkill, but may confuse our aggregation scripts, which compare versions.
Out nodes time daemon may not be in synchronized that well.
The file was modified make/jogamp-env.xml (diff)
The file was modified src/java/com/jogamp/common/util/JogampVersion.java (diff)
Commit a256b64fa57d9f7789baaf379bd9afdc54d8095d by Sven Gothel
VersionUtil: add getManifest(.., String[] extensions) variant, allowing detection of multiple ordered extensions
The file was modified src/java/com/jogamp/common/util/VersionUtil.java (diff)