changelog updated for release v0.4.3
[deb_libcec.git] / debian / changelog
CommitLineData
262f3b05
LOK
1libcec (0.4-3) unstable; urgency=low
2
3 * fixed reconnect
4 * fixed some threading related bugs
5 * fixed deadlock on exit
6 * fixed wrongly reported physical address
7
8 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Thu, 06 Oct 2011 00:19:00 +0200
9
4463fb80
LOK
10libcec (0.4-2) unstable; urgency=low
11
12 * fixed int parameter sizes and some signed/unsigned warnings
13 * check whether m_port isn't NULL in ReadFromDevice
14 * stop the processor thread and delete the CSerialPort instance on exit
15 * added mutex in CSerialPort
16 * fix segfault on exit
17 * renamed libPlatform -> platform.
18 * stuck everything from libCEC in the CEC namespace to avoid namespace
19 polution
20
21 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 04 Oct 2011 23:45:00 +0200
22
88c5a743
LOK
23libcec (0.4-1) unstable; urgency=low
24
25 * bumped interface version to 4
26 * timeout parameter removed from Close()/cec_close(). return type changed to
27 void
28 * added cec_destroy() method
29 * removed timeout parameter from Transmit()
30 * change the default argument of PowerOnDevices() to CECDEVICE_TV
31 * removed PowerOffDevices(). use StandbyDevices() instead
32 * removed obsolete methods from the interface
33 * fixed bug: pthread_cond_wait was called without the mutex locked
34 * fixed possible deadlock: don't send messages and wait for an ack with the
35 mutex locked in CCECParser
36 * created a separate reader thread and fixed the 'lock timeout' bug
37 * testclient: use CECDEVICE_TV instead of the default argument
38 (CECDEVICE_BROADCAST) for PowerOnDevices() and PowerOffDevices()
39
40 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 04 Oct 2011 00:48:00 +0200
41
a9bb5b56
LOK
42libcec (0.3-1) unstable; urgency=low
43
44 * added device detection support for Windows
45
46 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Sun, 02 Oct 2011 12:09:33 +0200
47
c3f9951c
LOK
48libcec (0.2-1) unstable; urgency=low
49
50 * added a Close() method to the interface
51 * Added CEC command that were received by the adapter in a buffer that can be
52 read by a client with GetNextCommand()/cec_get_next_command(). added a
53 'help' command to the test client, that displays all available commands
54 * Fixed setting the ackmask. deprecated SetAckMask()/cec_set_ack_mask(). use
55 SetLogicalAddress()/cec_set_logical_address() instead. add 'la' command to
56 the testclient to set the logical address of the cec adapter
57 * Added optional logical and physical address parameters to
58 LoadLibCec()/cec_init() on the interface. fixed wrongly placed namespace
59 close tag in CECExports.h. updated interface documentation. bumped
60 interface version to 2.
61 * fixed hardcoded ackmask in SetAckMast(). set a shorter display name in the
62 test client. the previous one was too long and being rejected
63
64 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 28 Sep 2011 01:33:00 +0200
65
abbca718
LOK
66libcec (0.1-1) unstable; urgency=low
67
68 * Initial release v0.1
69
70 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Wed, 28 Sep 2011 23:55:48 +0200