Skip to content

Debian Changelog mpd (0.12.1-1.1)

2007

mpd (0.12.1-1.1) unstable; urgency=high

   * Non-maintainer upload.
 
   * Added missing dep on adduser (Closes: #408262)
 
   * Set urgency to high since we're closing an RC bug.

 -- Bastian Venthur <venthur@debian.org>  Wed, 31 Jan 2007 12:35:08 +0100

2006

mpd (0.12.1-1) unstable; urgency=low

   * New upstream release
     - Fixes scanning of MP3s with a 0-frame Xing tag (Closes: #390417)

 -- Decklin Foster <decklin@red-bean.com>  Wed, 11 Oct 2006 15:22:46 -0400

mpd (0.12.0-3) unstable; urgency=low

   * Fix missing build-depends (Closes: #390779)

 -- Decklin Foster <decklin@red-bean.com>  Mon, 2 Oct 2006 21:32:27 -0400

mpd (0.12.0-2) unstable; urgency=low

   * Add patch to fix xmalloc assertion with some MP3 files. This does not
     really fix #390417, as the files do not play, but mpd --create-db will no
     longer crash.
   * When cleaning up after 0.11, check that the PID in the legacy pidfile
     is actually running before attempting to kill it.

 -- Decklin Foster <decklin@red-bean.com>  Mon, 2 Oct 2006 14:55:17 -0400

mpd (0.12.0-1) unstable; urgency=low

   * New upstream release (Closes: #280100)
     - Enable Ogg speex support (Closes: #341698)
     - Fixed ID3v2 support (Closes: #288101)
   * Removed debconf (Closes: #329887, #360113)
     - No more 'restart' setting, just restart in postinst (Closes: #369590)
   * Removed lintian override.

 -- Decklin Foster <decklin@red-bean.com>  Sat, 23 Sep 2006 14:18:36 -0400

mpd (0.12.0~rc3-1) experimental; urgency=low

   * New upstream release.
   * Updated watch file.

 -- Decklin Foster <decklin@red-bean.com>  Wed, 30 Aug 2006 14:05:02 -0400

mpd (0.12.0~rc2-1) experimental; urgency=low

   * New upstream release.
   * Change default music directory to /var/lib/mpd/music.

 -- Decklin Foster <decklin@red-bean.com>  Fri, 18 Aug 2006 21:01:22 -0400

mpd (0.12.0~rc1-1) experimental; urgency=low

   [ Decklin Foster ]
   * New upstream release.
   * Removed redundant debian/conffiles, and debian/templates since debconf is
     no longer used.
   * Include full GPL blurb in debian/copyright.
   * Start system service by default.
   * Parse out quoting in check_dbfile (we can't depend on the shell to do it).
   * Implemented check_conf and simplified init.
   * Pass -n to dh_installinit rather than removing #DEBHELPER#.
   * Standards-Version: 3.7.2.
   * Added an ugly check to kill 0.11 in the postinst, and purge debconf
     answers if necessary.
   * Updated and shortened NEWS.Debian.
 
   [ Eric Wong ]
   * reenable libao and libmikmod support (disabled by default in upstream)

 -- Decklin Foster <decklin@red-bean.com>  Thu, 17 Aug 2006 22:28:36 -0400

2005

mpd (0.11.5-4) unstable; urgency=low

   * add Czech and Vietnamese translations. Closes: #308027,#312971
   * clarify state_file documentation (from upstream)
   * no longer delete the mpd user and group on purge. Closes: #305088

 -- Eric Wong <eric@petta-tech.com>  Sat, 11 Jun 2005 22:03:08 -0700

mpd (0.11.5-3) unstable; urgency=low

   * Fix logrotate when the user `mpd' does not exist. Closes: #290640
   * Apply a patch from upstream trunk to fix segfault with mikmod

 -- Eric Wong <eric@petta-tech.com>  Sat, 15 Jan 2005 13:09:30 -0800

mpd (0.11.5-2) unstable; urgency=low

   * Update copyright info (email, dates, svn).
   * Force to build with libFLAC (>= 1.1.1-3). Closes: #289184
   * Added logrotate entries.
   * Updated to Standards-Version 3.6.1.1

 -- Eric Wong <eric@petta-tech.com>  Fri, 7 Jan 2005 21:48:41 -0800

2004

mpd (0.11.5-1) unstable; urgency=low

   * New upstream release
   * Apply patch to validate UTF-8 tags correctly (forwarded upstream)
   * Don't rely on sed -i in scripts to make life easier for
     backporters.  Closes: #278873

 -- Eric Wong <eric@petta-tech.com>  Thu, 4 Nov 2004 03:18:13 -0800

mpd (0.11.4-7) unstable; urgency=low

   * Make sure statoverride cleans up after itself after the user is
     removed on purge.

 -- Eric Wong <eric@petta-tech.com>  Tue, 21 Sep 2004 20:24:36 -0700

mpd (0.11.4-6) unstable; urgency=low

   * Fix another regular expression bug in the configuration library
     that was missing matches.  Thanks again to Thorsten Sandfuchs.
     Closes: #269574, #269576 (yet again)

 -- Eric Wong <eric@petta-tech.com>  Fri, 10 Sep 2004 01:04:04 -0700

mpd (0.11.4-5) unstable; urgency=low

   * Fix a regular expression match in configuration library that was
     causing duplicate entries to appear.  This was partially worked
     around in 0.11.4-2 and 0.11.4-3, but we have a real fix now.
     Thanks to Thorsten Sandfuchs for finding it.
     Closes: #269574, #269576
   * Add README.Debian to clear up some questions users had

 -- Eric Wong <eric@petta-tech.com>  Sat, 4 Sep 2004 13:29:01 -0700

mpd (0.11.4-4) unstable; urgency=low

   * Added French debconf translation, thanks to Christian Perrier.
     Closes: #267458,#268112

 -- Eric Wong <eric@petta-tech.com>  Wed, 25 Aug 2004 23:12:27 -0700

mpd (0.11.4-3) unstable; urgency=low

   * Fix upgrade problem introduced in last release

 -- Eric Wong <eric@petta-tech.com>  Sun, 8 Aug 2004 15:03:34 -0700

mpd (0.11.4-2) unstable; urgency=low

   * Fix problem with state_file creation for some users at
     configuration.  Closes: #262473
   * Move state_file from /var/run/mpd/state to /var/lib/mpd/state for
     FHS compliance.  Thanks to Richard van den Berg for pointing both of
     these out.

 -- Eric Wong <eric@petta-tech.com>  Mon, 2 Aug 2004 01:25:37 -0700

mpd (0.11.4-1) unstable; urgency=low

   * new upstream release, see upstream changelog for details

 -- Eric Wong <eric@petta-tech.com>  Tue, 27 Jul 2004 02:54:57 -0700

mpd (0.11.3-1) unstable; urgency=low

   * new upstream release, see upstream changelog for details

 -- Eric Wong <eric@petta-tech.com>  Fri, 23 Jul 2004 03:05:15 -0700

mpd (0.11.2-1) unstable; urgency=low

   * new upstream version: fixes flac memory leak, replaygain, and
     mp3/mp4 seeking.  See upstream changelog for more details.

 -- Eric Wong <eric@petta-tech.com>  Mon, 5 Jul 2004 21:32:10 -0700

mpd (0.11.1-2) unstable; urgency=low

   * fix debconf being listed twice in Depends

 -- Eric Wong <eric@petta-tech.com>  Sat, 26 Jun 2004 18:44:20 -0700

mpd (0.11.1-1) unstable; urgency=low

   * new upstream: see upstream changelog for details, 1.0 is imminent!

 -- Eric Wong <eric@petta-tech.com>  Wed, 23 Jun 2004 21:06:53 -0700

mpd (0.11.0-3) unstable; urgency=low

   * don't display debconf note about the 2100 => 6600 port change for new
     installs
   * make sure the init script uses /etc/mpd.conf when creating the db

 -- Eric Wong <eric@petta-tech.com>  Sat, 19 Jun 2004 20:09:01 -0700

mpd (0.11.0-2) unstable; urgency=low

   * ack! update build-dependency to include libmikmod2-dev

 -- Eric Wong <eric@petta-tech.com>  Fri, 18 Jun 2004 10:53:52 -0700

mpd (0.11.0-1) unstable; urgency=low

   * new upstream: many new features/improvements, see upstream changelog
     for more details
   * upstream: default port moved to 6600 (2100 is taken by amiganetfs
     according to IANA)

 -- Eric Wong <eric@petta-tech.com>  Fri, 18 Jun 2004 01:02:35 -0700

mpd (0.10.4-3) unstable; urgency=low

   * add zlib1g-dev to build-dependencies

 -- Eric Wong <eric@petta-tech.com>  Tue, 15 Jun 2004 21:41:25 -0700

mpd (0.10.4-2) unstable; urgency=low

   * add a note about the creating the config file

 -- Eric Wong <eric@petta-tech.com>  Fri, 11 Jun 2004 17:57:46 -0700

mpd (0.10.4-1) unstable; urgency=low

   * new upstream

 -- Eric Wong <eric@petta-tech.com>  Wed, 26 May 2004 20:37:02 -0700

mpd (0.10.3-8) unstable; urgency=low

   * update description

 -- Eric Wong <eric@petta-tech.com>  Sat, 15 May 2004 05:57:34 -0700

mpd (0.10.3-7) unstable; urgency=low

   * clean up purge

 -- Eric Wong <eric@petta-tech.com>  Mon, 19 Apr 2004 18:33:37 -0700

mpd (0.10.3-6) unstable; urgency=low

   * update copyright to include 2004

 -- Eric Wong <eric@petta-tech.com>  Mon, 19 Apr 2004 02:20:48 -0700

mpd (0.10.3-5) unstable; urgency=low

   * prompt for restarts on future upgrades
   * add debconf option for using the state_file (in /var/run/mpd/state)
   * massive maintainer script cleanups and tweaks

 -- Eric Wong <eric@petta-tech.com>  Sun, 18 Apr 2004 19:32:30 -0700

mpd (0.10.3-4) unstable; urgency=low

   * silenced a harmless deluser/delgroup message in purge

 -- Eric Wong <eric@petta-tech.com>  Sun, 4 Apr 2004 17:34:37 -0700

mpd (0.10.3-3) unstable; urgency=low

   * fix upgrade from non-system users

 -- Eric Wong <eric@petta-tech.com>  Sat, 3 Apr 2004 17:59:08 -0800

mpd (0.10.3-2) unstable; urgency=low

   * remove old init links if user chooses to not install the service

 -- Eric Wong <eric@petta-tech.com>  Sat, 3 Apr 2004 03:04:49 -0800

mpd (0.10.3-1) unstable; urgency=low

   * new upstream
   * debian/rules files documents how to customize

 -- Eric Wong <eric@petta-tech.com>  Fri, 2 Apr 2004 21:09:18 -0800

mpd (0.10.2-4) unstable; urgency=low

   * fixed postinst handling of /etc/mpd.conf

 -- Eric Wong <eric@petta-tech.com>  Mon, 29 Mar 2004 22:27:20 -0800

mpd (0.10.2-3) unstable; urgency=low

   * added Build-Depends to libasound2-dev
   * fixed prerm script

 -- Eric Wong <eric@petta-tech.com>  Sun, 28 Mar 2004 14:16:04 -0800

mpd (0.10.2-2) unstable; urgency=low

   * updated description to reflect released clients only

 -- Eric Wong <eric@petta-tech.com>  Sat, 27 Mar 2004 12:48:39 -0800

mpd (0.10.2-1) unstable; urgency=low

   * new upstream

 -- Eric Wong <eric@petta-tech.com>  Wed, 24 Mar 2004 23:06:23 -0800

mpd (0.10.1-3) unstable; urgency=low

   * make translations possible using po-debconf

 -- Eric Wong <eric@petta-tech.com>  Thu, 18 Mar 2004 23:21:10 -0800

mpd (0.10.1-2) unstable; urgency=low

   * reverted state/playlist resuming in init script at the request of upstream

 -- Eric Wong <eric@petta-tech.com>  Sun, 7 Mar 2004 10:33:49 -0800

mpd (0.10.1-1) unstable; urgency=low

   * new upstream

 -- Eric Wong <eric@petta-tech.com>  Sun, 7 Mar 2004 10:15:21 -0800

mpd (0.10.0-2) unstable; urgency=low

   * make the init script start after ALSA and OSS does (S20 -> S30)
   * enable resuming of playlist and state if mpc and perl are installed

 -- Eric Wong <eric@petta-tech.com>  Sat, 6 Mar 2004 13:56:26 -0800

mpd (0.10.0-1) unstable; urgency=low

   * new upstream

 -- Eric Wong <eric@petta-tech.com>  Tue, 2 Mar 2004 20:51:25 -0800

mpd (0.9.4-5) unstable; urgency=low

   * init script finds DBFILE now
   * specify /etc/mpd.conf in init script
   * make sure music and playlist directories are created if they don't exist

 -- Eric Wong <eric@petta-tech.com>  Sat, 28 Feb 2004 12:49:09 -0800

mpd (0.9.4-4) unstable; urgency=low

   * don't create mpddb in the init script anymore

 -- Eric Wong <eric@petta-tech.com>  Mon, 23 Feb 2004 12:55:20 -0800

mpd (0.9.4-3) unstable; urgency=low

   * oops, broke debconf

 -- Eric Wong <eric@petta-tech.com>  Mon, 23 Feb 2004 12:41:11 -0800

mpd (0.9.4-2) unstable; urgency=low

   * added debconf to Depends
   * updated to Standards-Version 3.6.1
   * updated Description a bit, now includes clients
   * init.d file creates mpddb if it doesn't exist
   * config file updated with commented out examples for easy editing
   * remove the never used /etc/mpd/conf file, /etc/mpd.conf is the system-wide
     config file
   * new maintainer

 -- Eric Wong <eric@petta-tech.com>  Mon, 23 Feb 2004 01:03:22 -0800

mpd (0.9.4-1) unstable; urgency=low

   * Update to 0.9.4

 -- Warren Dukes (aka shank) <shank@mercury.chem.pitt.edu>  Tue, 20 Jan 2004 22:24:00 -0500

2003

mpd (0.9.3-1) unstable; urgency=low

   * Update to 0.9.3
   * Switch to cdbs
   * Use debconf for configure music_directory, playlist_directory, port
   * Add /etc/mpd.conf and /etc/mpd/conf
   * Add initd script

 -- Warren Dukes (aka shank) <shank@mercury.chem.pitt.edu>  Tue, 31 Oct 2003 18:16:00 -0400

mpd (0.9.2-1) unstable; urgency=low

   * Update to 0.9.2

 -- Warren Dukes (aka shank) <shank@mercury.chem.pitt.edu>  Tue, 06 Oct 2003 22:04:00 -0400

mpd (0.9.1-1) unstable; urgency=low

   * Update to 0.9.1

 -- Warren Dukes <shank@mercury.chem.pitt.edu>  Tue, 30 Sep 2003 09:09:00 -0400

mpd (0.9.0-1) unstable; urgency=low

   * Update to 0.9.0

 -- Warren Dukes <shank@mercury.chem.pitt.edu>  Tue, 29 Sep 2003 19:39:00 -0400

mpd (0.8.7-1) unstable; urgency=low

   * Update to 0.8.7

 -- Warren Dukes <shank@mercury.chem.pitt.edu>  Tue, 03 Sep 2003 22:39:00 -0400

mpd (0.8.6-1) unstable; urgency=low

   * Update to 0.8.6

 -- Warren Dukes <shank@mercury.chem.pitt.edu>  Tue, 25 Aug 2003 20:35:00 -0400

mpd (0.8.5-1) unstable; urgency=low

   * Update to 0.8.5

 -- Warren Dukes <shank@mercury.chem.pitt.edu>  Tue, 17 Aug 2003 22:50:00 -0400

mpd (0.8.4-1) unstable; urgency=low

   * Update to 0.8.4

 -- Warren Dukes <shank@mercury.chem.pitt.edu>  Tue, 12 Aug 2003 19:35:00 -0400

mpd (0.8.3-1) unstable; urgency=low

   * Update to 0.8.3

 -- Warren Dukes <shank@mercury.chem.pitt.edu>  Tue, 12 Aug 2003 19:35:00 -0400

mpd (0.8.2-1) unstable; urgency=low

   * Initial Release.

 -- Warren Dukes <shank@mercury.chem.pitt.edu>  Fri, 25 Jul 2003 10:28:30 -0400