musica (2.29) released; urgency=medium

  [ Nishanth Aravamudan ]
  * debian/control:
  - modify php dependency to libapache2-mod-php rather than
    specifically php7.0.

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sun, 17 Jan 2016 14:10:27 +0100

musica (2.28-0ubuntu1) xenial; urgency=medium

  * debian/control:
    - add php7.0 compatibility
    - spell correctly

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sun, 17 Jan 2016 14:10:25 +0100

musica (2.27-0ubuntu1) vivid; urgency=medium

  * index.php:
    - clean up a ton of undefined variable noise in the apache logs

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 01 Nov 2014 17:02:57 -0500

musica (2.26-0ubuntu1) utopic; urgency=medium

  * index.php:
    - fix syntax error
    - handle new location of getid3.php
    - add support for a random playlist of 200 songs
    - don't sort random playlist
  * jplayer.php:
    - let's autoplay

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 26 Jul 2014 14:57:04 -0500

musica (2.25-0ubuntu1) utopic; urgency=medium

  * debian/cron.hourly:
    - name our temp directory
    - use a trap to clean up temp file

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 28 Apr 2014 09:52:59 -0700

musica (2.24-0ubuntu1) trusty; urgency=medium

  * debian/apache.conf => debian/musica.conf, debian/control,
    debian/install, debian/links, debian/postinst, debian/postrm:
    - bump standards version
    - fix package installations for LP: #1244293, #990900

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 15 Mar 2014 21:16:03 -0500

musica (2.23-0ubuntu1) trusty; urgency=low

  * debian/postrm: LP: #1244293, #990900
    - purging might break, if site was already disabled

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 15 Mar 2014 11:20:11 -0500

musica (2.22-0ubuntu1) raring; urgency=low

  * debian/postinst:
    - note the musica cache rebuild with an echo
    - don't background this (ie, block on it completing)
    - musica is not really functional until the index has run
  * debian/cron.hourly:
    - soften to a warning, exit zero when music dir doesn't exist
  * debian/control:
    - bump standards
  * debian/control, debian/rules:
    - switch to simpler dh build
  * debian/control, debian/copyright:
    - fix lintian warnings

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 31 Oct 2012 17:29:49 +0100

musica (2.21-0ubuntu1) precise; urgency=low

  * debian/cron.hourly: LP: #888218
    - exit on errors

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 10 Nov 2011 15:34:41 -0600

musica (2.20-0ubuntu1) precise; urgency=low

  * jplayer2.php:
    - added a jplayer2.php, which works with jplayer2; jplayer2 can't
      land in Ubuntu yet because the flash won't build from source
      using haxe; flash is required for mp3 support in Firefox
  * debian/cron.hourly: LP: #888218
    - ensure that the music directory exists, before indexing it

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 10 Nov 2011 10:13:20 -0600

musica (2.19-0ubuntu1) oneiric; urgency=low

  * debian/postinst:
    - immediately run an update

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 30 Jul 2011 11:15:22 -0500

musica (2.18-0ubuntu1) oneiric; urgency=low

  * index.php:
    - don't print broken images

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 29 Jul 2011 23:56:25 -0500

musica (2.17-0ubuntu1) oneiric; urgency=low

  [ Serge Hallyn ]
  * debian/cron.hourly: add -L to find options to support symlinks under
    /usr/share/music/musica.

  [ Dustin Kirkland ]
  * jplayer.php: LP: #811477
    - use the google hosted jquery.min.js until the local one in Debian/Ubuntu
      gets fixed
  * debian/cron.hourly, index.php, jplayer.php:
    - partial support for m4a
  * debian/control, index.php:
    - remove that nasty backtick call to eyeD3, use php-id3 instead

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 29 Jul 2011 19:38:42 -0500

musica (2.16-0ubuntu1) oneiric; urgency=low

  * debian/cron.hourly, index.php: LP: #622294
    - VASTLY improve album and song search performance by using the cache
      files listing songs/albums
    - artist lookup is still fast enough doing the dir work, though could
      be changed too, easily
    - improve the cronjob that generates these to the correct format
  * index.php:
    - improve random artist/album/song support
    - drop the ratings support; don't really have a good, persistent place
      to store this
  * debian/cron.hourly, index.php:
    - fix image loading
    - improve performance
    - cache image list too
  * index.php:
    - fix popout, move control icons to top of song window

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 28 Jul 2011 20:23:14 -0500

