win32: sync visual studio project files
[deb_libcec.git] / debian / changelog
CommitLineData
a9bb5b56
LOK
1libcec (0.3-1) unstable; urgency=low
2
3 * added device detection support for Windows
4
5 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Sun, 02 Oct 2011 12:09:33 +0200
6
c3f9951c
LOK
7libcec (0.2-1) unstable; urgency=low
8
9 * added a Close() method to the interface
10 * Added CEC command that were received by the adapter in a buffer that can be
11 read by a client with GetNextCommand()/cec_get_next_command(). added a
12 'help' command to the test client, that displays all available commands
13 * Fixed setting the ackmask. deprecated SetAckMask()/cec_set_ack_mask(). use
14 SetLogicalAddress()/cec_set_logical_address() instead. add 'la' command to
15 the testclient to set the logical address of the cec adapter
16 * Added optional logical and physical address parameters to
17 LoadLibCec()/cec_init() on the interface. fixed wrongly placed namespace
18 close tag in CECExports.h. updated interface documentation. bumped
19 interface version to 2.
20 * fixed hardcoded ackmask in SetAckMast(). set a shorter display name in the
21 test client. the previous one was too long and being rejected
22
23 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 28 Sep 2011 01:33:00 +0200
24
abbca718
LOK
25libcec (0.1-1) unstable; urgency=low
26
27 * Initial release v0.1
28
29 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Wed, 28 Sep 2011 23:55:48 +0200