source: roaraudio/ChangeLog @ 4611:a8149acc4d5c

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

updated docs

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