Skip to content

Releases: dharple/detox

v1.4.0

12 Feb 04:40
Compare
Choose a tag to compare

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

v1.3.3

04 Feb 01:53
Compare
Choose a tag to compare

Fix version identifier in detox binary.

v1.3.2

31 Jan 17:07
Compare
Choose a tag to compare

Fixed

  • Table based UTF-8 translation no longer mangles characters. [#14]

v1.3.1

30 Jan 22:49
Compare
Choose a tag to compare

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

v1.3.0 - 2017-03-04

04 Mar 19:21
Compare
Choose a tag to compare
  • 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]

v1.2.1 - 2017-02-27

28 Feb 03:06
Compare
Choose a tag to compare
  • Migrated documents to Markdown for better presentation on github.
  • Applied Debian patch 01-make-upstream-makefiles-parallel-build-safe.patch,
    written by Patrick Schoenfeld and updated by Joao Eriberto Mota Filho. This
    adds additional variables to the Makefile for safe parallel builds and GCC
    hardening.
  • Applied Debian patch 02-fix-wrong-use-of-hyphens-in-manpage.patch, written by
    Patrick Schoenfeld and updated by Joao Eriberto Mota Filho. This fixes an
    errant "-" in the manpage, and corrects a spelling mistake.
  • Applied Debian patch 03-remove-build-instructions-from-upstream-readme.patch,
    written by Patrick Schoenfeld, in spirit. I had already converted the README
    to README.md, so it did not apply. I moved the compilation instructions into
    a new file, BUILD.md, instead.
  • Applied Debian patch 04-change-default-sequence-to-use-utf8-table.patch,
    written by Teemu Likonen. This changes the default character set from
    ISO 8859-1 to UTF-8.
  • Applied Debian patch 05-install-missing-file.patch, written by
    Nelson A. de Oliveira. This ensures that the safe.tbl file gets installed
    during make install (make install-safe-config).
  • Applied Debian patch 06-fix-arguments.patch, written by
    Joao Eriberto Mota Filho. This fixes several calls to printf that were
    causing -Werror=format-security to fail.
  • Removed CVS $Id$ tags and updated copyright.
  • Added inline-detox.1, from the Debian package, adapted from detox.1 by
    Patrick Schoenfeld.
  • Updated configure script from GNU Autoconf 2.61 to 2.69.
  • Updated config file parsers; flex goes from 5.33 to 6.0, bison goes from 2.3
    to 3.0.4.
  • Added a minor work around to stop compiler noise regarding yylex().

v1.2.0 - Legacy Release From 2008

23 Feb 05:30
Compare
Choose a tag to compare

This is the last release I made off of Sourceforge, from sometime in 2008.