summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-05 17:23:27 +0000
committerKarl Berry <karl@freefriends.org>2024-02-05 17:23:27 +0000
commit35f7b3a0cedb2346172d0fd6465ff905de3c9ca6 (patch)
treed99453d7b9d1f9c748b5662346ca06f1bec0c9c5 /Build/source/texk/dvipsk
parente81413aed91a4cb3b4ed3be18acd6b8c289e2a7a (diff)
version/NEWS preparing for 2024
git-svn-id: svn://tug.org/texlive/trunk@69711 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk')
-rw-r--r--Build/source/texk/dvipsk/ChangeLog9
-rw-r--r--Build/source/texk/dvipsk/NEWS3
-rw-r--r--Build/source/texk/dvipsk/afm2tfm.c2
-rwxr-xr-xBuild/source/texk/dvipsk/configure22
-rw-r--r--Build/source/texk/dvipsk/configure.ac4
-rw-r--r--Build/source/texk/dvipsk/dvips.h4
-rw-r--r--Build/source/texk/dvipsk/dvips.info4
-rw-r--r--Build/source/texk/dvipsk/dvips.texi4
8 files changed, 32 insertions, 20 deletions
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog
index 6057b341395..d7be1c83055 100644
--- a/Build/source/texk/dvipsk/ChangeLog
+++ b/Build/source/texk/dvipsk/ChangeLog
@@ -1,3 +1,12 @@
+2024-02-05 Karl Berry <karl@freefriends.org>
+
+ * NEWS,
+ * afm2tfm.c,
+ * dvips.c,
+ * dvips.h,
+ * dvips.texi,
+ * configure.ac: version 2024.1 and copyright 2024.
+
2023-08-26 Karl Berry <karl@freefriends.org>
* writet1.c (t1_builtin_enc): sync change from pdftexdir/writet1.c
diff --git a/Build/source/texk/dvipsk/NEWS b/Build/source/texk/dvipsk/NEWS
index 35a57719b0f..58429f6144c 100644
--- a/Build/source/texk/dvipsk/NEWS
+++ b/Build/source/texk/dvipsk/NEWS
@@ -1,6 +1,9 @@
$Id$
This file records noteworthy changes. (Public domain.)
+dvips 2024.1 (TeX Live 2024):
+ Support for multibyte characters in virtual fonts to OFM fonts for (u)pTeX.
+
dvips 2023.1 (TeX Live 2023):
Check --help and --version early to avoid looking for texmf.cnf.
diff --git a/Build/source/texk/dvipsk/afm2tfm.c b/Build/source/texk/dvipsk/afm2tfm.c
index 1c2a3f52637..06207bd5b81 100644
--- a/Build/source/texk/dvipsk/afm2tfm.c
+++ b/Build/source/texk/dvipsk/afm2tfm.c
@@ -1562,7 +1562,7 @@ writevpl(void)
static void
version(FILE *f)
{
- fputs ("afm2tfm(k) (dvips(k) 2023.1) 8.4\n", f);
+ fputs ("afm2tfm(k) (dvips(k) 2024.1) 8.4\n", f);
fprintf (f, "%s\n", kpathsea_version_string);
fputs ("Copyright 2023 Radical Eye Software.\n\
There is NO warranty. You may redistribute this software\n\
diff --git a/Build/source/texk/dvipsk/configure b/Build/source/texk/dvipsk/configure
index d3cbb7a801a..b1a509f7b7d 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.72 for dvipsk (TeX Live) 2023.1.
+# Generated by GNU Autoconf 2.72 for dvipsk (TeX Live) 2024.1.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -614,8 +614,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='dvipsk (TeX Live)'
PACKAGE_TARNAME='dvipsk--tex-live-'
-PACKAGE_VERSION='2023.1'
-PACKAGE_STRING='dvipsk (TeX Live) 2023.1'
+PACKAGE_VERSION='2024.1'
+PACKAGE_STRING='dvipsk (TeX Live) 2024.1'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1363,7 +1363,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 (TeX Live) 2023.1 to adapt to many kinds of systems.
+'configure' configures dvipsk (TeX Live) 2024.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1435,7 +1435,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of dvipsk (TeX Live) 2023.1:";;
+ short | recursive ) echo "Configuration of dvipsk (TeX Live) 2024.1:";;
esac
cat <<\_ACEOF
@@ -1555,7 +1555,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-dvipsk (TeX Live) configure 2023.1
+dvipsk (TeX Live) configure 2024.1
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -2336,7 +2336,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 (TeX Live) $as_me 2023.1, which was
+It was created by dvipsk (TeX Live) $as_me 2024.1, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
@@ -8898,7 +8898,7 @@ fi
# Define the identity of the package.
PACKAGE='dvipsk--tex-live-'
- VERSION='2023.1'
+ VERSION='2024.1'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -15357,7 +15357,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-dvipsk (TeX Live) config.lt 2023.1
+dvipsk (TeX Live) config.lt 2024.1
configured by $0, generated by GNU Autoconf 2.72.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -16985,7 +16985,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 (TeX Live) $as_me 2023.1, which was
+This file was extended by dvipsk (TeX Live) $as_me 2024.1, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17053,7 +17053,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
-dvipsk (TeX Live) config.status 2023.1
+dvipsk (TeX Live) config.status 2024.1
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/texk/dvipsk/configure.ac b/Build/source/texk/dvipsk/configure.ac
index 510e698b7ea..5fe6c2c6127 100644
--- a/Build/source/texk/dvipsk/configure.ac
+++ b/Build/source/texk/dvipsk/configure.ac
@@ -1,14 +1,14 @@
dnl $Id$
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright 2016-2023 Karl Berry <tex-live@tug.org>
+dnl Copyright 2016-2024 Karl Berry <tex-live@tug.org>
dnl Copyright 2009-2015 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 (TeX Live)], [2023.1], [tex-k@tug.org])
+AC_INIT([dvipsk (TeX Live)], [2024.1], [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.h b/Build/source/texk/dvipsk/dvips.h
index b36af9a3deb..6b79d53b7ab 100644
--- a/Build/source/texk/dvipsk/dvips.h
+++ b/Build/source/texk/dvipsk/dvips.h
@@ -1,5 +1,5 @@
/* $Id$
- * Copyright 1986-2023 Tomas Rokicki.
+ * Copyright 1986-2024 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) " VERSION " (" TL_VERSION ") Copyright 2023 Radical Eye Software"
+"This is dvips(k) " VERSION " (" TL_VERSION ") Copyright 2024 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 93020bf9632..1422d814de9 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 6.5 from dvips.texi.
-This manual documents Dvips version 2023.1 (February 2022), a program to
+This manual documents Dvips version 2024.1 (February 2024), 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 2023.1 (February 2022), a program to
+This manual documents Dvips version 2024.1 (February 2024), 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 4716e997d0b..74bbeff8d18 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 2023.1
-@set month-year February 2022
+@set version 2024.1
+@set month-year February 2024
@copying
This manual documents Dvips version @value{version}