diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-17 18:29:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-17 18:29:57 +0000 |
commit | 2a046a0d09862b83c0d636529029beb6ee569fbb (patch) | |
tree | 5b0c987057476d4edb4b8c7c9821fa8ce27a8bc5 /Build/source/texk/dvipsk | |
parent | c48eeed461f76189203596c521df5ea7fba401df (diff) |
bump versions for TL 2014 pretest
git-svn-id: svn://tug.org/texlive/trunk@33477 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk')
-rw-r--r-- | Build/source/texk/dvipsk/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/NEWS | 4 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/afm2tfm.c | 2 | ||||
-rwxr-xr-x | Build/source/texk/dvipsk/configure | 22 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/configure.ac | 4 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/dvips.c | 2 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/dvips.h | 4 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/dvips.info | 6 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/dvips.texi | 4 |
9 files changed, 29 insertions, 23 deletions
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index 51eccf3d3d8..27349e335cd 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -1,3 +1,7 @@ +2014-04-17 Karl Berry <karl@tug.org> + + * version 5.994 for TL'14. + 2014-01-27 TANAKA Takuji <KXD02663@nifty.ne.jp> * dvips.c: Revise procedure of reading command line arguments. diff --git a/Build/source/texk/dvipsk/NEWS b/Build/source/texk/dvipsk/NEWS index d8319a65691..8dde717dcab 100644 --- a/Build/source/texk/dvipsk/NEWS +++ b/Build/source/texk/dvipsk/NEWS @@ -1,6 +1,8 @@ This file records noteworthy changes. (Public domain.) - +dvips 5.994 (TeX Live 2014). + Omit UniqueID from subsets. + dvips 5.993 (TeX Live 2013). `m' value <= 0 now means no limit on vm. diff --git a/Build/source/texk/dvipsk/afm2tfm.c b/Build/source/texk/dvipsk/afm2tfm.c index 6d3b989f82c..722902466b8 100644 --- a/Build/source/texk/dvipsk/afm2tfm.c +++ b/Build/source/texk/dvipsk/afm2tfm.c @@ -1507,7 +1507,7 @@ version(FILE *f) { fputs ("afm2tfm(k) (dvips(k) 5.993) 8.3\n", f); fprintf (f, "%s\n", kpathsea_version_string); - fputs ("Copyright 2013 Radical Eye Software.\n\ + fputs ("Copyright 2014 Radical Eye Software.\n\ There is NO warranty. You may redistribute this software\n\ under the terms of the GNU General Public License\n\ and the Dvips copyright.\n\ diff --git a/Build/source/texk/dvipsk/configure b/Build/source/texk/dvipsk/configure index 07735aea53f..01fd8ce9381 100755 --- a/Build/source/texk/dvipsk/configure +++ b/Build/source/texk/dvipsk/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for dvipsk (TeXLive) 5.993. +# Generated by GNU Autoconf 2.69 for dvipsk (TeXLive) 5.994. # # Report bugs to <tex-k@tug.org>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='dvipsk (TeXLive)' PACKAGE_TARNAME='dvipsk--texlive-' -PACKAGE_VERSION='5.993' -PACKAGE_STRING='dvipsk (TeXLive) 5.993' +PACKAGE_VERSION='5.994' +PACKAGE_STRING='dvipsk (TeXLive) 5.994' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1327,7 +1327,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures dvipsk (TeXLive) 5.993 to adapt to many kinds of systems. +\`configure' configures dvipsk (TeXLive) 5.994 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1398,7 +1398,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dvipsk (TeXLive) 5.993:";; + short | recursive ) echo "Configuration of dvipsk (TeXLive) 5.994:";; esac cat <<\_ACEOF @@ -1515,7 +1515,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -dvipsk (TeXLive) configure 5.993 +dvipsk (TeXLive) configure 5.994 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2308,7 +2308,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by dvipsk (TeXLive) $as_me 5.993, which was +It was created by dvipsk (TeXLive) $as_me 5.994, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -7798,7 +7798,7 @@ fi # Define the identity of the package. PACKAGE='dvipsk--texlive-' - VERSION='5.993' + VERSION='5.994' cat >>confdefs.h <<_ACEOF @@ -13611,7 +13611,7 @@ Usage: $0 [OPTIONS] Report bugs to <bug-libtool@gnu.org>." lt_cl_version="\ -dvipsk (TeXLive) config.lt 5.993 +dvipsk (TeXLive) config.lt 5.994 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -15201,7 +15201,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by dvipsk (TeXLive) $as_me 5.993, which was +This file was extended by dvipsk (TeXLive) $as_me 5.994, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15267,7 +15267,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -dvipsk (TeXLive) config.status 5.993 +dvipsk (TeXLive) config.status 5.994 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/dvipsk/configure.ac b/Build/source/texk/dvipsk/configure.ac index 68a2e427181..502fc9d32c6 100644 --- a/Build/source/texk/dvipsk/configure.ac +++ b/Build/source/texk/dvipsk/configure.ac @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> +dnl Copyright 2009-2014 Peter Breitenlohner <tex-live@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. dnl -AC_INIT([dvipsk (TeXLive)], [5.993], [tex-k@tug.org]) +AC_INIT([dvipsk (TeXLive)], [5.994], [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([dvips.c]) AC_CONFIG_AUX_DIR([../../build-aux]) diff --git a/Build/source/texk/dvipsk/dvips.c b/Build/source/texk/dvipsk/dvips.c index a3d242abbea..d1a1ca75def 100644 --- a/Build/source/texk/dvipsk/dvips.c +++ b/Build/source/texk/dvipsk/dvips.c @@ -668,7 +668,7 @@ main(int argc, char **argv) } else if (strcmp (argv[1], "--version") == 0) { puts (BANNER); puts (kpathsea_version_string); - puts ("Copyright 2013 Radical Eye Software.\n\ + puts ("Copyright 2014 Radical Eye Software.\n\ There is NO warranty. You may redistribute this software\n\ under the terms of the GNU General Public License\n\ and the Dvips copyright.\n\ diff --git a/Build/source/texk/dvipsk/dvips.h b/Build/source/texk/dvipsk/dvips.h index daf7ff7ad7e..0c40ca34f8f 100644 --- a/Build/source/texk/dvipsk/dvips.h +++ b/Build/source/texk/dvipsk/dvips.h @@ -1,5 +1,5 @@ /* $Id$ - * Copyright 1986-2013 Tomas Rokicki. + * Copyright 1986-2014 Tomas Rokicki. * This is dvips, a freely redistributable PostScript driver * for dvi files. You may freely use, modify and/or distribute this * program or any portion thereof. @@ -15,7 +15,7 @@ #define CD_IDX(i) ((i>=MAX_2BYTES_CODE ? MAX_2BYTES_CODE : i)) #define BANNER \ -"This is dvips(k) 5.993 Copyright 2013 Radical Eye Software" +"This is dvips(k) 5.994 Copyright 2014 Radical Eye Software" #define BANNER2 "(www.radicaleye.com)" #ifdef KPATHSEA #include "config.h" diff --git a/Build/source/texk/dvipsk/dvips.info b/Build/source/texk/dvipsk/dvips.info index 71a64d83ba0..65e4c59c284 100644 --- a/Build/source/texk/dvipsk/dvips.info +++ b/Build/source/texk/dvipsk/dvips.info @@ -1,6 +1,6 @@ -This is dvips.info, produced by makeinfo version 5.1 from dvips.texi. +This is dvips.info, produced by makeinfo version 5.2 from dvips.texi. -This manual documents Dvips version 5.993 (April 2013), a program to +This manual documents Dvips version 5.994 (April 2014), a program to translate a DVI file into PostScript. You may freely use, modify and/or distribute this file. INFO-DIR-SECTION TeX @@ -16,7 +16,7 @@ File: dvips.info, Node: Top, Next: Why Dvips, Up: (dir) Dvips ***** -This manual documents Dvips version 5.993 (April 2013), a program to +This manual documents Dvips version 5.994 (April 2014), a program to translate a DVI file into PostScript. You may freely use, modify and/or distribute this file. diff --git a/Build/source/texk/dvipsk/dvips.texi b/Build/source/texk/dvipsk/dvips.texi index 208fe846749..63c4ea53d3f 100644 --- a/Build/source/texk/dvipsk/dvips.texi +++ b/Build/source/texk/dvipsk/dvips.texi @@ -2,8 +2,8 @@ @setfilename dvips.info @settitle Dvips: A DVI-to-PostScript translator -@set version 5.993 -@set month-year April 2013 +@set version 5.994 +@set month-year April 2014 @copying This manual documents Dvips version @value{version} |