source: roaraudio/ChangeLog @ 5064:b5372193ebe4

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

updated changelog

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