~ubuntu-branches/ubuntu/saucy/libtext-csv-xs-perl/saucy

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Xavier Guimard
  • Date: 2013-03-31 09:50:03 UTC
  • mfrom: (21.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20130331095003-kftsjjmxuer4gww5
Tags: 0.97-1
ImportedĀ UpstreamĀ versionĀ 0.97

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.97    - 2013-03-30, H.Merijn Brand
 
2
    * Regain the speed from 0.91 (buffer back to 1k)
 
3
    * Minor cleanup in XS code
 
4
    * Add diag_verbose attribute
 
5
 
 
6
0.96    - 2013-03-26, H.Merijn Brand
 
7
    * No need to require Test::Harness if unused (RT#82693)
 
8
    * parse ("") should return one empty field, not undef
 
9
    * Now that we know the record number, show it in auto_diag
 
10
 
1
11
0.95    - 2013-01-13, H.Merijn Brand
2
12
    * Introduce allow_unquoted_escape as workaround for RT#81295
3
13
    * Update copyright to 2013
7
17
0.94    - 2012-12-03, H.Merijn Brand
8
18
    * Guard against beta releases of Encode (Xavier Guimard - RT#81499)
9
19
    * Fix sv_cache init global-buffer-overflow (Reini Urban - RT#81469)
10
 
    * Tested with perl compiled with clag (also to verify RT#81469)
 
20
    * Tested with perl compiled with clang (also to verify RT#81469)
11
21
    * Fix memory leak reported in RT#81539 (Fix by Tony Cook)
12
22
 
13
23
0.93    - 2012-11-19, H.Merijn Brand