cec: transmit the menu state as (active) when the stream path is set
[deb_libcec.git] / debian / changelog
CommitLineData
4f8dcef2
LOK
1libcec (1.1-1) unstable; urgency=low
2
3 * interface changes:
4 * added logical address autodetection and let libcec handle multiple types
5 simultaniously. for logical address autodetection, you have to use
6 CECInit()/cec_init_typed() instead of CECCreate()/cec_init()
7 * added SetActiveSource()/cec_set_active_source() to the interface.
8 deprecated SetActiveView()/cec_set_active_view()
9 * added SetMenuState()
10 * added PollDevice()/cec_poll_device()
11 * removed duplicate method SetActiveSource() / SetActiveView()
12 * added SetDeckControlMode() and SetDeckInfo()
13 * fixed:
14 * added vendor detection for panasonic and broadcast active view and set
15 menu state when a panasonic device sets the stream path. thanks for the
16 pointer cptcoconut.
17 * added vendor code for pioneer
18 * osd string is 13 chars max. don't send more
19 * send the correct cec version for each device
20 * switch to panasonic specific cec implementation if a panasonic device was
21 detected
22 * send the correct device type in TransmitPhysicalAddress()
23 * send a reply from the correct device when the stream path is requested
24 * opcode 0x80 means the stream path changed, not the physical address
25 * don't poll for a vendor ID in monitoring mode
26 * fixed parameter parsing in SetVendorId()
27 * buffer up commands that are received while waiting for an ack. only send
28 'active source' message for the actual active source
29 * win32: prepend the com port path with '\\.\', so com ports > 9 can be
30 accessed. thanks smolesen
31 * audio systems cannot be an active source, so don't transmit active
32 source message from this device
33 * only send 'active source' when powered on
34 * only set the osd name for the primary device. use default values for
35 others
36 * increase physical address with 0x100 per device
37 * win32: removed unneeded afxres.h include in the resource files, which
38 is not present when using studio express. thanks Ghuron
39 * fixed C headers
40 * mark the active source as active and other devices as inactive
41 * set the power status to 'on' when receiving CEC_USER_CONTROL_CODE_POWER
42 * changed:
43 * changed copyright of boblight files with permission of the original
44 author
45 * partial handling of audio related opcodes
46 * more consistent log messages
47 * set a device type and name for each CCECBusDevice
48 * keep a power and menu state per device
49 * renamed all Broadcast...() and Report...() methods to Transmit...()
50 * renamed SetOSDString() to TransmitOSDString()
51 * changed debug level of 'did not receive ack' from error to debug
52 * only set the power status to 'on' for the primary device
53 * moved method decriptions from cecc.h to cec.h
54 * only send a power on command when a device isn't on already and set
55 the power state to CEC_POWER_STATUS_IN_TRANSITION_STANDBY_TO_ON while
56 powering on
57 * handle CEC_OPCODE_STANDBY
58 * handle CEC_OPCODE_ACTIVE_SOURCE
59 * always start in standby mode and let the tv (or other device) send the
60 power on command
61 * renamed the last few enums
62 * handle deck related opcodes.
63 * added TransmitVendorId(), but only transmit the id if it's not set to 'unknown'
64
65 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 11 Nov 2011 17:42:00 +0100
66
84c27c41 67libcec (1.0-1) unstable; urgency=low
5984d274
LOK
68
69 * interface changes:
70 * set lib interface version back to 1.0 and rename GetLibVersion() to
71 GetLibVersionMajor() and GetMinVersion() to GetMinLibVersion()
72 * added GetLibVersionMinor()/cec_get_lib_version_minor() and set the minor
73 version number to 1
74 * fixed:
75 * samsung's vendor specific remote keypresses don't send key releases. added
76 call to AddKey() directly after the keypress
77 * always reset the button press time in CLibCEC::AddKey()
78 * always wait for a signal in CCECProcessor::Transmit()
79 * changed:
80 * drop shared_ptr and use a normal pointer. removed boost dependency
81
82 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 04 Nov 2011 00:14:00 +0100
83
b3efc8f2
LOK
84libcec (0.8-2) unstable; urgency=low
85
86 * added 'libboost-dev' to build deps
87
88 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 01 Nov 2011 23:31:00 +0100
89
971d0e9e
LOK
90libcec (0.8-1) unstable; urgency=low
91
92 * interface changes:
93 * added GetDevicePowerStatus()/cec_get_device_power_status()
94 * added GetDeviceVendorId()/cec_get_device_vendor_id()
95 * added GetDeviceMenuLanguage()/cec_get_device_menu_language()
96 * added GetDeviceCecVersion()/cec_get_device_cec_version()
97 * added SwitchMonitoring()/cec_switch_monitoring() to the interface. when
b3efc8f2
LOK
98 monitoring is enabled, the device will only log the data it received,
99 but will not respond to any message
971d0e9e 100 * removed timeout parameter in Transmit() and included the ack timeout in
b3efc8f2 101 the cec_command struct
971d0e9e
LOK
102 * made the vendor id -> vendor name translation available
103 * made CEC_LOG levels powers of 2
104 * introduced CEC_LOG_TRAFFIC log level
105 * fixed:
106 * set the correct ackmask on startup
107 * wait for ack while keeping a lock
108 * wait for the processor thread to start before continueing on startup
109 * wait for messages to be transmitted before continueing in
b3efc8f2 110 CCECProcessor::Transmit()
971d0e9e
LOK
111 * only set the logical address once when it has changed
112 * correct source for broadcast messages
113 * win32: create Release type installer
114 * changed:
115 * make all reads and write in CAdapterCommunication go through buffers.
116 * poll for a vendor ID of connected devices and switch to a non-standard
b3efc8f2 117 CEC implementation if needed.
971d0e9e
LOK
118 * added vendor detection of Samsung and LG devices
119 * handle samsung remote command 'return'
120 * cec-client:
121 * added -la and --logical-address to the command line params
122 * added -d and --log-level params to cec-client
123 * added -sf and --short-log-file, which only log the actual messages, not
b3efc8f2 124 the level and timestamp
971d0e9e
LOK
125 * added -f and --log-file parameters to cec-client
126 * added option to change the log level to cec-client
127
b3efc8f2 128 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 01 Nov 2011 22:58:00 +0100
971d0e9e 129
8f084f00
LOK
130libcec (0.7-1) unstable; urgency=low
131
132 * send a keypress with 0 duration when a key is pressed and with a duration
133 set when it's released
134 * added SetOSDString() to the interface (not supported by all tvs)
135 * fixed: 'routing change' is a broadcast message. log routing changes, but
136 don't send a 'set active view' message, so the active input won't be
137 changed
138 * log keypresses in the debug log
139 * added 'pa' command to cec-client, to change the physical address
140 * added SetPhysicalAddress()/cec_set_physical_address() to the interface, so
141 the HDMI port number to use can be changed
142 * fixed: put the message processing code from WaitForAck() in ParseMessage().
143 fixes missing incoming message logging of non-data messages when not
144 waiting for an ACK
145 * added 'txn' command to cec-client. same as 'tx', but doesn't wait for ACK
146 before returning
147 * fixed: set initiator and destination first in cec_command::push_back().
148 fixes 'tx' command in cec-client
149 * fixed: keep trying to connect while iTimeout isn't reached (default 10
150 seconds). fixes exit with a 'permission denied' error when the device isn't
151 ready yet. remove CEC_SETTLE_DOWN_TIME
152 * fixed: don't call SetActiveView() when reporting the power status. fixes
153 loop which causes some TVs to report failed connections
154 * fixed: eom was not being parsed when receiving MSGCODE_FRAME_DATA. fixed.
155 * fixed: add the device type as parameter when sending the physical address.
156 thanks bobo1on1
157 * fixed: typo in libcec.pc.in
158 * added optional strLib parameter to LoadLibCec(), so the location of the
159 shared library can be specified
160 * only link cec-client against ld. use AC_SEARCH_LIBS instead of AC_CHECK_LIB
161 * use int instead of bool on the public C interface and remove stdbool.h include
162 * renamed: CECExports.h => cec.h, CECExportsC.h => cecc.h, CECLoader.h =>
163 cecloader.h, CECTypes.h => cectypes.h
164 * updated debian package. split up libcec and libcec-dev
165 * fixed: changed to use dlopen instead of static linkage. shuffled headers a
166 bit. bumped interface to version 7
167 * removed 'rt' from libraries. it's not needed (anymore)
168 * fixed: reset the active view after a routing change. issue #1
169 * fixed: changed attached license to be GPLv2 instead of GPLv3 this was an
170 error as libCEC is licensed GPLv2 not GPLv3 thanks @garbear
171 * added contributors link
172
173 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 14 Oct 2011 17:34:00 +0200
174
11d0a2d6
LOK
175libcec (0.6-1) unstable; urgency=low
176
177 * bumped interface version to 6
178 * fixed packet output (reporting the OSD name correctly now)
179 * refactored packet structs: split up in cec commands and adapter messages
180 * fixed i/o timings
181 * added Darwin support (thanks Davilla!)
182 * fixed WaitForAck()
183 * fixed possible deadlock when starting a new thread
184 * implemented vendor id and device class parsing. full detection will follow
185 * added "on" and "standby" commands to the test client
186 * retransmit packets if needed
187 * fix GetTimeMs() on linux
188 * added timestamp to log messages
189
190 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Sun, 09 Oct 2011 15:15:00 +0200
191
9519c249 192libcec (0.5-1) unstable; urgency=low
25701fa6
LOK
193
194 * bumped interface version to 5
195 * don't pass std::string and std::vector accross the interface
196 * fixed heap corruption crashes on windows
197 * fixed some memory leaks
198 * reset all structs to default values before doing with them
199
11d0a2d6 200 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 07 Oct 2011 22:00:00 +0200
25701fa6 201
262f3b05
LOK
202libcec (0.4-3) unstable; urgency=low
203
204 * fixed reconnect
205 * fixed some threading related bugs
206 * fixed deadlock on exit
207 * fixed wrongly reported physical address
208
209 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Thu, 06 Oct 2011 00:19:00 +0200
210
4463fb80
LOK
211libcec (0.4-2) unstable; urgency=low
212
213 * fixed int parameter sizes and some signed/unsigned warnings
214 * check whether m_port isn't NULL in ReadFromDevice
215 * stop the processor thread and delete the CSerialPort instance on exit
216 * added mutex in CSerialPort
217 * fix segfault on exit
218 * renamed libPlatform -> platform.
219 * stuck everything from libCEC in the CEC namespace to avoid namespace
220 polution
221
222 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 04 Oct 2011 23:45:00 +0200
223
88c5a743
LOK
224libcec (0.4-1) unstable; urgency=low
225
226 * bumped interface version to 4
227 * timeout parameter removed from Close()/cec_close(). return type changed to
228 void
229 * added cec_destroy() method
230 * removed timeout parameter from Transmit()
231 * change the default argument of PowerOnDevices() to CECDEVICE_TV
232 * removed PowerOffDevices(). use StandbyDevices() instead
233 * removed obsolete methods from the interface
234 * fixed bug: pthread_cond_wait was called without the mutex locked
235 * fixed possible deadlock: don't send messages and wait for an ack with the
236 mutex locked in CCECParser
237 * created a separate reader thread and fixed the 'lock timeout' bug
238 * testclient: use CECDEVICE_TV instead of the default argument
239 (CECDEVICE_BROADCAST) for PowerOnDevices() and PowerOffDevices()
240
241 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 04 Oct 2011 00:48:00 +0200
242
a9bb5b56
LOK
243libcec (0.3-1) unstable; urgency=low
244
245 * added device detection support for Windows
246
247 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Sun, 02 Oct 2011 12:09:33 +0200
248
c3f9951c
LOK
249libcec (0.2-1) unstable; urgency=low
250
251 * added a Close() method to the interface
252 * Added CEC command that were received by the adapter in a buffer that can be
253 read by a client with GetNextCommand()/cec_get_next_command(). added a
254 'help' command to the test client, that displays all available commands
255 * Fixed setting the ackmask. deprecated SetAckMask()/cec_set_ack_mask(). use
256 SetLogicalAddress()/cec_set_logical_address() instead. add 'la' command to
257 the testclient to set the logical address of the cec adapter
258 * Added optional logical and physical address parameters to
259 LoadLibCec()/cec_init() on the interface. fixed wrongly placed namespace
260 close tag in CECExports.h. updated interface documentation. bumped
261 interface version to 2.
262 * fixed hardcoded ackmask in SetAckMast(). set a shorter display name in the
263 test client. the previous one was too long and being rejected
264
265 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 28 Sep 2011 01:33:00 +0200
266
abbca718
LOK
267libcec (0.1-1) unstable; urgency=low
268
269 * Initial release v0.1
270
271 -- Pulse-Eight Packaging <packaging@pulse-eight.com> Wed, 28 Sep 2011 23:55:48 +0200