source: roaraudio/ChangeLog @ 4221:a8c72bc698c6

Last change on this file since 4221:a8c72bc698c6 was 4221:a8c72bc698c6, checked in by phi, 14 years ago

fixed FTBFS with newer versions of RSound

File size: 14.2 KB
Line 
1v. 0.4beta0 - ?
2        * fixed FTBFS with newer versions of RSound
3
4v. 0.3 - Sun Aug 22 2010 26:14 CEST
5        Prereleases: 0: Mon Aug 16 2010 29:58 CEST;
6                     1: Fri Aug 20 2010 11:13 CEST
7        * Fixed locking bug with libroaross and Audacity
8        * Added working resampler code thanks to maister.
9          (Closes: DEB#592017)
10        * Changed way to find default driver.
11        * Updated Debian init script
12        * Added VS API
13        * Fixed strange bug in RSound emulation killing streams
14          after long time.
15        * Removed libao and audacious plugins (they are in upstream now)
16        * Added basic bash completion script
17        * Updated ckport database file to match the current libs (pr1)
18        * Wrote more comments in the VS header (pr1)
19        * fixed latency stuff in VS (pr1)
20
21v. 0.3beta7 - Fri Jul 23 2010 15:11 CEST
22        Prereleases: 0: Mon Jul 19 2010 12:58 CEST;
23                     1: Mon Jul 19 2010 20:37 CEST;
24                     2: Wed Jul 21 2010 11:07 CEST
25        * Added support for audio profiles
26        * Updated libroarrsound
27        * Added RPlay protocol to roard
28        * Updates of copyright and license headers
29        * Added ckport file
30        * Updated some tools to get away from old, legacy
31          and security relevant function calls
32        * Fixed bug with incorrect number of arguments to roard
33        * Added some more ROAR_INFO()s to roard
34        * Added tool roarclientpass
35        * Corrected Debian init script (pr1)
36        * Fixed problems on Big Endian systems with libdnet (pr2)
37
38v. 0.3beta6 - Thu Jun 24 2010 20:47 CEST
39        Prereleases: 0: Fri Jun 11 2010 10:47 CEST;
40                     1: Sat Jun 12 2010 11:07 CEST;
41                     2: Wed Jun 16 2010 12:52 CEST
42        * Added something like select() for VIOs
43        * Fixed a lot warnings
44        * disabled cmd codecfilter by default
45        * Fixed error with roarinterconnect on non-OSS systems
46        * Fixed some problems with minimal builds
47        * Some Copyright fixes
48        * much better VIO support for connections
49        * much better OSS emulation
50        * Updated win32 port
51        * Updated RSound support
52        * fixed pos calc in case of PCM->PCM converting (pr1)
53        * fixed libroarpulse (pr2)
54
55v. 0.3beta5 - Sun May 02 2010 12:41 CEST
56        * added tool roardtmf
57        * Support to store server address in X11's root window propertys
58        * some small fixes
59        * wrote a lot more libroarpulse code, some async API clients work now
60        * added compbins for esddsp, artsdsp, audiooss, padsp
61        * splited libroarpulse and libroarpulse-simple
62        * upgraded some code to use VIO
63        * more updates for Debian
64        * fixed init script for Debian and Debian like systems
65        * fixed some mixer stuff, a lot things work better now
66        * added support for notify beeps
67        * updated drivers
68        * updated ROAR_{ERR,WARN,INFO,DBG}()
69        * added syslog support
70        * updated test suit
71        * done a lot work on libroaross
72        * fixed segfault in ALSA plugin
73        * Added support for OSS to roarinterconnect(1)
74        * Added server side RSound Emulation
75        * Added libroarrsound, client side RSound Emulation
76        * Added ALSA driver
77        * Added RSound driver
78        * Added PortAudio driver
79
80v. 0.3beta4 - Sat Feb 06 2010 26:02 CET
81        * Applyed patches for Debian
82        * updated roarify to load libs of correct version
83        * updated list of supported versions (complibs)
84        * added header with common units
85        * added support for PulseAudio Simple protocol
86        * added support to libroaross to emulate DMX4Linux (write only)
87        * added DSTR driver to roard
88        * updated librarys' soname
89        * do not link OpenSSL by default (licence incompatible?)
90        * support for dynamic lib loading, plugin interface
91        * support to for registering DSTR types
92        * moved WinSock things out of main vio.[ch]
93        * support auto-tool --prefix*=*
94
95v. 0.3beta3 - Fri Jan 22 2010 22:17 CET
96        * added some aRts/NAS/YIFF/PulseAudio tools to compbins
97        * added support for comp libs to roar-config
98        * added support for uni-directional streams in roarinterconnect
99        * write much better support for config, including codec config
100        * reduced the TCP overhead produced by speex
101        * added support for speex preprocessor
102        * get names of complibs from table, do not guess them
103        * a lot small fixes
104        * moved most of the mixer stuff out of roard into libroardsp
105        * added flags immutable and enhance
106        * test for signal.h
107        * Corrected (DSTR) HTTP Protocol support so servers without headerflush
108          should now work, too.
109        * added protocol support for icy
110        * Added version numbers to lib names
111        * updated manpages
112        * wrote OSS emulation
113        * fixed test scripts
114
115v. 0.3beta2 - Mon Oct 05 2009 19:48 CEST
116        * Added prethru flag
117        * Added support to read info about client's network node
118        * Ported libroaresd, libroarartsc
119        * Fixed some problems with EsounD emulation
120        * added support for compatibility binarys
121        * added poll() support to libroarsndio
122        * reject streams of unsupported codec
123
124v. 0.3beta1 - Sat Sep 26 2009 25:50 CEST
125        * incremented nummber of streams per client fron 4 to 8
126        * RIFF WAVE codecfilter uses virtual streams
127        * another set of changed names of parameters in roarctl
128        * Interface to read byteorder of a client from roard
129        * implemented a 'state of stream' var
130        * cleanup, small fixes
131        * added VIO interface to transcoder interface
132        * ask codecfilter of parent in case of new child stream
133        * added 'subsystem' complex: multi subsystem data on single streams
134        * added basic /Radio Data and Trasmitter Control System/.
135        * better support for stereo upmixing
136        * make audio group a optional thing
137        * better support for win32
138        * wrote WMM driver
139        * better multi protocol support
140        * Support for server side EsounD emulation on win32
141
142v. 0.3beta0 - Sun Sep 06 2009 22:42 CEST
143        * added new stream directions for MIDI and light control
144        * cleanup of client stream struct
145        * added basic light control subsystem
146        * added DMX512 driver
147        * wrote basic MIDI subsystem
148        * added flag 'mute'
149        * added flag 'mmap'
150        * added lib libroarmidi and libroarlight
151        * added OpenSLP support
152        * rewote fillmixbuer2 code
153        * added a roar_conv2() with a more clear API
154        * added support to write pidfile
155        * added support for encoding 32 bit Vorbis streams
156        * added transcoding features in libroardsp
157        * added tool 'roarphone'
158        * added tool 'roarinterconnect'
159        * added simple raw data subsystem
160        * added working support for THRU streams
161        * changed names of parameters in roarctl
162        * added lib libroareio - Extended IO for RoarAudio
163        * Update order of default drivers, now it is: oss, ao, esd, null
164        * cleanup of old sysio driver interface
165        * added server side EsounD emulation
166        * added multi homed support to server
167        * fixed a long outstanding bug with pa_path_get_filename()
168
169v. 0.2 - Thu May 21 2009 21:00
170        * do a some more testings for functions not existing on win32
171        * init winsock
172        * done a lot fixes in order to get libroar and some clients work on win32
173        * done a lot cleanup on configure script
174
175v. 0.2rc2 - Sun May 17 2009 25:44
176        * corrected check for GNU peercred
177        * added basic logging support to configure
178        * fixed plugin configures
179        * added and fixed semi-install target on plugins
180        * call plugin configures from main configure
181        * include plugins in Makefile known to work from configure
182        * fixed Makefiles of plugins: added -I../../include, -L../../lib
183        * Make use of pkg-config in plugin configures
184        * corrected possition of -ls on linker commands in most Makefiles
185        * added more explicide linker commands so most things now build
186          with classic BSD make.
187        * devided into components: libs, roard, clients, doc
188        * add toption to set roard's cycle freq
189        * moved a lot things in plugin's configure scripts to a commone one
190
191v. 0.2rc1 - Wed May 13 2009 12:05
192        * Started to port to OpenSolaris
193        * fixed bug in default based sockets, make HTTP VIO from non default port work
194        * got libroarsndio build under OpenBSD 4.5
195        * do not depend tests in configure on roaraudio.h: fixes some checks on *BSD
196        * renamed member 'fh' of connection struct to '__fh', this breaks
197          all code depending on it so we see how it behaves in case
198          we replace this with a real VIO object in near future
199        * started VIO 2popen interface
200        * fixed exec() on systems with sizeof(int) != sizeof(char*)
201        * do not do unnessesery calls to fdatasync() on sockets
202        * link roarvorbis against libogg and libvorbis
203        * remove need of GNU/Tar like -z on remote system from send-roaraudio
204        * added support for hwmixer flag on OSS and sndio driver
205        * fiexed some typos
206
207v. 0.2beta3 - Fri May 01 2009 15:15
208        * added esdfilt options to roarfilt, esdplay options to roarcatplay
209        * added short options to roarcat/mon/filt as stated in the manpage
210        * updated manpages
211        * also build libroar{,dsp}.a
212        * Changed VIO CTLs in a binary inkompatible way
213        * added support for autoconf flag to OSS driver
214        * added driver for OpenBSD sndio interface
215        * started libroarsndio
216        * added code for plugins: audacirus, mplayer, gst10
217        * fixed some building problems
218        * added roarify and s start for it's manpage
219        * added stream flags pause and hwmixer
220
221v. 0.2beta2 - Fri Mar 27 2009 21:20
222        * added (dummy) flags autoconf and cleanmeta
223        * added streams_ctl() to server
224        * added support for primary flag as -oO, support for blocks parameter
225        * added (GnuPG) pinentry support.
226        * added support for Ogg Vorbis encoder to set meta data :)
227        * fixed some (minor) bugs, including segfault in vio
228        * added a lot things to the vio interface
229        * added gzip and simple OpenPGP support to vio interface
230        * added a simple pointer stack.
231        * added (OpenSSH) askpass support.
232        * added vio pipe support, currectly pipe() and socketpair() based onse.
233        * test for OpenSSL
234        * added support to VIO open OpenSSL BIOs
235        * added support to read a string and convert it into a VIO stack
236        * added simple VIO stack as VIO pass object
237        * started cleaner VIO Socket implementation
238        * Reduced lib size with --minimal trasticly (>33%!)
239        * Done a lot patches to makeing RoarAudio more portable (also to win32)
240        * moved convert.[ch] and poly.[ch] from libroar to libroardsp
241        * updated AUTHROS, README and check HACKING
242        * added tools/send-roaraudio: tool to send RoarAudio von CVS to a diffrent
243                                      host in order to test it.
244        * added dist/archlinux and archlinux rc script.
245
246v. 0.2beta1 - Mon Feb 23 2009 25:08
247        * added options --default-codec and --without-cf-cmd to configure script
248        * added some funcs to list of frozen API calls
249        * added sleep command to roarctl
250        * updated roard manpage
251        * fixed a possible segfault within auto codec detection and
252          added support for native flac
253        * fixed some compiler warnings
254        * made roarcat and roarmon 100% esdcat and esdmon compatible
255        * set fragment size for OSS driver
256        * fixed some minor bugs
257        * changed buffer interface a bit to support non buffer alloced buffers
258
259v. 0.2beta0 - Wed Feb 04 2009
260        * use new driver interface as default (finally!)
261        * fixed a bug in roard to not accept new streams in termination state
262        * added support to filters to reset
263        * added basic support to report latency
264        * added vio support for ctl()s
265        * allow overruns in sync output streams
266        * solved double close bug
267        * added support for non-execed streams with client behinde a NAT gateway
268        * use socketpair() for AF_UNIX streams to create a new non-execed stream
269        * got AF_UNIX support back working on OpenBSD
270        * added needed paths for OpenBSD
271        * only use use fsync() if there is no fdatasync()
272
273v. 0.1beta5 - Wed Jan 21 2009
274        * done some patchs to help porting libroar to win32
275        * made libm optional
276        * added option to configure to build without any optional compontents
277        * added option to configure to give a helper programm to exec tests (e.g. wine)
278        * updated help a bit
279        * fixed roarbidir
280        * added support for sync vio
281        * updated roarfctest
282        * added filter reset command
283
284v. 0.1beta4 - Tue Dec 23 2008
285        * added roar_buffer_shift_out()
286        * changed roarshout to be 100% compatible with oggfwd options
287        * added full support for mu-Law
288        * added VIO support for driver API
289        * changed esd output driver to use new vio driver API
290        * wrote OSS driver
291        * added support for --standby and --auto-standby
292        * write support for stream based drivers, finally!
293        * added -o/-O-/-oO/-oN to roard: stream based output drivers
294        * patched null and raw driver to use VIO interface
295        * ported libao plugin to new VIO interface
296        * added -oP support to mark outputs primary
297        * added ROAR_INSTINT to abstract from __LP64__
298        * added new trivial filters: Add, Quantifier, Clip
299        * added codecfilter for libfishsound, use it as default for ogg_flac and ogg_speex
300        * added Ogg FLAC and Ogg Speex Magic
301        * added tool roarmonhttp: http streaming tool, CGI or inetd
302        * added writing support for RIFF/WAVE
303        * flag sources as sources
304        * patched some things for cygwin
305        * fixed double-reconnect bug within XMMS plugin
306        * include libao plugin in normal configure/build/install
307        * added passthru for meta streams
308        * fixed a lot small bugs
309        * include basic rc/init script for debian like systems
310
311v. 0.1beta3 - Thu Nov 27 2008
312        * fixed some includes, patch by janus
313
314v. 0.1beta2 - Tue Nov 25 2008
315        * check for __LP64__
316        * added roaraudio/error.h
317        * added manpages for roar_codec2str() and roar_str2codec()
318        * got some YIFF clients working, including yplay!
319        * added roarcleints/roarradio*: A RoarAudio client which inizialiszes a new source
320                                        and has buildin HTTP support.
321        * added CDRum support
322        * added writeing support for A-Law
323        * added proxy support for SOCKS4 and 4d, SSH and HTTP CONNECT
324        * improved 32 bit support a lot
325        * checking for IPv6 support, not just assuming it to exist (win32 fix)
326        * updated docs a bit
327        * added install target
328
329v. 0.1beta1 - Sun Sep 07 2008
330        * fixed a lot typos
331        * Added readonly support for A-Law
332        * now also build doc/
333        * fixed a bug with NetBSD's which
334        * look for pkg-config
335        * look for other tools, added --runtime-detect to configure
336        * Fixed some manpages
337        * added support for passive playback (passfh)
338        * added support for ROAR_ATTACH_SIMPLE
339        * cleaned codec ID #defines a bit up
340        * added CMD PASSFH
341        * get roard build again on MAC OS X
342        * added tool roarcatpassfh
343        * added --simple, --passive and --background to roarcatplay
344        * got cf vorbis work on vio
345        * got standard vio work better on DECnet
346
347v. 0.1 - Sun Aug 31 2008
348        * done basic stuff
349        * started 'libroaresd' to support ESD clients
350        * started 'libroararts' to support aRts clients
351        * started 'libroaryiff' to support YIFF clients
352        * started 'libroarpulse' to support PulseAudio clients
353        * done a libao plugin
354        * done a lot basic networking stuff, still need some more proxy code
355        * got roard work file even with small buffers (<1ms)
356        * support diffrent codecs server side decoding
357        * support for meta data
358        * done some manpages
359        * added Ogg Vorbis support (server and client side)
360        * added basic clients and some clients for testing and as examples
Note: See TracBrowser for help on using the repository browser.