source: roaraudio/ChangeLog @ 4523:c263513b053a

Last change on this file since 4523:c263513b053a was 4523:c263513b053a, checked in by phi, 14 years ago

added new test system RAT

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