summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
------------