From bdd8c1bf55c05b0d39116ae62f94b2800298c71c Mon Sep 17 00:00:00 2001 From: Fabian Kurz Date: Fri, 4 Mar 2022 17:21:05 +0100 Subject: [PATCH] Housekeeping: Version -> 0.8.5, DJ1YFK -> DJ5CW, ChangeLog... --- ChangeLog | 3 +++ Makefile | 6 ++---- README | 4 ++-- codetables.h | 4 +--- ebook2cw.1 | 2 +- ebook2cw.c | 4 ++-- ebook2cw.conf | 8 +++----- 7 files changed, 14 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index c7adfb0..d7c95c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 0.8.5 / unreleased Fabian Kurz * Allow output file names to be up to PATH_MAX (typ. 4096) characters long (tnx SQ6JNX) + * If the input file ends without a space or newline, don't + ignore the last word + * Change "ì" from ".." to ".---." (tnx IZ4APU) 0.8.4 / 2021-04-07 Fabian Kurz * If chapter separator is empty (-c "") or starts with diff --git a/Makefile b/Makefile index 70661eb..ddddee6 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ -# ebook2cw Makefile -- Fabian Kurz, DJ1YFK -- http://fkurz.net/ham/ebook2cw.html -# -# $Id$ +# ebook2cw Makefile -- Fabian Kurz, DJ5CW -- http://fkurz.net/ham/ebook2cw.html -VERSION=0.8.4 +VERSION=0.8.5 DESTDIR ?= /usr # Set to NO to compile without Lame/Ogg-vorbis support diff --git a/README b/README index 1d107aa..a8c0bea 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ebook2cw v0.8.4 - convert ebooks to morse code - Fabian Kurz, DJ1YFK +ebook2cw v0.8.4 - convert ebooks to morse code - Fabian Kurz, DJ5CW --------------------------------------------------------------------- Website: https://fkurz.net/ham/ebook2cw.html @@ -47,6 +47,6 @@ Content-Length: header which may be required for some clients. Contact ------- -Fabian Kurz, DJ1YFK +Fabian Kurz, DJ5CW (ex DJ1YFK) https://fkurz.net/ham/ebook2cw.html diff --git a/codetables.h b/codetables.h index 3ee6d67..b310d7e 100644 --- a/codetables.h +++ b/codetables.h @@ -1,9 +1,7 @@ /* * ISO 8859-1 and UTF-8 to Morse code mappings * This file is part of ebook2cw and may be used under the same terms (GPL) - * (C) 2008-2017 Fabian Kurz, DJ1YFK - * - * $Id$ + * (C) 2008-2022 Fabian Kurz, DJ5CW * * Currently included: ISO 8859-1 * - complete (all that can somehow be mapped) diff --git a/ebook2cw.1 b/ebook2cw.1 index 795165e..56779e7 100644 --- a/ebook2cw.1 +++ b/ebook2cw.1 @@ -147,7 +147,7 @@ ebook2cw can also be compiled to run as a CGI to serve MP3 and OGG files on the fly for web applications. .SH AUTHOR -Fabian Kurz, DJ1YFK +Fabian Kurz, DJ5CW https://fkurz.net/ham/ebook2cw.html .SH "SEE ALSO" diff --git a/ebook2cw.c b/ebook2cw.c index c2d99c6..4933737 100644 --- a/ebook2cw.c +++ b/ebook2cw.c @@ -1,7 +1,7 @@ /* ebook2cw - converts an ebook to Morse MP3/OGG-files -Copyright (C) 2007 - 2021 Fabian Kurz, DJ1YFK +Copyright (C) 2007 - 2022 Fabian Kurz, DJ5CW https://fkurz.net/ham/ebook2cw.html @@ -269,7 +269,7 @@ int main (int argc, char** argv) { return EXIT_FAILURE; } - printf(_("ebook2cw %s - (c) 2007 - 2021 by Fabian Kurz, DJ1YFK\n\n"), VERSION); + printf(_("ebook2cw %s - (c) 2007 - 2022 by Fabian Kurz, DJ5CW\n\n"), VERSION); /* * Find and read ebook2cw.conf diff --git a/ebook2cw.conf b/ebook2cw.conf index 14b6dc0..35d8b61 100644 --- a/ebook2cw.conf +++ b/ebook2cw.conf @@ -1,10 +1,8 @@ # ebook2cw configuration file # -# ebook2cw (c) 2008 by Fabian Kurz, DJ1YFK +# ebook2cw (c) 2008 - 2022 Fabian Kurz, DJ5CW # http://fkurz.net/ham/ebook2cw.html # -# $Id$ -# # In this file you can set the default parameters which ebook2cw # uses. These parameters can be overridden by command line parameters. # @@ -24,8 +22,8 @@ f=700 # ebook2cw by default supports almost all known special characters in CW, # like umlauts, accented letters, etc. Complete tables are available at -# http://fkurz.net/ham/codes.html (UTF-8) and -# http://fkurz.net/ham/codes2.html (ISO 8859-1) +# https://fkurz.net/ham/codes.html (UTF-8) and +# https://fkurz.net/ham/codes2.html (ISO 8859-1) # # Many of these symbols are pretty unusual though, like the exclamation # mark (! = ..--.) and you may prefer to replace them with a different