about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Documentation/olddoc.5.txt3
-rw-r--r--lib/olddoc.rb2
2 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/olddoc.5.txt b/Documentation/olddoc.5.txt
index 50b6713..e2fdedb 100644
--- a/Documentation/olddoc.5.txt
+++ b/Documentation/olddoc.5.txt
@@ -25,6 +25,9 @@ for merging non-RDoc generated HTML into the project.
 `public_email` is the email address of a publically archived mailing list
 at `ml_url`
 
+As of olddoc 1.2.0, `ml_url` and `nntp_url` may be YAML arrays
+with multiple URLs.
+
 # SEE ALSO
 
 olddoc(1)
diff --git a/lib/olddoc.rb b/lib/olddoc.rb
index d9bc384..5a70577 100644
--- a/lib/olddoc.rb
+++ b/lib/olddoc.rb
@@ -1,7 +1,7 @@
 # Copyright (C) 2015-2016 all contributors <olddoc-public@80x24.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 module Olddoc # :nodoc:
-  VERSION = '1.1.2' # :nodoc:
+  VERSION = '1.2.0' # :nodoc:
 
   autoload :Gemspec, 'olddoc/gemspec'
   autoload :History, 'olddoc/history'