This eliminates the last Makefile in our code base.
Also change the section style within ReleaseNotes from asciidoc style to
asciidoctor style.
Also I feel that put images/link.png under ReleaseNotes and deal with
all the resource packing is too stupid, so I used the unicode emoji
instead of the picture ("🔗"). If this is too crazy, we can also use "#"
instead :) This also affects documentation rendering.
Other side effects:
1. The css of release notes switched from default asciidoc css into
default asciidoctor css.
2. The section anchors for ReleaseNotes/index.html changed from "2_13"
to "s2_13", because asciidoctorj is unhappy with anchors without
letters.
Change-Id: I4adf2ce090385cc6b699445012f10a009892aaac
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
= Release notes for Gerrit 2.10.1
 | 
						|
 | 
						|
There are no schema changes from link:ReleaseNotes-2.10.html[2.10].
 | 
						|
 | 
						|
Download:
 | 
						|
link:https://www.gerritcodereview.com/download/gerrit-2.10.1.war[
 | 
						|
https://www.gerritcodereview.com/download/gerrit-2.10.1.war]
 | 
						|
 | 
						|
== Bug Fixes
 | 
						|
 | 
						|
* link:https://code.google.com/p/gerrit/issues/detail?id=2260[Issue 2260]:
 | 
						|
LDAP horrendous login time due to recursive lookup.
 | 
						|
 | 
						|
* link:https://code.google.com/p/gerrit/issues/detail?id=3210[Issue 3210]:
 | 
						|
Null Pointer Exception for query command with --comments switch.
 | 
						|
 | 
						|
* link:https://code.google.com/p/gerrit/issues/detail?id=3211[Issue 3211]:
 | 
						|
Intermittent Null Pointer Exception when showing process queue.
 | 
						|
 | 
						|
== LDAP
 | 
						|
 | 
						|
* Several performance improvements when using LDAP, both in the number of LDAP
 | 
						|
requests and in the amount of data transferred.
 | 
						|
 | 
						|
* Sites using LDAP for authentication but otherwise rely on local Gerrit groups
 | 
						|
should set the new `ldap.fetchMemberOfEagerly` option to `false`.
 | 
						|
 | 
						|
== OAuth
 | 
						|
 | 
						|
* Expose extension point for generic OAuth providers.
 | 
						|
 | 
						|
== OpenID
 | 
						|
 | 
						|
* Add support for Launchpad on the login form.
 | 
						|
 | 
						|
* Remove pre-configured Google OpenID 2.0 provider from the login form, that is
 | 
						|
going to be shut down on 20, April 2015.
 |