Files
perl-RT-Extension-Assets-Im…/perl-RT-Extension-Assets-Import-CSV.changes

48 lines
1.6 KiB
Plaintext

-------------------------------------------------------------------
Wed Oct 8 12:51:02 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.400.0 (2.4)
see /usr/share/doc/packages/perl-RT-Extension-Assets-Import-CSV/Changes
2.4 2024-10-10
- Allow to directly pass config options to Text::CSV_XS for custom delimiter,
quote_char, etc
- Add some sanity checks to the import process for avoiding processing
broken CSV files or files without the expected columns
- Add a Dry-Run mode to the import process for testing the import without
actually changing the database
- Skip lines with less columns than the header
- Fix %args being redeclared in the same scope
2.3 2021-06-11
- Make it compatible with RT 5
2.2 2017-03-22
- Fix table and sequence names for Pg and Oracle
2.1 2016-02-11
- Packaging fixes
2.0 2016-02-11
- Upgrade to 4.4 which has cored Assets
1.4 2014-11-03
- Fix Role import (Owner)
- Allow importing of non-single roles (Held By and Contacts)
-------------------------------------------------------------------
Mon Oct 13 12:07:54 UTC 2014 - darin@darins.net
- update to 1.3
- Fix MANIFEST
+ 1.2 changes
- Allow import to take an explicit configuration file
- Packaging updates
-------------------------------------------------------------------
Tue Mar 11 16:50:00 UTC 2014 - darin@darins.net
- update to 1.1
- Documentation fixes; no behavior changes.
-------------------------------------------------------------------
Tue Dec 10 18:25:55 UTC 2013 - darin@darins.net
- initial packaging