source: roaraudio/ChangeLog @ 4585:809eb2858897

Last change on this file since 4585:809eb2858897 was 4585:809eb2858897, checked in by phi, 13 years ago

added CRC24 support

File size: 15.8 KB
Line 
1v. 0.4beta2 - ?
2        * Announce standards via OpenSLP (Closes: #5)
3        * Updated VS API (Closes: #54, #3)
4        * Added support for CRC24 (RFC 4880)
5
6v. 0.4beta1 - Mon Nov 01 2010 16:14 CET
7        Prereleases: 0: Fri Oct 29 2010 11:14 CEST
8        * Implemented a very general test for types. Needed by win32 port.
9        * Added support to enum servers with roarctl.
10        * Improved server eunm.
11        * Implemented SERVER_INFO command.
12        * Added some basic crypto functions.
13        * Implemented Tiger Hash Algo.
14        * Implemented basic AUTH command.
15        * Implemented CAPS command.
16        * Wrote authfile API.
17        * Changed SONAME version to 1.
18        * Changed buffer interface, no public struct anymore.
19        * Fixed lots of compiler warnings
20        * Added new test system RAT
21        * Added support for single sink mode (Closes: #25)
22        * Implemented atomic flag toggling and flag protection.
23        * Started porting to OpenVMS (See #24)
24        * Escape user input to configure script correctly (Closes: #28)
25
26v. 0.4beta0 - Fri Oct 01 2010 13:36 CEST
27        Prereleases: 0: Sun Sep 26 2010 18:29 CEST;
28                     1: Tue Sep 28 2010 22:55 CEST
29        * fixed FTBFS with newer versions of RSound
30        * Added memory locking module to roard
31        * fixed libroaross's select() to work with mplayer
32        * fixed a problem with PASSFH on some systems
33        * Added LTM support to libroar and roard (roard only supports RMS)
34        * Added a lot const keywords
35        * Added notify framework (process internal signals)
36        * Added support for WAIT command
37        * Added support to get a list of possible servers (enumdev)
38        * Added hwmixer support to roard
39        * fixed LD_LIBRARY_PATH bug in roarify (GNU systems only) (pr1)
40          (Closes: DEB#598295, CVE-2010-3363)
41        * fixed matrix pointer bug in libao driver. (pr1)
42        * Some doc updates (final release)
43
44v. 0.3 - Sun Aug 22 2010 26:14 CEST
45        Prereleases: 0: Mon Aug 16 2010 29:58 CEST;
46                     1: Fri Aug 20 2010 11:13 CEST
47        * Fixed locking bug with libroaross and Audacity
48        * Added working resampler code thanks to maister.
49          (Closes: DEB#592017)
50        * Changed way to find default driver.
51        * Updated Debian init script
52        * Added VS API
53        * Fixed strange bug in RSound emulation killing streams
54          after long time.
55        * Removed libao and audacious plugins (they are in upstream now)
56        * Added basic bash completion script
57        * Updated ckport database file to match the current libs (pr1)
58        * Wrote more comments in the VS header (pr1)
59        * fixed latency stuff in VS (pr1)
60
61v. 0.3beta7 - Fri Jul 23 2010 15:11 CEST
62        Prereleases: 0: Mon Jul 19 2010 12:58 CEST;
63                     1: Mon Jul 19 2010 20:37 CEST;
64                     2: Wed Jul 21 2010 11:07 CEST
65        * Added support for audio profiles
66        * Updated libroarrsound
67        * Added RPlay protocol to roard
68        * Updates of copyright and license headers
69        * Added ckport file
70        * Updated some tools to get away from old, legacy
71          and security relevant function calls
72        * Fixed bug with incorrect number of arguments to roard
73        * Added some more ROAR_INFO()s to roard
74        * Added tool roarclientpass
75        * Corrected Debian init script (pr1)
76        * Fixed problems on Big Endian systems with libdnet (pr2)
77
78v. 0.3beta6 - Thu Jun 24 2010 20:47 CEST
79        Prereleases: 0: Fri Jun 11 2010 10:47 CEST;
80                     1: Sat Jun 12 2010 11:07 CEST;
81                     2: Wed Jun 16 2010 12:52 CEST
82        * Added something like select() for VIOs
83        * Fixed a lot warnings
84        * disabled cmd codecfilter by default
85        * Fixed error with roarinterconnect on non-OSS systems
86        * Fixed some problems with minimal builds
87        * Some Copyright fixes
88        * much better VIO support for connections
89        * much better OSS emulation
90        * Updated win32 port
91        * Updated RSound support
92        * fixed pos calc in case of PCM->PCM converting (pr1)
93        * fixed libroarpulse (pr2)
94
95v. 0.3beta5 - Sun May 02 2010 12:41 CEST
96        * added tool roardtmf
97        * Support to store server address in X11's root window propertys
98        * some small fixes
99        * wrote a lot more libroarpulse code, some async API clients work now
100        * added compbins for esddsp, artsdsp, audiooss, padsp
101        * splited libroarpulse and libroarpulse-simple
102        * upgraded some code to use VIO
103        * more updates for Debian
104        * fixed init script for Debian and Debian like systems
105        * fixed some mixer stuff, a lot things work better now
106        * added support for notify beeps
107        * updated drivers
108        * updated ROAR_{ERR,WARN,INFO,DBG}()
109        * added syslog support
110        * updated test suit
111        * done a lot work on libroaross
112        * fixed segfault in ALSA plugin
113        * Added support for OSS to roarinterconnect(1)
114        * Added server side RSound Emulation
115        * Added libroarrsound, client side RSound Emulation
116        * Added ALSA driver
117        * Added RSound driver
118        * Added PortAudio driver
119
120v. 0.3beta4 - Sat Feb 06 2010 26:02 CET
121        * Applyed patches for Debian
122        * updated roarify to load libs of correct version
123        * updated list of supported versions (complibs)
124        * added header with common units
125        * added support for PulseAudio Simple protocol
126        * added support to libroaross to emulate DMX4Linux (write only)
127        * added DSTR driver to roard
128        * updated librarys' soname
129        * do not link OpenSSL by default (licence incompatible?)
130        * support for dynamic lib loading, plugin interface
131        * support to for registering DSTR types
132        * moved WinSock things out of main vio.[ch]
133        * support auto-tool --prefix*=*
134
135v. 0.3beta3 - Fri Jan 22 2010 22:17 CET
136        * added some aRts/NAS/YIFF/PulseAudio tools to compbins
137        * added support for comp libs to roar-config
138        * added support for uni-directional streams in roarinterconnect
139        * write much better support for config, including codec config
140        * reduced the TCP overhead produced by speex
141        * added support for speex preprocessor
142        * get names of complibs from table, do not guess them
143        * a lot small fixes
144        * moved most of the mixer stuff out of roard into libroardsp
145        * added flags immutable and enhance
146        * test for signal.h
147        * Corrected (DSTR) HTTP Protocol support so servers without headerflush
148          should now work, too.
149        * added protocol support for icy
150        * Added version numbers to lib names
151        * updated manpages
152        * wrote OSS emulation
153        * fixed test scripts
154
155v. 0.3beta2 - Mon Oct 05 2009 19:48 CEST
156        * Added prethru flag
157        * Added support to read info about client's network node
158        * Ported libroaresd, libroarartsc
159        * Fixed some problems with EsounD emulation
160        * added support for compatibility binarys
161        * added poll() support to libroarsndio
162        * reject streams of unsupported codec
163
164v. 0.3beta1 - Sat Sep 26 2009 25:50 CEST
165        * incremented nummber of streams per client fron 4 to 8
166        * RIFF WAVE codecfilter uses virtual streams
167        * another set of changed names of parameters in roarctl
168        * Interface to read byteorder of a client from roard
169        * implemented a 'state of stream' var
170        * cleanup, small fixes
171        * added VIO interface to transcoder interface
172        * ask codecfilter of parent in case of new child stream
173        * added 'subsystem' complex: multi subsystem data on single streams
174        * added basic /Radio Data and Trasmitter Control System/.
175        * better support for stereo upmixing
176        * make audio group a optional thing
177        * better support for win32
178        * wrote WMM driver
179        * better multi protocol support
180        * Support for server side EsounD emulation on win32
181
182v. 0.3beta0 - Sun Sep 06 2009 22:42 CEST
183        * added new stream directions for MIDI and light control
184        * cleanup of client stream struct
185        * added basic light control subsystem
186        * added DMX512 driver
187        * wrote basic MIDI subsystem
188        * added flag 'mute'
189        * added flag 'mmap'
190        * added lib libroarmidi and libroarlight
191        * added OpenSLP support
192        * rewote fillmixbuer2 code
193        * added a roar_conv2() with a more clear API
194        * added support to write pidfile
195        * added support for encoding 32 bit Vorbis streams
196        * added transcoding features in libroardsp
197        * added tool 'roarphone'
198        * added tool 'roarinterconnect'
199        * added simple raw data subsystem
200        * added working support for THRU streams
201        * changed names of parameters in roarctl
202        * added lib libroareio - Extended IO for RoarAudio
203        * Update order of default drivers, now it is: oss, ao, esd, null
204        * cleanup of old sysio driver interface
205        * added server side EsounD emulation
206        * added multi homed support to server
207        * fixed a long outstanding bug with pa_path_get_filename()
208
209v. 0.2 - Thu May 21 2009 21:00
210        * do a some more testings for functions not existing on win32
211        * init winsock
212        * done a lot fixes in order to get libroar and some clients work on win32
213        * done a lot cleanup on configure script
214
215v. 0.2rc2 - Sun May 17 2009 25:44
216        * corrected check for GNU peercred
217        * added basic logging support to configure
218        * fixed plugin configures
219        * added and fixed semi-install target on plugins
220        * call plugin configures from main configure
221        * include plugins in Makefile known to work from configure
222        * fixed Makefiles of plugins: added -I../../include, -L../../lib
223        * Make use of pkg-config in plugin configures
224        * corrected possition of -ls on linker commands in most Makefiles
225        * added more explicide linker commands so most things now build
226          with classic BSD make.
227        * devided into components: libs, roard, clients, doc
228        * add toption to set roard's cycle freq
229        * moved a lot things in plugin's configure scripts to a commone one
230
231v. 0.2rc1 - Wed May 13 2009 12:05
232        * Started to port to OpenSolaris
233        * fixed bug in default based sockets, make HTTP VIO from non default port work
234        * got libroarsndio build under OpenBSD 4.5
235        * do not depend tests in configure on roaraudio.h: fixes some checks on *BSD
236        * renamed member 'fh' of connection struct to '__fh', this breaks
237          all code depending on it so we see how it behaves in case
238          we replace this with a real VIO object in near future
239        * started VIO 2popen interface
240        * fixed exec() on systems with sizeof(int) != sizeof(char*)
241        * do not do unnessesery calls to fdatasync() on sockets
242        * link roarvorbis against libogg and libvorbis
243        * remove need of GNU/Tar like -z on remote system from send-roaraudio
244        * added support for hwmixer flag on OSS and sndio driver
245        * fiexed some typos
246
247v. 0.2beta3 - Fri May 01 2009 15:15
248        * added esdfilt options to roarfilt, esdplay options to roarcatplay
249        * added short options to roarcat/mon/filt as stated in the manpage
250        * updated manpages
251        * also build libroar{,dsp}.a
252        * Changed VIO CTLs in a binary inkompatible way
253        * added support for autoconf flag to OSS driver
254        * added driver for OpenBSD sndio interface
255        * started libroarsndio
256        * added code for plugins: audacirus, mplayer, gst10
257        * fixed some building problems
258        * added roarify and s start for it's manpage
259        * added stream flags pause and hwmixer
260
261v. 0.2beta2 - Fri Mar 27 2009 21:20
262        * added (dummy) flags autoconf and cleanmeta
263        * added streams_ctl() to server
264        * added support for primary flag as -oO, support for blocks parameter
265        * added (GnuPG) pinentry support.
266        * added support for Ogg Vorbis encoder to set meta data :)
267        * fixed some (minor) bugs, including segfault in vio
268        * added a lot things to the vio interface
269        * added gzip and simple OpenPGP support to vio interface
270        * added a simple pointer stack.
271        * added (OpenSSH) askpass support.
272        * added vio pipe support, currectly pipe() and socketpair() based onse.
273        * test for OpenSSL
274        * added support to VIO open OpenSSL BIOs
275        * added support to read a string and convert it into a VIO stack
276        * added simple VIO stack as VIO pass object
277        * started cleaner VIO Socket implementation
278        * Reduced lib size with --minimal trasticly (>33%!)
279        * Done a lot patches to makeing RoarAudio more portable (also to win32)
280        * moved convert.[ch] and poly.[ch] from libroar to libroardsp
281        * updated AUTHROS, README and check HACKING
282        * added tools/send-roaraudio: tool to send RoarAudio von CVS to a diffrent
283                                      host in order to test it.
284        * added dist/archlinux and archlinux rc script.
285
286v. 0.2beta1 - Mon Feb 23 2009 25:08
287        * added options --default-codec and --without-cf-cmd to configure script
288        * added some funcs to list of frozen API calls
289        * added sleep command to roarctl
290        * updated roard manpage
291        * fixed a possible segfault within auto codec detection and
292          added support for native flac
293        * fixed some compiler warnings
294        * made roarcat and roarmon 100% esdcat and esdmon compatible
295        * set fragment size for OSS driver
296        * fixed some minor bugs
297        * changed buffer interface a bit to support non buffer alloced buffers
298
299v. 0.2beta0 - Wed Feb 04 2009
300        * use new driver interface as default (finally!)
301        * fixed a bug in roard to not accept new streams in termination state
302        * added support to filters to reset
303        * added basic support to report latency
304        * added vio support for ctl()s
305        * allow overruns in sync output streams
306        * solved double close bug
307        * added support for non-execed streams with client behinde a NAT gateway
308        * use socketpair() for AF_UNIX streams to create a new non-execed stream
309        * got AF_UNIX support back working on OpenBSD
310        * added needed paths for OpenBSD
311        * only use use fsync() if there is no fdatasync()
312
313v. 0.1beta5 - Wed Jan 21 2009
314        * done some patchs to help porting libroar to win32
315        * made libm optional
316        * added option to configure to build without any optional compontents
317        * added option to configure to give a helper programm to exec tests (e.g. wine)
318        * updated help a bit
319        * fixed roarbidir
320        * added support for sync vio
321        * updated roarfctest
322        * added filter reset command
323
324v. 0.1beta4 - Tue Dec 23 2008
325        * added roar_buffer_shift_out()
326        * changed roarshout to be 100% compatible with oggfwd options
327        * added full support for mu-Law
328        * added VIO support for driver API
329        * changed esd output driver to use new vio driver API
330        * wrote OSS driver
331        * added support for --standby and --auto-standby
332        * write support for stream based drivers, finally!
333        * added -o/-O-/-oO/-oN to roard: stream based output drivers
334        * patched null and raw driver to use VIO interface
335        * ported libao plugin to new VIO interface
336        * added -oP support to mark outputs primary
337        * added ROAR_INSTINT to abstract from __LP64__
338        * added new trivial filters: Add, Quantifier, Clip
339        * added codecfilter for libfishsound, use it as default for ogg_flac and ogg_speex
340        * added Ogg FLAC and Ogg Speex Magic
341        * added tool roarmonhttp: http streaming tool, CGI or inetd
342        * added writing support for RIFF/WAVE
343        * flag sources as sources
344        * patched some things for cygwin
345        * fixed double-reconnect bug within XMMS plugin
346        * include libao plugin in normal configure/build/install
347        * added passthru for meta streams
348        * fixed a lot small bugs
349        * include basic rc/init script for debian like systems
350
351v. 0.1beta3 - Thu Nov 27 2008
352        * fixed some includes, patch by janus
353
354v. 0.1beta2 - Tue Nov 25 2008
355        * check for __LP64__
356        * added roaraudio/error.h
357        * added manpages for roar_codec2str() and roar_str2codec()
358        * got some YIFF clients working, including yplay!
359        * added roarcleints/roarradio*: A RoarAudio client which inizialiszes a new source
360                                        and has buildin HTTP support.
361        * added CDRum support
362        * added writeing support for A-Law
363        * added proxy support for SOCKS4 and 4d, SSH and HTTP CONNECT
364        * improved 32 bit support a lot
365        * checking for IPv6 support, not just assuming it to exist (win32 fix)
366        * updated docs a bit
367        * added install target
368
369v. 0.1beta1 - Sun Sep 07 2008
370        * fixed a lot typos
371        * Added readonly support for A-Law
372        * now also build doc/
373        * fixed a bug with NetBSD's which
374        * look for pkg-config
375        * look for other tools, added --runtime-detect to configure
376        * Fixed some manpages
377        * added support for passive playback (passfh)
378        * added support for ROAR_ATTACH_SIMPLE
379        * cleaned codec ID #defines a bit up
380        * added CMD PASSFH
381        * get roard build again on MAC OS X
382        * added tool roarcatpassfh
383        * added --simple, --passive and --background to roarcatplay
384        * got cf vorbis work on vio
385        * got standard vio work better on DECnet
386
387v. 0.1 - Sun Aug 31 2008
388        * done basic stuff
389        * started 'libroaresd' to support ESD clients
390        * started 'libroararts' to support aRts clients
391        * started 'libroaryiff' to support YIFF clients
392        * started 'libroarpulse' to support PulseAudio clients
393        * done a libao plugin
394        * done a lot basic networking stuff, still need some more proxy code
395        * got roard work file even with small buffers (<1ms)
396        * support diffrent codecs server side decoding
397        * support for meta data
398        * done some manpages
399        * added Ogg Vorbis support (server and client side)
400        * added basic clients and some clients for testing and as examples
Note: See TracBrowser for help on using the repository browser.