2006-07-05 - Version 0.8 Jan Slupski * Add support for ALSA device opened by default with custom one 2006-03-12 - Version 0.7 Romano Giannetti * If the speaker is not opened for, for example, EBUSY, skype need to know it, otherwise it will blindly try to write to it and spewing write failed error. That way, if for example there is a realplay running and taking over /dev/dsp, Skype will say "problem with sound device". Jan Slupski * Set permissions when installing library & script * Changed debug printing from stdout to stderr. Otherwise opening URLs from chat (and other web pages from menu) does not work. * Add AMD64 compilation README (thanks to Danyel Ceccaldi, ) * output some (compile time) configuration options on runtime 2005-09-19 - Version 0.6 _26oo_ at Skype Forum (http://forum.skype.com/viewtopic.php?p=164095#164095) * modification to double open bug workaround - close device & reopen reported to fix sound quality problems 2005-08-12 - Version 0.5 Jan Slupski * added more flexibility of what can be overriden * moved initialization to separate fuction (executed only once) * added workaround for double open bug (Skype 1.2.0.11) * added (debug) device configuration printout * updated 'skype_dsp_hijacker' script to cover separate devices functionality * updated README * added ChangeLog 2005-04-26 - Version 0.4 Jan Albin: First new patch release in 30 minutes, and now it runs too! * Got rid of that unintentional recursive function call. * Added some debug output (if DEBUG_HIJACKER is set - see the top of the patched source file). 2005-04-26 - Version 0.3 Jan Albin: First new patch release in 7 months, and it's horribly broken! * Now overrides close() too. This may or may not fix a problem where Skype has to be restarted between calls. * Fixed possible bug in ioctl() override * Added unintentional recursive function call. Didn't test the correct version, didn't notice. :) 2004-09-17 - Version 0.2 Tormod Volden: The DSP and mixer devices are now settable through environment variables. July 2004 - Version 0.1 Jan Albin: Initial version of the patch