Skip to content

Commit

Permalink
bump version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnjp committed Mar 16, 2021
1 parent 05c2588 commit f5ec589
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions NEWS
Expand Up @@ -2,6 +2,13 @@ NEWS for texdoc
===============
(This file public domain.)

Version 3.3 (TeX Live 2021)
===========================
- Show all possible config files for -vf
- Show diagnostic message of DISPLAY only if viewer failed
- Alias adjustments
- Documentation tweaks

Version 3.2.2
-------------
- Several aliases are added
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# Texdoc 3.2.2 (2020-09-16)
# Texdoc 3.3 (2021-03-17)

[![Build Status](https://travis-ci.org/TeX-Live/texdoc.svg?branch=master)](https://travis-ci.org/TeX-Live/texdoc)
[![Build status](https://ci.appveyor.com/api/projects/status/uq28ms7eba7ns6d3/branch/master?svg=true)](https://ci.appveyor.com/project/wtsnjp/texdoc/branch/master)
Expand Down Expand Up @@ -106,7 +106,7 @@ More specific information, such as the TODO list of this project and some inform

## Copyright and License

Copyright 2008-2020 Manuel Pégourié-Gonnard, Takuto Asakura, the TeX Live Team.
Copyright 2008-2021 Manuel Pégourié-Gonnard, Takuto Asakura, the TeX Live Team.

This package is distributed under the terms of the GNU General Public License as published by the Free Software Foundation, either [version 3](./COPYING) of the License, or (at your option) any later version.

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -6,7 +6,7 @@ require 'optparse'
require 'date'

# basics
TEXDOC_VERSION = "3.2.2"
TEXDOC_VERSION = "3.3"
PKG_NAME = "texdoc-#{TEXDOC_VERSION}"

# woking/temporaly dirs
Expand Down
2 changes: 1 addition & 1 deletion doc/texdoc.1.md
Expand Up @@ -103,7 +103,7 @@ Source: <https://github.com/TeX-Live/texdoc>

## COPYRIGHT

Copyright 2008-2020 Manuel Pe'gourie'-Gonnard, Takuto Asakura, the TeX Live Team.
Copyright 2008-2021 Manuel Pe'gourie'-Gonnard, Takuto Asakura, the TeX Live Team.
License: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.

Expand Down
8 changes: 4 additions & 4 deletions doc/texdoc.tex
@@ -1,14 +1,14 @@
%#!xelatex
% Texdoc user manual
% Copyright 2008-2020 Manuel Pégourié-Gonnard and Takuto Asakura
% Copyright 2008-2021 Manuel Pégourié-Gonnard and Takuto Asakura
% distributed under the terms of GPL v3 or later
\documentclass{texdoc-doc}

\title{Texdoc}
\subtitle{Find \& view documentation in \TL}
\pkgurl{https://tug.org/texdoc/}
\author{Manuel Pégourié-Gonnard\and Takuto Asakura}
\date{v3.2.2\quad \today}
\date{v3.3\quad \today}

\begin{document}

Expand Down Expand Up @@ -281,7 +281,7 @@ \subsection{Precedence of configuration sources}
\begin{enumerate}
\item |texdoc-«platform».cnf| where |«platform»| is the name of the current
platform (defined as the name of the directories where the {\TL}
binaries are located, for example |x86-64-linux|). This may be useful when
binaries are located, for example |x86_64-linux|). This may be useful when
an installation is shared across machines with different architectures
needing different settings, for example for viewers. Their use is not
recommended in any other situation.
Expand Down Expand Up @@ -731,7 +731,7 @@ \section{Licence}
\label{sec:licence}

The current version of Texdoc program and its documentation are copyright
2008--2020 Manuel Pégourié-Gonnard, Takuto Asakura, the {\TL} Team.
2008--2021 Manuel Pégourié-Gonnard, Takuto Asakura, the {\TL} Team.

They are free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions script/texdoclib-const.tlu
Expand Up @@ -22,8 +22,8 @@ end
-- progname and version
fullname = kpse.find_file('texdoc/texdoclib', 'lua')
progname = 'Texdoc'
version = '3.2.2'
release_date = '2020-09-16'
version = '3.3'
release_date = '2021-03-17'

-- make sure to update setup_config_from_cl() accordingly
-- and set a default value in setup_config_from_defaults() if relevant
Expand Down Expand Up @@ -64,7 +64,7 @@ Repository: <https://github.com/TeX-Live/texdoc>
Please email bugs to <texdoc@tug.org>.]]

copyright_msg = [[
Copyright 2008-2020 Manuel Pégourié-Gonnard, Takuto Asakura, the TeX Live Team.
Copyright 2008-2021 Manuel Pégourié-Gonnard, Takuto Asakura, the TeX Live Team.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.]]

Expand Down
2 changes: 1 addition & 1 deletion script/texdoclib.tlu
@@ -1,7 +1,7 @@
-- texdoclib.tlu: the texdoc library

--[[
Copyright 2008-2020 Manuel Pégourié-Gonnard, Takuto Asakura, the TeX Live Team.
Copyright 2008-2021 Manuel Pégourié-Gonnard, Takuto Asakura, the TeX Live Team.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Expand Down
2 changes: 1 addition & 1 deletion spec/action/version_spec.rb
Expand Up @@ -8,7 +8,7 @@
<<~EXPECTED
Texdoc #{version} (#{release_date})
Copyright 2008-2020 Manuel Pégourié-Gonnard, Takuto Asakura, the TeX Live Team.
Copyright 2008-2021 Manuel Pégourié-Gonnard, Takuto Asakura, the TeX Live Team.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
EXPECTED
Expand Down
4 changes: 2 additions & 2 deletions spec/support/shared_contexts/version_context.rb
@@ -1,4 +1,4 @@
shared_context "version" do
let(:version) { "3.2.2" }
let(:release_date) { "2020-09-16" }
let(:version) { "3.3" }
let(:release_date) { "2021-03-17" }
end

0 comments on commit f5ec589

Please sign in to comment.