source: roaraudio/ChangeLog @ 3518:5daa50c895ce

Last change on this file since 3518:5daa50c895ce was 3518:5daa50c895ce, checked in by phi, 14 years ago

more updateds for Debian last night

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