source: roaraudio/ChangeLog @ 4815:df2ef6edb97f

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

added support to roard for record streams.

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