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