diff options
author | simonb <simonb@pkgsrc.org> | 2004-07-07 05:45:24 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2004-07-07 05:45:24 +0000 |
commit | 1336c4681f91f1d918f080b66c4aa18eeec07a0d (patch) | |
tree | dbf4203fe64673077067367dcf9d4bf8e002ec14 | |
parent | 8082b424fe9cc4d3a68c025efa7cf3718d61b805 (diff) | |
download | pkgsrc-1336c4681f91f1d918f080b66c4aa18eeec07a0d.tar.gz |
Note update of musicpd to version 0.11.2. Changes include:
1) Work around in computing total time for mp3's whose first valid mpeg
frame is not layer III
2) Fix mp3 and mp4 decoders when seeking past the end of the file
3) Fix replaygain for flac and vorbis
4) Fix memory leaks in flac decoder (from normalperson)
5) Fix Several other bugs in playlist.c and directory.c (from normalperson)
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6f4bfd1d253..20e61b000f4 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6477 2004/07/07 05:12:25 grant Exp $ +$NetBSD: CHANGES,v 1.6478 2004/07/07 05:45:24 simonb Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3288,3 +3288,4 @@ Changes to the packages collection and infrastructure in 2004: bsd.pkg.mk: buildlink2 retired in favour of buildlink3 [wiz 2004-07-06] Updated pkglint to 3.85 [wiz 2004-07-06] Updated createbuildlink to 3.5 [wiz 2004-07-06] + Updated musicpd to 0.11.2 [simonb 2004-07-07] |