VERSION.markdown in binman-5.0.1 vs VERSION.markdown in binman-5.1.0
- old
+ new
@@ -1,5 +1,39 @@
+## Version 5.1.0 (2016-02-28)
+
+This release splits binman(1) into pieces and improves the documentation.
+
+### Minor:
+
+ * binman(1) is now deprecated, to be removed in the next major version.
+ Please run the new binman-* programs, listed below, directly instead.
+
+ * Split binman(1) commands into independent programs:
+
+ * binman-help(1) - add help options to your program
+ * binman-html(1) - HTML manpage from header comment
+ * binman-rake(1) - run rake(1) tasks from command line
+ * binman-roff(1) - UNIX manpage from header comment
+ * binman-show(1) - show manpage from header comment
+ * binman-text(1) - extract embedded manpage sources
+
+ * binman-rake(1): allow task names without namespace.
+
+ You can now run `binman-rake man` instead of `binman-rake binman:man`,
+ and similarly `binman-rake web` instead of `binman-rake binman:web`,
+ and similarly `binman-rake mkd` instead of `binman-rake binman:mkd`.
+
+### Patch:
+
+ * README: an epic revision; add copy of md2man(5).
+
+ * README: add dasht manual pages to examples section.
+
+ * Clarify optionalness of *PATTERN* in `--help` option.
+
+ * Upgrade to md2man version 5.1.
+
## Version 5.0.1 (2016-02-13)
### Major:
* Rename `binman snip` command to `binman text`.
@@ -17,18 +51,10 @@
* When a HTML manual page is shown, `binman` now blocks until the launched
web browser exits. Previously, it used to exit immediately (nonblocking).
## Version 4.2.1 (2016-02-12)
-### Patch:
-
- * Failure when `binman show` is given input on STDIN.
-
- binman.rb:51:in `basename': no implicit conversion of IO into String (TypeError)
-
-## Version 4.2.0 (2016-02-12)
-
### Minor:
* Add `binman:mkd` rake task to extract `man/man1/*.1.markdown` files.
### Patch:
@@ -46,9 +72,15 @@
binman.rb:63:in `help': undefined method `index' for nil:NilClass (NoMethodError)
* Failure when `binman show` is called without ARGV.
binman.rb:47:in `basename': no implicit conversion of IO into String (TypeError)
+
+ * Failure when `binman show` is given input on STDIN.
+
+ binman.rb:51:in `basename': no implicit conversion of IO into String (TypeError)
+
+### Patch:
## Version 4.1.0 (2016-02-10)
### Minor: