source: roaraudio/ChangeLog @ 4844:47f0daf6b214

Last change on this file since 4844:47f0daf6b214 was 4844:47f0daf6b214, checked in by phi, 13 years ago

Fixed time display of roarvorbis if file has unknown playback length

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