summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2010-08-23 09:31:29 -0700
committerShawn O. Pearce <sop@google.com>2010-08-23 09:31:41 -0700
commit04bbac58b11fe5d50d6fff45ad90edc6ffbc5cec (patch)
treed537e5afe0ebbc46b4df84195371528a2216910d
parentbaf6e3a52e22fd43ae68043b6a96c05e9abb2b31 (diff)
Clarify the upgrade instructionsv2.1.5
-rw-r--r--ReleaseNotes/ReleaseNotes-2.1.5.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.1.5.txt b/ReleaseNotes/ReleaseNotes-2.1.5.txt
index 6985f6b961..c87dc42bb4 100644
--- a/ReleaseNotes/ReleaseNotes-2.1.5.txt
+++ b/ReleaseNotes/ReleaseNotes-2.1.5.txt
@@ -8,11 +8,15 @@ link:http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.1.5.war[http
This is primarly a bug fix release to 2.1.4, but some additional
new features were included so its named 2.1.5 rather than 2.1.4.1.
-Schema Change
--------------
+Upgrade Instructions
+--------------------
-There is no change since 2.1.4 (however there is a change since
-2.1.3 and earlier).
+If upgrading from version 2.1.4, simply replace the WAR file in
+`'site_path'/bin/gerrit.war` and restart Gerrit.
+
+If upgrading from version 2.1.3 or earlier, stop Gerrit, use
+`java -jar gerrit.war init -d 'site_path'` to upgrade the schema,
+and restart Gerrit.
New Features
------------