source: roaraudio/ChangeLog @ 2842:b8c04c6e7a09

Last change on this file since 2842:b8c04c6e7a09 was 2842:b8c04c6e7a09, checked in by phi, 15 years ago

work of yesterday (at FIXME)

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