source: roaraudio/ChangeLog @ 4257:65cf58821db6

Last change on this file since 4257:65cf58821db6 was 4257:65cf58821db6, checked in by phi, 14 years ago

fixed a problem with PASSFH on some systems

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