musica (2.15-0ubuntu1) natty; urgency=low

  [ Jeff Lane ]
  * README: fix path, LP: #733659

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 12 Mar 2011 05:55:51 +0000

musica (2.14-0ubuntu1) natty; urgency=low

  * debian/links, index.php, jplayer.php: rename "icons" directory to "silk",
    gives some credit to the silk project and some apache2 deployments
    include an alias for the "icons" directory which breaks musica's
    icons; "silk" should be less commonly used as an alias

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 02 Feb 2011 09:36:14 -0800

musica (2.13-0ubuntu1) natty; urgency=low

  * index.php:
    - fix popout icon reference
    - rtrim whitespace on stats
  * index.php, jplayer.php:
    - fix download of ogg files (streaming of ogg not working yet)

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 04 Jan 2011 21:17:05 -0600

musica (2.12-0ubuntu1) natty; urgency=low

  * debian/control, debian/dirs, debian/links, debian/rules,
    jplayer/js/Jplayer.as, jplayer/js/jquery.jplayer.min.js,
    jplayer/js/jquery.min.js, jplayer.php, === removed directory
    jplayer/js: use jplayer and jquery from the archive, rather than
    the ones embedded here

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 04 Jan 2011 17:29:56 -0600

musica (2.11-0ubuntu1) natty; urgency=low

  * book_open.png, cd.png, control_play_blue.png, debian/control,
    debian/copyright, debian/install, debian/links, disk.png, group.png,
    index.php, jplayer.php, musica_screenshot.png, music.png, popout.png,
    star_off.png, star_on.png:
    - use the famfamfam-silk package for icons, rather than embedding them
      in this project directly
  * index.php:
    - use icon for help link
    - drop star_off.png

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 14 Dec 2010 11:49:50 -0600

musica (2.10-0ubuntu1) natty; urgency=low

  * index.php: speed up album reads a bit by saving an opendir() call
    and corresponding directory scan

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 08 Dec 2010 00:12:54 -0600

musica (2.9-0ubuntu1) natty; urgency=low

  * index.php: support album art images in the directory with music; supports
    anything we can detect as an image;  if there's more than one, rotate through
    them in a slideshow; LP: #681031
  * support more than one level in the music tree, LP: #293822, LP: #640821

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 24 Nov 2010 12:29:04 -0600

musica (2.8-0ubuntu1) natty; urgency=low

  * index.php: constrain the size of the album art (some are too big)

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 01 Oct 2010 11:28:29 -0700

musica (2.7-0ubuntu1) maverick; urgency=low

  * jplayer.php, jplayer/js/jquery.min.js: embed local copy of this,
    for offline use
  * debian/control, debian/dirs, debian/postinst, index.php: display
    album art embedded in id3v2 tags; currently shelling out to use
    eyeD3 utility; when php's libraries catch up, this should be deprecated
  * jplayer.php: don't autoplay, per pgraner/jfo request
  * index.php, jplayer.php: add a "pop-out" functionality, for popping the
    music player out to a new window/tab; try to get player more centered
  * debian/install, index.php, popout.png: add popout icon

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 25 Sep 2010 11:23:44 -0700

musica (2.6-0ubuntu1) maverick; urgency=low

  * index.php: support nested album directories, LP: #640821

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 16 Sep 2010 14:11:19 -0700

musica (2.5-0ubuntu1) maverick; urgency=low

  * debian/install, favicon.ico, index.php: add a favicon.ico, LP: #622289
  * favicon.ico: stylize the musical note to look like an "M"

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 24 Aug 2010 15:11:07 -0400

musica (2.4-0ubuntu1) maverick; urgency=low

  * index.php: fix problem where songs or albums have two '.' in their
    name

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 15 Jun 2010 10:59:40 -0500

