8
0

- updated to 1.01

* Cache not re-read on getline_all (RT#86155)
    * Fix automatic UTF-8 in getline/parse for SV's with \0
    * Documents return value of bind_columns without arguments
    * Fix automatic UTF-8 in getline/parse
    * Clarify eol documentation
    * Move error_input to XS

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=31
This commit is contained in:
Stephan Kulow
2013-07-27 12:27:57 +00:00
committed by Git OBS Bridge
parent 16ade8ab47
commit 5997fb92cd
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jul 27 11:58:34 UTC 2013 - coolo@suse.com
- updated to 1.01
* Cache not re-read on getline_all (RT#86155)
* Fix automatic UTF-8 in getline/parse for SV's with \0
* Documents return value of bind_columns without arguments
* Fix automatic UTF-8 in getline/parse
* Clarify eol documentation
* Move error_input to XS
-------------------------------------------------------------------
Mon Jun 3 10:52:23 UTC 2013 - coolo@suse.com