diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 13:28:56 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 13:28:59 +0900 |
commit | 7ca016ae3ac8042e2eee9829f6d9d3b644527f4f (patch) | |
tree | 7f91d29988385f18e75982877886f44a021f9c4b /ChangeLog.txt | |
parent | 68350a72ce24d6fb80949d74540f990400e2a224 (diff) | |
download | dos2unix-7ca016ae3ac8042e2eee9829f6d9d3b644527f4f.tar.gz dos2unix-7ca016ae3ac8042e2eee9829f6d9d3b644527f4f.tar.bz2 dos2unix-7ca016ae3ac8042e2eee9829f6d9d3b644527f4f.zip |
Imported Upstream version 7.2
Change-Id: Id5d06ea1e53b2192cb6cdf0d5cedb70cec9cd2f2
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index de7db4f..730d59c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,62 @@ +2015-02-11 Erwin Waterlander <waterlan@xs4all.nl> + * Version 7.2 + +2015-01-15 Armin Müller + * common.c,dos2unix.c,unix2dos.c: Use %u in format strings for + unsigned ints. + * common.c: Fixed typo in if condition in write_bom(). + +2015-01-15 Erwin Waterlander <waterlan@xs4all.nl> + * test/gb18030.t: Added more tests. + +2015-01-03 Erwin Waterlander <waterlan@xs4all.nl> + * Makefile: Fixed wrong encoded titles in HTML manuals when Perl 5.18 + pod2html was used. Thanks to Tom Christiansen. + +2015-01-02 Erwin Waterlander <waterlan@xs4all.nl> + * Makefile, man/man1/Makefile: add option --no-wrap to xgettext and + msgmerge. Translation Project standard is not to wrap. + +2015-01-02 Erwin Waterlander <waterlan@xs4all.nl> + * man/man1/dos2unix.pod: Point to gettext manual html nodes instead of + the full gettext manual. + +2014-12-31 Erwin Waterlander <waterlan@xs4all.nl> + * man/man1/dos2unix.pod: Cleanup man page. Thanks to Benno Schulenberg. + +2014-12-30 Erwin Waterlander <waterlan@xs4all.nl> + * common.c: Changed some messages for better translations. + +2014-12-26 Erwin Waterlander <waterlan@xs4all.nl> + * common.c: Fix. On Windows when option -gb is used, option -m must + add GB18030 BOM i.s.o. UTF-8 BOM. + * test/gb18030.t: Make tests working for Windows version. + +2014-12-24 Erwin Waterlander <waterlan@xs4all.nl> + * common.c: Fix. In a GB18030 locale, option -m must add GB18030 BOM + i.s.o. UTF-8 BOM. + * test/gb18030.t: New tests for GB18030. + +2014-12-23 Erwin Waterlander <waterlan@xs4all.nl> + * man/man1/dos2unix.pod: Update section GB18030. + +2014-12-08 Erwin Waterlander <waterlan@xs4all.nl> + * common.c: When the input file is UTF-16, the input and output + formats are printed. + +2014-12-06 Erwin Waterlander <waterlan@xs4all.nl> + * common.c: On Unix/Linux convert UTF-16 to the locale encoding. It is + no longer required that the locale encoding is UTF-8. When + conversion is not possible an error will occur and conversion will be + skipped. + +2014-12-06 Erwin Waterlander <waterlan@xs4all.nl> + * common.c, common.h: Support conversion of UTF-16 to GB18030. + * man/man1/dos2unix.pod: Update with info about GB18030. + +2014-11-09 Yasuaki Taniguchi <yasuakit@gmail.com> + * po/ja.po: New Japanese translation of the UI messages. + 2014-10-06 Erwin Waterlander <waterlan@xs4all.nl> * Version 7.1 |