Changelog for
dos2unix-7.5.2-lp156.105.2.x86_64.rpm :
* Tue Jan 23 2024 Andreas Stieger
- update to 7.5.2:
* Dos2unix can print info about the line break type of the last line, or indicate there is none
* Updated documentation about ASCII mode conversion
* Wed Aug 30 2023 Andreas Stieger - update to 7.5.1:
* Fix problem of converting a symbolic link target that is on another file system
* Updated Chinese and Serbian translations
* Thu May 18 2023 Andreas Stieger - update to 7.5.0:
* New option -e, --add-eol to add a line break to the last line if the isn\'t one
* New option -O, --to-stdout to write to standard output
* Sun Feb 12 2023 Andreas Stieger - update to 7.4.4:
* translation updates
* Mon Jun 06 2022 Илья Индиго - Added directory with localized man pages.
* Sun Jun 05 2022 Erwin Waterlander - update to 7.4.3:
* translation update
* Thu Feb 11 2021 Antoine Belvire - Remove localized man directories from file list: Already provided by filesystem.
* Thu Oct 15 2020 Andreas Stieger - update to 7.4.2:
* translation update- add upstream signing key and verify source signature
* Wed Sep 25 2019 Andreas Stieger - update to 7.4.1:
* translation updates
* code cleanup
* Wed Oct 11 2017 waterlanAATTxs4all.nl- Update to 7.3.5
* New option --allow-chown to allow file ownership change in old file mode.
* Mon Jul 10 2017 jengelhAATTinai.de- Replace suboptimal find \\;
* Thu Jul 06 2017 dimstarAATTopensuse.org- Use find -exec instead of find | xargs: helps handle cases for files with spaces and quotes in their filenames.
* Wed Jul 05 2017 waterlanAATTxs4all.nl- Update to 7.3.5
* Wed May 25 2016 waterlanAATTxs4all.nl- Update to 7.3.4
* Sun Feb 14 2016 waterlanAATTxs4all.nl- Update to 7.3.3
* Fri Nov 20 2015 waterlanAATTxs4all.nl- Update to 7.3.2
* New: Swedish translation of messages and manual.
* Updated: Danish and Brazilian Portuguese translations.
* Fix: The -iso option was misinterpreted as a corrupted -i option.
* Fix: Compilation for MSYS 1.
* Thu Oct 01 2015 waterlanAATTxs4all.nl- Update to 7.3.1
* New: Simplified Chinese translation of messages and manual.
* Fix: Compilation error \"\'wchar_t\' undeclared\" when Unicode support is disabled.
* Fix: Compilation errors when MinGW compiler was used (MinGW-w64 was OK).
* Tue Aug 25 2015 waterlanAATTxs4all.nl- Update to 7.3
* New: Unicode file name support on Windows.
* Fix: Options -ul and -ub caused option -i to report wrong BOM for no_bom.
* Fri Jul 03 2015 waterlanAATTxs4all.nl- Update to 7.2.3
* Fix: Check for file I/O errors while reading input files, and added a few missing checks while writing output files.
* Fix: Compilation for msys.
* Sat May 23 2015 waterlanAATTxs4all.nl- Update to 7.2.2
* Fix: Fixed symlink support on FreeBSD.
* Fix: Skip GB18030 test on FreeBSD.
* Fix: When conversion of an UTF-16 file with binary symbols was forced, null characters were not written in the output.
* Fix: Check UTF-16 input for invalid surrogate pairs.
* Thu Apr 02 2015 waterlanAATTxs4all.nl- Update to 7.2.1
* Fix: Skip the GB18030 tests when the system does not support the Chinese locale with GB18030 character encoding.
* Fix: Small corrections in the manual in section GB18030 and OPTIONS -m.
* Sun Feb 15 2015 waterlanAATTxs4all.nl- Update to 7.2
* New: Japanese translation of the UI messages.
* New: Support Chinese GB18030 locale.
* Change: On Unix/Linux convert UTF-16 to the locale encoding. It is no longer required that the locale encoding is UTF-8.
* Sun Oct 26 2014 waterlanAATTxs4all.nl- Fixed license type: BSD-2-Clause- Added missing manual translations: da, fr, pt_BR.- Update to 7.1:
* New: Option -i, --info to print file information. This new option prints number of DOS, Unix, and Mac line breaks, the byte order mark, and if the file is text or binary. And it can print the names of files that would be converted. Version 7.0
* New: automated self-tests.
* New: option -u to keep UTF-16 encoding.
* New: option -v to print information about BOMs and converted line breaks.
* Change: stdio mode does not automatically set quiet mode.
* Change: stdio mode does not automatically force conversion of binaries. An error is returned when the stdin stream contains a binary symbol.
* Bugfix: dos2unix -l created DOS line breaks from Mac line breaks.
* Bugfix: system error number was not always returned.
* Bugfix: an Unicode input file disabled 7bit and iso mode for next input files.
* Bugfix: mac2unix help text, options -b and -r.
* The code has been cleaned up.