1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453
|
forked-daapd (24.2-2) unstable; urgency=medium
* Update my Uploader email address to my Ubuntu one
* Install systemd service enabled by default (Closes: #858696)
-- Balint Reczey <rbalint@ubuntu.com> Sun, 02 Apr 2017 12:06:56 +0200
forked-daapd (24.2-1) unstable; urgency=medium
[ Espen Jürgensen ]
* Depend of proper development package for inotify on kFreeBSD
(Closes: #826785)
[ Balint Reczey ]
* Imported Upstream version 24.2
* Enable PulseAudio support
* Update d/control using cme fix
* Depend on lsb-base instead of build-depending on it
-- Balint Reczey <balint@balintreczey.hu> Thu, 10 Nov 2016 13:31:39 +0100
forked-daapd (24.1-1) unstable; urgency=medium
* New upstream release 24.1
- support for Monkey's audio
- fix build problems on some platforms (e.g. OpenWrt)
* New upstream release 24.0
- support for Chromecast audio
- support more idv3 tags (eg. date released)
- support more DAAP tags (eg. datereleased, hasbeenplayed)
- fix problem with playlists not shown in correct order in Remote
- autoselect devices based on priorities + keep devices selected
- fix multiple FreeBSD filescanner bugs (like too many open files)
- ALSA audio refurbished (prevent underrun/overrun, better AirPlay sync)
- improved mpd command support (eg. lsinfo, move, queue autoplay start)
- better mpd performance
- timing changes to keep input and output in sync with player timer
- prevent cache bloat (unscaled artwork or artwork for deleted tracks)
- more intelligent Spotify artwork retrieval
- artwork handling refactored
- add generic output interface
- add systemd service file
- support for OSS4 dropped
- support for old ffmpeg dropped
- misc minor bugfixing
* New upstream release 23.4
- fix freeze problem on network stream disconnects
- support for mp3 streaming
- better ipv6 handling
- option to hide singles from album/artist lists
- misc MPD improvements, incl. new commands and zeroconf support
- queue handling and transcoding refactored
- libavresample/libswresample dependency changed to libavfilter
- improved pairinghelper.sh script
* Enable chromecasting
* Stop shipping empty NEWS file
* Bump policy version to 3.9.8
* Ship service file for systemd
-- Balint Reczey <balint@balintreczey.hu> Mon, 16 May 2016 20:07:20 +0200
forked-daapd (23.3-1) unstable; urgency=medium
* New upstream release 23.2
- fix issue where volume gets set to -1 on startup of raop devices
- plug various minor memleaks
- audiobook improvements, eg resuming playback from saved position
- live icy metadata
- libevent 1 support removed
- LastFM performance improvement
- drop legacy ffmpeg stuff
- drop legacy flac, musepack and wma scanner
* Use canonical VCS field for git packaging repository
* Stop adding ldconfig call to postinst and postrm
* Enable all hardening options
-- Balint Reczey <balint@balintreczey.hu> Sat, 19 Dec 2015 10:41:32 +0100
forked-daapd (23.2-1) unstable; urgency=medium
* New upstream release 23.2
- Added MPD (Music Player Daemon) protocol support
- Added support for smart playlists, live internet stream
metadata/artwork (depending on versions of ffmpeg/libav/libevent),
support for remote m3u's, and support for Remote's "Internet radio"
category
- Several stability fixes
* Drop obsolete patch removing embedded AVL implementation
* Switch back to libraries provided by Libav. They will be provided by
ffmpeg when the archive-wide transition is finished.
* Enable MPD support and also mention it in package description
* Install README for smart playlists
-- Balint Reczey <balint@balintreczey.hu> Tue, 30 Jun 2015 17:45:35 -0500
forked-daapd (22.3+dfsg1-1) unstable; urgency=medium
* New upstream release 22.3
* Drop obsolete patches
* Use system's libavl
* Ship README.md instead of README
* Update standards version to 3.9.6
* Reformat build-dependencies
* Switch to ffmpeg
-- Balint Reczey <balint@balintreczey.hu> Wed, 29 Apr 2015 16:45:43 +0200
forked-daapd (22.0-2) unstable; urgency=medium
* Fix compatibility with iTunes 12.1 (Closes: #778995)
* Fix two segfaults with upstream patches (Closes: #778996)
* Fix playing audio locally (Closes: #779011)
-- Balint Reczey <balint@balintreczey.hu> Mon, 23 Feb 2015 11:54:01 +0100
forked-daapd (22.0-1) unstable; urgency=medium
* Revert using pkg-config to determine FFmpeg linker flags
See #758337for details.
* Add watch file
* Build-depend on libgcrypt20-dev instead of libgcrypt11-dev which
became a transitional package
* New upstream version 22.0
* Enable last.fm scrobbling
-- Balint Reczey <balint@balintreczey.hu> Sat, 18 Oct 2014 00:39:52 +0200
forked-daapd (21.0-2) unstable; urgency=medium
[ Espen Jürgensen ]
* Update package description
[ Andreas Cadhalpun ]
* Use pkg-config to determine FFmpeg linker flags (Closes: #758337)
-- Balint Reczey <balint@balintreczey.hu> Sun, 17 Aug 2014 21:00:46 +0200
forked-daapd (21.0-1) unstable; urgency=low
[ Balint Reczey ]
* Switch to avahi-daemon in initscript LSB dependencies (Closes: #731616)
* Update description in init script
* Stop using flac and musepack libraries, use Libav codecs instead
[ Espen Jürgensen ]
* Update init script
* Ship AUTHORS file
-- Balint Reczey <balint@balintreczey.hu> Sun, 15 Jun 2014 13:44:44 -0700
forked-daapd (20.0+git20140530+gc740e6e-1) unstable; urgency=low
* Switch to new upstream using a development snapshot
* Adopt package in the name of the Debian Multimedia Maintainers.
Thanks to Julien Blache for maintaining the package for long years!
(Closes: #688538)
* Bump compat level to 9
* Update homepage to new upstream
* Add packaging VCS info
* Use libevent instead of Grand Central Dispatch (Closes: #644839, #739503)
* Drop patch for Libav 9 compatibility since upstream supports
Libav 10 already (Closes: #739239)
* Switch debian/rules to debhelper style
* Build-depend on libavresample-dev
* Source init functions in init script
* Override false positive Lintian warnings about shlibs
* Bump standards version without changes
-- Balint Reczey <balint@balintreczey.hu> Sat, 31 May 2014 23:17:37 +0700
forked-daapd (0.19gcd-3) unstable; urgency=low
* QA upload, orphan package
* Fix compatibility with libav9 (Closes: #720790)
-- Moritz Muehlenhoff <jmm@debian.org> Wed, 28 Aug 2013 19:11:37 +0200
forked-daapd (0.19gcd-2.1) unstable; urgency=low
* Non-maintainer upload for release goal
* Enable hardened build flags (Closes: #654147)
-- Moritz Muehlenhoff <jmm@debian.org> Fri, 11 May 2012 22:22:20 +0200
forked-daapd (0.19gcd-2) unstable; urgency=low
* Move the GCD codebase to unstable.
-- Julien BLACHE <jblache@debian.org> Thu, 22 Sep 2011 19:15:11 +0200
forked-daapd (0.19gcd-1) experimental; urgency=low
* New upstream release, GCD codebase.
* debian/patches/dacp-unknown-prop-loop-fix.patch:
+ Removed; merged upstream.
-- Julien BLACHE <jblache@debian.org> Sun, 11 Sep 2011 16:19:40 +0200
forked-daapd (0.19-1) unstable; urgency=low
* New upstream release.
* debian/patches/dacp-unknown-prop-loop-fix.patch:
+ Removed; merged upstream.
-- Julien BLACHE <jblache@debian.org> Sun, 11 Sep 2011 15:51:59 +0200
forked-daapd (0.18gcd-2) experimental; urgency=low
* debian/patches/dacp-unknown-prop-loop-fix.patch:
+ Added; fix infinite loop on unknown DACP property (closes: #637864).
-- Julien BLACHE <jblache@debian.org> Mon, 15 Aug 2011 13:05:51 +0200
forked-daapd (0.18gcd-1) experimental; urgency=low
* New upstream release; GCD codebase.
-- Julien BLACHE <jblache@debian.org> Sun, 07 Aug 2011 12:16:39 +0200
forked-daapd (0.18-1) unstable; urgency=low
* New upstream release.
* debian/forked-daapd.logrotate:
+ Add create option.
-- Julien BLACHE <jblache@debian.org> Sun, 07 Aug 2011 11:40:27 +0200
forked-daapd (0.17gcd-1) experimental; urgency=low
* New libdispatch-based codebase.
* debian/control:
+ Adjust build-dependencies: remove libevent-dev, add libdispatch-dev,
libblocksruntime-dev, libtre-dev, clang.
* debian/copyright:
+ Adjust for new codebase.
-- Julien BLACHE <jblache@debian.org> Mon, 20 Jun 2011 18:15:23 +0200
forked-daapd (0.17-1) unstable; urgency=low
* New upstream release.
+ Adds support for libav 0.7.
-- Julien BLACHE <jblache@debian.org> Mon, 20 Jun 2011 17:59:55 +0200
forked-daapd (0.16-2) unstable; urgency=low
* debian/control:
+ Add missing dependency on psmisc, as we're using killall in the logrotate
script (closes: #628888).
-- Julien BLACHE <jblache@debian.org> Thu, 02 Jun 2011 15:51:50 +0200
forked-daapd (0.16-1) unstable; urgency=low
* New upstream release.
-- Julien BLACHE <jblache@debian.org> Sat, 30 Apr 2011 11:48:15 +0200
forked-daapd (0.15-1) unstable; urgency=low
* New upstream release.
* debian/control:
+ Add build-dependency on gperf.
+ Bump Standards-Version to 3.9.2 (no changes).
* debian/copyright:
+ Update list of copyright holders.
-- Julien BLACHE <jblache@debian.org> Sat, 09 Apr 2011 11:41:55 +0200
forked-daapd (0.14-1) unstable; urgency=low
* New upstream release.
* debian/dirs:
+ Add /var/cache/forked-daapd/backups.
* debian/forked-daapd.postinst:
+ Backup the database before upgrade when needed.
* debian/forked-daapd.README.Debian:
+ Document database backup upon upgrade.
-- Julien BLACHE <jblache@debian.org> Fri, 25 Mar 2011 18:43:44 +0100
forked-daapd (0.13-1) unstable; urgency=low
* New upstream release.
+ Improved mDNS address resolution (closes: #608448).
+ Trim metadata strings on insert/update (closes: #596014).
+ Added support for sort fields (closes: #596823).
* debian/forked-daapd.init:
+ Fix restart action (closes: #616112).
* debian/patches:
+ Drop all patches.
-- Julien BLACHE <jblache@debian.org> Sat, 12 Mar 2011 14:19:09 +0100
forked-daapd (0.12~git0.11-125-gca72ee5-4) unstable; urgency=low
* debian/control:
+ Add build-dependency on libgpg-error-dev.
* debian/patches/fix_final_link.patch:
+ Added; fix missing -lrt -lgpg-error (closes: #614727).
-- Julien BLACHE <jblache@debian.org> Wed, 23 Feb 2011 17:28:30 +0100
forked-daapd (0.12~git0.11-125-gca72ee5-3) unstable; urgency=low
* debian/patches/murmurhash_32bit_fix.patch:
+ Added; fix improper handling of data buffer tail.
* debian/patches/no_scoped_address_in_sdp.patch:
+ Added; don't let out scoped addresses in SDP payload.
-- Julien BLACHE <jblache@debian.org> Mon, 01 Nov 2010 15:36:39 +0100
forked-daapd (0.12~git0.11-125-gca72ee5-2) unstable; urgency=low
* debian/patches/doc_update.patch:
+ Added; small documentation updates.
* debian/patches/db_crasher_fix.patch:
+ Added; fix a crasher in the database code.
* debian/patches/code_typo_fix.patch:
+ Added; fix a typo, checking the wrong variable.
* debian/patches/compilation_handling_fix.patch
+ Added; fix handling of album_artist for compilations.
* debian/patches/gcrypt_init_eh_fix.patch:
+ Added; set the proper exit value in the gcrypt EH path.
* debian/patches/plug_full_uri_leak_in_eh.patch:
+ Added; plug a memory leak in EH.
* debian/patches/remove_dup_mstm_tag.patch:
+ Added; remove a duplicate mstm tag in DAAP server-info.
* debian/patches/seek_computations_fix.patch:
+ Added; fix target & position computations for seeking.
-- Julien BLACHE <jblache@debian.org> Mon, 20 Sep 2010 18:58:44 +0200
forked-daapd (0.12~git0.11-125-gca72ee5-1) unstable; urgency=low
* Git snapshot 0.11-125-gca72ee5.
* debian/forked-daapd.postrm:
+ Prevent rmdir failure when /var/cache/forked-daapd doesn't exist
(closes: #591868).
-- Julien BLACHE <jblache@debian.org> Fri, 06 Aug 2010 17:15:18 +0200
forked-daapd (0.12~git0.11-117-gd9f5e2a-2) unstable; urgency=low
* Re-apply changes from 0.12~git0.11-92-ge396906-2 that got lost by
erroneously preparing the previous upload using the packaging from
0.12~git0.11-92-ge396906-1. Doh!
-- Julien BLACHE <jblache@debian.org> Mon, 02 Aug 2010 18:21:05 +0200
forked-daapd (0.12~git0.11-117-gd9f5e2a-1) unstable; urgency=low
* Git snapshot 0.11-117-gd9f5e2a.
* debian/control:
+ Bump Standards-Version to 3.9.1 (no changes).
-- Julien BLACHE <jblache@debian.org> Sun, 01 Aug 2010 15:13:03 +0200
forked-daapd (0.12~git0.11-92-ge396906-2) unstable; urgency=low
* debian/control:
+ Build-dep on libasound2-dev on Linux only.
+ Add a build-dep on oss4-dev on kFreeBSD.
+ Build-dep on libunistring-dev (>= 9.0.3) as previous versions ship broken
headers.
* debian/rules:
+ Build with OSS4 on kFreeBSD.
-- Julien BLACHE <jblache@debian.org> Thu, 22 Jul 2010 17:54:11 +0200
forked-daapd (0.12~git0.11-92-ge396906-1) unstable; urgency=low
* Git snapshot 0.11-92-ge396906.
* Moved to unstable.
-- Julien BLACHE <jblache@debian.org> Thu, 22 Jul 2010 09:45:05 +0200
forked-daapd (0.12~git0.11-80-g65d3651-1) experimental; urgency=low
* Git snapshot 0.11-80-g65d3651.
* Initial upload (closes: #587958).
+ Upload to experimental until antlr3 can move to testing.
* Moved to source version 3.0 (quilt).
* debian/control:
+ Add Build-dep on libunistring-dev.
+ Bump antlr3 build-dep to (>= 3.2-3).
+ Bump libantlr3c-dev build-dep to (>= 3.2).
+ Bump Standards-Version to 3.9.0 (no changes).
+ Rework descriptions.
* debian/copyright:
+ Updated.
-- Julien BLACHE <jblache@debian.org> Sat, 03 Jul 2010 11:26:12 +0200
forked-daapd (0.12~0.11-71-g7d858d6-2) unstable; urgency=low
* debian/control:
+ Add missing build-dep: libswscale-dev, libavutil-dev.
-- Julien BLACHE <jblache@debian.org> Mon, 17 May 2010 17:53:15 +0200
forked-daapd (0.12~0.11-71-g7d858d6-1) unstable; urgency=low
* Git snapshot 0.11-71-g7d858d6.
* debian/control:
+ Added build-deps: libasound2-dev, zlib1g-dev.
+ Bumped libsqlite3-dev build-dep to (>= 3.6.23.1-2) for update notify
API support.
-- Julien BLACHE <jblache@debian.org> Sat, 15 May 2010 16:53:17 +0200
forked-daapd (0.11~0.10-201-g2dde2f1-1) unstable; urgency=low
* Git snapshot 0.10-201-g2dde2f1.
* debian/control:
+ Add build-dep on libgcrypt11-dev.
-- Julien BLACHE <jblache@debian.org> Sun, 14 Feb 2010 10:14:21 +0100
forked-daapd (0.11~0.10-34-g8ec1fa3-1) unstable; urgency=low
* Git snapshot 0.10-34-g8ec1fa3.
* debian/control:
+ Add build-dep on libplist-dev (>= 0.16).
* debian/rules:
+ Enable support for iTunes Music Library (XML playlist).
-- Julien BLACHE <jblache@debian.org> Sun, 13 Dec 2009 10:04:04 +0100
forked-daapd (0.10-1) unstable; urgency=low
* Initial release.
-- Julien BLACHE <jblache@debian.org> Sun, 20 Sep 2009 15:42:18 +0200
|