Skip to content

Commit

Permalink
Release 1.5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 20, 2018
1 parent fe14766 commit 640f353
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 12 deletions.
36 changes: 35 additions & 1 deletion CHANGELOG.adoc
Expand Up @@ -14,6 +14,41 @@ This document provides a high-level view of the changes introduced in Asciidocto
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.

// tag::compact[]
== 1.5.6.2 (2018-03-20) - @mojavelinux

Bug fixes::

* fix match for multiple xref macros w/ implicit text in same line (#2450)
* PathResolver#root? returns true for absolute URL in browser env (#2595)

Improvements / Refactoring::

* resolve include target correctly in browser (xmlhttprequest IO module) (#2599, #2602)
* extract method to resolve include path (allowing Asciidoctor.js to override) (#2610)
* don't expand docdir value passed to API (#2518)
* check mandatory attributes when creating an image block (#2349)
* drop is_ prefix from boolean methods in PathResolver (PR #2587)
* change Reader#replace_next_line to return true
* organize methods in AbstractNode

Build / Infrastructure::

* clean up dependencies
* add Ruby 2.5.0 to CI build matrix (PR #2528)
* update nokogiri to 1.8.0 for ruby >= 2.1 (PR #2380)

Distribution Packages::

* http://rubygems.org/gems/asciidoctor[RubyGem (asciidoctor)]
* https://apps.fedoraproject.org/packages/rubygem-asciidoctor[Fedora (rubygem-asciidoctor)]
* http://packages.debian.org/sid/asciidoctor[Debian (asciidoctor)]
* http://packages.ubuntu.com/saucy/asciidoctor[Ubuntu (asciidoctor)]

https://github.com/asciidoctor/asciidoctor/issues?q=milestone%3Av1.5.6.2[issues resolved] |
https://github.com/asciidoctor/asciidoctor/releases/tag/v1.5.6.2[git tag] |
https://github.com/asciidoctor/asciidoctor/compare/v1.5.6.1...v1.5.6.2[full diff]
// end::compact[]

== 1.5.6.1 (2017-07-23) - @mojavelinux

Bug fixes::
Expand Down Expand Up @@ -64,7 +99,6 @@ Distribution Packages::
https://github.com/asciidoctor/asciidoctor/issues?q=milestone%3Av1.5.6.1[issues resolved] |
https://github.com/asciidoctor/asciidoctor/releases/tag/v1.5.6.1[git tag] |
https://github.com/asciidoctor/asciidoctor/compare/v1.5.6...v1.5.6.1[full diff]
// end::compact[]

== 1.5.6 (2017-07-12) - @mojavelinux

Expand Down
3 changes: 2 additions & 1 deletion README-fr.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
v1.5.6.2, 2018-03-20
// settings:
:page-layout: base
:idprefix:
Expand All @@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 1.5.6.1
:release-version: 1.5.6.2
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
Expand Down
3 changes: 2 additions & 1 deletion README-jp.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
v1.5.6.2, 2018-03-20
// settings:
:page-layout: base
:idprefix:
Expand All @@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 1.5.6.1
:release-version: 1.5.6.2
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
Expand Down
3 changes: 2 additions & 1 deletion README-zh_CN.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
v1.5.6.2, 2018-03-20
// settings:
:page-layout: base
:idprefix:
Expand All @@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 1.5.6.1
:release-version: 1.5.6.2
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
Expand Down
3 changes: 2 additions & 1 deletion README.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
v1.5.6.2, 2018-03-20
// settings:
:page-layout: base
:idprefix:
Expand All @@ -17,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
:release-version: 1.5.6.1
:release-version: 1.5.6.2
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidoctor/version.rb
@@ -1,3 +1,3 @@
module Asciidoctor
VERSION = '1.5.6.2-dev'
VERSION = '1.5.6.2'
end
10 changes: 5 additions & 5 deletions man/asciidoctor.1
@@ -1,13 +1,13 @@
'\" t
.\" Title: asciidoctor
.\" Author: Dan Allen, Sarah White, Ryan Waldron
.\" Generator: Asciidoctor 1.5.6.1
.\" Date: 2017-07-23
.\" Generator: Asciidoctor 1.5.6.2
.\" Date: 2018-03-20
.\" Manual: Asciidoctor Manual
.\" Source: Asciidoctor 1.5.6.1
.\" Source: Asciidoctor 1.5.6.2
.\" Language: English
.\"
.TH "ASCIIDOCTOR" "1" "2017-07-23" "Asciidoctor 1.5.6.1" "Asciidoctor Manual"
.TH "ASCIIDOCTOR" "1" "2018-03-20" "Asciidoctor 1.5.6.2" "Asciidoctor Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -235,7 +235,7 @@ Refer to the \fBAsciidoctor\fP issue tracker at \c
.URL "http://discuss.asciidoctor.org" "" ""
.SH "COPYING"
.sp
Copyright (C) 2012\-2017 Dan Allen, Ryan Waldron and the Asciidoctor Project.
Copyright (C) 2012\-2018 Dan Allen, Ryan Waldron and the Asciidoctor Project.
Free use of this software is granted under the terms of the MIT License.
.SH "AUTHOR(S)"
.sp
Expand Down
2 changes: 1 addition & 1 deletion man/asciidoctor.adoc
Expand Up @@ -2,7 +2,7 @@
Dan Allen; Sarah White; Ryan Waldron
:doctype: manpage
:man manual: Asciidoctor Manual
:man source: Asciidoctor 1.5.6.1
:man source: Asciidoctor 1.5.6.2
:page-layout: base

== NAME
Expand Down

0 comments on commit 640f353

Please sign in to comment.