Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   JDK 1.7.0_09 and JDK 1.6.0_37 released (http://www.velocityreviews.com/forums/t953464-jdk-1-7-0_09-and-jdk-1-6-0_37-released.html)

Roedy Green 10-16-2012 09:07 PM

JDK 1.7.0_09 and JDK 1.6.0_37 released
 
JDK 1.7.0_09 and JDK 1.6.0_37 have been released
see http://www.oracle.com/technetwork/ja...ads/index.html

By 2012-01-16T17:00PDT I will have updated the extra notes at
http://mindprod.com/jgloss/jdk.html
on how to install and polish the installation.
--
Roedy Green Canadian Mind Products http://mindprod.com
The iPhone 5 is a low end Rolex.



Daniel Pitts 10-17-2012 04:17 AM

Re: JDK 1.7.0_09 and JDK 1.6.0_37 released
 
On 10/16/12 8:46 PM, Wayne wrote:
> On 10/16/2012 5:07 PM, Roedy Green wrote:
>> JDK 1.7.0_09 and JDK 1.6.0_37 have been released
>> see http://www.oracle.com/technetwork/ja...ads/index.html
>>
>> By 2012-01-16T17:00PDT I will have updated the extra notes at
>> http://mindprod.com/jgloss/jdk.html
>> on how to install and polish the installation.
>>

>
> What happened to 1.7.0_08? The release notes didn't say
> why a version number was skipped.
>

Even releases are for different type than odd (I don't remember the
details, basically the difference between beta and stable, or some such)

markspace 10-17-2012 04:58 AM

Re: JDK 1.7.0_09 and JDK 1.6.0_37 released
 
On 10/16/2012 8:46 PM, Wayne wrote:
> On 10/16/2012 5:07 PM, Roedy Green wrote:
>> JDK 1.7.0_09 and JDK 1.6.0_37 have been released
>> see http://www.oracle.com/technetwork/ja...ads/index.html
>>
>> By 2012-01-16T17:00PDT I will have updated the extra notes at
>> http://mindprod.com/jgloss/jdk.html
>> on how to install and polish the installation.
>>

>
> What happened to 1.7.0_08? The release notes didn't say
> why a version number was skipped.
>



Critical patches always have odd numbers.

<http://www.oracle.com/technetwork/java/java-update-release-numbers-change-1836624.html>



Roedy Green 10-17-2012 07:26 AM

Re: JDK 1.7.0_09 and JDK 1.6.0_37 released
 
On Tue, 16 Oct 2012 23:46:47 -0400, Wayne <nospam@all.invalid> wrote,
quoted or indirectly quoted someone who said :

>>

>
>What happened to 1.7.0_08? The release notes didn't say
>why a version number was skipped.


There is an explanation. I could not make sense of it, but it had to
do something with an unexpected need to issue an emergency security
fix. It gets worse than that. Some version numbers went BACKWARDS.
--
Roedy Green Canadian Mind Products http://mindprod.com
There are four possible ways to poke a card into a slot.
Nearly always, only one way works. To me that betrays a
Fascist mentality, demanding customers conform to some
arbitrary rule, and hassling them to discover the magic
orientation. The polite way to do it is to design the reader
slot so that all four ways work, or so that all the customer
has to do is put the card in the vicinity of the reader.



Arne Vajhoej 10-17-2012 03:11 PM

Re: JDK 1.7.0_09 and JDK 1.6.0_37 released
 
On 10/16/2012 11:46 PM, Wayne wrote:
> What happened to 1.7.0_08? The release notes didn't say
> why a version number was skipped.


Oracle use odd for security fixed and even for other fixes and they had
planned to do:

u5 - security fix
u6 - general fix
u7 - security fix
u8 - general fix
u9 - security fix
u10 - general fix

After the release of u7 a zero day vulnerability was found, so they had
to release u9 out of order.

To avoid going backwards in version numbers they had to call this
version for u10.

Arne





Arne Vajhoej 10-17-2012 03:22 PM

Re: JDK 1.7.0_09 and JDK 1.6.0_37 released
 
On 10/17/2012 3:26 AM, Roedy Green wrote:
> It gets worse than that. Some version numbers went BACKWARDS.


What version numbers??

Arne


Volker Borchert 10-20-2012 09:05 AM

Re: JDK 1.7.0_09 and JDK 1.6.0_37 released
 
Arne Vajhoej wrote:
>
> Oracle use odd for security fixed and even for other fixes and they had
> planned to do:
>
> u5 - security fix
> u6 - general fix
> u7 - security fix
> u8 - general fix
> u9 - security fix
> u10 - general fix
>
> After the release of u7 a zero day vulnerability was found, so they had
> to release u9 out of order.
>
> To avoid going backwards in version numbers they had to call this
> version for u10.


Well then why don't they do

1.7.0_05 - security fix
1.7.1 - general fix
1.7.1_01 - security fix
1.7.2 - general fix
1.7.2_01 - security fix
1.7.3 - general fix

The they could have easily done

1.7.1_02 - second security fix

The first time I wondered about such was 1.6.0_10 ...

--

"I'm a doctor, not a mechanic." Dr Leonard McCoy <mccoy@ncc1701.starfleet.fed>
"I'm a mechanic, not a doctor." Volker Borchert <v_borchert@despammed.com>

Arne Vajhoej 10-21-2012 07:47 AM

Re: JDK 1.7.0_09 and JDK 1.6.0_37 released
 
On 10/20/2012 5:05 AM, Volker Borchert wrote:
> Arne Vajhoej wrote:
>>
>> Oracle use odd for security fixed and even for other fixes and they had
>> planned to do:
>>
>> u5 - security fix
>> u6 - general fix
>> u7 - security fix
>> u8 - general fix
>> u9 - security fix
>> u10 - general fix
>>
>> After the release of u7 a zero day vulnerability was found, so they had
>> to release u9 out of order.
>>
>> To avoid going backwards in version numbers they had to call this
>> version for u10.

>
> Well then why don't they do
>
> 1.7.0_05 - security fix
> 1.7.1 - general fix
> 1.7.1_01 - security fix
> 1.7.2 - general fix
> 1.7.2_01 - security fix
> 1.7.3 - general fix
>
> The they could have easily done


Yes.

But naming conventions are just that.

Oracle decide to do things one way.

And they comply with that.

They could have chosen to do things dozens of different ways.

But the point on having a convention is to follow it.

And those that have programs that parse the version number may be
very happy that Oracle chose to be consistent.

Arne




All times are GMT. The time now is 06:23 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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