2012-05-14 05:59:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 12 19:59:32 UTC 2012 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.34:
|
|
|
|
* require 5.8.1, as DBI does
|
|
|
|
* tested against perl-5.16.0-RC0 + DBI-1.620
|
|
|
|
|
2011-11-18 18:31:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 18 18:31:09 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- update to 0.33
|
|
|
|
* NAME / DISTNAME in Makefile.PL
|
|
|
|
* TYPE should be numeric
|
|
|
|
* Added tests for return count of delete statements in do
|
|
|
|
* Upped copyright to 2011
|
|
|
|
* Added tests for return count of update statements (Peter Rabbitson)
|
|
|
|
* Try to catch (more) usernames on Windows as schema names
|
|
|
|
* More cross-checks for META data
|
|
|
|
|
2011-04-06 07:55:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 6 07:55:36 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
- shorten description
|
|
|
|
|
2011-04-01 07:53:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 1 07:52:28 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
- /pro is not FHS-compliant
|
|
|
|
|
2010-12-01 13:42:52 +00:00
|
|
|
-------------------------------------------------------------------
|
2011-03-31 09:28:48 +00:00
|
|
|
Thu Mar 31 09:11:46 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
- update to 0.31
|
|
|
|
* Require 5.8.1 (effectively already doing so by requiring DBI-1.614)
|
|
|
|
* Update tests to use warnings and done_testing ()
|
|
|
|
requires Test::More-0.90, which is also required for DBI
|
|
|
|
* Better diagnostics for empty files
|
|
|
|
* Allow late setting of attributes (RT#61168) - requires DBI-1.614
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2010-12-01 13:42:52 +00:00
|
|
|
Wed Dec 1 13:31:50 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-07-20 18:37:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 20 14:33:23 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- update to 0.30
|
|
|
|
* Text::CSV_XS now called with auto_diag
|
|
|
|
* Implement valid_attrs
|
|
|
|
* Next version will require DBI-1.612 or higher
|
|
|
|
This is a transition release
|
|
|
|
- 0.29_03 H.Merijn Brand
|
|
|
|
* Remove leftover debug. Causes fails
|
|
|
|
- 0.29_02 H.Merijn Brand
|
|
|
|
* More work to keep in sync with DBI development (Jens)
|
|
|
|
* Better diagnostics for missing modules
|
|
|
|
* More spell-check fixes
|
|
|
|
* Tests for ChopBlanks (now fixed in DBD::File)
|
|
|
|
* Tests changed to accept old and new DBI
|
|
|
|
* Statement handle attributes handled in new DBD::File
|
|
|
|
- 0.29_01 H.Merijn Brand
|
|
|
|
* Prepare for DBD::File-0.39 (DBI-1.612+)
|
|
|
|
Should still work with older DBI versions
|
|
|
|
* Documentation updates (style, consistency, spell-checking)
|
|
|
|
* Test folder cleanup
|
|
|
|
* More tests for insert
|
|
|
|
* Tested RT#58039
|
|
|
|
- recreated by cpanspec 1.78
|
|
|
|
o fix deps
|
|
|
|
- noarch pkg
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 2 14:24:58 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- update to 0.29
|
|
|
|
* Fix git URL in META.yml
|
|
|
|
* Add empty CLONE method to prevent warning when cloning threads
|
|
|
|
* Minimum perl 5.8.1
|
|
|
|
* Minimum Text::CSV_XS 0.71
|
|
|
|
* Support for f_encoding (requires DBI-1.611)
|
|
|
|
* Documentation updates
|
|
|
|
|
2010-04-05 16:48:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 4 21:45:34 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- update to 0.28
|
|
|
|
* Remove t/00_minimumversion.t from distribution
|
|
|
|
* Dropped YAML spec to 1.0
|
|
|
|
* Sync up with SQL::Statement 1.25
|
|
|
|
NOTE: Internals of both modules changed. They will change again
|
|
|
|
for SQL::Statement 2.0
|
|
|
|
- 0.27 H.Merijn Brand
|
|
|
|
* Upped copyright to 2010
|
|
|
|
* Doc-fix typo in link (Detlef Pilzecker)
|
|
|
|
* Doc-fix small typo's
|
|
|
|
- 0.26 H.Merijn Brand
|
|
|
|
* Adjustments for windows (RT#50544)
|
|
|
|
* Mark all non-\w chars illegal in field and table names
|
|
|
|
* Fix field types after execute (RT#51090, vgdoqd)
|
|
|
|
* Fix for NULL joins. Requires SQL::Statement 1.23
|
|
|
|
(RT#43010, JBAZIK)
|
|
|
|
- 0.25 H.Merijn Brand
|
|
|
|
* Raised minimum perl version to 5.005_03
|
|
|
|
* Requires Text::CSV_XS 0.43 (needs eof () method and
|
|
|
|
error_diag ()) (RT#33764)
|
|
|
|
* Code cleanup (perlcritic, style, layout)
|
|
|
|
* Implemented f_ext
|
|
|
|
* Implemented f_schema (in DBD::File)
|
|
|
|
* Split csv handles for input (no eol default) and
|
|
|
|
output (default "\r\n") (RT#33767)
|
|
|
|
* Updated info URL's
|
|
|
|
* Cleaned up tests
|
|
|
|
* Tests now use Test::More
|
|
|
|
* Cut down README. No need to be a duplicate module pod
|
|
|
|
* Added TODO to documentation
|
|
|
|
* Added examples/ from docs
|
|
|
|
* Add csv_null
|
|
|
|
* Add csv_* to pass to the parser
|
|
|
|
* Improved error handling and reporting
|
|
|
|
* Table names case sensitiveness
|
|
|
|
* Implemented raw_header (RT#44583)
|
|
|
|
- 0.23 Jeff Zucker <jzuckerATcpan.org>
|
|
|
|
* fixed bug in automatic column generation, defining
|
|
|
|
col_names => [] will auto generate col1, col2, etc.
|
|
|
|
thanks for bug report, harleypig on AnnoCPAN
|
|
|
|
* added support for multi-character end-of-line separators
|
|
|
|
thanks for suggestion, harleypig on AnnoCPAN
|
|
|
|
- cleanup spec
|
|
|
|
o sort TAGS
|
|
|
|
o update Url
|
|
|
|
o fix deps
|
|
|
|
o update description
|
|
|
|
o removed "rm -vf t/40bindparam*"
|
|
|
|
o macros
|
|
|
|
- added perl-macros
|
|
|
|
|
2010-01-12 12:57:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- enable parallel build
|
|
|
|
|
2008-07-31 23:20:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 31 22:30:16 CEST 2008 - cthiel@suse.de
|
|
|
|
|
|
|
|
- fix build
|
|
|
|
|
2007-01-15 23:30:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:39:35 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 28 22:11:31 CEST 2005 - dmueller@suse.de
|
|
|
|
|
|
|
|
- add norootforbuild
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 29 18:40:38 CEST 2005 - cthiel@suse.de
|
|
|
|
|
|
|
|
- update to version 0.22
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 9 19:02:10 CEST 2004 - ro@suse.de
|
|
|
|
|
|
|
|
- update to 0.21
|
|
|
|
- t/40bindparam.t does still fail (but update is needed
|
|
|
|
because of the fileconflict with perl-DBI)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 22 14:21:50 CEST 2003 - mjancar@suse.cz
|
|
|
|
|
|
|
|
- require the perl version we build with
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 18 13:47:20 CEST 2003 - nashif@suse.de
|
|
|
|
|
|
|
|
- fixed file list
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 1 12:22:35 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- use perl_process_packlist macro
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 13 06:39:44 CEST 2003 - nashif@suse.de
|
|
|
|
|
|
|
|
- Fixed file list
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 3 00:53:10 CET 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- repack tar archive with uids < 65536
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 8 06:27:51 CEST 2002 - nashif@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.2002
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 11 14:15:59 CET 2001 - nashif@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.1029
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 11 18:23:08 CEST 2001 - nashif@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.1027
|
|
|
|
- Fix bug#11747
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 23 06:18:00 MET 2001 - nashif@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.1025
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 13 01:09:34 MET 2000 - nashif@suse.de
|
|
|
|
|
|
|
|
- Changed Requires to new long package names
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 8 14:52:44 MET 2000 - nashif@suse.de
|
|
|
|
|
|
|
|
- Changed to long package name
|
|
|
|
- Changed neededforbuild
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 26 15:08:11 MEST 2000 - nashif@suse.de
|
|
|
|
|
|
|
|
- Initial Release (Version 0.1022)
|
|
|
|
|