source: roaraudio/ChangeLog @ 4774:6f1544c501f1

roaraudio_0_4beta4_pr0
Last change on this file since 4774:6f1544c501f1 was 4774:6f1544c501f1, checked in by phi, 13 years ago

release!

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