Page 1 of 1

Understanding Fruit and Toga versioning

PostPosted: 06 Apr 2008, 20:06
by Onno Garms
Hello,

I have some difficulties to understand the versioning of Fruit and Toga. I thought I new the versioning tree but then I noticed by code inspection that Toga 1.3X4 is based on Toga 1.2.1a rather then 1.3.1.

Is the following versioning tree correct (with F=Fruit)?

Code: Select all
F2.1+->0.93-->1.0-->1.1-->1.1a-->1.2-->1.2.1-->1.2.1a+->1.3.1-->2.1SE-->2.2SE-->3.1.2SE
    |                                                |->1.3X4-->1.3.4-->1.4Beta
    |->F2.2+->F2.3
           |->F051103

Re: Understanding Fruit and Toga versioning

PostPosted: 06 Apr 2008, 20:50
by Teemu Pudas
From the readmes:

-Toga II 0.93 based on Fruit 2.0

-Toga II 2.2SE based on Fruit 2.1
- code was based on Toga II 1.3.4 based on Fruit 2.1

Other than that, it's correct.

Re: Understanding Fruit and Toga versioning

PostPosted: 06 Apr 2008, 21:49
by Onno Garms
OK, I found that 2.1SE is based on 1.3.1 and naively assumed that 2.2SE must be based on 2.1SE

So the correct tree is this?
Code: Select all
F2.0+->F2.1-+->F2.2+->F2.3
    |       |      |->F051103
    |       |                                         
    |->0.93 |->1.0-->1.1-->1.1a-->1.2-->1.2.1-->1.2.1a+->1.3.1-->2.1SE-->3.1.2SE
                                                      |
                                                      |       |->2.2SE
                                                      |       |
                                                      |->1.3X4+->1.3.4-->1.4Beta

Re: Understanding Fruit and Toga versioning

PostPosted: 06 Apr 2008, 23:11
by Onno Garms
Are 2.1SE and 2.2SE available for download somewhere?