source: roaraudio/ChangeLog @ 4793:a5f42917b666

Last change on this file since 4793:a5f42917b666 was 4793:a5f42917b666, checked in by phi, 13 years ago

Moved error string lookup from VS into error.c (pr1)

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