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