Changes are:
BUGFIXES:
* a few more strings gettextizied, updated German .po file
* should compile on IRIX, too, since 0.1.18
* mkhybrid can't do < 800 kb HFS volumes, added a check
(Allan Hsu <animate2@underworld.net>)
* small cdlabelgen changes, ok defaults and type fixes
(Daniel Serodio <dserodio@email.com>)
* made the image source interface more obvious (suggested by
Paul Barton-Davis <pbd@op.net>)
NEWS:
* Swedish .po file (Tommy Strand <gts@abc.se>)
* Japanese .po file (Daisuke Yabuki <dxy@optix.org>)
* netatalk option for mkhybrid (just mail me if you need more
mkhybrid options, I don't know which ones are useful)
* added a cleat button for the output textboxes
* cleaned up save settings, added device, speed & swab
* support for the new options in cdlabelgen 1.5 (wordwrap and
supression on plaque)
* "disable dirnames" option by Koaunghi Un
<koaunghi.un@student.uni-tuebingen.de>
with an additional "tty mode fix" over 3.9.3.
Whilst I'm here, make the PLIST handling a bit smarter, by using automatic
${DISTNAME} substitution. This means that the PLIST doesn't have to be
updated every time there's a new screen version, just to pull in the new
version number - it will be done automatically.
Highlights:
- - Y2K patches from AT&T: readme, test results, in source directory
- - various portability and configuration patches for Linux, WinNT
This version of the package now requires "gmake", "autoconf", and
"automake" as a consequence of its use of distribution patches.
This requirement is expected to go away with the pending release.
Notable changes are:
*) Backport from Pth 1.1b2:
Fixed ring walking inside both public pth_msgport_find() function
and the internal pth_mutex_releaseall() function.
*) Backport from Pth 1.1b1:
In pth_mctx.c the signal stack was not restored correctly.
*) Backport from Pth 1.1b1:
Fixed test_select.c: a char has to be used for read(2) and not an int.
And replaced a bogus stdio fgetc() in test_select with pth_read().
*) Backport from Pth 1.1b1:
Fixed AC_CHECK_NSIG test and this way PTH_NSIG define.
*) Backport from Pth 1.1b1:
Fixed timeout handling in pth_select().