source: roaraudio/ChangeLog @ 4653:fb6662ea5f57

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

Support option to disable OpenSLP

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