Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 50358 invoked from network); 25 Oct 2005 05:15:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Oct 2005 05:15:53 -0000 Received: (qmail 43933 invoked by uid 500); 25 Oct 2005 05:15:53 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 43858 invoked by uid 500); 25 Oct 2005 05:15:52 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 43847 invoked by uid 99); 25 Oct 2005 05:15:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2005 22:15:52 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 24 Oct 2005 22:15:50 -0700 Received: (qmail 50065 invoked by uid 65534); 25 Oct 2005 05:15:31 -0000 Message-ID: <20051025051531.50064.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r328258 - /forrest/trunk/etc/RELEASE_PROCESS.txt Date: Tue, 25 Oct 2005 05:15:30 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Mon Oct 24 22:15:23 2005 New Revision: 328258 URL: http://svn.apache.org/viewcvs?rev=328258&view=rev Log: Issue: FOR-715 "Update RELEASE_PROCESS.txt to include ForrestBar info" Submitted by: Addison Berry Modified: forrest/trunk/etc/RELEASE_PROCESS.txt Modified: forrest/trunk/etc/RELEASE_PROCESS.txt URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/RELEASE_PROCESS.txt?rev=328258&r1=328257&r2=328258&view=diff ============================================================================== --- forrest/trunk/etc/RELEASE_PROCESS.txt (original) +++ forrest/trunk/etc/RELEASE_PROCESS.txt Mon Oct 24 22:15:23 2005 @@ -107,7 +107,15 @@ NOTE: This is deliberately a major version up. It is assumed that plugins will be developed against the next version of Forrest. Individual plugins can override this property in their own build files. - + + = Edit 4 files in tools/forrestbar to update the version number to match the new release: + - install.rdf, line 24: 0.7 + - install.js, line 19: var err = initInstall("ForrestBar", "forrestbar", "0.7"); + - xpi/chrome/content/contents.rdf, line 27: chrome:displayName="ForrestBar 0.7"/> + - xpi/chrome/content/forrestbarOverlay.xul, about line 40 edit the version + number as well as change the link to point to the new release's docs: + + - Create a new file, etc/RELEASE-NOTES-x.y.txt, where x.y is the version currently being released. It is best to copy an earlier RELEASE-NOTES file, to keep a common layout.