source: roaraudio/ChangeLog @ 4588:e20a1b790be1

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

implemented Base64

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