source: roaraudio/ChangeLog @ 4292:ca52643dd1ec

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

added LTM support!

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