cec: fix the last commit on linux
[deb_libcec.git] / debian / changelog
CommitLineData
88c5a743
LOK
1libcec (0.4-1) unstable; urgency=low
2
3 * bumped interface version to 4
4 * timeout parameter removed from Close()/cec_close(). return type changed to
5 void
6 * added cec_destroy() method
7 * removed timeout parameter from Transmit()
8 * change the default argument of PowerOnDevices() to CECDEVICE_TV
9 * removed PowerOffDevices(). use StandbyDevices() instead
10 * removed obsolete methods from the interface
11 * fixed bug: pthread_cond_wait was called without the mutex locked
12 * fixed possible deadlock: don't send messages and wait for an ack with the
13 mutex locked in CCECParser
14 * created a separate reader thread and fixed the 'lock timeout' bug
15 * testclient: use CECDEVICE_TV instead of the default argument
16 (CECDEVICE_BROADCAST) for PowerOnDevices() and PowerOffDevices()
17
18 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 04 Oct 2011 00:48:00 +0200
19
a9bb5b56
LOK
20libcec (0.3-1) unstable; urgency=low
21
22 * added device detection support for Windows
23
24 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Sun, 02 Oct 2011 12:09:33 +0200
25
c3f9951c
LOK
26libcec (0.2-1) unstable; urgency=low
27
28 * added a Close() method to the interface
29 * Added CEC command that were received by the adapter in a buffer that can be
30 read by a client with GetNextCommand()/cec_get_next_command(). added a
31 'help' command to the test client, that displays all available commands
32 * Fixed setting the ackmask. deprecated SetAckMask()/cec_set_ack_mask(). use
33 SetLogicalAddress()/cec_set_logical_address() instead. add 'la' command to
34 the testclient to set the logical address of the cec adapter
35 * Added optional logical and physical address parameters to
36 LoadLibCec()/cec_init() on the interface. fixed wrongly placed namespace
37 close tag in CECExports.h. updated interface documentation. bumped
38 interface version to 2.
39 * fixed hardcoded ackmask in SetAckMast(). set a shorter display name in the
40 test client. the previous one was too long and being rejected
41
42 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 28 Sep 2011 01:33:00 +0200
43
abbca718
LOK
44libcec (0.1-1) unstable; urgency=low
45
46 * Initial release v0.1
47
48 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Wed, 28 Sep 2011 23:55:48 +0200