Shawn O. Pearce | c20e283 | 2010-02-17 09:16:26 -0800 | [diff] [blame] | 1 | Release notes for Gerrit 2.0.23 |
| 2 | =============================== |
| 3 | |
| 4 | Gerrit 2.0.23 is now available in the usual location: |
| 5 | |
| 6 | link:http://code.google.com/p/gerrit/downloads/list[http://code.google.com/p/gerrit/downloads/list] |
| 7 | |
| 8 | Schema Change |
| 9 | ------------- |
| 10 | |
| 11 | There is no schema change in this release. |
| 12 | |
| 13 | |
| 14 | New Features |
| 15 | ------------ |
| 16 | |
| 17 | * Adding support to list merged and abandoned changes |
| 18 | + |
| 19 | The project link in a change now lists all changes merged in that |
| 20 | project, or abandoned in that project, based upon the state of the |
| 21 | change the link is displayed in. So open changes link to all open |
| 22 | changes in the same project while merged changes link to all merged |
| 23 | changes in the same project. These links are bookmarkable. |
| 24 | |
| 25 | Bug Fixes |
| 26 | --------- |
| 27 | |
| 28 | * Fix new change email to always have SSH pull URL |
| 29 | * Move git pull URL to bottom of email notifications |
| 30 | + |
| 31 | The new change emails were missing the SSH pull URL, fixed. Also |
| 32 | the SSH pull URL is now further away from the web URL, to make it |
| 33 | less likely one is clicked by accident in an email client. |
| 34 | |
| 35 | * issue 286 Fix Not Signed In errors when multiple tabs are open |
| 36 | + |
| 37 | Users with multiple tabs open were getting session errors due to |
| 38 | the tabs not agreeing about the session state. Fixed. |
| 39 | |
| 40 | * Fix MySQL CREATE USER example in install documentation |
| 41 | |
| 42 | Other Changes |
| 43 | ------------- |
| 44 | * Start 2.0.23 development |
| 45 | * Move Jetty 6.x resources into a jetty6 directory |
| 46 | * Move the Jetty 6.x start script to our extra directory |
| 47 | * Add scripts for Jetty 7.x and make that the default i... |
| 48 | * Merge change I574b992d |
| 49 | * Gerrit 2.0.23 |