groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: groffer: Bump version to 2.3.0.


From: G. Branden Robinson
Subject: [groff] 01/01: groffer: Bump version to 2.3.0.
Date: Tue, 24 Apr 2018 18:18:04 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 93f1a2060c11daf36d9b7099ef2720d644937451
Author: G. Branden Robinson <address@hidden>
Date:   Tue Apr 24 18:07:49 2018 -0400

    groffer: Bump version to 2.3.0.
    
    This reflects Bernd's addition of the xhtml device/mode feature in 2015.
    This change extended the interface of the groffer program
    (backwards-compatibly) e.g., by adding the '--xhtml' option.
    
    Also give groffer a NEWS item since this wasn't done at the time.
    Interface changes seem to warrant one.
    
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 NEWS                       | 3 +++
 contrib/groffer/ChangeLog  | 8 ++++++++
 contrib/groffer/version.sh | 2 +-
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 06d868a..559f9d6 100644
--- a/NEWS
+++ b/NEWS
@@ -60,6 +60,9 @@ o pic2graph now attempts to adapt to very old installed 
versions of the
   results on versions that _do_ support "-trim") is used.  pic2graph emits a
   warning to standard error if the search fails and the old method is used.
 
+o groffer now supports the output of XHTML.  Use the "--xhtml" or
+  "--mode=xhtml" command-line options to generate it.
+
 VERSION 1.22.3
 ==============
 
diff --git a/contrib/groffer/ChangeLog b/contrib/groffer/ChangeLog
index 7644706..4f48a88 100644
--- a/contrib/groffer/ChangeLog
+++ b/contrib/groffer/ChangeLog
@@ -1,5 +1,13 @@
 2018-04-24  G. Branden Robinson <address@hidden>
 
+       * version.sh: Bump groffer version to 2.3.0, reflecting Bernd's
+         addition of the xhtml device/mode feature in 2015.  This
+         change extended the interface of the groffer
+         program--backwards-compatibly--e.g., by adding the '--xhtml'
+         option.
+
+2018-04-24  G. Branden Robinson <address@hidden>
+
        * version.sh (_GROFF_VERSION_PRESET): Set to 1.22.4.
 
 2018-02-28  Werner LEMBERG  <address@hidden>
diff --git a/contrib/groffer/version.sh b/contrib/groffer/version.sh
index 4d62479..6a8e623 100644
--- a/contrib/groffer/version.sh
+++ b/contrib/groffer/version.sh
@@ -26,7 +26,7 @@
 ########################################################################
 
 export _PROGRAM_VERSION;
-_PROGRAM_VERSION='2.2.5';
+_PROGRAM_VERSION='2.3.0';
 
 # this setting of the groff version is only used before make is run,
 # otherwise @VERSION@ will set it, see groffer.sh.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]