source: roaraudio/ChangeLog @ 4794:251fc19074f7

Last change on this file since 4794:251fc19074f7 was 4794:251fc19074f7, checked in by phi, 13 years ago

Added Meta Data types COMPOSER, RIGHTS, ISRC, LANGUAGE, GTIN, PUBLISHER (pr1)

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