Skip to content

Commit

Permalink
1.1.1 (20230508)
Browse files Browse the repository at this point in the history
  • Loading branch information
raforg committed May 8, 2023
1 parent 7afb7f6 commit a541302
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
=========

1.1.1 (20230508)

- Update internal minimail functions (UTF-8 detection, winmail.dat fix)

1.1 (20230313)

- Replace original June 1991 GPLv2 with February 1999 (post-LGPLv2.1) GPLv2
Expand Down Expand Up @@ -106,6 +110,6 @@ CHANGELOG
URL: https://raf.org/textmail
GIT: https://github.com/raforg/textmail
GIT: https://codeberg.org/raforg/textmail
Date: 20230313
Date: 20230508
Author: raf <raf@raf.org>

2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Copyright (C) 2003-2007, 2011, 2020-2023 raf <raf@raf.org>
URL: https://raf.org/textmail
GIT: https://github.com/raforg/textmail
GIT: https://codeberg.org/raforg/textmail
Date: 20230313
Date: 20230508
Author: raf <raf@raf.org>

2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Requires the following external programs for various functions:
URL: https://raf.org/textmail
GIT: https://github.com/raforg/textmail
GIT: https://codeberg.org/raforg/textmail
Date: 20230313
Date: 20230508
Author: raf <raf@raf.org>

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230313 raf <raf@raf.org>
# 20230508 raf <raf@raf.org>

NAME := textmail
VERSION := 1.1
VERSION := 1.1.1
DIST := $(NAME)-$(VERSION)
DISTDIR := ../$(DIST)
DISTFILE := ../$(DIST).tar.gz
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ License](https://www.gnu.org/licenses/), either version 2 of the License, or
*textmail* is written in Perl and executes several external
programs. It should run on any system with the following software:

- perl
- perl (v5.14 or later)
- docx2txt
- antiword
- catdoc
Expand All @@ -89,6 +89,6 @@ There is a manual entry:
URL: https://raf.org/textmail
GIT: https://github.com/raforg/textmail
GIT: https://codeberg.org/raforg/textmail
Date: 20230313
Date: 20230508
Author: raf <raf@raf.org>

8 changes: 4 additions & 4 deletions textmail
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use strict;
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# 20230313 raf <raf@raf.org>
# 20230508 raf <raf@raf.org>

=head1 NAME
Expand Down Expand Up @@ -502,7 +502,7 @@ C<https://raf.org/minimail>
=head1 AUTHOR
20230313 raf <raf@raf.org>
20230508 raf <raf@raf.org>
=head1 URL
Expand Down Expand Up @@ -1075,8 +1075,8 @@ sub winmail
# Documentation functions: usage and manpage (via $PAGER or as nroff or html)
my ($name) = $0 =~ /([^\/]+)$/;
my $version = '1.1';
my $date = '20230313';
my $version = '1.1.1';
my $date = '20230508';
$ENV{LANG} = 'C';
Expand Down

0 comments on commit a541302

Please sign in to comment.