File: ChangeLog

package info (click to toggle)
roaraudio 1.0~beta2-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,340 kB
  • sloc: ansic: 68,077; sh: 3,475; makefile: 727; perl: 74
file content (573 lines) | stat: -rw-r--r-- 24,231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
v. 1.0beta2 - Wed Jun 06 2012 19:56 CEST
	Prereleases: 0: Fri Jun 01 2012 29:13 CEST
	* ROAR_DL_PLUGIN_START() now checks para structure (Closes: #236)
	* Added support for AutoAppSched to the plugin container.
	* Added simple UUID interface (Closes: #230)
	* Improved random number generator.
	* Added a way to register plugin parts with a universal API (Closes: #245)
	* Updated debian init script (Closes: #183)
	* Fixed detection of dynamic loader on *BSD.

v. 1.0beta1 - Sat May 12 2012 11:49 CEST
	Prereleases: 0: Mon Apr 23 2012 11:59 CEST;
	             1: Sun May 06 2012 17:32 CEST
	* Added support to load plugins from search path
	* Added key based store (Closes: #199)
	* Improved plugincontainer.
	* Improved downmix filter.
	* Fixed support for chardev based servers.
	* Improved error handling (mainly in HTTP VIO support).
	* Added NO_RETEST flag to roar_vio_select().
	* Seperated roard and universal plugins.
	* Added plugins: tic-tac-toe (roard) and helloworld (universal).
	* Some small, general improvements to roarclients.
	* Changed roard plugin ABI version to 1.0beta1.
	* Corrected usage of -Wextra (pr1).
	* Updated build options for RAT (pr1).
	* Work around bugs in win32 while using stdvios (pr1).
	* Added support to load plugins on win32 (pr1).
	* Added support for quotes strings to kv split and
	  roardl para argument splitting (pr1).
	* Added support for an application mode in roarpluginrunner (pr1).
	* Improved plugincontainer (pr1).
	* Added manpages for roarpluginapplication and roarpluginrunner (pr1).

v. 1.0beta0 - Fri Mar 16 2012 19:39 CET
	Prereleases: 0: Sun Feb 05 2012 16:25 CET;
	             1: Tue Feb 14 2012 18:38 CET;
	             2: Tue Feb 21 2012 14:17 CET
	* Updated API (SONAME change)
	  (Closes: #184, #185, #128, #135, #134, #133, #129, #188, #126, #127)
	* Do not set errno to zero in ogg_vorbis codec filter (Closes: #191)
	* Updated data types for struct roar_audio_info (Closes: #189)
	* Removed old functions from API (Closes: #186, #187, #130)
	* Removed old roarclients (See: #130)
	* Improved plugin loader a lot (Closes: #190)
	* Added VIO/DSTR for SOCKS proxy (See: #187)
	* Added support for stream direction RECPLAY.
	* Ported to Win32 (again...) (pr1)
	* Updated debian init script (pr1)
	* Typos (Closes: #192) (pr2)
	* Support MUTE flag on output streams as well (Closes: #194) (pr2)
	* Fixed bug in MIDI clock (Closes: #193) (pr2)

v. 0.4 - Fri Nov 11 2011 20:12 CET
	Prereleases: 0: Sun Oct 02 2011 16:40 CEST;
	             1: Fri Oct 28 2011 27:54 CEST;
		     2: Fri Nov 04 2011 15:37 CET
	* Fixed segfaul in FLAC cf (Closes: #177)
	* Fixed invalid pointer aliasing (Closes: #178)
	* Fixed segfaul in PortAudio driver(v19) if no device is found.
	* Fixed invalid pointer aliasing in filter code (pr1)
	* Fixed remote a local buffer overflow in client to message
	  converter code as well as a remote attackable overflow in
	  message to client converter code (pr1)
	* Updated error handling (pr1)
	* Moved error frame handling into proto functions (pr1)
	* Updated manpages (pr1)
	* Updated filters to support 8 and 32 bit mode as well (pr1)
	* Re-wrote ALSA plugin (pr1)
	* Updated ports to minimal, win32 and avr (pr2)

v. 0.4rc0 - Mon Sep 05 2011 15:25 CEST
	Prereleases: 0: Fri Aug 18 2011 27:37 CEST
	* Fixed endlessloop in MIDI subsystem (Closes: #137)
	* Added new error codes (mostly from POSIX)
	* Corrected targets for complibs symlinks (Closes: #168)
	* roard now starts up in 32 bit mode by default.
	  (configure option has been addded) (Closes: #48)
	* Updated debian init script (Closes: #169, #171)
	* Started to use compiler attributes (Also see: #130)

v. 0.4beta7 - Sun Jul 10 2011 13:26 CEST
	Prereleases: 0: Mon Jun 20 2011 18:36 CEST
	* Updated roar_panic() (Closes: #132)
	* Updated roar_reset() (Closes: #131)
	* Added memory corruption and double free detection to buffer API.
	* Updated drivers to use new sync stream selection logic correctly (Closes: #136)
	* Converted most roarclients to to use VS API (See: #87)
	* Added support for ROAR_CMD_GETTIMEOFDAY
	* Added Meta Data types DISCNUMBER, SOURCEMEDIA, LABEL, LABELNO
	* Added manpages for all VS functions (Closing: #4)
	* Some updates and small fixes for the win32 stuff.
	* Support non-blocking latency request in VS API (Closes: #97)

v. 0.4beta6 - Mon May 23 2011 19:49 CEST
	Prereleases: 0: Tue May 17 2011 16:33 CEST;
	             1: Sat May 21 2011 17:18 CEST
	* Added new error codes.
	* Improved listing of audio profiles.
	* Added functions to access symbolic names for audio info parameters (Closes: #51)
	* added VIOs and DSTR elements: full:
	* Some cleanup of roarclients to fix ckport warnings.
	* Fixed warning on FreeBSD about tempfile in ast2roar (Closes: #47)
	* Added support for role based handling in roard (Closes: #49)
	* Added support for non-stream execs (Closes: #32)
	* Done some libroardsp header cleanup (Closes: #36)
	* Use zlib for gzip and zlib format (Closes: #29)
	* Added simple memmgr (memory Manager) code.
	* Updated libroarpulse, includes converting libroarpulse-simple to VS API.
	* Added support for OpenBSD sndio's new TCP connection syntax.
	* Corrected linkage in indrect mode (pr1)

v. 0.4beta5 - Tue Apr 26 2011 08:42 CEST
	Prereleases: 0: Sun Apr 17 2011 20:40 CEST
	* Started with support for non-blocking server locating attempts.
	* Speed up SLP lookup without DA by about 6 sec.
	* Added source radionoise to roard. This is used to generate low energy noise
	  so codecs do not drop to (near) zero bitrate.
	* Added aRts (artsc) driver to roard.
	* Removed old -d and friends from roard (Closes: #122)
	* added support to roard for record streams.
	* Added commands clientinfo and streaminfo to roarctl.
	* Added Record Bridge to roard.
	* Added VIOs and DSTR elements: null:, zero:, nrandom:
	* Added support for HTTP Basic Auth
	* Fixed time display of roarvorbis if file has unknown playback length
	* Auto select a stream if no stream has sync flag. (Closes: #30)
	* Install ckport database
	* Updated PortAudio driver for roard (which now supports v.19 API)

v. 0.4beta4 - Sun Mar 20 2011 12:15 CET
	Prereleases: 0: Thu Feb 24 2011 27:36 CET;
	             1: Mon Mar 14 2011 27:06 CET
	* Added support for UNMAPPED volume control (Closes: #55)
	* Better auth type order support (Closes: #6)
	* Updated configure (Closes: #94, #27)
	* Disable more stuff in minimal build (Closes: #104)
	* Added time display to roarvorbis (Closes: #102)
	* Added support to roarshout to read password form user or file (Closes: #101)
	* Added IPv6 support
	* Updated Debian init script (See: DEB#613772)
	* Added support for use of DECnet and ARP neighbour tables to locate servers
	  (enumdev only at the moment) (pr1)
	* Added support for a simple trap mechanism (pr1)
	* Added simple authfile support to roard (pr1)
	* Moved error string lookup from VS into error.c (pr1)
	* Added Meta Data types COMPOSER, RIGHTS, ISRC, LANGUAGE, GTIN, PUBLISHER (pr1)
	* Added Adler32 support (Closes: #123) (pr1)

v. 0.4beta3 - Wed Jan 26 2011 23:26 CET
	Prereleases: 0: Thu Jan 20 2011 19:36 CET
	* Updated roarvorbis (Closes: #103, See: #87)
	* Fixed small win32 bugs
	* Fixed Typos (Closes: #100)
	* Added basic gopher server to roard.
	* Added managed latency mode to VS API (Closes: #121)

v. 0.4beta2 - Sun Dec 12 2010 10:28 CET
	Prereleases: 0: Mon Dec 06 2010 24:00 CET;
	             1: Thu Dec 09 2010 23:30 CET
	* Announce standards via OpenSLP (Closes: #5)
	* Updated VS API (Closes: #54, #99, #98)
	* Added a buffered mode for VS API (Closes: #2, #96)
	* Added a file mode for VS API (Closes: #3)
	* Added support for CRC24 (RFC 4880)
	* Added Base64 support.
	* Added codecfilter for FLAC (read-only, native FLAC).
	* Use libroar's MIME Type lookup functions (Closes: #56)
	* Added RSound's new 32 bit support to libroarrsound
	* Updated docs
	* Support dir parameter in OINFO command (Closes: #31)
	* Corrected error codes in VS API (Closes: #90)
	* Updated reassigned commands (GET_ACL->AUTHCTL, SET_ACL->ACLCTL)
	* Updated ring buffer code (Closes: #91)
	* Fixed a FTBFS error with clang (Closes: #86)
	* Corrected some typos in manpages (pr1)
	* Support option to disable OpenSLP (pr1)

v. 0.4beta1 - Mon Nov 01 2010 16:14 CET
	Prereleases: 0: Fri Oct 29 2010 11:14 CEST
	* Implemented a very general test for types. Needed by win32 port.
	* Added support to enum servers with roarctl.
	* Improved server eunm.
	* Implemented SERVER_INFO command.
	* Added some basic crypto functions.
	* Implemented Tiger Hash Algo.
	* Implemented basic AUTH command.
	* Implemented CAPS command.
	* Wrote authfile API.
	* Changed SONAME version to 1.
	* Changed buffer interface, no public struct anymore.
	* Fixed lots of compiler warnings
	* Added new test system RAT
	* Added support for single sink mode (Closes: #25)
	* Implemented atomic flag toggling and flag protection.
	* Started porting to OpenVMS (See #24)
	* Escape user input to configure script correctly (Closes: #28)

v. 0.4beta0 - Fri Oct 01 2010 13:36 CEST
	Prereleases: 0: Sun Sep 26 2010 18:29 CEST;
	             1: Tue Sep 28 2010 22:55 CEST
	* fixed FTBFS with newer versions of RSound
	* Added memory locking module to roard
	* fixed libroaross's select() to work with mplayer
	* fixed a problem with PASSFH on some systems
	* Added LTM support to libroar and roard (roard only supports RMS)
	* Added a lot const keywords
	* Added notify framework (process internal signals)
	* Added support for WAIT command
	* Added support to get a list of possible servers (enumdev)
	* Added hwmixer support to roard
	* fixed LD_LIBRARY_PATH bug in roarify (GNU systems only) (pr1)
	  (Closes: DEB#598295, CVE-2010-3363)
	* fixed matrix pointer bug in libao driver. (pr1)
	* Some doc updates (final release)

v. 0.3 - Sun Aug 22 2010 26:14 CEST
	Prereleases: 0: Mon Aug 16 2010 29:58 CEST;
	             1: Fri Aug 20 2010 11:13 CEST
	* Fixed locking bug with libroaross and Audacity
	* Added working resampler code thanks to maister.
	  (Closes: DEB#592017)
	* Changed way to find default driver.
	* Updated Debian init script
	* Added VS API
	* Fixed strange bug in RSound emulation killing streams
	  after long time.
	* Removed libao and audacious plugins (they are in upstream now)
	* Added basic bash completion script
	* Updated ckport database file to match the current libs (pr1)
	* Wrote more comments in the VS header (pr1)
	* fixed latency stuff in VS (pr1)

v. 0.3beta7 - Fri Jul 23 2010 15:11 CEST
	Prereleases: 0: Mon Jul 19 2010 12:58 CEST;
	             1: Mon Jul 19 2010 20:37 CEST;
	             2: Wed Jul 21 2010 11:07 CEST
	* Added support for audio profiles
	* Updated libroarrsound
	* Added RPlay protocol to roard
	* Updates of copyright and license headers
	* Added ckport file
	* Updated some tools to get away from old, legacy
	  and security relevant function calls
	* Fixed bug with incorrect number of arguments to roard
	* Added some more ROAR_INFO()s to roard
	* Added tool roarclientpass
	* Corrected Debian init script (pr1)
	* Fixed problems on Big Endian systems with libdnet (pr2)

v. 0.3beta6 - Thu Jun 24 2010 20:47 CEST
	Prereleases: 0: Fri Jun 11 2010 10:47 CEST;
	             1: Sat Jun 12 2010 11:07 CEST;
	             2: Wed Jun 16 2010 12:52 CEST
	* Added something like select() for VIOs
	* Fixed a lot warnings
	* disabled cmd codecfilter by default
	* Fixed error with roarinterconnect on non-OSS systems
	* Fixed some problems with minimal builds
	* Some Copyright fixes
	* much better VIO support for connections
	* much better OSS emulation
	* Updated win32 port
	* Updated RSound support
	* fixed pos calc in case of PCM->PCM converting (pr1)
	* fixed libroarpulse (pr2)

v. 0.3beta5 - Sun May 02 2010 12:41 CEST
	* added tool roardtmf
	* Support to store server address in X11's root window propertys
	* some small fixes
	* wrote a lot more libroarpulse code, some async API clients work now
	* added compbins for esddsp, artsdsp, audiooss, padsp
	* splited libroarpulse and libroarpulse-simple
	* upgraded some code to use VIO
	* more updates for Debian
	* fixed init script for Debian and Debian like systems
	* fixed some mixer stuff, a lot things work better now
	* added support for notify beeps
	* updated drivers
	* updated ROAR_{ERR,WARN,INFO,DBG}()
	* added syslog support
	* updated test suit
	* done a lot work on libroaross
	* fixed segfault in ALSA plugin
	* Added support for OSS to roarinterconnect(1)
	* Added server side RSound Emulation
	* Added libroarrsound, client side RSound Emulation
	* Added ALSA driver
	* Added RSound driver
	* Added PortAudio driver

v. 0.3beta4 - Sat Feb 06 2010 26:02 CET
	* Applyed patches for Debian
	* updated roarify to load libs of correct version
	* updated list of supported versions (complibs)
	* added header with common units
	* added support for PulseAudio Simple protocol
	* added support to libroaross to emulate DMX4Linux (write only)
	* added DSTR driver to roard
	* updated librarys' soname
	* do not link OpenSSL by default (licence incompatible?)
	* support for dynamic lib loading, plugin interface
	* support to for registering DSTR types
	* moved WinSock things out of main vio.[ch]
	* support auto-tool --prefix*=*

v. 0.3beta3 - Fri Jan 22 2010 22:17 CET
	* added some aRts/NAS/YIFF/PulseAudio tools to compbins
	* added support for comp libs to roar-config
	* added support for uni-directional streams in roarinterconnect
	* write much better support for config, including codec config
	* reduced the TCP overhead produced by speex
	* added support for speex preprocessor
	* get names of complibs from table, do not guess them
	* a lot small fixes
	* moved most of the mixer stuff out of roard into libroardsp
	* added flags immutable and enhance
	* test for signal.h
	* Corrected (DSTR) HTTP Protocol support so servers without headerflush
	  should now work, too.
	* added protocol support for icy
	* Added version numbers to lib names
	* updated manpages
	* wrote OSS emulation
	* fixed test scripts

v. 0.3beta2 - Mon Oct 05 2009 19:48 CEST
	* Added prethru flag
	* Added support to read info about client's network node
	* Ported libroaresd, libroarartsc
	* Fixed some problems with EsounD emulation
	* added support for compatibility binarys
	* added poll() support to libroarsndio
	* reject streams of unsupported codec

v. 0.3beta1 - Sat Sep 26 2009 25:50 CEST
	* incremented nummber of streams per client fron 4 to 8
	* RIFF WAVE codecfilter uses virtual streams
	* another set of changed names of parameters in roarctl
	* Interface to read byteorder of a client from roard
	* implemented a 'state of stream' var
	* cleanup, small fixes
	* added VIO interface to transcoder interface
	* ask codecfilter of parent in case of new child stream
	* added 'subsystem' complex: multi subsystem data on single streams
	* added basic /Radio Data and Trasmitter Control System/.
	* better support for stereo upmixing
	* make audio group a optional thing
	* better support for win32
	* wrote WMM driver
	* better multi protocol support
	* Support for server side EsounD emulation on win32

v. 0.3beta0 - Sun Sep 06 2009 22:42 CEST
	* added new stream directions for MIDI and light control
	* cleanup of client stream struct
	* added basic light control subsystem
	* added DMX512 driver
	* wrote basic MIDI subsystem
	* added flag 'mute'
	* added flag 'mmap'
	* added lib libroarmidi and libroarlight
	* added OpenSLP support
	* rewote fillmixbuer2 code
	* added a roar_conv2() with a more clear API
	* added support to write pidfile
	* added support for encoding 32 bit Vorbis streams
	* added transcoding features in libroardsp
	* added tool 'roarphone'
	* added tool 'roarinterconnect'
	* added simple raw data subsystem
	* added working support for THRU streams
	* changed names of parameters in roarctl
	* added lib libroareio - Extended IO for RoarAudio
	* Update order of default drivers, now it is: oss, ao, esd, null
	* cleanup of old sysio driver interface
	* added server side EsounD emulation
	* added multi homed support to server
	* fixed a long outstanding bug with pa_path_get_filename()

v. 0.2 - Thu May 21 2009 21:00
	* do a some more testings for functions not existing on win32
	* init winsock
	* done a lot fixes in order to get libroar and some clients work on win32
	* done a lot cleanup on configure script

v. 0.2rc2 - Sun May 17 2009 25:44
	* corrected check for GNU peercred
	* added basic logging support to configure
	* fixed plugin configures
	* added and fixed semi-install target on plugins
	* call plugin configures from main configure
	* include plugins in Makefile known to work from configure
	* fixed Makefiles of plugins: added -I../../include, -L../../lib
	* Make use of pkg-config in plugin configures
	* corrected possition of -ls on linker commands in most Makefiles
	* added more explicide linker commands so most things now build
	  with classic BSD make.
	* devided into components: libs, roard, clients, doc
	* add toption to set roard's cycle freq
	* moved a lot things in plugin's configure scripts to a commone one

v. 0.2rc1 - Wed May 13 2009 12:05
	* Started to port to OpenSolaris
	* fixed bug in default based sockets, make HTTP VIO from non default port work
	* got libroarsndio build under OpenBSD 4.5
	* do not depend tests in configure on roaraudio.h: fixes some checks on *BSD
	* renamed member 'fh' of connection struct to '__fh', this breaks
	  all code depending on it so we see how it behaves in case
	  we replace this with a real VIO object in near future
	* started VIO 2popen interface
	* fixed exec() on systems with sizeof(int) != sizeof(char*)
	* do not do unnessesery calls to fdatasync() on sockets
	* link roarvorbis against libogg and libvorbis
	* remove need of GNU/Tar like -z on remote system from send-roaraudio
	* added support for hwmixer flag on OSS and sndio driver
	* fiexed some typos

v. 0.2beta3 - Fri May 01 2009 15:15
	* added esdfilt options to roarfilt, esdplay options to roarcatplay
	* added short options to roarcat/mon/filt as stated in the manpage
	* updated manpages
	* also build libroar{,dsp}.a
	* Changed VIO CTLs in a binary inkompatible way
	* added support for autoconf flag to OSS driver
	* added driver for OpenBSD sndio interface
	* started libroarsndio
	* added code for plugins: audacirus, mplayer, gst10
	* fixed some building problems
	* added roarify and s start for it's manpage
	* added stream flags pause and hwmixer

v. 0.2beta2 - Fri Mar 27 2009 21:20
	* added (dummy) flags autoconf and cleanmeta
	* added streams_ctl() to server
	* added support for primary flag as -oO, support for blocks parameter
	* added (GnuPG) pinentry support.
	* added support for Ogg Vorbis encoder to set meta data :)
	* fixed some (minor) bugs, including segfault in vio
	* added a lot things to the vio interface
	* added gzip and simple OpenPGP support to vio interface
	* added a simple pointer stack.
	* added (OpenSSH) askpass support.
	* added vio pipe support, currectly pipe() and socketpair() based onse.
	* test for OpenSSL
	* added support to VIO open OpenSSL BIOs
	* added support to read a string and convert it into a VIO stack
	* added simple VIO stack as VIO pass object
	* started cleaner VIO Socket implementation
	* Reduced lib size with --minimal trasticly (>33%!)
	* Done a lot patches to makeing RoarAudio more portable (also to win32)
	* moved convert.[ch] and poly.[ch] from libroar to libroardsp
	* updated AUTHROS, README and check HACKING
	* added tools/send-roaraudio: tool to send RoarAudio von CVS to a diffrent
	                              host in order to test it.
	* added dist/archlinux and archlinux rc script.

v. 0.2beta1 - Mon Feb 23 2009 25:08
	* added options --default-codec and --without-cf-cmd to configure script
	* added some funcs to list of frozen API calls
	* added sleep command to roarctl
	* updated roard manpage
	* fixed a possible segfault within auto codec detection and
	  added support for native flac
	* fixed some compiler warnings
	* made roarcat and roarmon 100% esdcat and esdmon compatible
	* set fragment size for OSS driver
	* fixed some minor bugs
	* changed buffer interface a bit to support non buffer alloced buffers

v. 0.2beta0 - Wed Feb 04 2009
	* use new driver interface as default (finally!)
	* fixed a bug in roard to not accept new streams in termination state
	* added support to filters to reset
	* added basic support to report latency
	* added vio support for ctl()s
	* allow overruns in sync output streams
	* solved double close bug
	* added support for non-execed streams with client behinde a NAT gateway
	* use socketpair() for AF_UNIX streams to create a new non-execed stream
	* got AF_UNIX support back working on OpenBSD
	* added needed paths for OpenBSD
	* only use use fsync() if there is no fdatasync()

v. 0.1beta5 - Wed Jan 21 2009
	* done some patchs to help porting libroar to win32
	* made libm optional
	* added option to configure to build without any optional compontents
	* added option to configure to give a helper programm to exec tests (e.g. wine)
	* updated help a bit
	* fixed roarbidir
	* added support for sync vio
	* updated roarfctest
	* added filter reset command

v. 0.1beta4 - Tue Dec 23 2008
	* added roar_buffer_shift_out()
	* changed roarshout to be 100% compatible with oggfwd options
	* added full support for mu-Law
	* added VIO support for driver API
	* changed esd output driver to use new vio driver API
	* wrote OSS driver
	* added support for --standby and --auto-standby
	* write support for stream based drivers, finally!
	* added -o/-O-/-oO/-oN to roard: stream based output drivers
	* patched null and raw driver to use VIO interface
	* ported libao plugin to new VIO interface
	* added -oP support to mark outputs primary
	* added ROAR_INSTINT to abstract from __LP64__
	* added new trivial filters: Add, Quantifier, Clip
	* added codecfilter for libfishsound, use it as default for ogg_flac and ogg_speex
	* added Ogg FLAC and Ogg Speex Magic
	* added tool roarmonhttp: http streaming tool, CGI or inetd
	* added writing support for RIFF/WAVE
	* flag sources as sources
	* patched some things for cygwin
	* fixed double-reconnect bug within XMMS plugin
	* include libao plugin in normal configure/build/install
	* added passthru for meta streams
	* fixed a lot small bugs
	* include basic rc/init script for debian like systems

v. 0.1beta3 - Thu Nov 27 2008
	* fixed some includes, patch by janus

v. 0.1beta2 - Tue Nov 25 2008
	* check for __LP64__
	* added roaraudio/error.h
	* added manpages for roar_codec2str() and roar_str2codec()
	* got some YIFF clients working, including yplay!
	* added roarcleints/roarradio*: A RoarAudio client which inizialiszes a new source
	                                and has buildin HTTP support.
	* added CDRum support
	* added writeing support for A-Law
	* added proxy support for SOCKS4 and 4d, SSH and HTTP CONNECT
	* improved 32 bit support a lot
	* checking for IPv6 support, not just assuming it to exist (win32 fix)
	* updated docs a bit
	* added install target

v. 0.1beta1 - Sun Sep 07 2008
	* fixed a lot typos
	* Added readonly support for A-Law
	* now also build doc/
	* fixed a bug with NetBSD's which
	* look for pkg-config
	* look for other tools, added --runtime-detect to configure
	* Fixed some manpages
	* added support for passive playback (passfh)
	* added support for ROAR_ATTACH_SIMPLE
	* cleaned codec ID #defines a bit up
	* added CMD PASSFH
	* get roard build again on MAC OS X
	* added tool roarcatpassfh
	* added --simple, --passive and --background to roarcatplay
	* got cf vorbis work on vio
	* got standard vio work better on DECnet

v. 0.1 - Sun Aug 31 2008
	* done basic stuff
	* started 'libroaresd' to support ESD clients
	* started 'libroararts' to support aRts clients
	* started 'libroaryiff' to support YIFF clients
	* started 'libroarpulse' to support PulseAudio clients
	* done a libao plugin
	* done a lot basic networking stuff, still need some more proxy code
	* got roard work file even with small buffers (<1ms)
	* support diffrent codecs server side decoding
	* support for meta data
	* done some manpages
	* added Ogg Vorbis support (server and client side)
	* added basic clients and some clients for testing and as examples