source: roaraudio/ChangeLog @ 4193:024769a1636b

Last change on this file since 4193:024769a1636b was 4193:024769a1636b, checked in by phi, 14 years ago

fixed rsd bug with long running streams

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