Skip to content

Commit 729a860

Browse files
committed
Version 5.0.3 (2016-02-21)
1 parent 94ccc26 commit 729a860

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

VERSION.markdown

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## Version 5.0.2 (2016-02-21)
1+
## Version 5.0.3 (2016-02-21)
22

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

56
### Patch:
67

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

17+
* md2man-html(1): " escaping broke shellwords splitting of .TH heading.
18+
1619
* md2man-html(1): css: hide title, section, manual in top-level heading.
1720

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

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

45+
* README: rename "Demonstration" section to "Examples".
46+
47+
* README: move EXAMPLE.png screenshot into gh-pages branch.
48+
4249
## Version 5.0.1 (2016-02-13)
4350

4451
### Major:

bin/md2man-html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22
=begin =======================================================================
33
4-
# MD2MAN-HTML 1 2016-02-21 5.0.2
4+
# MD2MAN-HTML 1 2016-02-21 5.0.3
55
66
## NAME
77

bin/md2man-rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22
=begin =======================================================================
33
4-
# MD2MAN-RAKE 1 2016-02-21 5.0.2
4+
# MD2MAN-RAKE 1 2016-02-21 5.0.3
55
66
## NAME
77

bin/md2man-roff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22
=begin =======================================================================
33
4-
# MD2MAN-ROFF 1 2016-02-21 5.0.2
4+
# MD2MAN-ROFF 1 2016-02-21 5.0.3
55
66
## NAME
77

lib/md2man/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Md2Man
2-
VERSION = "5.0.2"
2+
VERSION = "5.0.3"
33
end

man/man5/md2man.5.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MD2MAN 5 2016-02-21 5.0.2
1+
# MD2MAN 5 2016-02-21 5.0.3
22

33
## NAME
44

0 commit comments

Comments
 (0)