source: roaraudio/ChangeLog @ 4846:58d1d4cb7602

Last change on this file since 4846:58d1d4cb7602 was 4846:58d1d4cb7602, checked in by phi, 13 years ago

Auto select a stream if no stream has sync flag. (Closes: #30)

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