source: roaraudio/ChangeLog @ 2817:0f88c357a0eb

Last change on this file since 2817:0f88c357a0eb was 2817:0f88c357a0eb, checked in by phi, 15 years ago

test updates and changelog updates

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