texlive[41571] trunk: increment versions and append /dev in autoconf

commits+karl at tug.org commits+karl at tug.org
Thu Jun 30 01:09:13 CEST 2016


Revision: 41571
          http://tug.org/svn/texlive?view=revision&revision=41571
Author:   karl
Date:     2016-06-30 01:09:13 +0200 (Thu, 30 Jun 2016)
Log Message:
-----------
increment versions and append /dev in autoconf source files,
to prepare for TL17.

Modified Paths:
--------------
    trunk/Build/source/ChangeLog
    trunk/Build/source/tardate.ac
    trunk/Build/source/texk/kpathsea/ChangeLog
    trunk/Build/source/texk/kpathsea/doc/kpathsea.info
    trunk/Build/source/texk/kpathsea/doc/kpathsea.texi
    trunk/Build/source/texk/kpathsea/version.ac
    trunk/Build/source/texk/ptexenc/ChangeLog
    trunk/Build/source/texk/ptexenc/version.ac
    trunk/Build/source/version.ac
    trunk/Master/tlpkg/doc/releng.txt

Property Changed:
----------------
    trunk/Build/source/tardate.ac

Modified: trunk/Build/source/ChangeLog
===================================================================
--- trunk/Build/source/ChangeLog	2016-06-29 23:08:49 UTC (rev 41570)
+++ trunk/Build/source/ChangeLog	2016-06-29 23:09:13 UTC (rev 41571)
@@ -1,3 +1,9 @@
+2016-06-30  Karl Berry  <karl at tug.org>
+
+	* version.ac (tex_live_version): 2016 => 2017/dev.
+	* tardate.ac (tex_live_tardate): 2015-05-12 => 2016-05-23.
+	(Though this is not used for any release.)
+
 2016-03-16  Karl Berry  <karl at tug.org>
 
 	* Build: check for exitstatus.txt not having an exit status.
@@ -579,3 +585,5 @@
 	* texk/web2c/omegadir/com16bit.ch, alephdir/com16bit-rc2.ch
 	(sup_main_memory, sup_save_size): increase per tex.ch.
 	From Akira.
+
+(This ChangeLog file public domain.)

Modified: trunk/Build/source/tardate.ac
===================================================================
--- trunk/Build/source/tardate.ac	2016-06-29 23:08:49 UTC (rev 41570)
+++ trunk/Build/source/tardate.ac	2016-06-29 23:09:13 UTC (rev 41571)
@@ -1,6 +1,7 @@
+dnl $Id$
+dnl   Copyright 2016 Karl Berry <tex-live at tug.org>
+dnl   Copyright 2010-2015 Peter Breitenlohner <tex-live at tug.org>
 dnl
-dnl   Copyright (C) 2010-2015 Peter Breitenlohner <tex-live at tug.org>
-dnl
 dnl   This file is free software; the copyright holder
 dnl   gives unlimited permission to copy and/or distribute it,
 dnl   with or without modifications, as long as this notice is preserved.
@@ -8,4 +9,4 @@
 dnl --------------------------------------------------------
 dnl
 dnl  m4-include this file to define the current TeX Live tarball version
-m4_define([tex_live_tardate], [2015-06-12])
+m4_define([tex_live_tardate], [2016-05-23])


Property changes on: trunk/Build/source/tardate.ac
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog	2016-06-29 23:08:49 UTC (rev 41570)
+++ trunk/Build/source/texk/kpathsea/ChangeLog	2016-06-29 23:09:13 UTC (rev 41571)
@@ -1,3 +1,7 @@
+2016-06-30  Karl Berry  <karl at tug.org>
+
+	* version.ac (kpse_version): 6.2.2 => 6.2.3dev.
+
 2016-06-29  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	* kpsewhich.c: Remove unnecessary w32 changes,

Modified: trunk/Build/source/texk/kpathsea/doc/kpathsea.info
===================================================================
--- trunk/Build/source/texk/kpathsea/doc/kpathsea.info	2016-06-29 23:08:49 UTC (rev 41570)
+++ trunk/Build/source/texk/kpathsea/doc/kpathsea.info	2016-06-29 23:09:13 UTC (rev 41571)
@@ -37,7 +37,7 @@
 ****************
 
 This manual documents the Kpathsea library for path searching.  It
