X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <532A2441.3000207@mcmahill.net> Date: Wed, 19 Mar 2014 19:12:01 -0400 From: Dan McMahill User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] pcb-20140316 is released References: <201403170355 DOT s2H3tavv007601 AT envy DOT delorie DOT com> <532741F8 DOT 8090101 AT buffalo DOT edu> <201403171845 DOT s2HIj1kj012076 AT envy DOT delorie DOT com> <53282C68 DOT 3040908 AT prochac DOT sk> <201403181659 DOT s2IGxV8R011102 AT envy DOT delorie DOT com> <5328A141 DOT 4000405 AT prochac DOT sk> <201403181942 DOT s2IJgwwr018329 AT envy DOT delorie DOT com> <20140318195939 DOT 14238 DOT qmail AT stuge DOT se> <201403182003 DOT s2IK3vCY019924 AT envy DOT delorie DOT com> <5328A9D9 DOT 1020607 AT prochac DOT sk> In-Reply-To: <5328A9D9.1020607@prochac.sk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1395270722; bh=D9s06GXoKYI5GclPmZKtmsMrzriRheep13Jd7xOB8Jc=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=mgeJaOOdOSUIjBflnqTOeSHwK0nYgsTHdU+4FOCPsGaz89RBP4BN9oBZT/mkg2UHV EYoMmEz319cTorGHPKayDg+aN3Lzq536ROccdHYzz+RV1ueIwGtZ9zTDP2ga4Sd7sK rlnq/tCSU1wuyfwqqGvZ+fdsqi6lw0cFnByQbIOyhIqdmUJRSyKOvpXcj++sVw6jFt 9/CJAHtVvq4zADcVaXzlmyrWFWPhWUFvyWSRSPdCBCRhpPfOTx/P4yVbHRATbuOfjA T4J0VOJKUrvYaN84kl4SvVS3Y/l5LJ769GoPF2WHrSFxd71KtBWSOBEhCSnG9/t97B FxnplVmVTHYmw== Reply-To: geda-user AT delorie DOT com On 3/18/2014 4:17 PM, Milan Prochac wrote: > On 18. 3. 2014 21:03, DJ Delorie wrote: >> If someone wants to go back and tag all the release points, go ahead. > > They are already tagged (except last one): > $ git tag | grep RELEASE > pcb-20040903-RELEASE > pcb-20050315-RELEASE > pcb-20050609-RELEASE > pcb-20060321-RELEASE > pcb-20060414-RELEASE > pcb-20060422-RELEASE > pcb-20060822-RELEASE > pcb-20070208-RELEASE > pcb-20070912-RELEASE > pcb-20080202-RELEASE > pcb-20081128-RELEASE > pcb-20091103-RELEASE > pcb-20100929-RELEASE > pcb-20110918-RELEASE > just a minor bit of history... many of those were done back when we used cvs. So the branching and tagging and the document which described how were originally based on cvs. The basic thing we did in CVS days was to create a branch point tag, then branch to create a release branch, then do things like set the release version number, then tag the branch for the release. That was done so we could have a way to put out a patch release on a branch if needed. I think we only did that (released a patch release on a branch) about once but I may be thinking of gerbv instead. -Dan (the one who probably created most of those particular tags until the last few).