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