1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
v. 0.1.8 - Mon Apr 16 2012 21:50 CEST
* Support using non default port for TCP based servers.
* Added support for "+default", "+invalid" and "+abstract"
(Closes: #214)
* Detect local DECnet based server (Closes: #213)
* muroar.c has been split into multiple files (Closes: #215)
* Added muroar_setvolume() to allow applications to set volume
of streams (mono/stereo).
* Updated and fixed the manpages.
* Do some more porting to YIFF.
v. 0.1.7 - Tue Nov 08 2011 11:41 CET
* Mark server address and client name const.
* Converted functions from int handle to muroar_t (int on POSIX).
* Started to port to YIFF.
* Updated error handling (muroar_noop() and muroarstream).
v. 0.1.6 - Sun Sep 11 2011 23:46 CEST
* Corrected ChangeLog entry for version 0.1.5
* Fixed invalid pointer aliasing (Closes: #175)
* Added support for symbolic names to muroarstream (Closes: #166)
* Added support to muroarstream to read from or write to file
(Closes: #165)
v. 0.1.5 - Fri Aug 18 2011 27:21 CEST
* Some documentation updates.
v. 0.1.4 - Sun Feb 13 2011 26:20 CET
* Updated ckport database.
* Fixed bug in NEW_STREAM (needed to set mixerid = -1)
v. 0.1.3 - Mon Nov 29 2010 22:28 CET
* added ckport(1) database
* Ported to OpenVMS
* Updated command list
* Updated reassigned commands (GET_ACL->AUTHCTL, SET_ACL->ACLCTL)
v. 0.1.2 - Mon Jul 05 2010 21:12 CEST
* a bit work on the comments in the code
* added more codec consts
* moved BEEP command into seperate file
* added NOOP command
* added DECnet support
* fixed endianess problems on some platforms
v. 0.1.1 - Mon May 03 2010 20:54 CEST
* Some Code cleanup
* Updated Makefile so we do not build muroarstream 'staticly'
* corrected wrong name of two CMD consts
* corrected a lot typos
* Added a lot comments
* Use own IO functions
v. 0.1.0 - Mon Mar 15 2010 21:33 CET
* fixed copyright statements
* get better in sync with Debian package
* added additional consts
* added support for autof* options
* small -fPIC fix for win32
* added manpages for all public functions of this lib
* added completion file for bash
* added support for /etc/roarserver symlink
v. 0.1rc2 - Sun Feb 28 2010 17:08 CET
* added use of SONAME
* added support for AF_UNIX sockets
* started with Debian control files
* some small fixes
* added manpage for muroarstream(1)
* added very simple support for beeps
v. 0.1rc1 - Sat Feb 06 2010 26:27 CET
* Added tool muroarstream
v. 0.1rc0 - Fri Oct 30 2009 21:09 CET
* Added install/semi-install/uninstall
* Added a function needed to test for server
* Wrote some Docs
* Less magic numbers
v. 0.1beta1 - Wed Oct 14 2009 22:12 CEST
* added TODO list
* wrote a simple configure
* reduced memory usage (> 800 byte less)
v. 0.1beta0 - Fri Oct 09 2009 22:42 CEST
* first release
* basic support for streams
* basic magics
* basic IO abstraktion
|