blob: c12d9137d0846c6246e51d80439658274032f939 [file] [log] [blame]
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
~~~~~
The 'Generate HTTP Password' capability has been removed to close a
security vulnerability. Now only administrators are allowed to generate
and delete other user's http passwords via the REST or SSH interface.
We would encourage you to clean up your project.config setting after upgrading.
Upgrades
--------
TODO