Update HOMEPAGE, from author in PR 56041.
1.4.1
Fixed a memory overflow bug while reading files from the command line, using
a patch from David Tardon, which was passed on by UsernameRandomlyGenerated.
[#56] #sf-patch-3
1.4.0
Added
Regression tests for basic functionality, based on old custom scripts.
Regression tests confirming fixes for previously fixed issues: #14, #19.
Changed
Removed one check for . and .. when traversing a directory tree. #12
Regenerated config file parser.
Updated the safe filter to translate new lines, carriage returns, and tabs
into underscores. #9#11#17
Fixed
The examples in detox.1 no longer say -c when they mean -f. #30
The command synopsis in detox.1 and inline-detox.1 no longer adds a dash
before the sequence and configfile. #30
1.3.3
Fix version identifier in detox binary.
1.3.2
Fixed
Table based UTF-8 translation no longer mangles characters. [#14]
1.3.1
Fixed
Merged fix for Debian #861537, written by Vasily Kolobkov, passed on by
Zenaan Harkness, Quentin Guittard, and Joao Eriberto Mota Filho. This
addresses an issue with detox generating malformed characters during
translation. #14
1.3.0
Migrated from configure.in and Makefile.in to the full autoconf suite. [#1]
Remove detox_path.h, in favor of command line defines. [#1]
Removed libpopt support. [#2]
Fixed the way inline-detox is generated. [#6]
Merged parse_option_*.[ch] and file*.[ch]. [#1, #2, #6]
Added --inline as an option to detox, to enable inline mode on the main
binary. [#6]
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Based on MAINTAINER update request in PR 38940.
While here, add DESTDIR support.
Changes since detox-1.2.0-rc1
- Added the ability to ignore specific files.
[sourceforge.net tracker #1253826]
- Fixed a bug where directories specified on the command line wouldn't
get translated. [sourceforge.net tracker #1213623]
- Added support for translating large files.
[sourceforge.net tracker #1509493]
- Added inline-detox for stream based detoxification.
Detox is a utility designed to clean up filenames. It replaces
difficult to work with characters, such as spaces, with standard
equivalents. It will also clean up filenames with UTF-8 or Latin-1
(or CP-1252) characters in them.