Shawn O. Pearce | dcecffc | 2010-03-18 15:39:19 -0700 | [diff] [blame] | 1 | Release notes for Gerrit 2.1.2.1 |
| 2 | ================================ |
| 3 | |
| 4 | Gerrit 2.1.2.1 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 | Bug Fixes |
| 9 | --------- |
| 10 | |
| 11 | * Include smart http:// URLs in gitweb |
| 12 | + |
| 13 | The managed gitweb configuration file didn't know about our smart |
| 14 | http URLs, so it didn't advertise them for projects to clone by. |
| 15 | Fixed. |
| 16 | |
| 17 | * issue 493 documentation: Document the internal gitweb |
| 18 | * issue 496 documentation: Explain etc/gitweb_config.perl |
| 19 | + |
| 20 | The documentation on configuring gitweb didn't talk about our own |
| 21 | managed support, where we can write the gitweb configuration file |
| 22 | based on our own settings, and run the CGI directly from within |
| 23 | our servlet container. Its an older feature that we have had for |
| 24 | a while now. Fixed. |
| 25 | |
| 26 | * issue 494 Look for gitweb in /usr/share/gitweb |
| 27 | * issue 495 Fix gitweb CGI when in subdirectory |
| 28 | + |
| 29 | The CGI didn't always load its supporting assets like CSS and icon |
| 30 | from the right URLs. Fixed. |
| 31 | |
| 32 | * Move generated gitweb_config.perl to hidden tmp directory |
| 33 | + |
| 34 | The generated gitweb configuration file was written to /tmp, |
| 35 | which might cause it to be deleted every 7 days on some Linux |
| 36 | distributions. Moved to our private application temporary directory, |
| 37 | which is usually under $HOME/.gerritcodereview/tmp. |
| 38 | |
| 39 | * Update documentation regarding tag deletion |
| 40 | + |
| 41 | The documentation incorrectly described tag deletion. Fixed. |
| 42 | |
| 43 | * Allow schema upgrades to display messages |
| 44 | + |
| 45 | On MySQL servers, schema upgrades from older versions failed if the |
| 46 | administrator didn't create the nextval functions for administrative |
| 47 | purposes. Fixed by making this a warning and not a hard-stop. |