File detox.changes of Package detox
-------------------------------------------------------------------
Mon Apr 1 16:45:39 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.0.0
Added
* Look for detoxrc in $XDG_CONFIG_HOME.
Changed
* Enabling verbose mode is now done with either -v or --verbose.
* Renamed .ts files to .template so they don't appear as
TypeScript files.
-------------------------------------------------------------------
Tue Aug 17 15:29:40 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.5
* Build system related fixes, no functional changes
-------------------------------------------------------------------
Sat Mar 6 17:13:04 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.2
* Build system related fixes, no functional changes
-------------------------------------------------------------------
Sat Feb 20 19:26:27 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.1
* Fixed a memory overflow bug while reading files from the
command line.
-------------------------------------------------------------------
Sat Feb 13 13:05:43 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 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.
* Regenerated config file parser.
* Updated the safe filter to translate new lines, carriage
returns, and tabs into underscores.
Fixed
* The examples in detox.1 no longer say -c when they mean -f.
* The command synopsis in detox.1 and inline-detox.1 no longer
adds a dash before the sequence and configfile.
- Run testsuite
-------------------------------------------------------------------
Wed Feb 10 05:24:55 UTC 2021 - Hans-Peter Jansen <hpj@urpla.net>
- Update to version 1.3.3
+ Fix version identifier in detox binary.
- Update to version 1.3.2
+ Table based UTF-8 translation no longer mangles characters. #14
- Update to version 1.3.1
+ 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
- Update to version 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
- Update to version 1.2.1
+ 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().
- relocate to github homepage
- run through spec-cleaner
- more tidying
-------------------------------------------------------------------
Thu Jan 22 09:29:19 CET 2015 Antoine Ginies <aginies@suse.com>
- v1.2.0: useful to remove anoying character