X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ChangeLog;h=49b0e7eebe6e1d8b4232d81fc26c3d67d77b1509;hb=4478bc797f871f631399ab8008d3b2787ded07c2;hp=fbf5d237ae7d516a39dc2c60e6d17de634a8d1c2;hpb=e6b4a29e3ddd20b848611a861b4df7572d77fafa;p=deb_libcec.git diff --git a/ChangeLog b/ChangeLog index fbf5d23..49b0e7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +libcec (1.4-3) unstable; urgency=low + + * fixed: + * try to ping the device and grab the firmware version until the connect + timeout runs out. fixes failed reconnect after standby, when the adapter + is still being initialised + + -- Pulse-Eight Packaging Thu, 27 Jan 2012 13:05:00 +0100 + +libcec (1.4-2) unstable; urgency=low + + * changed/added: + * added a firmware flash script for linux. + usage: ./support/cec-flash-device.sh /path/to/firware.hex + * refactored threading/locking - added windows native instead of + pthread-win32, so we can compile native x64 too + * check whether the adapter responds when connecting to it and report the + firmware version of the adapter after connecting + * moved create-installer.cmd to support/ + * completely removed AM_SILENT_RULES + * interface changes: + * compile LibCecSharp against .NET framework 2.0 and sign the assembly + * fixed: + * only the key release events were sent, not keypresses, which appeared in + clients as laggy keypresses + * fixed reconnect after standby + * wait for active tranmission to finish when opening a connection to the + adapter. fixes initialisation errors + * set the default transmit timeout properly instead of using 0 + * fixed possible deadlock because of a negative timeout in + CAdapterCommunication::WaitForTransmitSucceeded() + * fixed error message in cec-client (unable to open the device on port ...) + * exit cec-client after entering bootloader mode + * MSGCODE_START_BOOTLOADER doesn't respond with MSGCODE_COMMAND_ACCEPTED + + -- Pulse-Eight Packaging Thu, 25 Jan 2012 23:28:00 +0100 + libcec (1.4-1) unstable; urgency=low * changed/added: @@ -24,7 +61,7 @@ libcec (1.4-1) unstable; urgency=low -- Pulse-Eight Packaging Thu, 12 Jan 2012 19:06:00 +0100 - libcec (1.3-3) unstable; urgency=low +libcec (1.3-3) unstable; urgency=low * changed/added: * place in libudev include in an extern C block. fixes compilations on