texinfo-commits
[Top][All Lists]
Advanced

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

[7951] 6.5


From: gavinsmith0123
Subject: [7951] 6.5
Date: Sat, 16 Sep 2017 15:18:20 -0400 (EDT)

Revision: 7951
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7951
Author:   gavin
Date:     2017-09-16 15:18:19 -0400 (Sat, 16 Sep 2017)
Log Message:
-----------
6.5

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/NEWS
    trunk/configure.ac
    trunk/doc/refcard/txirefcard.tex
    trunk/tp/Texinfo/Common.pm
    trunk/tp/Texinfo/Convert/Converter.pm
    trunk/tp/Texinfo/Convert/DocBook.pm
    trunk/tp/Texinfo/Convert/HTML.pm
    trunk/tp/Texinfo/Convert/IXIN.pm
    trunk/tp/Texinfo/Convert/IXINSXML.pm
    trunk/tp/Texinfo/Convert/Info.pm
    trunk/tp/Texinfo/Convert/Paragraph.pm
    trunk/tp/Texinfo/Convert/Plaintext.pm
    trunk/tp/Texinfo/Convert/Texinfo.pm
    trunk/tp/Texinfo/Convert/TexinfoSXML.pm
    trunk/tp/Texinfo/Convert/TexinfoXML.pm
    trunk/tp/Texinfo/Convert/Text.pm
    trunk/tp/Texinfo/MiscXS.pm
    trunk/tp/Texinfo/Parser.pm
    trunk/tp/Texinfo/Structuring.pm
    trunk/tp/Texinfo/XSLoader.pm
    trunk/util/pdftexi2dvi
    trunk/util/texi2dvi
    trunk/util/texi2pdf

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/ChangeLog     2017-09-16 19:18:19 UTC (rev 7951)
@@ -1,5 +1,16 @@
+2017-09-12  Gavin Smith  <address@hidden>
+
+       6.5 release.
+       * configure.ac, NEWS, util/texi2dvi, util/texi2pdf,
+       doc/refcard/txirefcard.tex: Version number.
+
 2017-09-04  Gavin Smith  <address@hidden>
 
+       * pretest 6.4.92
+       * configure.ac: Update version.
+
+2017-09-04  Gavin Smith  <address@hidden>
+
        * tp/Makefile.am (AM_T_LOG_FLAGS): Add "-I .".
        * tp/tests/run_parser_all.sh: Add "-I ." to perl invocations.
        Attempt at getting tests to work if . is not in @INC.  Report 

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS  2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/NEWS  2017-09-16 19:18:19 UTC (rev 7951)
@@ -12,6 +12,7 @@
 
 ------------------------------------------------------------------------------
 
+6.5 (12 September 2017)
 * info:
   . some bugs fixed:
     . a bug where a segfault could happen in the regex search, for

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/configure.ac  2017-09-16 19:18:19 UTC (rev 7951)
@@ -12,7 +12,7 @@
 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
-AC_INIT([GNU Texinfo], [6.4.91], address@hidden)
+AC_INIT([GNU Texinfo], [6.5], address@hidden)
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])

Modified: trunk/doc/refcard/txirefcard.tex
===================================================================
--- trunk/doc/refcard/txirefcard.tex    2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/doc/refcard/txirefcard.tex    2017-09-16 19:18:19 UTC (rev 7951)
@@ -14,7 +14,7 @@
 \newcount\letterpaper
 \ifx\undefined\afour\letterpaper=1 \else\letterpaper=0 \fi
 
-% Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
+% Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
 % Free Software Foundation, Inc.
 %
 % This file is part of GNU Texinfo.
@@ -50,7 +50,7 @@
 % Summary node in the Texinfo manual, originally written by Bob Chassell.
 
 \def\versionyear{2017}          % year manual was updated
