Housekeeping: Version -> 0.8.5, DJ1YFK -> DJ5CW, ChangeLog...

This commit is contained in:
Fabian Kurz 2022-03-04 17:21:05 +01:00
parent af733c4da1
commit bdd8c1bf55
7 changed files with 14 additions and 17 deletions

View File

@ -1,6 +1,9 @@
0.8.5 / unreleased Fabian Kurz <fabian@fkurz.net> 0.8.5 / unreleased Fabian Kurz <fabian@fkurz.net>
* Allow output file names to be up to PATH_MAX (typ. 4096) * Allow output file names to be up to PATH_MAX (typ. 4096)
characters long (tnx SQ6JNX) 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 <fabian@fkurz.net> 0.8.4 / 2021-04-07 Fabian Kurz <fabian@fkurz.net>
* If chapter separator is empty (-c "") or starts with * If chapter separator is empty (-c "") or starts with

View File

@ -1,8 +1,6 @@
# ebook2cw Makefile -- Fabian Kurz, DJ1YFK -- http://fkurz.net/ham/ebook2cw.html # ebook2cw Makefile -- Fabian Kurz, DJ5CW -- http://fkurz.net/ham/ebook2cw.html
#
# $Id$
VERSION=0.8.4 VERSION=0.8.5
DESTDIR ?= /usr DESTDIR ?= /usr
# Set to NO to compile without Lame/Ogg-vorbis support # Set to NO to compile without Lame/Ogg-vorbis support

4
README
View File

@ -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 Website: https://fkurz.net/ham/ebook2cw.html
@ -47,6 +47,6 @@ Content-Length: header which may be required for some clients.
Contact Contact
------- -------
Fabian Kurz, DJ1YFK <fabian@fkurz.net> Fabian Kurz, DJ5CW (ex DJ1YFK) <fabian@fkurz.net>
https://fkurz.net/ham/ebook2cw.html https://fkurz.net/ham/ebook2cw.html

View File

@ -1,9 +1,7 @@
/* /*
* ISO 8859-1 and UTF-8 to Morse code mappings * 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) * This file is part of ebook2cw and may be used under the same terms (GPL)
* (C) 2008-2017 Fabian Kurz, DJ1YFK * (C) 2008-2022 Fabian Kurz, DJ5CW
*
* $Id$
* *
* Currently included: ISO 8859-1 * Currently included: ISO 8859-1
* - complete (all that can somehow be mapped) * - complete (all that can somehow be mapped)

View File

@ -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. on the fly for web applications.
.SH AUTHOR .SH AUTHOR
Fabian Kurz, DJ1YFK <fabian@fkurz.net> Fabian Kurz, DJ5CW <fabian@fkurz.net>
https://fkurz.net/ham/ebook2cw.html https://fkurz.net/ham/ebook2cw.html
.SH "SEE ALSO" .SH "SEE ALSO"

View File

@ -1,7 +1,7 @@
/* /*
ebook2cw - converts an ebook to Morse MP3/OGG-files 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 https://fkurz.net/ham/ebook2cw.html
@ -269,7 +269,7 @@ int main (int argc, char** argv) {
return EXIT_FAILURE; 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 * Find and read ebook2cw.conf

View File

@ -1,10 +1,8 @@
# ebook2cw configuration file # ebook2cw configuration file
# #
# ebook2cw (c) 2008 by Fabian Kurz, DJ1YFK # ebook2cw (c) 2008 - 2022 Fabian Kurz, DJ5CW
# http://fkurz.net/ham/ebook2cw.html # http://fkurz.net/ham/ebook2cw.html
# #
# $Id$
#
# In this file you can set the default parameters which ebook2cw # In this file you can set the default parameters which ebook2cw
# uses. These parameters can be overridden by command line parameters. # 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, # ebook2cw by default supports almost all known special characters in CW,
# like umlauts, accented letters, etc. Complete tables are available at # like umlauts, accented letters, etc. Complete tables are available at
# http://fkurz.net/ham/codes.html (UTF-8) and # https://fkurz.net/ham/codes.html (UTF-8) and
# http://fkurz.net/ham/codes2.html (ISO 8859-1) # https://fkurz.net/ham/codes2.html (ISO 8859-1)
# #
# Many of these symbols are pretty unusual though, like the exclamation # Many of these symbols are pretty unusual though, like the exclamation
# mark (! = ..--.) and you may prefer to replace them with a different # mark (! = ..--.) and you may prefer to replace them with a different