Skip to content

Commit

Permalink
Version 2.1.1 (2014-06-21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Jun 21, 2014
1 parent 475ee93 commit 6f93b13
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions VERSION.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Version 2.1.1 (2014-06-21)

### Patch:

* Bootstrap CSS failed to load for HTML manuals served under HTTPS.
See <https://github.com/sunaku/readably/pull/3> for the details.

* Drop redundant nil check in `Md2Man::Roff::Engine.escape()`.

### Other:

* GitHub now supports relative links from the README.

* README: add links to package, manuals, and GitHub.

## Version 2.1.0 (2014-05-04)

### Minor:
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 2014-05-04 2.1.0
# MD2MAN-HTML 1 2014-06-21 2.1.1
## 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 2014-05-04 2.1.0
# MD2MAN-RAKE 1 2014-06-21 2.1.1
## 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 2014-05-04 2.1.0
# MD2MAN-ROFF 1 2014-06-21 2.1.1
## 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 = "2.1.0"
VERSION = "2.1.1"
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 2014-05-04 2.1.0
# MD2MAN 5 2014-06-21 2.1.1

## NAME

Expand Down

0 comments on commit 6f93b13

Please sign in to comment.