source: roaraudio/ChangeLog @ 4554:713ba72295c3

Last change on this file since 4554:713ba72295c3 was 4554:713ba72295c3, checked in by phi, 14 years ago

start porting to OpenVMS

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