source: roaraudio/ChangeLog @ 4200:126d36bfdad7

Last change on this file since 4200:126d36bfdad7 was 4200:126d36bfdad7, checked in by phi, 14 years ago

updated changelog

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