i think there went something wrong while tagging the 4.3.1 release. i have checked out both 4.3.0 and 4.3.1 from cvs, and here's what i got for common.inc:

4.3.0:

// $Id: common.inc,v <strong>1.261 2003/10/31</strong> 19:34:01 dries Exp $

4.3.1:

// $Id: common.inc,v <strong>1.260 2003/10/22</strong> 20:20:34 dries Exp $

this is the wrong way round, isn't it? the same happens for node.module and probably other files i didn't check.

Comments

ax’s picture

and shouldn't be both 4-3-0 and 4-3-1 be on the 4-3 branch? currently, 4-3-0 (which should be 4-3-1) is on the MAIN branch.

dries’s picture

I think you're right. Kjartan did the branching/tagging so let's see what he has to say.

Kjartan’s picture

For some reason the tag didn't go to the branch properly. Should be fine now.

ax’s picture

looks alright now. CLOSING.

funny though: these differences in tablesort.inc:

4.3.0

// $Id: tablesort.inc,v 1.10 2003/10/27 21:50:16 <strong>natrak</strong> Exp $

4.3.1

// $Id: tablesort.inc,v 1.10 2003/10/27 21:50:16 <strong>kjartan</strong> Exp $

the rest is the same ... may this be a reason for the tagging problem?