summaryrefslogtreecommitdiff
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-10-20 13:27:40 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-20 13:27:44 +0900
commit842ebc0fa15fca613e0c9fce10dd63fa09d27666 (patch)
treeac48c8ec511c025b1b479462056510eedc3ac6bc /ChangeLog.txt
parent3d6ee8c3ccc0f65c7c87122dba80908ae751aa16 (diff)
downloaddos2unix-842ebc0fa15fca613e0c9fce10dd63fa09d27666.tar.gz
dos2unix-842ebc0fa15fca613e0c9fce10dd63fa09d27666.tar.bz2
dos2unix-842ebc0fa15fca613e0c9fce10dd63fa09d27666.zip
Imported Upstream version 6.0.4
Change-Id: I3ce28283323425d17877da03683ac6a2b70f2382 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt60
1 files changed, 60 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 9702cd1..ae3a3ea 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,63 @@
+2013-12-30 Erwin Waterlander <waterlan@xs4all.nl>
+ * Version 6.0.4
+ * man/nonlatin/man1/ru/dos2unix.pod: Removed. Russian
+ translation of manual moved to later release.
+
+2013-11-26 Erwin Waterlander <waterlan@xs4all.nl>
+ * Makefile, common.c: When MinGW-w64 is used for 32 bit, option
+ -V prints (MinGW-w64) for used compiler name.
+
+2013-11-24 Erwin Waterlander <waterlan@xs4all.nl>
+ * mingw32.mak: New makefile for MinGW-w64 targeting win32.
+ MinGW-w64 supports Large File Support (LFS) with
+ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 while mingw.org
+ doesn't. Dos2unix failed when concurrent dos2unix processes
+ processed huge files on Windows network share drives.
+ Using MinGW-w64 with LFS support fixed the problem.
+ Thanks to report by F.J. Brandelik.
+
+
+2013-10-07 Erwin Waterlander <waterlan@xs4all.nl>
+ * Makefile: Set MAN_NONLATIN back to 1. Include non-Latin
+ manuals in source package to prevent compilation troubles.
+ Target 'clean' keeps non-Latin manuals. Use 'maintainer-clean'
+ to erase them.
+
+2013-10-05 Erwin Waterlander <waterlan@xs4all.nl>
+ * Makefile: By default don't build non-Latin1 manuals. There are
+ still too many old perl/pod2man versions around (perl < 5.10.1).
+ Add MAN_NONLATIN=1 to enable non-Latin1 manuals.
+
+2013-10-01 Erwin Waterlander <waterlan@xs4all.nl>
+ * man/man1/Makefile: Support non-Latin1 man pages.
+ * Makefile: Support non-Latin1 man pages.
+ * man/nonlatin/man1/ru/dos2unix.pod: Placeholder for Russian manual.
+
+2013-09-13 Андрей Углик (Andrei Uhlik) <uglika@gmail.com>
+ * po/ru.po: New Russian translation of the messages.
+
+2013-08-05 Erwin Waterlander <waterlan@xs4all.nl>
+ * po/de.po: Update German translations. Thanks to Lars Wendler.
+
+2013-06-14 Erwin Waterlander <waterlan@xs4all.nl>
+ * dos2unix.c/unix2dos.c: New options -ul and -ub to convert
+ UTF-16 files without BOM.
+
+2013-06-11 Erwin Waterlander <waterlan@xs4all.nl>
+ * dos2unix.c/unix2dos.c: Print value of binary symbol
+ when found.
+
+2013-03-12 Erwin Waterlander <waterlan@xs4all.nl>
+ * Makefile: Set CC to gcc for MSYS target. Otherwise
+ /mingw/bin/cc is used.
+
+2013-01-27 Erwin Waterlander <waterlan@xs4all.nl>
+ * Makefile:
+ - CC and CPP can be overridden by environment.
+ - CFLAGS optimization flags can be overridden by environment.
+ - Separate LIBS from LDFLAGS.
+ Thanks to Justin Lecher <jlec@gentoo.org>
+
2013-01-25 Erwin Waterlander <waterlan@xs4all.nl>
* Version 6.0.3