source: roaraudio/ChangeLog @ 5906:006573352519

Last change on this file since 5906:006573352519 was 5902:b82b16021032, checked in by phi, 11 years ago
  • Added GPIO service.
  • Added GPIO driver: piface.
File size: 29.3 KB
Line 
1v. 1.0beta10 - ?
2        * Added build summery feature to RABS and configure script.
3        * Moved away from roar_libroar_get_path_static().
4        * Added GPIO service.
5        * Added GPIO driver: piface.
6
7v. 1.0beta9 - Mon Feb 18 2013 23:28 CET
8        Prereleases: 0: Tue Jan 15 2013 14:47 CET
9                     1: Thu Feb 14 2013 17:54 CET
10        * Updated manpages.
11        * Mark roarsockconnect, roartypes and roarfish as obsolete.
12        * Removed unused checks in configure. Improves build speed slightly.
13        * Re-ported to OpenBSD.
14        * Made build system tests return correct error codes.
15        * Improved CSI: Make it easier to register and access services.
16        * Allow seperation of plugin's stdvios (See: #296)
17        * Added half of the support for AppSched Triggers
18          ABOUT, HELP and PREFERENCES.
19        * Avoid %llX on win32 (Closes: #271)
20        * Added support for +fork on win32 (Closes: #337)
21        * Fixed symlink creation on win32 (Closes: #328)
22        * Added support to disable debugging information (Closes: #338)
23        * Corrected default paths (Closes: #345) (pr1)
24        * Also set PATH so tests works on win32 as well (Closes: #341) (pr1)
25        * Use 16 bit mixers in roard on win32 to avoid problems with wmm (Closes: #340) (pr1)
26        * Corrected symlink creation to avoid problems on non-win32 (Closes: #346) (pr1)
27        * Added new plugin service-client (pr1)
28
29v. 1.0beta8 - Mon Dec 10 2012 12:42 CET
30        Prereleases: 0: Fri Dec 07 2012 26:32 CET
31        * Changed plugin ABI version number for roard.
32        * Removed check for libuuid as it is no longer used.
33        * Fixed roard's 'dmx' driver.
34        * Added new plugins: dmx-random, dmx-waveform, protocol-http.
35        * Added CPI support to roarpluginrunner.
36        * Moved protocol support into new plugins protocol-esound,
37          protocol-rplay and protocol-gopher (Closes: #311)
38        * Allow RAT builds on systems with full linkage.
39        * Provide a more common interface for path config.
40        * Improved env API.
41        * Added support for configureable memmgr backend (Closes: #334)
42        * Moved notify debugging support out of roard into plugin debug-notify.
43        * Added support to roar-config to check versions (Closes: #336)
44        * Improved build system a lot.
45
46v. 1.0beta7 - Tue Oct 23 2012 23:28 CEST
47        Prereleases: 0: Tue Oct 16 2012 21:57 CEST
48        * Improved kv API.
49        * Avoid warning about failed memlock on win32 (Closes: #329)
50        * Changed plugin ABI version number for roard.
51        * Added support for v3 and v5 UUIDs.
52        * Added new configure option '--root' (Closes: #326)
53        * Improved roar-config.
54        * Install parts from build system (Closes: #325)
55        * Re-ported to win32 (Closes: #330, #331)
56        * Fixed segfault caused by strstr() in low level socket interface.
57        * Disabled gcrypt support by default.
58        * Improved handling of mixing OpenSSL enabled applications with
59          libroar without OpenSSL support.
60        * Added scheduler (mainly for IO events) (Closes: #206)
61
62v. 1.0beta6 - Fri Sep 21 2012 18:03 CEST
63        Prereleases: 0: Mon Sep 17 2012 20:42 CEST
64        * Fixed memory leak in hash framwork. Affacted RNG (Closes: #310)
65        * Updated CMD VIO to no longer eat more than needed. Helps resolving
66          a endless loop in rpld.
67        * Added audio clock to roard's libshout driver 'shout'.
68        * Corrected typos.
69        * Disabled building with libFLAC when using --without-beta (See: #306)
70        * Removed roard's sched support (Closes: #277)
71        * Removed support for roard's proto support
72          (replaced by CPI) (Closes: #278)
73        * Changed default linkage model for ELF to indirect (Closes: #281)
74        * Updated VIO CMD to work around kernel bugs in Linux kernel.
75        * Improved kstore API (See: #317)
76        * Updated list of error values.
77        * Optimized roar_buffer_set_len() for incremental buffer
78          size growth (Closes: #284)
79        * Added RAT test 'buffer_set_len'.
80        * Added compiler checks for printf() like format strings.
81
82v. 1.0beta5 - Mon Aug 20 2012 23:52 CEST
83        Prereleases: 0: Sat Aug 18 2012 18:10 CEST
84        * Fixed pa_xfree() (Closes: #293)
85        * Allow passing of extra parameters to cdrivers (Closes: #290)
86        * Converted roard's protocol-irc plugin to CPI (Closes: #295)
87        * Updated protocol magic numbers (See: #262)
88        * Implemented watchdog (Closes: #291)
89        * Added meta generes (See: #301)
90        * Fixed metadata handling in meta.c.
91        * Added support for RePlayGain (RPG) control (See: #300)
92        * Fixed compiler warnings about roar_meta_strtype(3) (Closes: #305)
93
94v. 1.0beta4 - Mon Aug 06 2012 16:43 CEST
95        Prereleases: 0: Sat Jul 28 2012 26:14 CEST;
96                     1: Wed Aug 01 2012 12:52 CEST
97        * Stop building roard with -rdynamic on win32 (Closes: #269)
98        * Renamed protocol plugins for roard to protocol-* (Closes: #258)
99        * roard now tries to auto load missing protocols as plugins (Closes: #275)
100        * Improved tic-tac-toe plugin.
101        * Improved roarclientpass in execed mode.
102        * Improved support in roard for client passing.
103        * Disable building of roard plugins on windows as PE doesn't
104          support them (Closes: #274)
105        * Support a common protocol interface (Closes: #257)
106        * Converted roard plugins to universal where possible (Closes: #256)
107        * Corrected critical bug in UUID support (compare function overwrote
108          arguments) (Closes: #276)
109        * Updated manpages.
110        * Moved strselcmp() and strseltok() to libroar (Closes: #285) (pr1)
111        * Added roar_buffer_moveintoqueue() (Closes: #283) (pr1)
112        * Typo corrections (Closes: #282) (pr1)
113        * Updated common protocol interface (Closes: #257, #256) (pr1)
114        * Handle super long client names well (Closes: #286) (pr1)
115
116v. 1.0beta3 - Sun Jul 15 2012 26:08 CEST
117        Prereleases: 0: Tue Jul 10 2012 24:12 CEST
118        * Try use-execed workaround also on UNIX Domain Sockets (Closes: #207)
119        * Implemented SHA1 support (Closes: #232)
120        * Fixed usage of -R/-B/-C/-E as well as --aiprofile in roarclients
121          (Closes: #176)
122        * Done more hardending work.
123        * Improved error handling (including on win32) (Closes: #235, #255)
124        * Added small DTMF library.
125        * Added filter based on Goertzel algorithm.
126
127v. 1.0beta2 - Wed Jun 06 2012 19:56 CEST
128        Prereleases: 0: Fri Jun 01 2012 29:13 CEST
129        * ROAR_DL_PLUGIN_START() now checks para structure (Closes: #236)
130        * Added support for AutoAppSched to the plugin container.
131        * Added simple UUID interface (Closes: #230)
132        * Improved random number generator.
133        * Added a way to register plugin parts with a universal API (Closes: #245)
134        * Updated debian init script (Closes: #183)
135        * Fixed detection of dynamic loader on *BSD.
136
137v. 1.0beta1 - Sat May 12 2012 11:49 CEST
138        Prereleases: 0: Mon Apr 23 2012 11:59 CEST;
139                     1: Sun May 06 2012 17:32 CEST
140        * Added support to load plugins from search path
141        * Added key based store (Closes: #199)
142        * Improved plugincontainer.
143        * Improved downmix filter.
144        * Fixed support for chardev based servers.
145        * Improved error handling (mainly in HTTP VIO support).
146        * Added NO_RETEST flag to roar_vio_select().
147        * Seperated roard and universal plugins.
148        * Added plugins: tic-tac-toe (roard) and helloworld (universal).
149        * Some small, general improvements to roarclients.
150        * Changed roard plugin ABI version to 1.0beta1.
151        * Corrected usage of -Wextra (pr1).
152        * Updated build options for RAT (pr1).
153        * Work around bugs in win32 while using stdvios (pr1).
154        * Added support to load plugins on win32 (pr1).
155        * Added support for quotes strings to kv split and
156          roardl para argument splitting (pr1).
157        * Added support for an application mode in roarpluginrunner (pr1).
158        * Improved plugincontainer (pr1).
159        * Added manpages for roarpluginapplication and roarpluginrunner (pr1).
160
161v. 1.0beta0 - Fri Mar 16 2012 19:39 CET
162        Prereleases: 0: Sun Feb 05 2012 16:25 CET;
163                     1: Tue Feb 14 2012 18:38 CET;
164                     2: Tue Feb 21 2012 14:17 CET
165        * Updated API (SONAME change)
166          (Closes: #184, #185, #128, #135, #134, #133, #129, #188, #126, #127)
167        * Do not set errno to zero in ogg_vorbis codec filter (Closes: #191)
168        * Updated data types for struct roar_audio_info (Closes: #189)
169        * Removed old functions from API (Closes: #186, #187, #130)
170        * Removed old roarclients (See: #130)
171        * Improved plugin loader a lot (Closes: #190)
172        * Added VIO/DSTR for SOCKS proxy (See: #187)
173        * Added support for stream direction RECPLAY.
174        * Ported to Win32 (again...) (pr1)
175        * Updated debian init script (pr1)
176        * Typos (Closes: #192) (pr2)
177        * Support MUTE flag on output streams as well (Closes: #194) (pr2)
178        * Fixed bug in MIDI clock (Closes: #193) (pr2)
179
180v. 0.4 - Fri Nov 11 2011 20:12 CET
181        Prereleases: 0: Sun Oct 02 2011 16:40 CEST;
182                     1: Fri Oct 28 2011 27:54 CEST;
183                     2: Fri Nov 04 2011 15:37 CET
184        * Fixed segfaul in FLAC cf (Closes: #177)
185        * Fixed invalid pointer aliasing (Closes: #178)
186        * Fixed segfaul in PortAudio driver(v19) if no device is found.
187        * Fixed invalid pointer aliasing in filter code (pr1)
188        * Fixed remote a local buffer overflow in client to message
189          converter code as well as a remote attackable overflow in
190          message to client converter code (pr1)
191        * Updated error handling (pr1)
192        * Moved error frame handling into proto functions (pr1)
193        * Updated manpages (pr1)
194        * Updated filters to support 8 and 32 bit mode as well (pr1)
195        * Re-wrote ALSA plugin (pr1)
196        * Updated ports to minimal, win32 and avr (pr2)
197
198v. 0.4rc0 - Mon Sep 05 2011 15:25 CEST
199        Prereleases: 0: Fri Aug 18 2011 27:37 CEST
200        * Fixed endlessloop in MIDI subsystem (Closes: #137)
201        * Added new error codes (mostly from POSIX)
202        * Corrected targets for complibs symlinks (Closes: #168)
203        * roard now starts up in 32 bit mode by default.
204          (configure option has been addded) (Closes: #48)
205        * Updated debian init script (Closes: #169, #171)
206        * Started to use compiler attributes (Also see: #130)
207
208v. 0.4beta7 - Sun Jul 10 2011 13:26 CEST
209        Prereleases: 0: Mon Jun 20 2011 18:36 CEST
210        * Updated roar_panic() (Closes: #132)
211        * Updated roar_reset() (Closes: #131)
212        * Added memory corruption and double free detection to buffer API.
213        * Updated drivers to use new sync stream selection logic correctly (Closes: #136)
214        * Converted most roarclients to to use VS API (See: #87)
215        * Added support for ROAR_CMD_GETTIMEOFDAY
216        * Added Meta Data types DISCNUMBER, SOURCEMEDIA, LABEL, LABELNO
217        * Added manpages for all VS functions (Closing: #4)
218        * Some updates and small fixes for the win32 stuff.
219        * Support non-blocking latency request in VS API (Closes: #97)
220
221v. 0.4beta6 - Mon May 23 2011 19:49 CEST
222        Prereleases: 0: Tue May 17 2011 16:33 CEST;
223                     1: Sat May 21 2011 17:18 CEST
224        * Added new error codes.
225        * Improved listing of audio profiles.
226        * Added functions to access symbolic names for audio info parameters (Closes: #51)
227        * added VIOs and DSTR elements: full:
228        * Some cleanup of roarclients to fix ckport warnings.
229        * Fixed warning on FreeBSD about tempfile in ast2roar (Closes: #47)
230        * Added support for role based handling in roard (Closes: #49)
231        * Added support for non-stream execs (Closes: #32)
232        * Done some libroardsp header cleanup (Closes: #36)
233        * Use zlib for gzip and zlib format (Closes: #29)
234        * Added simple memmgr (memory Manager) code.
235        * Updated libroarpulse, includes converting libroarpulse-simple to VS API.
236        * Added support for OpenBSD sndio's new TCP connection syntax.
237        * Corrected linkage in indrect mode (pr1)
238
239v. 0.4beta5 - Tue Apr 26 2011 08:42 CEST
240        Prereleases: 0: Sun Apr 17 2011 20:40 CEST
241        * Started with support for non-blocking server locating attempts.
242        * Speed up SLP lookup without DA by about 6 sec.
243        * Added source radionoise to roard. This is used to generate low energy noise
244          so codecs do not drop to (near) zero bitrate.
245        * Added aRts (artsc) driver to roard.
246        * Removed old -d and friends from roard (Closes: #122)
247        * added support to roard for record streams.
248        * Added commands clientinfo and streaminfo to roarctl.
249        * Added Record Bridge to roard.
250        * Added VIOs and DSTR elements: null:, zero:, nrandom:
251        * Added support for HTTP Basic Auth
252        * Fixed time display of roarvorbis if file has unknown playback length
253        * Auto select a stream if no stream has sync flag. (Closes: #30)
254        * Install ckport database
255        * Updated PortAudio driver for roard (which now supports v.19 API)
256
257v. 0.4beta4 - Sun Mar 20 2011 12:15 CET
258        Prereleases: 0: Thu Feb 24 2011 27:36 CET;
259                     1: Mon Mar 14 2011 27:06 CET
260        * Added support for UNMAPPED volume control (Closes: #55)
261        * Better auth type order support (Closes: #6)
262        * Updated configure (Closes: #94, #27)
263        * Disable more stuff in minimal build (Closes: #104)
264        * Added time display to roarvorbis (Closes: #102)
265        * Added support to roarshout to read password form user or file (Closes: #101)
266        * Added IPv6 support
267        * Updated Debian init script (See: DEB#613772)
268        * Added support for use of DECnet and ARP neighbour tables to locate servers
269          (enumdev only at the moment) (pr1)
270        * Added support for a simple trap mechanism (pr1)
271        * Added simple authfile support to roard (pr1)
272        * Moved error string lookup from VS into error.c (pr1)
273        * Added Meta Data types COMPOSER, RIGHTS, ISRC, LANGUAGE, GTIN, PUBLISHER (pr1)
274        * Added Adler32 support (Closes: #123) (pr1)
275
276v. 0.4beta3 - Wed Jan 26 2011 23:26 CET
277        Prereleases: 0: Thu Jan 20 2011 19:36 CET
278        * Updated roarvorbis (Closes: #103, See: #87)
279        * Fixed small win32 bugs
280        * Fixed Typos (Closes: #100)
281        * Added basic gopher server to roard.
282        * Added managed latency mode to VS API (Closes: #121)
283
284v. 0.4beta2 - Sun Dec 12 2010 10:28 CET
285        Prereleases: 0: Mon Dec 06 2010 24:00 CET;
286                     1: Thu Dec 09 2010 23:30 CET
287        * Announce standards via OpenSLP (Closes: #5)
288        * Updated VS API (Closes: #54, #99, #98)
289        * Added a buffered mode for VS API (Closes: #2, #96)
290        * Added a file mode for VS API (Closes: #3)
291        * Added support for CRC24 (RFC 4880)
292        * Added Base64 support.
293        * Added codecfilter for FLAC (read-only, native FLAC).
294        * Use libroar's MIME Type lookup functions (Closes: #56)
295        * Added RSound's new 32 bit support to libroarrsound
296        * Updated docs
297        * Support dir parameter in OINFO command (Closes: #31)
298        * Corrected error codes in VS API (Closes: #90)
299        * Updated reassigned commands (GET_ACL->AUTHCTL, SET_ACL->ACLCTL)
300        * Updated ring buffer code (Closes: #91)
301        * Fixed a FTBFS error with clang (Closes: #86)
302        * Corrected some typos in manpages (pr1)
303        * Support option to disable OpenSLP (pr1)
304
305v. 0.4beta1 - Mon Nov 01 2010 16:14 CET
306        Prereleases: 0: Fri Oct 29 2010 11:14 CEST
307        * Implemented a very general test for types. Needed by win32 port.
308        * Added support to enum servers with roarctl.
309        * Improved server eunm.
310        * Implemented SERVER_INFO command.
311        * Added some basic crypto functions.
312        * Implemented Tiger Hash Algo.
313        * Implemented basic AUTH command.
314        * Implemented CAPS command.
315        * Wrote authfile API.
316        * Changed SONAME version to 1.
317        * Changed buffer interface, no public struct anymore.
318        * Fixed lots of compiler warnings
319        * Added new test system RAT
320        * Added support for single sink mode (Closes: #25)
321        * Implemented atomic flag toggling and flag protection.
322        * Started porting to OpenVMS (See #24)
323        * Escape user input to configure script correctly (Closes: #28)
324
325v. 0.4beta0 - Fri Oct 01 2010 13:36 CEST
326        Prereleases: 0: Sun Sep 26 2010 18:29 CEST;
327                     1: Tue Sep 28 2010 22:55 CEST
328        * fixed FTBFS with newer versions of RSound
329        * Added memory locking module to roard
330        * fixed libroaross's select() to work with mplayer
331        * fixed a problem with PASSFH on some systems
332        * Added LTM support to libroar and roard (roard only supports RMS)
333        * Added a lot const keywords
334        * Added notify framework (process internal signals)
335        * Added support for WAIT command
336        * Added support to get a list of possible servers (enumdev)
337        * Added hwmixer support to roard
338        * fixed LD_LIBRARY_PATH bug in roarify (GNU systems only) (pr1)
339          (Closes: DEB#598295, CVE-2010-3363)
340        * fixed matrix pointer bug in libao driver. (pr1)
341        * Some doc updates (final release)
342
343v. 0.3 - Sun Aug 22 2010 26:14 CEST
344        Prereleases: 0: Mon Aug 16 2010 29:58 CEST;
345                     1: Fri Aug 20 2010 11:13 CEST
346        * Fixed locking bug with libroaross and Audacity
347        * Added working resampler code thanks to maister.
348          (Closes: DEB#592017)
349        * Changed way to find default driver.
350        * Updated Debian init script
351        * Added VS API
352        * Fixed strange bug in RSound emulation killing streams
353          after long time.
354        * Removed libao and audacious plugins (they are in upstream now)
355        * Added basic bash completion script
356        * Updated ckport database file to match the current libs (pr1)
357        * Wrote more comments in the VS header (pr1)
358        * fixed latency stuff in VS (pr1)
359
360v. 0.3beta7 - Fri Jul 23 2010 15:11 CEST
361        Prereleases: 0: Mon Jul 19 2010 12:58 CEST;
362                     1: Mon Jul 19 2010 20:37 CEST;
363                     2: Wed Jul 21 2010 11:07 CEST
364        * Added support for audio profiles
365        * Updated libroarrsound
366        * Added RPlay protocol to roard
367        * Updates of copyright and license headers
368        * Added ckport file
369        * Updated some tools to get away from old, legacy
370          and security relevant function calls
371        * Fixed bug with incorrect number of arguments to roard
372        * Added some more ROAR_INFO()s to roard
373        * Added tool roarclientpass
374        * Corrected Debian init script (pr1)
375        * Fixed problems on Big Endian systems with libdnet (pr2)
376
377v. 0.3beta6 - Thu Jun 24 2010 20:47 CEST
378        Prereleases: 0: Fri Jun 11 2010 10:47 CEST;
379                     1: Sat Jun 12 2010 11:07 CEST;
380                     2: Wed Jun 16 2010 12:52 CEST
381        * Added something like select() for VIOs
382        * Fixed a lot warnings
383        * disabled cmd codecfilter by default
384        * Fixed error with roarinterconnect on non-OSS systems
385        * Fixed some problems with minimal builds
386        * Some Copyright fixes
387        * much better VIO support for connections
388        * much better OSS emulation
389        * Updated win32 port
390        * Updated RSound support
391        * fixed pos calc in case of PCM->PCM converting (pr1)
392        * fixed libroarpulse (pr2)
393
394v. 0.3beta5 - Sun May 02 2010 12:41 CEST
395        * added tool roardtmf
396        * Support to store server address in X11's root window propertys
397        * some small fixes
398        * wrote a lot more libroarpulse code, some async API clients work now
399        * added compbins for esddsp, artsdsp, audiooss, padsp
400        * splited libroarpulse and libroarpulse-simple
401        * upgraded some code to use VIO
402        * more updates for Debian
403        * fixed init script for Debian and Debian like systems
404        * fixed some mixer stuff, a lot things work better now
405        * added support for notify beeps
406        * updated drivers
407        * updated ROAR_{ERR,WARN,INFO,DBG}()
408        * added syslog support
409        * updated test suit
410        * done a lot work on libroaross
411        * fixed segfault in ALSA plugin
412        * Added support for OSS to roarinterconnect(1)
413        * Added server side RSound Emulation
414        * Added libroarrsound, client side RSound Emulation
415        * Added ALSA driver
416        * Added RSound driver
417        * Added PortAudio driver
418
419v. 0.3beta4 - Sat Feb 06 2010 26:02 CET
420        * Applyed patches for Debian
421        * updated roarify to load libs of correct version
422        * updated list of supported versions (complibs)
423        * added header with common units
424        * added support for PulseAudio Simple protocol
425        * added support to libroaross to emulate DMX4Linux (write only)
426        * added DSTR driver to roard
427        * updated librarys' soname
428        * do not link OpenSSL by default (licence incompatible?)
429        * support for dynamic lib loading, plugin interface
430        * support to for registering DSTR types
431        * moved WinSock things out of main vio.[ch]
432        * support auto-tool --prefix*=*
433
434v. 0.3beta3 - Fri Jan 22 2010 22:17 CET
435        * added some aRts/NAS/YIFF/PulseAudio tools to compbins
436        * added support for comp libs to roar-config
437        * added support for uni-directional streams in roarinterconnect
438        * write much better support for config, including codec config
439        * reduced the TCP overhead produced by speex
440        * added support for speex preprocessor
441        * get names of complibs from table, do not guess them
442        * a lot small fixes
443        * moved most of the mixer stuff out of roard into libroardsp
444        * added flags immutable and enhance
445        * test for signal.h
446        * Corrected (DSTR) HTTP Protocol support so servers without headerflush
447          should now work, too.
448        * added protocol support for icy
449        * Added version numbers to lib names
450        * updated manpages
451        * wrote OSS emulation
452        * fixed test scripts
453
454v. 0.3beta2 - Mon Oct 05 2009 19:48 CEST
455        * Added prethru flag
456        * Added support to read info about client's network node
457        * Ported libroaresd, libroarartsc
458        * Fixed some problems with EsounD emulation
459        * added support for compatibility binarys
460        * added poll() support to libroarsndio
461        * reject streams of unsupported codec
462
463v. 0.3beta1 - Sat Sep 26 2009 25:50 CEST
464        * incremented nummber of streams per client fron 4 to 8
465        * RIFF WAVE codecfilter uses virtual streams
466        * another set of changed names of parameters in roarctl
467        * Interface to read byteorder of a client from roard
468        * implemented a 'state of stream' var
469        * cleanup, small fixes
470        * added VIO interface to transcoder interface
471        * ask codecfilter of parent in case of new child stream
472        * added 'subsystem' complex: multi subsystem data on single streams
473        * added basic /Radio Data and Trasmitter Control System/.
474        * better support for stereo upmixing
475        * make audio group a optional thing
476        * better support for win32
477        * wrote WMM driver
478        * better multi protocol support
479        * Support for server side EsounD emulation on win32
480
481v. 0.3beta0 - Sun Sep 06 2009 22:42 CEST
482        * added new stream directions for MIDI and light control
483        * cleanup of client stream struct
484        * added basic light control subsystem
485        * added DMX512 driver
486        * wrote basic MIDI subsystem
487        * added flag 'mute'
488        * added flag 'mmap'
489        * added lib libroarmidi and libroarlight
490        * added OpenSLP support
491        * rewote fillmixbuer2 code
492        * added a roar_conv2() with a more clear API
493        * added support to write pidfile
494        * added support for encoding 32 bit Vorbis streams
495        * added transcoding features in libroardsp
496        * added tool 'roarphone'
497        * added tool 'roarinterconnect'
498        * added simple raw data subsystem
499        * added working support for THRU streams
500        * changed names of parameters in roarctl
501        * added lib libroareio - Extended IO for RoarAudio
502        * Update order of default drivers, now it is: oss, ao, esd, null
503        * cleanup of old sysio driver interface
504        * added server side EsounD emulation
505        * added multi homed support to server
506        * fixed a long outstanding bug with pa_path_get_filename()
507
508v. 0.2 - Thu May 21 2009 21:00
509        * do a some more testings for functions not existing on win32
510        * init winsock
511        * done a lot fixes in order to get libroar and some clients work on win32
512        * done a lot cleanup on configure script
513
514v. 0.2rc2 - Sun May 17 2009 25:44
515        * corrected check for GNU peercred
516        * added basic logging support to configure
517        * fixed plugin configures
518        * added and fixed semi-install target on plugins
519        * call plugin configures from main configure
520        * include plugins in Makefile known to work from configure
521        * fixed Makefiles of plugins: added -I../../include, -L../../lib
522        * Make use of pkg-config in plugin configures
523        * corrected possition of -ls on linker commands in most Makefiles
524        * added more explicide linker commands so most things now build
525          with classic BSD make.
526        * devided into components: libs, roard, clients, doc
527        * add toption to set roard's cycle freq
528        * moved a lot things in plugin's configure scripts to a commone one
529
530v. 0.2rc1 - Wed May 13 2009 12:05
531        * Started to port to OpenSolaris
532        * fixed bug in default based sockets, make HTTP VIO from non default port work
533        * got libroarsndio build under OpenBSD 4.5
534        * do not depend tests in configure on roaraudio.h: fixes some checks on *BSD
535        * renamed member 'fh' of connection struct to '__fh', this breaks
536          all code depending on it so we see how it behaves in case
537          we replace this with a real VIO object in near future
538        * started VIO 2popen interface
539        * fixed exec() on systems with sizeof(int) != sizeof(char*)
540        * do not do unnessesery calls to fdatasync() on sockets
541        * link roarvorbis against libogg and libvorbis
542        * remove need of GNU/Tar like -z on remote system from send-roaraudio
543        * added support for hwmixer flag on OSS and sndio driver
544        * fiexed some typos
545
546v. 0.2beta3 - Fri May 01 2009 15:15
547        * added esdfilt options to roarfilt, esdplay options to roarcatplay
548        * added short options to roarcat/mon/filt as stated in the manpage
549        * updated manpages
550        * also build libroar{,dsp}.a
551        * Changed VIO CTLs in a binary inkompatible way
552        * added support for autoconf flag to OSS driver
553        * added driver for OpenBSD sndio interface
554        * started libroarsndio
555        * added code for plugins: audacirus, mplayer, gst10
556        * fixed some building problems
557        * added roarify and s start for it's manpage
558        * added stream flags pause and hwmixer
559
560v. 0.2beta2 - Fri Mar 27 2009 21:20
561        * added (dummy) flags autoconf and cleanmeta
562        * added streams_ctl() to server
563        * added support for primary flag as -oO, support for blocks parameter
564        * added (GnuPG) pinentry support.
565        * added support for Ogg Vorbis encoder to set meta data :)
566        * fixed some (minor) bugs, including segfault in vio
567        * added a lot things to the vio interface
568        * added gzip and simple OpenPGP support to vio interface
569        * added a simple pointer stack.
570        * added (OpenSSH) askpass support.
571        * added vio pipe support, currectly pipe() and socketpair() based onse.
572        * test for OpenSSL
573        * added support to VIO open OpenSSL BIOs
574        * added support to read a string and convert it into a VIO stack
575        * added simple VIO stack as VIO pass object
576        * started cleaner VIO Socket implementation
577        * Reduced lib size with --minimal trasticly (>33%!)
578        * Done a lot patches to makeing RoarAudio more portable (also to win32)
579        * moved convert.[ch] and poly.[ch] from libroar to libroardsp
580        * updated AUTHROS, README and check HACKING
581        * added tools/send-roaraudio: tool to send RoarAudio von CVS to a diffrent
582                                      host in order to test it.
583        * added dist/archlinux and archlinux rc script.
584
585v. 0.2beta1 - Mon Feb 23 2009 25:08
586        * added options --default-codec and --without-cf-cmd to configure script
587        * added some funcs to list of frozen API calls
588        * added sleep command to roarctl
589        * updated roard manpage
590        * fixed a possible segfault within auto codec detection and
591          added support for native flac
592        * fixed some compiler warnings
593        * made roarcat and roarmon 100% esdcat and esdmon compatible
594        * set fragment size for OSS driver
595        * fixed some minor bugs
596        * changed buffer interface a bit to support non buffer alloced buffers
597
598v. 0.2beta0 - Wed Feb 04 2009
599        * use new driver interface as default (finally!)
600        * fixed a bug in roard to not accept new streams in termination state
601        * added support to filters to reset
602        * added basic support to report latency
603        * added vio support for ctl()s
604        * allow overruns in sync output streams
605        * solved double close bug
606        * added support for non-execed streams with client behinde a NAT gateway
607        * use socketpair() for AF_UNIX streams to create a new non-execed stream
608        * got AF_UNIX support back working on OpenBSD
609        * added needed paths for OpenBSD
610        * only use use fsync() if there is no fdatasync()
611
612v. 0.1beta5 - Wed Jan 21 2009
613        * done some patchs to help porting libroar to win32
614        * made libm optional
615        * added option to configure to build without any optional compontents
616        * added option to configure to give a helper programm to exec tests (e.g. wine)
617        * updated help a bit
618        * fixed roarbidir
619        * added support for sync vio
620        * updated roarfctest
621        * added filter reset command
622
623v. 0.1beta4 - Tue Dec 23 2008
624        * added roar_buffer_shift_out()
625        * changed roarshout to be 100% compatible with oggfwd options
626        * added full support for mu-Law
627        * added VIO support for driver API
628        * changed esd output driver to use new vio driver API
629        * wrote OSS driver
630        * added support for --standby and --auto-standby
631        * write support for stream based drivers, finally!
632        * added -o/-O-/-oO/-oN to roard: stream based output drivers
633        * patched null and raw driver to use VIO interface
634        * ported libao plugin to new VIO interface
635        * added -oP support to mark outputs primary
636        * added ROAR_INSTINT to abstract from __LP64__
637        * added new trivial filters: Add, Quantifier, Clip
638        * added codecfilter for libfishsound, use it as default for ogg_flac and ogg_speex
639        * added Ogg FLAC and Ogg Speex Magic
640        * added tool roarmonhttp: http streaming tool, CGI or inetd
641        * added writing support for RIFF/WAVE
642        * flag sources as sources
643        * patched some things for cygwin
644        * fixed double-reconnect bug within XMMS plugin
645        * include libao plugin in normal configure/build/install
646        * added passthru for meta streams
647        * fixed a lot small bugs
648        * include basic rc/init script for debian like systems
649
650v. 0.1beta3 - Thu Nov 27 2008
651        * fixed some includes, patch by janus
652
653v. 0.1beta2 - Tue Nov 25 2008
654        * check for __LP64__
655        * added roaraudio/error.h
656        * added manpages for roar_codec2str() and roar_str2codec()
657        * got some YIFF clients working, including yplay!
658        * added roarcleints/roarradio*: A RoarAudio client which inizialiszes a new source
659                                        and has buildin HTTP support.
660        * added CDRum support
661        * added writeing support for A-Law
662        * added proxy support for SOCKS4 and 4d, SSH and HTTP CONNECT
663        * improved 32 bit support a lot
664        * checking for IPv6 support, not just assuming it to exist (win32 fix)
665        * updated docs a bit
666        * added install target
667
668v. 0.1beta1 - Sun Sep 07 2008
669        * fixed a lot typos
670        * Added readonly support for A-Law
671        * now also build doc/
672        * fixed a bug with NetBSD's which
673        * look for pkg-config
674        * look for other tools, added --runtime-detect to configure
675        * Fixed some manpages
676        * added support for passive playback (passfh)
677        * added support for ROAR_ATTACH_SIMPLE
678        * cleaned codec ID #defines a bit up
679        * added CMD PASSFH
680        * get roard build again on MAC OS X
681        * added tool roarcatpassfh
682        * added --simple, --passive and --background to roarcatplay
683        * got cf vorbis work on vio
684        * got standard vio work better on DECnet
685
686v. 0.1 - Sun Aug 31 2008
687        * done basic stuff
688        * started 'libroaresd' to support ESD clients
689        * started 'libroararts' to support aRts clients
690        * started 'libroaryiff' to support YIFF clients
691        * started 'libroarpulse' to support PulseAudio clients
692        * done a libao plugin
693        * done a lot basic networking stuff, still need some more proxy code
694        * got roard work file even with small buffers (<1ms)
695        * support diffrent codecs server side decoding
696        * support for meta data
697        * done some manpages
698        * added Ogg Vorbis support (server and client side)
699        * added basic clients and some clients for testing and as examples
Note: See TracBrowser for help on using the repository browser.