source: roaraudio/ChangeLog @ 3268:56a8d2d3dbb7

Last change on this file since 3268:56a8d2d3dbb7 was 3268:56a8d2d3dbb7, checked in by phi, 14 years ago

updated some sonames

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