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
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
= Release notes for Gerrit 2.0.15
 | 
						|
 | 
						|
Gerrit 2.0.15 is now available in the usual location:
 | 
						|
 | 
						|
link:https://www.gerritcodereview.com/download/index.html[https://www.gerritcodereview.com/download/index.html]
 | 
						|
 | 
						|
== Schema Change
 | 
						|
 | 
						|
None.  For a change.  :-)
 | 
						|
 | 
						|
== New Features
 | 
						|
* Allow other ignore whitespace settings beyond IGNORE_S...
 | 
						|
+
 | 
						|
Now you can ignore whitespace inside the middle of a line, in addition to on the ends.
 | 
						|
 | 
						|
== Bug Fixes
 | 
						|
* Update SSHD to include SSHD-28 (deadlock on close) bug...
 | 
						|
+
 | 
						|
Fixes a major stability problem with the internal SSHD.  Without this patch the daemon can become unresponsive, requiring a complete JVM restart to recover the daemon.  The symptom is connections appear to work sporadically... some connections are fine while others freeze during setup, or during data transfer.
 | 
						|
 | 
						|
* Fix line-wrapped To/CC email headers
 | 
						|
+
 | 
						|
Long To/CC headers with multiple recipients sometimes ran together, making Reply-to-all in the user's email client not address them correctly.  This was a bug in the header formatting code, it wasn't RFC 2822 compliant.
 | 
						|
 | 
						|
* GERRIT-227  Fix server error when remaining hunks are comments
 | 
						|
* Fix binary search in SparseFileContent
 | 
						|
+
 | 
						|
Stupid bugs in the patch viewing code.  Random server errors and/or client UI crashes.
 | 
						|
 | 
						|
== Other Changes
 | 
						|
* Restart 2.0.15 development
 | 
						|
* Update JGit to 0.4.0-411-g8076bdb
 | 
						|
* Remove dead isGerrit method from AbstractGitCommand
 | 
						|
* Update JSch to 0.1.41
 | 
						|
* gerrit 2.0.15 |