-corresponds to version 6.2.2, released in Aprile 2016.
+corresponds to version 6.2.3dev, released in June 2016.
 
 * Menu:
 
@@ -61,8 +61,8 @@
 1 Introduction
 **************
 
-This manual corresponds to version 6.2.2 of the Kpathsea library,
-released in Aprile 2016.
+This manual corresponds to version 6.2.3dev of the Kpathsea library,
+released in June 2016.
 
    The library's fundamental purpose is to return a filename from a list
 of directories specified by the user, similar to what shells do when
@@ -3637,58 +3637,58 @@
 
 Tag Table:
 Node: Top1480
-Node: Introduction2261
-Node: History4208
-Node: unixtex.ftp8805
-Node: Security10300
-Node: TeX directory structure12804
-Node: Path searching16852
-Node: Searching overview17510
-Node: Path sources20905
-Node: Config files21963
-Node: Path expansion25890
-Node: Default expansion26839
-Node: Variable expansion28909
-Node: Tilde expansion30310
-Node: Brace expansion31290
-Node: KPSE_DOT expansion32215
-Node: Subdirectory expansion32728
-Node: Filename database35082
-Node: ls-R36136
-Node: Filename aliases39031
-Node: Database format40209
-Node: Invoking kpsewhich41222
-Node: Path searching options42177
-Node: Specially-recognized files50097
-Node: Auxiliary tasks51452
-Node: Standard options53791
-Node: TeX support54147
-Node: Supported file formats55499
-Node: File lookup63164
-Node: Glyph lookup64913
-Node: Basic glyph lookup66037
-Node: Fontmap66917
-Node: Fallback font69338
-Node: Suppressing warnings70250
-Node: mktex scripts71377
-Node: mktex configuration72592
-Node: mktex script names78395
-Node: mktex script arguments79781
-Node: Programming80660
-Node: Programming overview81182
-Node: Calling sequence83879
-Node: Program-specific files90411
-Node: Programming with config files91434
-Node: Reporting bugs92746
-Node: Bug checklist93424
-Node: Mailing lists96896
-Node: Debugging97571
-Node: Logging102648
-Node: Common problems104515
-Node: Unable to find files104992
-Node: Slow path searching107402
-Node: Unable to generate fonts108777
-Node: TeX or Metafont failing111248
-Node: Index112601
+Node: Introduction2262
+Node: History4210
+Node: unixtex.ftp8807
+Node: Security10302
+Node: TeX directory structure12806
+Node: Path searching16854
+Node: Searching overview17512
+Node: Path sources20907
+Node: Config files21965
+Node: Path expansion25892
+Node: Default expansion26841
+Node: Variable expansion28911
+Node: Tilde expansion30312
+Node: Brace expansion31292
+Node: KPSE_DOT expansion32217
+Node: Subdirectory expansion32730
+Node: Filename database35084
+Node: ls-R36138
+Node: Filename aliases39033
+Node: Database format40211
+Node: Invoking kpsewhich41224
+Node: Path searching options42179
+Node: Specially-recognized files50099
+Node: Auxiliary tasks51454
+Node: Standard options53793
+Node: TeX support54149
+Node: Supported file formats55501
+Node: File lookup63166
+Node: Glyph lookup64915
+Node: Basic glyph lookup66039
+Node: Fontmap66919
+Node: Fallback font69340
+Node: Suppressing warnings70252
+Node: mktex scripts71379
+Node: mktex configuration72594
+Node: mktex script names78397
+Node: mktex script arguments79783
+Node: Programming80662
+Node: Programming overview81184
+Node: Calling sequence83881
+Node: Program-specific files90413
+Node: Programming with config files91436
+Node: Reporting bugs92748
+Node: Bug checklist93426
+Node: Mailing lists96898
+Node: Debugging97573
+Node: Logging102650
+Node: Common problems104517
+Node: Unable to find files104994
+Node: Slow path searching107404
+Node: Unable to generate fonts108779
+Node: TeX or Metafont failing111250
+Node: Index112603
 
 End Tag Table

