Skip to content

Commit

Permalink
Version 5.0.3 (2016-02-21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Feb 21, 2016
1 parent 94ccc26 commit 729a860
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
11 changes: 9 additions & 2 deletions VERSION.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Version 5.0.2 (2016-02-21)
## Version 5.0.3 (2016-02-21)

This release fixes a crash, bugs in Roff output, and improves HTML output.
This release fixes a crash, fixes roff bugs, improves CSS styling for HTML
output, and adds a complete manual page example in md2man(5) documentation.

### Patch:

Expand All @@ -13,6 +14,8 @@ This release fixes a crash, bugs in Roff output, and improves HTML output.
after the known list of "title section date source manual" components.
Previously, such extraneous components were omitted from the output.

* md2man-html(1): " escaping broke shellwords splitting of .TH heading.

* md2man-html(1): css: hide title, section, manual in top-level heading.

* md2man-html(1): css: center top-level heading; float source right.
Expand All @@ -39,6 +42,10 @@ This release fixes a crash, bugs in Roff output, and improves HTML output.

* md2man-roff(1): add tests for postprocess document lstrip().

* README: rename "Demonstration" section to "Examples".

* README: move EXAMPLE.png screenshot into gh-pages branch.

## Version 5.0.1 (2016-02-13)

### Major:
Expand Down
2 changes: 1 addition & 1 deletion bin/md2man-html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# MD2MAN-HTML 1 2016-02-21 5.0.2
# MD2MAN-HTML 1 2016-02-21 5.0.3
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/md2man-rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# MD2MAN-RAKE 1 2016-02-21 5.0.2
# MD2MAN-RAKE 1 2016-02-21 5.0.3
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/md2man-roff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# MD2MAN-ROFF 1 2016-02-21 5.0.2
# MD2MAN-ROFF 1 2016-02-21 5.0.3
## NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/md2man/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Md2Man
VERSION = "5.0.2"
VERSION = "5.0.3"
end
2 changes: 1 addition & 1 deletion man/man5/md2man.5.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MD2MAN 5 2016-02-21 5.0.2
# MD2MAN 5 2016-02-21 5.0.3

## NAME

Expand Down

0 comments on commit 729a860

Please sign in to comment.