texinfo-commits
[Top][All Lists]
Advanced

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

[7358] 6.3


From: gavinsmith0123
Subject: [7358] 6.3
Date: Sat, 10 Sep 2016 20:26:37 +0000 (UTC)

Revision: 7358
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7358
Author:   gavin
Date:     2016-09-10 20:26:36 +0000 (Sat, 10 Sep 2016)
Log Message:
-----------
6.3

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/NEWS
    trunk/configure.ac
    trunk/doc/refcard/txirefcard.tex
    trunk/doc/version-stnd.texi
    trunk/doc/version.texi
    trunk/texindex/texindex.awk
    trunk/tp/Texinfo/Convert/XSParagraph/TestXS.pm
    trunk/tp/Texinfo/Convert/XSParagraph/configure.ac
    trunk/util/pdftexi2dvi
    trunk/util/texi2dvi
    trunk/util/texi2pdf

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-09-10 15:50:35 UTC (rev 7357)
+++ trunk/ChangeLog     2016-09-10 20:26:36 UTC (rev 7358)
@@ -1,5 +1,15 @@
 2016-09-10  Gavin Smith  <address@hidden>
 
+       6.3 release.
+       * configure.ac, NEWS, util/texi2dvi, util/texi2pdf,
+       doc/refcard/txirefcard.tex, texindex/texindex.awk:
+       Version number.
+       * tp/Texinfo: Update version numbers in modules.
+       * tp/Texinfo/Convert/XSParagraph/TestXS.pm,
+       * tp/Texinfo/Convert/XSParagraph/configure.ac: Version number.
+
+2016-09-10  Gavin Smith  <address@hidden>
+
        * tp/tests/README: Mention that the tests must be run before the 
        reference results can be updated.
 

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS  2016-09-10 15:50:35 UTC (rev 7357)
+++ trunk/NEWS  2016-09-10 20:26:36 UTC (rev 7358)
@@ -11,7 +11,7 @@
   notice and this notice are preserved.
 
 -------------------------------------------------------------------------------
-6.2 (10 September 2016)
+6.3 (10 September 2016)
 
 * Language:
   . The commands address@hidden' and
@@ -47,7 +47,9 @@
 * info:
   . Handling of "invalid" value in infokey file fixed.
 
+6.2 (withdrawn)
 
+
 
 6.1 (06 February 2016)
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2016-09-10 15:50:35 UTC (rev 7357)
+++ trunk/configure.ac  2016-09-10 20:26:36 UTC (rev 7358)
@@ -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.2], address@hidden)
+AC_INIT([GNU Texinfo], [6.3], 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    2016-09-10 15:50:35 UTC (rev 7357)
+++ trunk/doc/refcard/txirefcard.tex    2016-09-10 20:26:36 UTC (rev 7358)
@@ -50,7 +50,7 @@
 % Summary node in the Texinfo manual, originally written by Bob Chassell.
 
 \def\versionyear{2016}          % year manual was updated
-\def\versionTexinfo{6.2}        % version of Texinfo this manual is for
+\def\versionTexinfo{6.3}        % version of Texinfo this manual is for
 
 \def\copyrightnotice{%
 \vskip 1ex plus 1filll\begingroup\small

Modified: trunk/doc/version-stnd.texi
===================================================================
--- trunk/doc/version-stnd.texi 2016-09-10 15:50:35 UTC (rev 7357)
+++ trunk/doc/version-stnd.texi 2016-09-10 20:26:36 UTC (rev 7358)
@@ -1,4 +1,4 @@
 @set UPDATED 6 February 2016
 @set UPDATED-MONTH February 2016
address@hidden EDITION 6.2
address@hidden VERSION 6.2
address@hidden EDITION 6.3
address@hidden VERSION 6.3

Modified: trunk/doc/version.texi
===================================================================
--- trunk/doc/version.texi      2016-09-10 15:50:35 UTC (rev 7357)
+++ trunk/doc/version.texi      2016-09-10 20:26:36 UTC (rev 7358)
@@ -1,4 +1,4 @@
 @set UPDATED 30 July 2016
 @set UPDATED-MONTH July 2016
address@hidden EDITION 6.2
address@hidden VERSION 6.2
address@hidden EDITION 6.3
address@hidden VERSION 6.3

Modified: trunk/texindex/texindex.awk
===================================================================
--- trunk/texindex/texindex.awk 2016-09-10 15:50:35 UTC (rev 7357)
+++ trunk/texindex/texindex.awk 2016-09-10 20:26:36 UTC (rev 7358)
@@ -161,7 +161,7 @@
   EXIT_SUCCESS = 0
   EXIT_FAILURE = 1
   
-  Texindex_version = "6.2"
+  Texindex_version = "6.3"
   if (! Invocation_name) {
     # provide fallback in case it's not passed in.
     Invocation_name = "texindex"

Modified: trunk/tp/Texinfo/Convert/XSParagraph/TestXS.pm
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/TestXS.pm      2016-09-10 15:50:35 UTC 
(rev 7357)
+++ trunk/tp/Texinfo/Convert/XSParagraph/TestXS.pm      2016-09-10 20:26:36 UTC 
(rev 7358)
@@ -138,7 +138,7 @@
 #print STDERR "loadable object is at $dlpath\n";
 
 my $module = "TestXS";
-our $module_version = '6.0';
+our $module_version = '6.3';
 
 my $flags = 0;
 my $libref = DynaLoader::dl_load_file($dlpath, $flags);

Modified: trunk/tp/Texinfo/Convert/XSParagraph/configure.ac
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/configure.ac   2016-09-10 15:50:35 UTC 
(rev 7357)
+++ trunk/tp/Texinfo/Convert/XSParagraph/configure.ac   2016-09-10 20:26:36 UTC 
(rev 7358)
@@ -10,7 +10,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([texinfo], [6.2])
+AC_INIT([texinfo], [6.3])
 AM_INIT_AUTOMAKE
 AC_CONFIG_MACRO_DIR([m4])
 

Modified: trunk/util/pdftexi2dvi
===================================================================
--- trunk/util/pdftexi2dvi      2016-09-10 15:50:35 UTC (rev 7357)
+++ trunk/util/pdftexi2dvi      2016-09-10 20:26:36 UTC (rev 7358)
@@ -25,7 +25,7 @@
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.2) $rcs_version
+texi2pdf (GNU Texinfo 6.3) $rcs_version
 
 Copyright (C) 2016 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 2016-09-10 15:50:35 UTC (rev 7357)
+++ trunk/util/texi2dvi 2016-09-10 20:26:36 UTC (rev 7358)
@@ -219,7 +219,7 @@
 version ()
 {
   cat <<EOF
-texi2dvi (GNU Texinfo 6.2) $rcs_version
+texi2dvi (GNU Texinfo 6.3) $rcs_version
 
 Copyright (C) 2016 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 2016-09-10 15:50:35 UTC (rev 7357)
+++ trunk/util/texi2pdf 2016-09-10 20:26:36 UTC (rev 7358)
@@ -25,7 +25,7 @@
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.2) $rcs_version
+texi2pdf (GNU Texinfo 6.3) $rcs_version
 
 Copyright (C) 2016 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]