This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: dot five-o series versions - GDB 6.2.50


The only comment I habe is you wouldnt want any more than 4 point releases, before it got confusing.

Because as a number .5 = .50, and .6 is greater than .50

So either the rule should be no more than 4 M.N.* Releases. or when you get to .4, you start going to .41, .42, .43 etc
or just number from .01 ie 6.3.01 otherwise the sequence isnt numeric, its a list of numbers and wont sort properly (using standard ascii or numberic sorts).


So basically does .1 mean .01 and if so why not call it .01?

Steven

ie,

6.3_2004-10-12        6.3.50_2004-10-12
...                   ...
6.3.1 <release>       6.3.50_2004-10-13

6.3_2004-10-14        6.3.50_2004-10-14
...                   ...
6.3.2 <release>       6.3.50_2004-10-15

6.3_2004-10-16        6.3.50_2004-10-16
...                   ...
6.3.3 <release>       6.3.50_2004-10-17

6.3_2004-10-18        6.3.50_2004-10-18
...                   ...
6.3.4 <release>       6.3.50_2004-10-19

6.3_2004-10-21        6.3.50_2004-10-21
...                   ..
6.3.5 <release>       6.3.50_2004-10-22

6.3_2004-10-23        6.3.50_2004-10-23
...                   ...
6.3.6 <release>       6.3.50_2004-10-24


[BIG SNIP]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]