Add initial framework of release notes for 2.11

Change-Id: Idb4846ab7ccb02ba7fc2474b4863070f576e902c
This commit is contained in:
David Ostrovsky
2014-09-10 15:30:36 +02:00
committed by David Pursehouse
parent c87721f754
commit 7607410ff6

View File

@@ -0,0 +1,69 @@
Release notes for Gerrit 2.11
=============================
Gerrit 2.11 is now available:
link:https://gerrit-releases.storage.googleapis.com/gerrit-2.11.war[
https://gerrit-releases.storage.googleapis.com/gerrit-2.11.war]
Important Notes
---------------
*WARNING:* This release contains schema changes. To upgrade:
----
java -jar gerrit.war init -d site_path
java -jar gerrit.war reindex --recheck-mergeable -d site_path
----
Release Highlights
------------------
* link:http://code.google.com/p/gerrit/issues/detail?id=505[Issue 505]:
Code changes can be done directly in browser.
+
Files can be added, deleted, restored or amended directly in browser
in context of change edit. Change edits can be published, deleted and
rebased on top of the latest patch set.
New Features
------------
Web UI
~~~~~~
TODO
Global
^^^^^^
TODO
REST
~~~~
TODO
SSH
~~~
TODO
Plugins
~~~~~~~
TODO
Other
~~~~~
TODO
Upgrades
--------
TODO