Changelog for
convmv-1.12-1.3.noarch.rpm :
Thu Jan 31 13:00:00 2008 crrodriguezAATTsuse.de
- update to version 1.12 and fix build
- now work with Perl 5.10 using an eval block
- GPL v2 and v3 now
Tue Jul 11 14:00:00 2006 mfabianAATTsuse.de
- update to 1.10:
+ now use from_to instead of utf8::decode (which is experimental
and might vanish in the future) to check for valid UTF-8
+ updates and cleanups of testsuite and include \"0\" filename
+ fix \"0\" filename bugs
+ take into account that charset name \"utf-8\" resolves to
\"utf-8-strict\" in recent Perl versions
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Fri Dec 9 13:00:00 2005 mfabianAATTsuse.de
- Bugzilla #135497: fixed by updating to 1.09.
Wed Aug 25 14:00:00 2004 mfabianAATTsuse.de
- update to 1.08.
Thu Mar 25 13:00:00 2004 mfabianAATTsuse.de
- add patch from author Bjoern Jacke:
do not complain about wrong from_enc if to_enc is utf8 and
files are, too. Thanks to Kuang-che Wu.
Wed Jan 14 13:00:00 2004 mfabianAATTsuse.de
- don\'t build as root.
- update to 1.07.
New since 1.05:
* add option to undo ugly http- and ftp-like escape sequences
* add option to upper/lowercase virtually any charset
* for upper/lower conversion add a \"dotless i\" option for
Lithuanian, Turkish and Azeri
* check for characters not allowed in POSIX filesystems
(just in case someone wants to try to convert to UTF-16)
* rewrote checkenc(), no more false alarms now with \"encodings\"
like MIME-Q, which can look quite different.
Thu Aug 14 14:00:00 2003 mfabianAATTsuse.de
- small update from author:
* add file length check
Fri Jul 25 14:00:00 2003 mfabianAATTsuse.de
- update to 1.05.
From the Changes file:
* --qfrom/to also mask cntrl characters now
* symlink printout splitted to get correct output
* missing $arg in symlink fixed (bug introduced in 1.02)
* add NFS4 issues to documentation
* add test suite
Wed Jul 16 14:00:00 2003 mfabianAATTsuse.de
- update to 1.04.
From the Changes file:
* add --exec option to allow arbitrary operations
* add --lowmem option to keep memory footprint low when millions
of files are being converted. However this will deactivate
symlink target checks.
* add Samba issues to documentation
* suppress normalization error messages in cases of invalid
UTF-8 in checkenc()