blob: a17d1c5e76a22890e9b1fa47f939d9d7b1e39982 [file] [log] [blame]
Shawn O. Pearcec20e2832010-02-17 09:16:26 -08001Release notes for Gerrit 2.0.5
2==============================
3
4Gerrit 2.0.5 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
8WARNING: This version contains a schema change.
9
10Schema upgrade:
11
12 java -jar gerrit.war --cat sql/upgrade005_006.sql | psql reviewdb
13
14If you use an OpenID authentication provider, you may want to review the new trusted providers functionality added by this release. See the OpenID section in the SSO documentation for more details:
15
16link:http://gerrit.googlecode.com/svn/documentation/2.0/config-sso.html[http://gerrit.googlecode.com/svn/documentation/2.0/config-sso.html]
17
18New Features
19------------
20
21* GERRIT-62 Work around IE6's inability to set innerHTML on a tbody ...
22* GERRIT-62 Upgrade to gwtjsonrpc 1.0.2 for ie6 support
23+
24These add (crude) support for Microsoft Internet Explorer 6 and 7.
25
26* Allow users to delete OpenID identities no longer used
27* Show the trust status of a user's identities
28* Allow effective permissions only for trusted OpenID prov...
29+
30These features allow a site to lock down access to only a trusted OpenID provider. review.source.android.com uses this to give out approval access only to users who have registered with the site's trusted OpenID provider, Google Accounts.
31
32* Add clippy.swf to support copying download commands to t...
33* Display the clippy button for the permalink of a change
34* Allow clicking on a copyable text to switch label to inp...
35+
36These features make it easier to copy patch download commands.
37
38Bug Fixes
39---------
40
41* GERRIT-79 Error out with more useful message on "push :refs/change...
42* Invalidate all SSH keys when otherwise flushing all cach...
43
44Other Changes
45-------------
46
47* Set version 2.0.4-SNAPSHOT
48* Correct note in developer setup about building SSHD
49* Change the order of links in developer setup
50* Document how to enable SSL with Jetty and Apache2
51* Ignore errors when current row no longer exists in a tab...
52* Show the Web Identities panel when on HTTP authentication
53* Relabel the "Web Identities" tab as just "Identities
54* Use an   when showing an empty cell in the identity...
55* Simplify the Gerrit install from source procedue to avoi...
56* Support -DgwtStyle=DETAILED to support browser debugging
57* Don't link to JIRA in our docs, link to our issues page
58* Use   in the identities table email column when emp...
59* Fix GWT Mac OS X launcher to include all sources
60* Catch any unexpected exceptions while closing a replicat...
61* Fix indentation in UserAgent.gwt.xml
62* Only load the flash clippy button if flash plugin is ava...
63* Fix border in the info block on the settings page
64* Reuse code that was moved to gwtexpui
65* Rename our CSS to encourage caching
66* Add gwtexpui to our license list
67* Fix account settings screen by correcting row offset
68* Replace DomUtil with SafeHtmlBuilder
69* Mention the OpenID provider restriction feature in our d...
70* Mention the contact information encryption in our design...
71* Switch to gwtexpui's iframe busting code
72* Use gwtexpui 1.0
73* gerrit 2.0.5