X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=10c85f199556890f357c851bd110adddc40308c3;hb=88c5a743d71c6655bfc08c2bd7a82828775cc828;hp=3a893f2308b54c90e862deced6121632d76fb0eb;hpb=9043a357d70a3d919577e4413b2f6e5c31c97059;p=deb_libcec.git diff --git a/debian/changelog b/debian/changelog index 3a893f2..10c85f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +libcec (0.4-1) unstable; urgency=low + + * bumped interface version to 4 + * timeout parameter removed from Close()/cec_close(). return type changed to + void + * added cec_destroy() method + * removed timeout parameter from Transmit() + * change the default argument of PowerOnDevices() to CECDEVICE_TV + * removed PowerOffDevices(). use StandbyDevices() instead + * removed obsolete methods from the interface + * fixed bug: pthread_cond_wait was called without the mutex locked + * fixed possible deadlock: don't send messages and wait for an ack with the + mutex locked in CCECParser + * created a separate reader thread and fixed the 'lock timeout' bug + * testclient: use CECDEVICE_TV instead of the default argument + (CECDEVICE_BROADCAST) for PowerOnDevices() and PowerOffDevices() + + -- Pulse-Eight Packaging Tue, 04 Oct 2011 00:48:00 +0200 + libcec (0.3-1) unstable; urgency=low * added device detection support for Windows