What's new in Gerrit 2.7

Add a presentation that describes the highlights of the Gerrit 2.7
release. The focus is on features which are relevant for end users.

Change-Id: I7005a02429984077093c051d6c156785b2fd57dc
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/img/avatar-change-screen.png b/img/avatar-change-screen.png
new file mode 100644
index 0000000..3260578
--- /dev/null
+++ b/img/avatar-change-screen.png
Binary files differ
diff --git a/img/avatar-inline-comment.png b/img/avatar-inline-comment.png
new file mode 100644
index 0000000..c670cd9
--- /dev/null
+++ b/img/avatar-inline-comment.png
Binary files differ
diff --git a/img/highlight-patch-set-with-draft-comments.png b/img/highlight-patch-set-with-draft-comments.png
new file mode 100644
index 0000000..47c6b29
--- /dev/null
+++ b/img/highlight-patch-set-with-draft-comments.png
Binary files differ
diff --git a/img/image-comparison-side-by-side.png b/img/image-comparison-side-by-side.png
new file mode 100644
index 0000000..27adcd6
--- /dev/null
+++ b/img/image-comparison-side-by-side.png
Binary files differ
diff --git a/img/image-comparison-unified-diff.png b/img/image-comparison-unified-diff.png
new file mode 100644
index 0000000..788cf77
--- /dev/null
+++ b/img/image-comparison-unified-diff.png
Binary files differ
diff --git a/img/relative-dates.png b/img/relative-dates.png
new file mode 100644
index 0000000..48483c1
--- /dev/null
+++ b/img/relative-dates.png
Binary files differ
diff --git a/presentations/gerrit-new-features-2.7/gerrit-new-features-2.7.txt b/presentations/gerrit-new-features-2.7/gerrit-new-features-2.7.txt
new file mode 100644
index 0000000..13e4850
--- /dev/null
+++ b/presentations/gerrit-new-features-2.7/gerrit-new-features-2.7.txt
@@ -0,0 +1,100 @@
+= What's new in Gerrit 2.7
+:backend: slidy
+:max-width: 70em
+:data-uri:
+
+[[title-page]]
+== What's new in Gerrit 2.7
+
+== What's new in Gerrit 2.7
+* link:http://gerrit-documentation.googlecode.com/svn/ReleaseNotes/ReleaseNotes-2.7.html[
+Release Notes]
+
+* Statistics
++
+[width="50%",cols=">s,^m,^m,^m,^m",options="header"]
+|==========================
+|                 |Gerrit 2.7 |Gerrit 2.6 |Gerrit 2.5 |Gerrit 2.4
+|commits &#x278a; |272        |1301       |508        |122
+|resolved issues
+|link:http://code.google.com/p/gerrit/issues/list?can=1&q=FixedIn=2.7[9]
+|link:http://code.google.com/p/gerrit/issues/list?can=1&q=FixedIn=2.6[85]
+|link:http://code.google.com/p/gerrit/issues/list?can=1&q=FixedIn=2.5[51]
+|link:http://code.google.com/p/gerrit/issues/list?can=1&q=FixedIn=2.4[35]
+|contributors     |31         |56         |34         |22
+|==========================
++
+&#x278a; without merge commits
+
+== Patch Sets with draft comments are highlighted
+
+This makes it more obvious that there are unpublished comments.
+
+image:../../img/highlight-patch-set-with-draft-comments.png[]
+
+== Better support for images in diff screens
+
+.Side-by-Side
+image:../../img/image-comparison-side-by-side.png[]
+
+.Unified-Diff
+image:../../img/image-comparison-unified-diff.png[]
+
+== Option to show relative times in change tables
+
+A new preference setting allows the user to decide if absolute or
+relative dates should be shown in change tables.
+
+.Relative Dates
+image:../../img/relative-dates.png[]
+
+== Support for user avatars
+
+.On Change Screen
+image:../../img/avatar-change-screen.png[]
+
+.For Inline Comments
+image:../../img/avatar-inline-comment.png[]
+
+== Auto-Merge on Push
+
+Teams that want to use Gerrit’s submit strategies to handle contention
+on busy branches can use `%submit` to create a change and have it
+link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.7/user-upload.html#auto_merge[
+immediately submitted], if the caller has Submit permission on
+`refs/for/<ref>`.
+
+
+== Project specific configuration
+
+It is now possible to define
+link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.7/config-gerrit.html#_a_id_commentlink_a_section_commentlink[
+commentlinks] and
+link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.7/config-themes.html[
+themes] on project level.
+
+== Sticky approvals for review labels
+
+Review labels can now be configured so that the highest possible
+positive value for the label is copied forward when a new patch set is
+uploaded. This is done by setting
+link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.7/config-labels.html#label_copyMaxScore[
+copyMaxScore] on the label.
+
+== REST API
+
+Several new
+link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.7/rest-api.html[
+REST API endpoints] were added.
+
+++++
+<style type="text/css">
+#title-page {
+  border-bottom: 0;
+  text-align: center;
+  position: relative;
+  top: 30%;
+  font-size: 60px;
+}
+</style>
+++++
diff --git a/presentations/gerrit-new-features-2.7/makeslides b/presentations/gerrit-new-features-2.7/makeslides
new file mode 100755
index 0000000..a355361
--- /dev/null
+++ b/presentations/gerrit-new-features-2.7/makeslides
@@ -0,0 +1 @@
+asciidoc -a icons -a iconsdir=/opt/local/etc/asciidoc/images/icons gerrit-new-features-2.7.txt