File: changelog

package info (click to toggle)
darkice 1.3-0.2
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 2,100 kB
  • ctags: 1,077
  • sloc: cpp: 32,044; sh: 11,508; makefile: 129
file content (287 lines) | stat: -rw-r--r-- 11,311 bytes parent folder | download
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
darkice (1.3-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Add the upstream fix for the FTBFS with libsamplerate 0.1.9.
    (Closes: #873861)

 -- Adrian Bunk <bunk@debian.org>  Sat, 14 Oct 2017 12:17:23 +0300

darkice (1.3-0.1) unstable; urgency=medium

  * Non-maintainer upload. Closes: #833022.
  * New upstream release. Build-Depend: pkg-config.
  * Switch copyright file to 1.0 machine-readable format.
    Fix GPL version: 3+ instead of 2+.
  * Enable all hardening flags.  Link with --as-needed -z defs.
  * Explicitly disable aacplus to ensure reproducible builds
    even if the library is available on the build system.
  * Standards-Versions: 3.9.8. Explain status of init script in description.
  * Let architecture.mk from dpkg-dev>=1.16.1 set DEB_HOST_MULTIARCH.
  * Update homepage, watch file and README.debian (mp3lame is now supported).
  * Remove redundant files (clean dirs) and configure options (prefix).

 -- Nicolas Boulenguez <nicolas@debian.org>  Fri, 05 Aug 2016 21:42:22 +0200

darkice (1.2-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Add patch to prevent FTBFS on kfreebsd.

 -- Alessio Treglia <alessio@debian.org>  Fri, 20 Jun 2014 17:16:25 +0100

darkice (1.2-0.1) unstable; urgency=low

  [ Alessio Treglia ]
  * Non-maintainer upload.
  * New upstream release (Closes: #740870):
    - Fixed a call to a deprecated jack call (Closes: #723068)
  * Remove --wtihout-lame from configure arguments to enable LAME
    support and libmp3lame-dev to Build-Depends. (Closes: #647000)
  * Switch to dh-autoreconf for automatic autoconf config file updating.
  * Pass ---with-$LIB-prefix to configure in order to to make the buildsystem
    find the dependencies in multiarch paths.
  * Refresh patches.

  [ Unit 193 <unit193@ubuntu.com> ]
  * d/control: Add build-dep on libpulse-dev, libsamplerate0-dev, libopus-dev.
  * d/control: Remove Debian note about only having ogg support.
  * d/control: Use debhelper 9.
  * d/watch: Update from bartm, thanks.

 -- Alessio Treglia <alessio@debian.org>  Thu, 19 Jun 2014 13:55:00 +0100

darkice (1.0-1) unstable; urgency=low

  * New upstream release
    o fixed a bug in BufferedSink.cpp that leads to some buffers 
      being written twice, causing corruption of datastream,
      closes ticked #20
      thanks to Edwin van den Oetelaar <oetelaar.automatisering@gmail.com>
    o implemented samplerate conversion for all codecs using libsamplerate, 
      and keeping internal aflibConverter as fallback,
      thanks to Sergiy <piratfm@gmail.com>
    o bugfix: fix for alsa driver - closes ticked #8
      thanks to Clemens Ladisch <clemens@ladisch.de> 
  * Bump Standards version to 3.9.2
  * Update watch file

 -- Jochen Friedrich <jochen@scram.de>  Tue, 31 May 2011 17:46:15 +0200

darkice (0.20.1-3) unstable; urgency=low

  * Switch to dpkg-source 3.0 (quilt) format
  * Bump Standards version to 3.8.4
  * Change homepage to new location
  * Fix init script dependency on $remote_fs

 -- Jochen Friedrich <jochen@scram.de>  Fri, 07 May 2010 15:57:06 +0200

darkice (0.20.1-2) unstable; urgency=low

  * Add #include <stdio.h> in two places to allow compilation with
    gcc 4.4 (Closes: #560431). Thanks to Cyril Brulebois <kibi@debian.org>
    for the patch.

 -- Jochen Friedrich <jochen@scram.de>  Fri, 11 Dec 2009 17:23:38 +0100

darkice (0.20.1-1) unstable; urgency=low

  * New upstream release
    o added rc.darkice init script
      thanks to Niels Dettenbach <nd@syndicat.com>
    o bugfix: fix for gcc 4.4
  * Removed upstream applied patch 04_fix_const.diff
  * Confirmed that autogenerated files are present in the upstream tarball.
    It looks like upstream sometimes silently updates the (orig) package
    (Closes: #559736).
  * Update copyright file.
  * Provide a start stop script for automatic operation (Closes: #283485)

 -- Jochen Friedrich <jochen@scram.de>  Thu, 10 Dec 2009 17:54:30 +0100

darkice (0.20-1) unstable; urgency=low

  * New upstream release
    o new maintainer: Rafael Diniz <rafael@riseup.net>
    o added AAC HEv2 encoding support (branch darkice-aacp merged) through
          libaacplus, http://tipok.org.ua/ru/node/17
          thanks to tipok <piratfm@gmail.com> and others for the contribution.
    o bugfix: the configure script recognizes Ogg Vorbis shared objects
          now, not just static libraries. Thanks to omroepvenray.
    o bugfix: enabling jack source compilation on Debian Lenny,
          thanks to Alessandro Beretta <alessandro.baretta@radiomaria.org>

 -- Jochen Friedrich <jochen@scram.de>  Tue, 10 Nov 2009 13:28:08 +0100

darkice (0.19-2) unstable; urgency=low

  * Change watch file to google code.
  * Add fix for eglibc (Closes: #548515). Thanks to Stefan Potyra
    <sistpoty@ubuntu.com> for the patch.
  * Updated policy to 3.8.3.
  * Replace dpatch by quilt and use debheler overrides.
  * Add README.source.
  * Update config.(guess,sub) from autotools-dev. 
  * Suggesting darksnow (Closes: #514548).
  * Depend on libjack-dev (Closes: #527411).
  * Add patch to fix HTTP request (Closes: #441281).

 -- Jochen Friedrich <jochen@scram.de>  Thu, 15 Oct 2009 18:31:09 +0200

darkice (0.19-1) unstable; urgency=low

  * New upstream release
    o added mount point option for Darwin Streaming Server
      thanks to Pierre Souchay <pierre@souchay.net>
    o fix for some reliablity issues when using a Jack source
      thanks to Pierre Souchay <pierre@souchay.net>
    o enable easier finding of jack libraries on MacOS X,
      thanks to Daniel Hazelbaker <daniel@highdesertchurch.com>
    o added ability to specify name of jack device created by darkice,
      thanks to Alessandro Beretta <alessandro.baretta@radiomaria.org>
  * Updated policy to 3.8.0
  * Add homepage to control file
  * Update debhelper to 7, replacing CDBS.
  * Add dpatch system.

 -- Jochen Friedrich <jochen@scram.de>  Mon, 14 Jul 2008 18:14:00 +0200

darkice (0.18.1-1) unstable; urgency=low

  * New upstream release
    o enable real-time scheduling for non-super-users, if they have
      the proper operating system permissions,
      thanks to Jens Maurer <Jens.Maurer@gmx.net>
    o fix to enable compliation of the Serial ULAW code on MacOS X,
      thanks to Elod Horvath <elod@itfais.com>
    o added serial ulaw input device support, thanks to
      Clyde Stubbs <clyde@htsoft.com>
    o improvements on reconnecting:
      added TCP connection keep-alive to TCP sockets
      added graceful sleep when trying to reconnect
    o added user-defined date formatting for the fileAddDate options,
      thanks to dsk <derrick@csociety.org>
    o added logging facility - [file-X] targets will cut the saved file
      and rename it as needed when darkice recieves the SIGUSR1 signal
    o added default configuration file handling - if no configuration file
      is specified, /etc/darkice.cfg is used
    o fix to enable compiling on 64 bit platforms
      thanks to Alexander Vlasov <zulu@galaradio.com> and
      Mariusz Mazur <mmazur@kernel.pl>
    o fix to enable file dump feature using ogg vorbis.
      thanks to dsk <derrick@csociety.org>
    o fix to enable compiling with jack installed at arbitrary locations
  * Fix dependencies for non-Linux systems (Closes: #399199)
  * Add patch for gcc-4.3 support (Closes: #417146)
  * Update watch file

 -- Jochen Friedrich <jochen@scram.de>  Wed, 02 May 2007 17:54:45 +0200

darkice (0.17.1-3) unstable; urgency=low

  * Fix FTBFS on 64bit archs.
  * Use patch system.

 -- Jochen Friedrich <jochen@scram.de>  Fri, 28 Jul 2006 16:46:41 +0200

darkice (0.17.1-2) unstable; urgency=low

  * Don't use ALSA on Freebsd (Closes: #327677)
  * Depend on libtwolame-dev and configure --without-faac to make build
    deterministic (Closes: #377655)

 -- Jochen Friedrich <jochen@scram.de>  Fri, 28 Jul 2006 14:41:32 +0200

darkice (0.17.1-1) unstable; urgency=low

  * New upstream release
    o bugfix: automatic reconnect works more reliably
  * Updated Standards-Version to 3.7.2 (no change)
   
 -- Jochen Friedrich <jochen@scram.de>  Fri, 26 May 2006 18:55:28 +0200

darkice (0.17-1) unstable; urgency=low

  * New upstream release
    o added check for bufferSecs set to 0
      thanks to Toph <fangiotophia@gmail.com>
    o added realtime parameter to the general section
    o added MPEG2 support through the TwoLame library.
      thanks to Nicholas J Humfrey <njh@ecs.soton.ac.uk>

 -- Jochen Friedrich <jochen@scram.de>  Sat, 11 Mar 2006 12:57:33 +0100

darkice (0.16-1) unstable; urgency=low

  * New upstream release
    o added AAC support through the faac codec, http://www.audiocoding.com
    o bug fix: icecast2 sections didn't honor lowpass or highpass filters
      when using the mp3 format

 -- Jochen Friedrich <jochen@scram.de>  Mon, 31 Oct 2005 15:52:24 +0100

darkice (0.15-2) unstable; urgency=low

  * Updated libjack to libjack0.100.0 (Closes: #316671)
  * Updated Standards-Version to 3.6.2 (no change)

 -- Jochen Friedrich <jochen@scram.de>  Wed,  6 Jul 2005 20:28:27 +0200

darkice (0.15-1) unstable; urgency=low

  * New upstream release
    o ported to OpenBSD and NetBSD, though real-time scheduling not supported,
      since it is not implemented in OpenBSD / NetBSD
    o added possibility to downsample from stereo to mono when encoding
      to Ogg Vorbis, thanks to Deti Fliegl, <deti@fliegl.de>
    o added support for Jack inputs, enabling a lot of interesting usage,
      including support for MacOS X.  Thanks to Nicholas J. Humfrey
      <njh@ecs.soton.ac.uk>
    o various improvements by Joel Ebel <jbebel@ncsu.edu>
    o added option to turn off automatic reconnect feature
    o added IPv6 support, thanks to <jochen2@users.sourceforge.net>
  * Fixed spellig mistake. Thanks to mike castleman <m@mlcastle.net>.
    (Closes: #280984)
  * Fix for gcc4.0 issues. Thanks to Andreas Jochens <aj@andaco.de>.
    (Closes: #285614)

 -- Jochen Friedrich <jochen@scram.de>  Sat,  2 Jul 2005 12:10:33 +0200

darkice (0.14-1) unstable; urgency=low

  * New upstream release
    o added ALSA support, thanks to Christian Forster
      <forster@like.e-technik.uni-erlangen.de>
    o added fix to enable downsampling from stereo to mono of mp3 streams
      when streaming to an icecast2 server. thanks to John Deeny
      <taqueso@dilapidated.org>
    o removed _X and _Y symbols from aflibConverter files, which caused
      a naming collision on Solaris. thanks to Robert Lunnon,
      <bobl@optushome.com.au>
    o bug fix: ogg vorbis recording to only a file caused a segfault.
      now fixed, thanks to Enrico Ardizzoni <craken@users.sourceforge.net>
  * Fixed debian/copyright file

 -- Jochen Friedrich <jochen@scram.de>  Fri, 20 Feb 2004 21:03:29 +0100

darkice (0.13.1-1) unstable; urgency=low

  * New upstream.
  * Changed build system to cdbs.
  * Completed debianization. (Closes #112701)
  * Replaced conffile by example configuration
  * Updated policy to 3.6.1

 -- Jochen Friedrich <jochen@scram.de>  Fri, 22 Aug 2003 15:43:37 +0200

darkice (0.10.1-1) unstable; urgency=low

  * New upstream, vorbis 1.0 support.

 -- Maitland Bottoms <bottoms@debian.org>  Fri,  2 Aug 2002 16:43:20 -0400

darkice (0.7-1) unstable; urgency=low

  * Initial Release.

 -- Maitland Bottoms <bottoms@debian.org>  Mon,  3 Dec 2001 14:17:17 -0500