source: roaraudio/ChangeLog @ 4521:4277b6a0c8a1

Last change on this file since 4521:4277b6a0c8a1 was 4521:4277b6a0c8a1, checked in by phi, 13 years ago

fixed a lot compiler warnings

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