source: roaraudio/ChangeLog @ 4747:8ad3e80c9ded

Last change on this file since 4747:8ad3e80c9ded was 4745:1e974ec321bd, checked in by phi, 13 years ago

Better auth type oder support (Closes: #6)

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