musica (2.3-0ubuntu1) maverick; urgency=low

  * jplayer.php: start playing on page load
  * index.php: move the "about" text to a single link, and a page of its
    own, creates more vertical space

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 01 Jun 2010 09:09:13 -0500

musica (2.2-0ubuntu1) maverick; urgency=low

  * index.php: support https protocol
  * index.php, jplayer.php, jplayer/skin/jplayer.blue.monday.css:
    - rearrange the player's css to make it a little less wide
  * jplayer.php: default to the flash player for now; should eventually
    add logic to determine native vs. flash

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 21 May 2010 08:38:41 -0500

musica (2.1-0ubuntu1) maverick; urgency=low

  * index.php: handle files that have multiple dots in the filename

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 19 May 2010 11:44:13 -0500

musica (2.0-0ubuntu1) maverick; urgency=low

  Add jPlayer (GPLv3) as an embedded javascript/flash mp3 player
  * debian/control, debian/install, debian/rules, index.php,
    jplayer.php, jplayer/js/Jplayer.as, jplayer/js/jquery.jplayer.min.js,
    jplayer/skin/jplayer.blue.monday.css: LP: #555347
  * debian/copyright: updated license info

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 18 May 2010 12:00:12 -0500

musica (1.11-0ubuntu1) lucid; urgency=low

  * debian/postrm: dissite and rm etc config

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 08 Feb 2010 19:02:42 -0600

musica (1.10) lucid; urgency=low

  * debian/postrm: safely clean up

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 08 Feb 2010 12:19:35 -0600

musica (1.9) lucid; urgency=low

  * debian/postinst: cache no longer used
  * debian/postrm: clean up link and statistics

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 08 Feb 2010 12:14:54 -0600

musica (1.8) lucid; urgency=low

  * debian/cron.hourly, debian/rules:
    - maintain an hourly updated list of artists/albums/songs, for
      more efficient and secure printing of statists and doing searches
  * debian/rules: drop debconf stuff, as it's not used
  * index.php:
    - read statistics from file
    - no border on images
    - don't hide permission denied errors
  * debian/dirs, debian/postrm: clean up cache and lib dirs on purge
  * debian/links, debian/postinst, debian/rules: improve install/config

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 06 Feb 2010 22:26:23 -0600

musica (1.7) lucid; urgency=low

  * index.php:
    - s/Music/Musica/
    - extend artist hyperlink to include icon, like the others
    - update copyright to 2010
    - update copyright text

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 30 Jan 2010 19:25:36 -0800

musica (1.6) lucid; urgency=low

  * index.php:
    - add support for .oga file format, LP: #320360
  * index.php, debian/musica.dirs, debian/rules:
    - drop use of tmp files, instead use content type header, LP: #480509
    - drop /var/lib/musica/tmp directory

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 10 Nov 2009 23:34:19 -0600

musica (1.5) karmic; urgency=low

  * index.php, debian/copyright: re-license under Affero Public License

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 28 Apr 2009 12:40:18 -0500

musica (1.4) jaunty; urgency=low

  * index.php: support ogg, wav, and flac files, LP: #288839 and LP: #313408

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 15 Jan 2009 22:39:55 -0600

musica (1.3) intrepid; urgency=low

  * Fix a couple of minor issues to get musica working immediately on
    installation (LP: #285322)
  * index.php: must insert script name in url preamble
  * debian/rules: link tmpdir into web share
  * debian/apache.conf: tmp section no longer needed (using symlink)

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 18 Oct 2008 01:05:02 -0500

musica (1.2) intrepid; urgency=low

  * debian/musica.install: actually install star_on.png and star_off.png
    LP: #285134

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 17 Oct 2008 14:11:16 -0500

musica (1.1) intrepid; urgency=low

  * index.php, debian/copyright, docs/LICENSE_CCA2.5, docs/LICENSE_GPL3,
    docs/README: fixed licensing inconsistencies

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 06 Oct 2008 11:49:02 -0500

musica (1.0) intrepid; urgency=low

  * Initial upload, (LP: #254801).

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 29 Sep 2008 13:26:26 -0500
