mpg321 Changelog

What's new in mpg321 0.3.2

Mar 26, 2012
  • Fixed bugs to stdout-output (remove garbage in buffer from wrong stdout fprintf's, it should have been stderr instead)
  • Fixed bug when closing the stream of AO device that caused wrong header to the output buffer for the normal operation. Buffered output has no problem with that.

New in mpg321 0.3.0 (Nov 14, 2011)

  • Fixed trailing "/" when printint directory.
  • Fixed mistake for '--cdr' option. It should be 'cdr file' than 'wave file' in output.
  • mpg321 now supports multiprocessing buffering.Check '-b' option.
  • (Closes: Bug#113405).
  • Added '-3' or '--restart' option in man file.
  • Added ALSA volume control when using output buffer.
  • Added Mute/unmute into Basic Keys functionality.

New in mpg321 0.2.13.4 (Oct 2, 2011)

  • Fixed bug when trying to "load file" from a remote instance and
  • an error was raised repeatdly until mpg321 process died with
  • "too many open files". (Closes: Bug#128676)
  • Added '-3' or '--restart' option that handles non existent or
  • corrupted files more elegantly when in remote mode. When option
  • is enabled the remote shell does not die and is restarted waiting
  • for a new command.
  • Fixed FTBFS for mpg321 by removing debian_changes patch file in
  • debian/patches directory. (Closes: Bug#643222)

New in mpg321 0.2.13.3 (Aug 1, 2011)

  • Added '-K' option so the user can enable/disable the Basic Keys
  • functionality. This also resolves the 100% CPU problem when mpg321
  • is run by asterisk for music hold on.
  • Thanks to James Bottomley for pointing that out. (Closes: Bug#619773).
  • Added new algorithm when playing files randomly until interrupted. The
  • advertised behavior is much better than the previous one.Patch from
  • Peter Selinger.Thanks.

New in mpg321 0.2.12.1 (Jul 5, 2010)

  • New upstream release.
  • Added AudioScrobbler support.
  • Added FFT analysis support on PCM data for Remote mode play.
  • mpg123 has been relicensed under the LGPL/GPL. Changed man page
  • accordingly. (Closes: Bug#533674).
  • mpg321 now exits code 1 after failing to play music. (Closes: Bug#501334).
  • Fixed ID3v2 tag problem which resulted in a splat-sound at the start of
  • the file. Patch from Martin Wellard. Thanks.
  • Added support for recursive reading of directories. Patch from Giuseppe
  • Scrivano and Michal Cihar .
  • (Closes: Bug#266887).

New in mpg321 0.2.11.2 (Apr 22, 2010)

  • New upstream release.
  • New maintainer (Closes: Bug#471770).
  • Updated S-V to 3.8.3.
  • Added HTTP Proxy support with Basic Authentication mechanism
  • from Chris Nanakos
  • ID3 tags now display on all files when playing a list of files and
  • you haven't pressed CTRL-C to switch between them.
  • Make volume scaling work entirely within fixed point. This is the
  • way it should have been to begin with.
  • Add patch to support ipv6 from Carlos Jesús Bernardos Cano. This is now the
  • default in the Debian packages. (Closes: Bug#182480)
  • Fix --frames/-n option to correctly decode the first n frames, not decode
  • until the Nth frame.
  • Fix up maintainer scripts to not quit on unknown arguments
  • Add GAIN option to remote control mode. Patch from Ralf Engels
  • Improve shuffling/randomizing code. Patch from Bas Zoetekouw - thanks!
  • Closes: Bug#153594
  • Moritz Jodeit :
  • Make http://some.server.name (no trailing slash) work
  • Fix other networking issues
  • Fix some format string issues
  • Change use of random() to rand() because random() on Solaris doesn't
  • return up to RAND_MAX, but 2**31.
  • Add patch from Mario to better support HTTP and
  • Shoutcast streams

New in mpg321 0.2.11 (Dec 22, 2009)

  • Added HTTP Proxy support with Basic Authentication mechanism from Chris Nanakos
  • ID3 tags now display on all files when playing a list of files and
  • you haven't pressed CTRL-C to switch between them.
  • Make volume scaling work entirely within fixed point. This is the
  • way it should have been to begin with.
  • Add patch to support ipv6 from Carlos Jesús Bernardos Cano. This is now the
  • Default in the Debian packages. (Closes: Bug#182480)
  • Fix --frames/-n option to correctly decode the first n frames, not decode
  • until the Nth frame.
  • Fix up maintainer scripts to not quit on unknown arguments
  • Add GAIN option to remote control mode. Patch from Ralf Engels
  • Close file descriptor leaks. Patch from James Cook. (Closes: Bug#178948)
  • Apply documentation patches from [email protected].
  • Closes: Bug#153596, Bug#153597
  • Improve shuffling/randomizing code. Patch from Bas Zoetekouw - thanks!
  • Closes: Bug#153594
  • Moritz Jodeit :
  • Make http://some.server.name (no trailing slash) work
  • Fix other networking issues
  • Fix some format string issues
  • Change use of random() to rand() because random() on Solaris doesn't
  • return up to RAND_MAX, but 2**31.
  • Add patch from Mario to better support HTTP and
  • Shoutcast streams

New in mpg321 0.2.10 (Oct 6, 2008)

  • The "Should've tested more" release
  • Fix mismanagement of most id3 tags, which caused crashes.
  • Fix -k option.
  • Add build-depends on zlib1g-dev.
  • Fix format string in ftp code
  • If opening one type of device hangs, try the other ones before giving up.
  • Don't print ID3 tag in remote mode when unpausing.
  • Fix strange thinko in remote control parsing code that caused a hang.