source: roaraudio/ChangeLog @ 4579:d6f55bf4b6d4

Last change on this file since 4579:d6f55bf4b6d4 was 4579:d6f55bf4b6d4, checked in by phi, 13 years ago

added support for ROAR_VS_WAIT (Closes: #54)

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