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