The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension TagLib.

1.56  Sun Aug  5 15:51:04 PDT 2012
    -  Added #undef do_open and do_close to deal with complaints from C++

1.55  Sat Aug  4 09:28:40 PDT 2012
    -  Compile errors: in xs/apeitem.xs do_open, do_close cause problems, not used

1.54 Wed Aug  1 11:56:54 PDT 2012
    - CPAN testing revealed what appears to be an implementation-dependent
      result in t/TagLib_ByteVector.t. That test has been deleted.
    - A number of tests were in TODO: blocks. I expected that they
      would be ignored, but it appears that some of the statements
      resulted in errors that were not ignored. All of these blocks,
      including the error above have geen enlosed in =if 0 ... =cut
    - Finally, a test in t/TagLib_ID3v2_FrameList.t had a race condition
      resulting from a failure to use parens. 

1.52 Tue Jul 31 08:33:24 PDT 2012
    - Corrected Makefile.PL error

1.51 Wed Jul 11 16:21:06 PDT 2012
    - Begin testing with taglib 1.7.2
    - Looks good, except that I haven't covered new functionality

1.50 Tue Jul 10 08:26:45 PDT 2012
    - Final

1.50.0 Sat Jan 22 15:41:45 PST 2011
    - Based on taglib v 1.5. As of this writing, taglib is at v1.6.3,
       consequently it's unlikely that this will be of much use to anyone.
       It's being released as a checkpoint on the way to supporting that release.
       Only fatal bugs will be addressed on this thread.
    - While all of the tests pass, it's not guaranteed that all of the
      TagLib functionality has been tested. YMMV!
    - Add Audio:: to MODULE and DISTRIBUTION statements in xs/*
        used script fix_dcls.pl
    - Updated ppport.h
    - Cleaned auto-inserted comments from t/*
    - Fixed coding errors in t/*
    - Swapped in guitar.* in sample/; adds .wav and .flac
        Produced from guitar.wav using Audacity. Where guitar.wav came 
        from is anybody's guess

1.50_01 10.07.2009
    - patch from CHOCOLATE _at_ cpan dot org (#36560)
    - patch from Spr _at_ cpan dot org (#24410)
    - enable build for taglib v1.5

1.43 Tu 17.01.07
    - support for MacOSX
    - fix on MakeFile.PL

1.42 Mo 17.04.06
    - x86_64 support
    - FreeBSD support(test required)

1.41 Tu 20.12.05
    - bug fix (stack manipulation bug and Makefile.PL)

1.4   Mon Aug 15 18:47:30 2005
	- original version; created by h2xs 1.23 with options -A -n TagLib