diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 13:28:43 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 13:28:46 +0900 |
commit | 68350a72ce24d6fb80949d74540f990400e2a224 (patch) | |
tree | 47b27aa8eba19d783fc6dee842ba57c2bdbcecc9 /ChangeLog.txt | |
parent | 6ad0574136d3b23b486db4fa359672b9f731e235 (diff) | |
download | dos2unix-68350a72ce24d6fb80949d74540f990400e2a224.tar.gz dos2unix-68350a72ce24d6fb80949d74540f990400e2a224.tar.bz2 dos2unix-68350a72ce24d6fb80949d74540f990400e2a224.zip |
Imported Upstream version 7.1
Change-Id: Ia2a4f7e308ce7819dc120fd987eca52243e233cd
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 47d35bd..de7db4f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,42 @@ +2014-10-06 Erwin Waterlander <waterlan@xs4all.nl> + * Version 7.1 + +2014-09-29 Erwin Waterlander <waterlan@xs4all.nl> + * common.c: Fixed possible uninitialized use of variable bomtype_orig. + * djgpp.mak: Fix time stamps mac2unix/unix2mac after make strip. + +2014-09-22 Erwin Waterlander <waterlan@xs4all.nl> + * mingw32.mak, mingw64.mak: Fixed setting path to CRT_glob.o. + Works now independent of MSYS2 install path. + +2014-09-22 Helmut Karlowski + * Makefile: Added settings for freeMiNT, and cleanup setting + OS specific settings. + * common.c: PrintVersion() updated for freeMiNT. + +2014-09-18 Erwin Waterlander <waterlan@xs4all.nl> + * test/misc.t: Added a test for option -i, --info. + * *.po: Included several translation updates. + +2014-09-17 Erwin Waterlander <waterlan@xs4all.nl> + * common.c: Program terminates when wrong flag is given for option + -i or --info. + * common.c: Option -i, flag c: don't print binary files when conversion + of binaries is not forced. + +2014-09-16 Erwin Waterlander <waterlan@xs4all.nl> + * common.c: Options -i, --info can have extra flags to change the + output. For instance to print only the number of Unix line breaks, + or print only the files that have DOS line breaks. + * man/man1/dos2unix.pod: Updated. + +2014-09-11 Erwin Waterlander <waterlan@xs4all.nl> + * common.c: New option -i, --info, display file information. + This new option prints number of line breaks, the byte order + mark, and if the file is text or binary. + * man/man1/dos2unix.pod: Added option -i. + * test/*.t: Use Test::Simple iso Test::More. + 2014-09-09 Erwin Waterlander <waterlan@xs4all.nl> * Version 7.0 |