On Oct 6, 2008, at 8:02 PM, Chris Hostetter wrote:
: How do we do CHANGES.txt on the 1.3 branch?
Add a 1.3.1 section on both the trunk (below 1.4) and the branch, keep
them in sync.
FWIW: The method Doug (i think it was Doug) recommend for dealing with
point releases once upon a time (on Lucene-Java) was to commit all bug
fixed to the trunk, mark the bug fixed in Jira, and if you thought it
warranted a point release indicate that in Jira using the "Fix
Version" --
but hold off on commiting anything to the branch until a decisison
is made
to actually do a point release -- then use search the "Fix Version"
for
issues and merge their specific commits onto the branch.
the theory is that merging many things to the branch is easier to do
at
one time then in individual merges, and you'reless likely to run into
problems if an initial bug fix turned out to have it's own bugs.
Plus you don't waste a lot of work if it turns out the point release
never
actaully happens.
that makes sense -- and easier to deal with!
For 1.3.1 I think there are already other patches on the branch, so
best if we continue with that and take the lesson for next time....
(if there are not changes, then we should just just revert to the
tagged branch)
We still need to add the existing changes to CHANGES.txt -- i don't
have time to dig around now to see what they are, so If you added
something to 1.3 post release, then go ahead and update CHANGES.txt
ryan