diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 13:29:34 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 13:29:37 +0900 |
commit | 0077b68f7eb84ff84bc271256e4ac0e178e531f9 (patch) | |
tree | fcec8afa85d4c7c259f81e3bbe95145cd1d77510 /ChangeLog.txt | |
parent | 988f99500ba83724242b161936adaa960b677653 (diff) | |
download | dos2unix-0077b68f7eb84ff84bc271256e4ac0e178e531f9.tar.gz dos2unix-0077b68f7eb84ff84bc271256e4ac0e178e531f9.tar.bz2 dos2unix-0077b68f7eb84ff84bc271256e4ac0e178e531f9.zip |
Imported Upstream version 7.3.1
Change-Id: I838c61f0002c36df152a67302d8881f8b6d3ded2
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 6c8d4ab..c15770b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,35 @@ +2015-09-30 Erwin Waterlander <waterlan@xs4all.nl> + * Version 7.3.1 + +2015-09-23 Erwin Waterlander <waterlan@xs4all.nl> + * man/man1/dos2unix.pod: Added two examples for option -i, --info. + * po/*.po: Updated several translations. See README.txt. + +2015-09-05 zwpwjwtz <zwpwjwtz@126.com> + * man/zh_CN/man1/dos2unix.po: New simplified Chinese translation of the manual. + +2015-09-03 Erwin Waterlander <waterlan@xs4all.nl> + * common.c: Skip UTF-16 files when UTF-16 conversion is not supported. + Do not even try to convert. Conversion could go wrong when the + UTF-16 file has no 8-bit binary symbols. + +2015-09-02 Erwin Waterlander <waterlan@xs4all.nl> + * common.c: Fix message printed, when dos2unix without Unicode support + converts an UTF-16 file with only a BOM and no text. Output format was not + printed. This fixed compile warning "unused parameter 'lout'". + * common.h: Fixed compile warning "implicit declaration of function 'd2u_printf'" + when Unicode support is disabled. + +2015-09-02 Baruch Siach + * common.c: Fix compilation error "'wchar_t' undeclared" + when Unicode support is disabled. + +2015-08-31 zwpwjwtz <zwpwjwtz@126.com> + * po/zh_CN.po: New simplified Chinese translation. + +2015-08-26 Erwin Waterlander <waterlan@xs4all.nl> + * common.c, mingw.mak: Fix compilation for mingw.org. + 2015-08-24 Erwin Waterlander <waterlan@xs4all.nl> * Version 7.3 |