libtunepimp ChangeLog:
----------------------

version 0.1.0:

  - First public version, created from the guts of the MusicBrainz tagger and
    enhanced with the following features:

       o Improve support for various artist albums. Looking up VA albums works
         better, and there is a seperate VA file mask.
       o AlbumArtist is now written to tags, to keep make sure the VA/non-VA
         info is retained in the tags.
       o More naming file mask options:
          %sortname -- The sortname of the artist
          %num      -- The non zero padded track number
          %0num     -- The zero padded track number
          %abc      -- The first letter in the sortname of the artist.
          %abc2     -- The first two letters in the sortname of the artist.
          %abc3     -- The first three letters in the sortname of the artist.

          Example:
            
            %abc/%abc2/%sortname/%album/%0num-%track 
             
            gives 
            
            B/Be/Beatles, The/Help!/01-Help!.mp3

       o Allow all valid filesystem characters, now depends on OS
       o make sure that a track with no metadata does not show up as 100% 
       o Improve TRM collision handling 
           - Let the user set the accept/deny threshold
           - Indicate a collision and let the user pick the right one.
       o Strip tags before saving option 

  - The tagger example application 'tp_tagger' gets installed as the only
    usable application -- the application has no C wrapper yet.
