blob: 34f2997b54a25d9bd70c737d67ff0b4daf124667 [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
----
*WARNING:* Upgrading to 2.11.x requires the server be first upgraded to 2.1.7 (or
a later 2.1.x version), and then to 2.11.x. If you are upgrading from 2.2.x.x or
later, you may ignore this warning and upgrade directly to 2.11.x.
*WARNING:* The 'Generate HTTP Password' capability has been removed.
Release Highlights
------------------
* link:http://code.google.com/p/gerrit/issues/detail?id=505[Issue 505]:
Inline editing: Changes can be edited directly in the browser.
+
Files can be added, deleted, restored or edited directly in the browser. 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 is removed.
+
The 'Generate HTTP Password' capability has been removed to close a security
vulnerability. Now only administrators are allowed to generate and delete other
users' http passwords via the REST or SSH interface.
+
It is encouraged to clean up your `project.config` settings after upgrading.
Upgrades
--------
TODO