version number [Re: changeset in /hg/icedtea6: 2008-06-11 Lillian Angel <langel at re...]
Matthias Klose
doko at ubuntu.com
Thu Jun 12 02:35:31 PDT 2008
Lillian Angel schrieb:
> changeset 485da23424a2 in /hg/icedtea6
> details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=485da23424a2
> description:
> 2008-06-11 Lillian Angel <langel at redhat.com>
>
> * Makefile.am: Added JDK_UPDATE_VERSION to environment. Some applets,
> like the Sun's verify Java version applet, check for the "_" in the
> version string. Our version string format is now correct:
> java version "1.6.0_0"
> OpenJDK Runtime Environment (build 1.6.0_0-b10)
> OpenJDK Server VM (build 1.6.0_0-b10, mixed mode)
> * Makefile.in: Regenerated.
Do we really want this? According to
http://java.sun.com/javase/6/webnotes/version-6.html
the underscore isn't mentioned at all. Is this further specified?
This schema also differs with the Java 6 version number, which displays
"1.6.0_06" for the version, and "1.6.0_06-b02" for the full version. Apparently
"b02"is used here for the build number, while for OpenJDK the "bxx" part is used
as service release / new code drop.
Matthias
More information about the distro-pkg-dev
mailing list