source: roaraudio/ChangeLog @ 3869:c63e1367041c

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

fixed long outstanding Con vs. VIO bug

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