source: roaraudio/ChangeLog @ 4614:3b1ab4d465e8

Last change on this file since 4614:3b1ab4d465e8 was 4614:3b1ab4d465e8, checked in by phi, 13 years ago

Support dir parameter in OINFO command (Closes: #31)

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