diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 13:28:30 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 13:28:33 +0900 |
commit | 6ad0574136d3b23b486db4fa359672b9f731e235 (patch) | |
tree | ae96a2384615b0132969083bc097c918acf4e9f7 /ChangeLog.txt | |
parent | de90208a6d3f0b5c5944c4aa4d4ea95fc2611470 (diff) | |
download | dos2unix-6ad0574136d3b23b486db4fa359672b9f731e235.tar.gz dos2unix-6ad0574136d3b23b486db4fa359672b9f731e235.tar.bz2 dos2unix-6ad0574136d3b23b486db4fa359672b9f731e235.zip |
Imported Upstream version 7.0
Change-Id: Ib83b48cbb624fbb64cd653899c84ddffdcd21860
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 2d2f331..47d35bd 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,78 @@ +2014-09-09 Erwin Waterlander <waterlan@xs4all.nl> + * Version 7.0 + +2014-09-08 Erwin Waterlander <waterlan@xs4all.nl> + * common.c: Option -V prints home page. + +2014-09-03 Erwin Waterlander <waterlan@xs4all.nl> + * dos2unix.c, unix2dos.c: Return an error number in stdio mode when the + input is binary. In stdio mode an input stream with a binary symbol + produces broken output. In file mode the binary file is skipped. + * test/misc.t: Added tests for above. + * dos2unix.c, unix2dos.c, common.c: Bug fix. System error number was not + always returned. When disk is full and output can't be written, + or when resolving a symlink fails. + +2014-09-01 Erwin Waterlander <waterlan@xs4all.nl> + * common.c: Bug fix. Option -u disabled -m for ASCII or UTF-8 input + files without BOM. Bug was introduced on 2014-08-05. + * dos2unix.c, unix2dos.c, common.c: Bug fix. An Unicode input file + disabled 7bit and iso mode also for next input files. Bug was + introduced in version 6.0.1 on 2012-03-23. + * common.c: Cleanup. Don't write BOM when conversion will be cancelled. + * test/misc.t: Added tests for the two bug fixes. + +2014-08-28 Erwin Waterlander <waterlan@xs4all.nl> + * dos2unix.c, unix2dos.c, common.c: Code cleanup. Moved more code + to common.c. + * common.c: Bug fix mac2unix help text, options -b and -r. Bug was + introduced in 6.0.6. + * *.po: Included updated pt_BR translations. + +2014-08-26 Erwin Waterlander <waterlan@xs4all.nl> + * dos2unix.c, unix2dos.c, common.c: stdio mode does not automatically + set quiet mode. stdio mode prints errors and returns error code. + * dos2unix.c, unix2dos.c: stdio mode does not automatically force + conversion of binaries. + +2014-08-25 Erwin Waterlander <waterlan@xs4all.nl> + * test/symlink.t: New tests for options -F, -R, -S + * *.po: Included updated nl,nb ,vi translations. + +2014-08-22 Erwin Waterlander <waterlan@xs4all.nl> + * *.po: Included updated nl,pl,ru translations. + +2014-08-18 Erwin Waterlander <waterlan@xs4all.nl> + * unix2dos.c: Fix: Unix2dos did not count UTF-16 line break conversions. + * INSTALL.txt: Update for running self-tests. + * *.po: Included updated fr,de,uk translations. + * test: Added more tests. + +2014-08-17 Erwin Waterlander <waterlan@xs4all.nl> + * test: Use TAP (Test Anything Protocol) to run tests. + Requires perl module perl-Test-Simple. + +2014-08-11 Erwin Waterlander <waterlan@xs4all.nl> + * test: Added automated tests. + +2014-08-10 Erwin Waterlander <waterlan@xs4all.nl> + * dos2unix.c: Bug fix: dos2unix -l created DOS line breaks + from Mac line breaks. This bug was introduced in version 3.2, + by safeconv patch. + * INSTALL.txt: Update for DJGPP. Use gcc <= 4.5.3. + +2014-08-08 Erwin Waterlander <waterlan@xs4all.nl> + * man/man1/dos2unix.pod: Update manual wrt Unicode. + * common.c: Update help message for option -m. + +2014-08-06 Erwin Waterlander <waterlan@xs4all.nl> + * New option -v, --verbose: Print extra information about + number of converted line breaks and BOMs. + +2014-08-05 Erwin Waterlander <waterlan@xs4all.nl> + * New option -u, --keep_utf16: Keep UTF-16 encoding of the + input file. This prevents transformation to UTF-8. + 2014-08-03 Erwin Waterlander <waterlan@xs4all.nl> * Version 6.0.6 @@ -24,6 +99,7 @@ * dos2unix.c: Bug fix mac2unix conversion of UTF-16 files. Mac to Unix conversion produced corrupted output. Thanks to report of Alan S. Jones. + This bug was introduced in version 6.0. 2014-05-24 Åka Sikrom <a4@hush.com> * po/nb.po: New Norwegian Bokmaal translation. |