[llvm-commits] CVS: llvm/docs/HowToReleaseLLVM.html

2006-08-15 Thread Reid Spencer
Changes in directory llvm/docs: HowToReleaseLLVM.html updated: 1.9 -> 1.10 --- Log message: Add a section on how to build an RPM package as an optional release activity. --- Diffs of the changes: (+24 -8) HowToReleaseLLVM.html | 32 1 files changed, 24 i

[llvm-commits] CVS: llvm/docs/HowToReleaseLLVM.html

2006-08-09 Thread Tanya Lattner
Changes in directory llvm/docs: HowToReleaseLLVM.html updated: 1.8 -> 1.9 --- Log message: Adding notes from release experience. --- Diffs of the changes: (+37 -1) HowToReleaseLLVM.html | 38 +- 1 files changed, 37 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/docs/HowToReleaseLLVM.html

2006-04-11 Thread Reid Spencer
Changes in directory llvm/docs: HowToReleaseLLVM.html updated: 1.7 -> 1.8 --- Log message: Don't overload anchor names, silly browser's can't handle it. --- Diffs of the changes: (+3 -3) HowToReleaseLLVM.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/doc

[llvm-commits] CVS: llvm/docs/HowToReleaseLLVM.html

2006-04-11 Thread Reid Spencer
Changes in directory llvm/docs: HowToReleaseLLVM.html updated: 1.6 -> 1.7 --- Log message: Add the contents of my email about distribution targets as a new section. Attribute John as an author. --- Diffs of the changes: (+170 -3) HowToReleaseLLVM.html | 173 +++

[llvm-commits] CVS: llvm/docs/HowToReleaseLLVM.html

2006-04-11 Thread John Criswell
Changes in directory llvm/docs: HowToReleaseLLVM.html updated: 1.5 -> 1.6 --- Log message: First pass over Reid's document. Changed the order of operations so that more of the fine tuning is performed in the release branch. This should free up mainline sooner to resume development. Removed inf

[llvm-commits] CVS: llvm/docs/HowToReleaseLLVM.html

2006-04-10 Thread Reid Spencer
Changes in directory llvm/docs: HowToReleaseLLVM.html updated: 1.4 -> 1.5 --- Log message: Fix an anchor. --- Diffs of the changes: (+2 -2) HowToReleaseLLVM.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/HowToReleaseLLVM.html diff -u llvm/docs/HowToRe

[llvm-commits] CVS: llvm/docs/HowToReleaseLLVM.html

2006-04-10 Thread Reid Spencer
Changes in directory llvm/docs: HowToReleaseLLVM.html updated: 1.3 -> 1.4 --- Log message: Flesh out the documentation a little bit more. --- Diffs of the changes: (+55 -9) HowToReleaseLLVM.html | 64 ++ 1 files changed, 55 insertions(+), 9

[llvm-commits] CVS: llvm/docs/HowToReleaseLLVM.html

2006-04-10 Thread Misha Brukman
Changes in directory llvm/docs: HowToReleaseLLVM.html updated: 1.2 -> 1.3 --- Log message: * Remove duplicated table of contents for a section and at the top level * Fix relative links within the file * Add tags around command names and literal file names and directories --- Diffs of the cha

[llvm-commits] CVS: llvm/docs/HowToReleaseLLVM.html

2006-03-23 Thread Reid Spencer
Changes in directory llvm/docs: HowToReleaseLLVM.html updated: 1.1 -> 1.2 --- Log message: Remove a spurious tag. --- Diffs of the changes: (+1 -3) HowToReleaseLLVM.html |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) Index: llvm/docs/HowToReleaseLLVM.html diff -u llvm/docs

[llvm-commits] CVS: llvm/docs/HowToReleaseLLVM.html

2006-03-22 Thread Reid Spencer
Changes in directory llvm/docs: HowToReleaseLLVM.html added (r1.1) --- Log message: A very early, rough draft of a guide to making public releases for LLVM. This document will detail the steps needed for making a quality release of LLVM that ensures the release functions and is of high quality.