[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
ATTN: The maint-0.2.2 branch has branched; master is now 0.2.3.x-alpha
- To: or-dev@xxxxxxxxxxxxx
- Subject: ATTN: The maint-0.2.2 branch has branched; master is now 0.2.3.x-alpha
- From: Nick Mathewson <nickm@xxxxxxxxxxxxx>
- Date: Fri, 24 Sep 2010 15:16:43 -0400
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-dev-outgoing@xxxxxxxx
- Delivered-to: or-dev@xxxxxxxx
- Delivery-date: Fri, 24 Sep 2010 15:16:50 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=pTv0i1rP7e97Qo7Yha5+sJvwxBRFxyUgTeoc6gAdjPo=; b=jPE5iHJ0oF2gwpwyTriXF4cCqNBHeuYVFiJDQ+hhitLWwY0MR8MGxLwlUNGcOLUzv3 Z5IZNiT2nrl/QOZTk84OHK3Xbpr+pnZt8yUY7fKxZjRGjXMRZzxx+CG8bx4nxjLxb4Uj gSl19/RZDEt9ZFbiJBRxOs05YyvOEANXl8u1s=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=YmqcTBN3reEhhTTKP6PcobpvhmmUWqi+jLjAbKMy9witMjsN5A+SDwg21a7viaX+5d F5zgDc2lOGNiTT9P+4YpKGB9oIK5trWxHhvNA8onVP9T2w1AH9VeK38z7ZaA1fp7qtqN 5eFn3PQzFmAy/Yt28kGaC8idKMcH9Z5wkCsHg=
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-dev@xxxxxxxxxxxxx
Hi, all!
I've just created a new "maint-0.2.2" branch[*] in the official Git
repository for work on Tor 0.2.2.x. This may be overly optimistic of
me, but I think Tor 0.2.2.x is almost ready for rc status.[**] Just a
couple more bugfixes! (To see all bugs marked for 0.2.2.x on the
tracker, go to https://trac.torproject.org/projects/tor/milestone/Tor:%200.2.2.x-final
and click on "Active Tickets". Some are rc-blockers, but most
aren't.)
For more info on how we use git branches, see "How we use git
branches" in doc/HACKING. The upshot is that bugfix branches should
be done on maint-0.2.2 (or maint-0.2.1 if they're serious and old
enough), and new-feature branches should be done on master. Don't
worry if you have a branch that you started on the old master: It will
merge cleanly onto maint-0.2.2, since it started before the
branch.[***]
[*] (There's also a release-0.2.2 branch. Almost nobody but Roger
should care about that one. If you're curious about what it's for,
have a look at that section of doc/HACKING I mentioned.)
[**] Also, there are some deliverables we need to merge into an alpha
rsn in order to be contract-compliant, from what I understand.
[***] And if you screw up and base a bugfix branch on the new master,
don't worry. Make a backup copy of the branch, then rebase it with
"git rebase --onto origin/maint-0.2.2 master", subject to the usual
rebasing caveats.
peace,
--
Nick