Closed (fixed)
Project:
Drupal core
Version:
4.3.1
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2003 at 00:04 UTC
Updated:
5 Dec 2003 at 11:26 UTC
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:
// $Id: common.inc,v <strong>1.261 2003/10/31</strong> 19:34:01 dries Exp $
// $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
Comment #1
ax commentedand 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.
Comment #2
dries commentedI think you're right. Kjartan did the branching/tagging so let's see what he has to say.
Comment #3
Kjartan commentedFor some reason the tag didn't go to the branch properly. Should be fine now.
Comment #4
ax commentedlooks alright now. CLOSING.
funny though: these differences in tablesort.inc:
4.3.0
4.3.1
the rest is the same ... may this be a reason for the tagging problem?