Modified: trunk/Build/source/texk/kpathsea/doc/kpathsea.texi
===================================================================
--- trunk/Build/source/texk/kpathsea/doc/kpathsea.texi	2016-06-29 23:08:49 UTC (rev 41570)
+++ trunk/Build/source/texk/kpathsea/doc/kpathsea.texi	2016-06-29 23:09:13 UTC (rev 41571)
@@ -2,8 +2,8 @@
 @setfilename kpathsea.info
 @settitle Kpathsea: A library for path searching
 
- at set version 6.2.2
- at set month-year Aprile 2016
+ at set version 6.2.3dev
+ at set month-year June 2016
 
 @copying
 This file documents the Kpathsea library for path searching.

Modified: trunk/Build/source/texk/kpathsea/version.ac
===================================================================
--- trunk/Build/source/texk/kpathsea/version.ac	2016-06-29 23:08:49 UTC (rev 41570)
+++ trunk/Build/source/texk/kpathsea/version.ac	2016-06-29 23:09:13 UTC (rev 41571)
@@ -20,4 +20,4 @@
 dnl --------------------------------------------------------
 dnl
 dnl  this file is m4-included from configure.ac
-m4_define([kpse_version], [6.2.2])
+m4_define([kpse_version], [6.2.3/dev])

Modified: trunk/Build/source/texk/ptexenc/ChangeLog
===================================================================
--- trunk/Build/source/texk/ptexenc/ChangeLog	2016-06-29 23:08:49 UTC (rev 41570)
+++ trunk/Build/source/texk/ptexenc/ChangeLog	2016-06-29 23:09:13 UTC (rev 41571)
@@ -1,3 +1,7 @@
+2016-06-30  Karl Berry  <karl at tug.org>
+
+	* version.ac (ptexenc_version): 1.3.4 => 1.3.5dev.
+
 2016-03-06  Karl Berry  <karl at tug.org>
 
 	* version.ac: remove /dev for start of 2016 builds.
@@ -262,3 +266,5 @@
 2010-04-12  Peter Breitenlohner  <peb at mppmu.mpg.de>
 
 	* ptexenc.c (NOFILE) [MinGW32]: Always define it.
+
+(This ChangeLog file public domain.)

Modified: trunk/Build/source/texk/ptexenc/version.ac
===================================================================
--- trunk/Build/source/texk/ptexenc/version.ac	2016-06-29 23:08:49 UTC (rev 41570)
+++ trunk/Build/source/texk/ptexenc/version.ac	2016-06-29 23:09:13 UTC (rev 41571)
@@ -20,4 +20,4 @@
 dnl --------------------------------------------------------
 dnl
 dnl  this file is m4-included from configure.ac
-m4_define([ptexenc_version], [1.3.4])
+m4_define([ptexenc_version], [1.3.5dev])

Modified: trunk/Build/source/version.ac
===================================================================
--- trunk/Build/source/version.ac	2016-06-29 23:08:49 UTC (rev 41570)
+++ trunk/Build/source/version.ac	2016-06-29 23:09:13 UTC (rev 41571)
@@ -9,4 +9,4 @@
 dnl --------------------------------------------------------
 dnl
 dnl  m4-include this file to define the current TeX Live version
-m4_define([tex_live_version], [2016])
+m4_define([tex_live_version], [2017/dev])

Modified: trunk/Master/tlpkg/doc/releng.txt
===================================================================
--- trunk/Master/tlpkg/doc/releng.txt	2016-06-29 23:08:49 UTC (rev 41570)
+++ trunk/Master/tlpkg/doc/releng.txt	2016-06-29 23:09:13 UTC (rev 41571)
@@ -324,3 +324,7 @@
 #
 ~www/rss/tug.xml
 ~www/index.html
+
+- increment source versions, append /dev:
+Build/source/{version.ac,texk/{kpathsea,ptexenc}/version.ac
+Build/source/tardate.ac



More information about the tex-live-commits mailing list