Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 1 | = Release notes for Gerrit 2.0.3 |
Shawn O. Pearce | c20e283 | 2010-02-17 09:16:26 -0800 | [diff] [blame] | 2 | |
| 3 | Gerrit 2.0.3 is now available in the usual location: |
| 4 | |
Shawn Pearce | 6d7ebc6 | 2015-06-12 16:34:42 -0700 | [diff] [blame] | 5 | link:https://www.gerritcodereview.com/download/index.html[https://www.gerritcodereview.com/download/index.html] |
Shawn O. Pearce | c20e283 | 2010-02-17 09:16:26 -0800 | [diff] [blame] | 6 | |
| 7 | I would like to express a big thank you to Brad Larson for diving into |
| 8 | Gerrit and coming up with the implementation for "Add reviewer to an |
| 9 | existing change". This has been an open issue in the bug tracker for a |
| 10 | while, and its finally closed thanks to his work. |
| 11 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 12 | == New Features |
Shawn O. Pearce | c20e283 | 2010-02-17 09:16:26 -0800 | [diff] [blame] | 13 | |
| 14 | * GERRIT-37 Add additional reviewers to an existing change |
| 15 | * Display old and new image line numbers in unified diff |
| 16 | * Make 'c', 'r' in a patch view open a new comment editor |
| 17 | * Allow up/down arrow keys to scroll the page in patch view |
| 18 | * Use a Java applet to help users load public SSH keys |
| 19 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 20 | == Bug Fixes |
Shawn O. Pearce | c20e283 | 2010-02-17 09:16:26 -0800 | [diff] [blame] | 21 | |
| 22 | * GERRIT-72 Make review comments standout more from the surrounding text |
| 23 | * GERRIT-7 Restart the merge queue when Gerrit starts up |
| 24 | * Fix message threading for comment replies |
| 25 | * Fix unified diff view to support creating a comment |
| 26 | * Fix line numbers for new post-image comments in unified diff |
| 27 | * Don't store SSH keys we know to be invalid |
| 28 | * Bust out of an iframe if Gerrit is embedded in one |
| 29 | + |
| 30 | The last item is a security fix. It prevents Gerrit from being loaded |
| 31 | inside of an iframe, which is a potential security flaw if some evil outer |
| 32 | page used CSS tricks to show only a portion of a particular part of the |
| 33 | Gerrit UI. Such a display might be able to convince a user they are |
| 34 | clicking on one thing, while doing something else entirely. |
| 35 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 36 | == Other Changes |
Shawn O. Pearce | c20e283 | 2010-02-17 09:16:26 -0800 | [diff] [blame] | 37 | |
| 38 | * Restore -SNAPSHOT suffix after 2.0.2 |
| 39 | * Add a document describing Gerrit's high level design |
| 40 | * Rename the gerrit artifact to be gerrit-$version.war |
| 41 | * Ensure our SSHD always disables compression |
| 42 | * Make the magic refs/heads/ constant available in GWT |
| 43 | * Move Account to PersonIdent code to ChangeUtil for reuse |
| 44 | * GERRIT-20 Add a Branches tab to the project admin screen |
| 45 | * Add a link to our project homepage in the documentation |
| 46 | * Add documentation on all of the software licenses |
| 47 | * Add a link to the Android Open Source Project workflow a... |
| 48 | * Fix a minor language typo in project setup documentation |
| 49 | * Abstract the account name hint into AddMemberBox |
| 50 | * Fix vertical-align: center to be middle |
| 51 | * Fixed some minor documentation typos |
| 52 | * Actually return failure to clients if new change creatio... |
| 53 | * Log any failures while creating patch set refs |
| 54 | * Update approvals table when adding reviewer. |
| 55 | * Include "a=commit" in direct gitweb commit links |
| 56 | * Add a loading message, link to the project, before the U... |
| 57 | * Fix detach assertion error caused by loading messing bei... |
| 58 | * Allow callers of AddMemberBox to control the button text |
| 59 | * Cleanup the ApprovalTable formatting for adding a review... |
| 60 | * Display the text "invalid key" instead of a red X icon i... |
| 61 | * Add a clear button to make it easier to replace the key |
| 62 | * Make Gerrit.getVersion public for other code to use |
| 63 | * Allow embedded applets to be cached indefinitely by prox... |
| 64 | * gerrit 2.0.3 |