source: roaraudio/ChangeLog @ 4644:43922e42eaef

Last change on this file since 4644:43922e42eaef was 4644:43922e42eaef, checked in by phi, 13 years ago

splitted VS changelog entry a bit

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