-\def\versionTexinfo{6.4}        % version of Texinfo this manual is for
+\def\versionTexinfo{6.5}        % version of Texinfo this manual is for
 
 \def\copyrightnotice{%
 \vskip 1ex plus 1filll\begingroup\small

Modified: trunk/tp/Texinfo/Common.pm
===================================================================
--- trunk/tp/Texinfo/Common.pm  2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/tp/Texinfo/Common.pm  2017-09-16 19:18:19 UTC (rev 7951)
@@ -71,7 +71,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 # i18n
 sub N__($)

Modified: trunk/tp/Texinfo/Convert/Converter.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Converter.pm       2017-09-04 18:29:40 UTC (rev 
7950)
+++ trunk/tp/Texinfo/Convert/Converter.pm       2017-09-16 19:18:19 UTC (rev 
7951)
@@ -60,7 +60,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 1,

Modified: trunk/tp/Texinfo/Convert/DocBook.pm
===================================================================
--- trunk/tp/Texinfo/Convert/DocBook.pm 2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/tp/Texinfo/Convert/DocBook.pm 2017-09-16 19:18:19 UTC (rev 7951)
@@ -55,7 +55,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 my $nbsp = '&#'.hex('00A0').';';
 my $mdash = '&#'.hex('2014').';';

Modified: trunk/tp/Texinfo/Convert/HTML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/HTML.pm    2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/tp/Texinfo/Convert/HTML.pm    2017-09-16 19:18:19 UTC (rev 7951)
@@ -64,7 +64,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 # misc commands that are of use for formatting.
 my %formatting_misc_commands = 
%Texinfo::Convert::Text::formatting_misc_commands;

Modified: trunk/tp/Texinfo/Convert/IXIN.pm
===================================================================
--- trunk/tp/Texinfo/Convert/IXIN.pm    2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/tp/Texinfo/Convert/IXIN.pm    2017-09-16 19:18:19 UTC (rev 7951)
@@ -54,7 +54,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 my $ixin_version = 1;
 

Modified: trunk/tp/Texinfo/Convert/IXINSXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/IXINSXML.pm        2017-09-04 18:29:40 UTC (rev 
7950)
+++ trunk/tp/Texinfo/Convert/IXINSXML.pm        2017-09-16 19:18:19 UTC (rev 
7951)
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 0,

Modified: trunk/tp/Texinfo/Convert/Info.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Info.pm    2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/tp/Texinfo/Convert/Info.pm    2017-09-16 19:18:19 UTC (rev 7951)
@@ -49,7 +49,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 my $STDIN_DOCU_NAME = 'stdin';
 

Modified: trunk/tp/Texinfo/Convert/Paragraph.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Paragraph.pm       2017-09-04 18:29:40 UTC (rev 
7950)
+++ trunk/tp/Texinfo/Convert/Paragraph.pm       2017-09-16 19:18:19 UTC (rev 
7951)
@@ -20,7 +20,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.4.91';
+our $VERSION = '6.5';
 
 use Texinfo::XSLoader;
 

Modified: trunk/tp/Texinfo/Convert/Plaintext.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Plaintext.pm       2017-09-04 18:29:40 UTC (rev 
7950)
+++ trunk/tp/Texinfo/Convert/Plaintext.pm       2017-09-16 19:18:19 UTC (rev 
7951)
@@ -70,7 +70,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 # misc commands that are of use for formatting.
 my %formatting_misc_commands = 
%Texinfo::Convert::Text::formatting_misc_commands;

Modified: trunk/tp/Texinfo/Convert/Texinfo.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Texinfo.pm 2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/tp/Texinfo/Convert/Texinfo.pm 2017-09-16 19:18:19 UTC (rev 7951)
@@ -47,7 +47,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 my %misc_commands            = %Texinfo::Common::misc_commands;
 my %brace_commands           = %Texinfo::Common::brace_commands;    

Modified: trunk/tp/Texinfo/Convert/TexinfoSXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/TexinfoSXML.pm     2017-09-04 18:29:40 UTC (rev 
7950)
+++ trunk/tp/Texinfo/Convert/TexinfoSXML.pm     2017-09-16 19:18:19 UTC (rev 
7951)
@@ -50,7 +50,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 # SXML specific
 my %defaults = (

Modified: trunk/tp/Texinfo/Convert/TexinfoXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/TexinfoXML.pm      2017-09-04 18:29:40 UTC (rev 
7950)
+++ trunk/tp/Texinfo/Convert/TexinfoXML.pm      2017-09-16 19:18:19 UTC (rev 
7951)
@@ -52,7 +52,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 # XML specific
 my %defaults = (

Modified: trunk/tp/Texinfo/Convert/Text.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Text.pm    2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/tp/Texinfo/Convert/Text.pm    2017-09-16 19:18:19 UTC (rev 7951)
@@ -55,7 +55,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 # this is in fact not needed for 'footnote', 'shortcaption', 'caption'
 # when they have no brace_command_arg, see below.

Modified: trunk/tp/Texinfo/MiscXS.pm
===================================================================
--- trunk/tp/Texinfo/MiscXS.pm  2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/tp/Texinfo/MiscXS.pm  2017-09-16 19:18:19 UTC (rev 7951)
@@ -22,7 +22,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.4.91';
+our $VERSION = '6.5';
 
 use Texinfo::XSLoader;
 

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/tp/Texinfo/Parser.pm  2017-09-16 19:18:19 UTC (rev 7951)
@@ -106,7 +106,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 sub N__($)
 {

Modified: trunk/tp/Texinfo/Structuring.pm
===================================================================
--- trunk/tp/Texinfo/Structuring.pm     2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/tp/Texinfo/Structuring.pm     2017-09-16 19:18:19 UTC (rev 7951)
@@ -70,7 +70,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.4.91';
+$VERSION = '6.5';
 
 
 my %types_to_enter;

Modified: trunk/tp/Texinfo/XSLoader.pm
===================================================================
--- trunk/tp/Texinfo/XSLoader.pm        2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/tp/Texinfo/XSLoader.pm        2017-09-16 19:18:19 UTC (rev 7951)
@@ -23,7 +23,7 @@
 
 our $TEXINFO_XS;
 
-our $VERSION = '6.4.91';
+our $VERSION = '6.5';
 
 our $disable_XS;
 

Modified: trunk/util/pdftexi2dvi
===================================================================
--- trunk/util/pdftexi2dvi      2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/util/pdftexi2dvi      2017-09-16 19:18:19 UTC (rev 7951)
@@ -25,7 +25,7 @@
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.4) $rcs_version
+texi2pdf (GNU Texinfo 6.5) $rcs_version
 
 Copyright (C) 2017 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

Modified: trunk/util/texi2dvi
===================================================================
--- trunk/util/texi2dvi 2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/util/texi2dvi 2017-09-16 19:18:19 UTC (rev 7951)
@@ -219,7 +219,7 @@
 version ()
 {
   cat <<EOF
-texi2dvi (GNU Texinfo 6.4) $rcs_version
+texi2dvi (GNU Texinfo 6.5) $rcs_version
 
 Copyright (C) 2017 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

Modified: trunk/util/texi2pdf
===================================================================
--- trunk/util/texi2pdf 2017-09-04 18:29:40 UTC (rev 7950)
+++ trunk/util/texi2pdf 2017-09-16 19:18:19 UTC (rev 7951)
@@ -25,7 +25,7 @@
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.4) $rcs_version
+texi2pdf (GNU Texinfo 6.5) $rcs_version
 
 Copyright (C) 2017 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>




reply via email to

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