source: roaraudio/ChangeLog @ 3190:23fa40da5601

Last change on this file since 3190:23fa40da5601 was 3190:23fa40da5601, checked in by phi, 14 years ago

started the next version

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