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