pjam-import 1.1.0
Added support for a special meta-disc named '(single)', with no artist,
    date, or genre, for adding singles.  It is created on the first use
    if it does not already exist.

pjam-remote 1.1.0
Added alias as pjam-insert (assumes that HOST is default remotehost and
    COMMAND is insert)

1.6.9
Added a hidden column for song year.  STATUS output is now extended to
    replace (mm:ss) with (yyyy, mm:ss)

1.6.8
Fixed a bug in which double-clicking a playlist entry while a playing
    selection was paused would cause PerlJammer to lock up.
Inserted expanded debugging code, including log-to-file capability, to
    try to diagnose a problem in which the playing-selection index is
    still incorrect after drag-and-drop operations.  So far I am unable
    to find the sequence of operations required to reproduce the problem.

1.6.7
Fixed dragging code so that current-playing-selection remains consistent
    if a drag-and-drop action moves the currently playing selection in the
    list.
Applied the same fix to drop_song() and disable_song() just in case someone
    should choose to drop or disable a song they're already played.
Applied to add_song(), insert_next() and insert_disc() as well just for
    completeness and correctness.

1.6.6
Fixed a somehow-overlooked design bug in which stop() does not check to see
    whether PerlJammer is actually playing before trying to stop play, resulting
    in abnormal termination if it isn't.  Added similar checks to pause_play()
    and resume_play() as a precaution.
Added a new RemoteJammer skin, 'raindrops'. 

1.6.5
The autorepeat directive is obsolete, replaced by action_at_end, which has
    four legal values: stop, loop, new, quit.  action_at_end: stop is equivalent
    to autorepeat: no, action_at_end: loop is equivalent to autorepeat: yes,
    action_at_end: new seamlessly generates a new playlist while playing the
    final selection of the new playlist.  Quit should be obvious.
pjam-remote now does its best to resolve relative paths to absolute paths.
Additional module dependencies:  File::Copy, Cwd (for realpath)

1.6.4
Added update_stats preference and update_play_stats() function to update
    num_plays and last_played fields in the database.

1.6.3:
pjam-import v1.0 added to package.
Added 'find only' and 'show metadata' options to pjam-import.
Added single-file capability to pjam-import (correcting an oversight
    in the traversal algorithm in the event that an original path
    passed in is a file, not a directory).
Removed unused .m3u file code from pjam-import.
Bugfix in pjam-import to make paths absolute.  Version bumped to 1.0.1.
Added default path fallback in pjam-import and refactored import_files().
    Version bumped to v1.0.2.
'Next ten' button and display window added to RemoteJammer.
Added title/artist/discname quote sanitization to mp3insert.

1.6.2:
Changelog initiated.
Countdown mode for playback timer added, controlled by timebox_countdown
    option (defaults to no).
