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
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
= Release notes for Gerrit 2.8.1
 | 
						|
 | 
						|
There are no schema changes from link:ReleaseNotes-2.8.html[2.8].
 | 
						|
 | 
						|
link:https://www.gerritcodereview.com/download/gerrit-2.8.1.war[https://www.gerritcodereview.com/download/gerrit-2.8.1.war]
 | 
						|
 | 
						|
== Bug Fixes
 | 
						|
* link:https://code.google.com/p/gerrit/issues/detail?id=2073[Issue 2073]:
 | 
						|
Changes that depend on outdated patch sets were missing in the related changes list.
 | 
						|
+
 | 
						|
After rebasing the first change the other changes disappeared from the related changes list.
 | 
						|
 | 
						|
* Don't list the same change twice in related changes.
 | 
						|
 | 
						|
* Fix plugin API packaging.
 | 
						|
+
 | 
						|
Parts from JGit's signed library were included in the plugin API. As a consequence unit
 | 
						|
tests were failing to execute against it.
 | 
						|
 | 
						|
* Fix IllegalArgumentException in task queue comparator.
 | 
						|
+
 | 
						|
This could happen if you have a long queue and the state of a task (DONE, CANCELLED,
 | 
						|
RUNNING, READY, SLEEPING, OTHER) changes while the sorting is ongoing.
 | 
						|
 | 
						|
* Delegate to the filters for init and destroy phases in AllRequestFilter.
 | 
						|
+
 | 
						|
This fixes a bug that prevented javamelody from working properly.
 | 
						|
 | 
						|
* Fix ArrayOutOfBoundsException on initial commits.
 | 
						|
+
 | 
						|
This happened if a new patch set was given for an initial commit in a repository.
 | 
						|
 | 
						|
* link:https://code.google.com/p/gerrit/issues/detail?id=2320[Issue 2320],
 | 
						|
link:https://code.google.com/p/gerrit/issues/detail?id=2360[Issue 2360]:
 | 
						|
Enable syntax highlighting for CXX, HXX, Python, Go, Scala, BUCK and .gitmodules.
 | 
						|
 | 
						|
* Preserve SNAPSHOT suffix in Maven artifact names.
 | 
						|
+
 | 
						|
The SNAPSHOT suffix was being removed, which prevented Buck from
 | 
						|
downloading the Gitblit plugin's custom artifacts from the Gerritforge
 | 
						|
repository.
 | 
						|
 | 
						|
* Always show repo download command if repo download scheme is enabled.
 | 
						|
 | 
						|
* Minor fixes in the documentation.
 |