From 188d35cfc02323537f3b938906462f4e415c3c1e Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Thu, 29 Dec 2011 03:09:30 +0100 Subject: [PATCH] cec: added changelog for v1.3.1 --- ChangeLog | 32 +++++++++++++++++++++++++++++ debian/changelog | 32 +++++++++++++++++++++++++++++ project/libcec.rc | Bin 3192 -> 3192 bytes project/testclient.rc | Bin 3220 -> 3220 bytes src/CecSharpTester/AssemblyInfo.cs | 4 ++-- 5 files changed, 66 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c24e400..26e7662 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +libcec (1.3-2) unstable; urgency=low + + * changed/added: + * copy libcec.dll to the XBMC installation dir when XBMC is found + * disable background polling. let the client request this info when needed + * update the power status of a device when it's set to + CEC_POWER_STATUS_IN_TRANSITION_STANDBY_TO_ON + * wait for the correct response when requesting something, not just any + response + * don't keep trying the same command/request after receiving a feature + abort message + * interface changes: + * change the previously unused boolean parameter in volume control methods + to bSendRelease, and only send a key release when it's true. default to + true + * fixed: + * don't send the power up/down keypress to listeners when in the initial + device state (powered off). fixes unexpected shutdown in XBMC when + connecting to the CEC adapter. + * send a 'menu state activated' command when starting up. bugzid: 113 + * don't wait for a response when not needed + * don't hold a lock while waiting for a response. fixes failed libCEC + inits and slow responses + * don't replace a command handler when it's being used. fixes possible + crash on startup + * don't try to do anything before the processor thread has started + * don't transmit active source messages when the physical address is + still 0xFFFF + * don't init the default handler before the physical address is known + + -- Pulse-Eight Packaging Thu, 29 Dec 2011 03:05:00 +0100 + libcec (1.3-1) unstable; urgency=low * changed/added: diff --git a/debian/changelog b/debian/changelog index c24e400..26e7662 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +libcec (1.3-2) unstable; urgency=low + + * changed/added: + * copy libcec.dll to the XBMC installation dir when XBMC is found + * disable background polling. let the client request this info when needed + * update the power status of a device when it's set to + CEC_POWER_STATUS_IN_TRANSITION_STANDBY_TO_ON + * wait for the correct response when requesting something, not just any + response + * don't keep trying the same command/request after receiving a feature + abort message + * interface changes: + * change the previously unused boolean parameter in volume control methods + to bSendRelease, and only send a key release when it's true. default to + true + * fixed: + * don't send the power up/down keypress to listeners when in the initial + device state (powered off). fixes unexpected shutdown in XBMC when + connecting to the CEC adapter. + * send a 'menu state activated' command when starting up. bugzid: 113 + * don't wait for a response when not needed + * don't hold a lock while waiting for a response. fixes failed libCEC + inits and slow responses + * don't replace a command handler when it's being used. fixes possible + crash on startup + * don't try to do anything before the processor thread has started + * don't transmit active source messages when the physical address is + still 0xFFFF + * don't init the default handler before the physical address is known + + -- Pulse-Eight Packaging Thu, 29 Dec 2011 03:05:00 +0100 + libcec (1.3-1) unstable; urgency=low * changed/added: diff --git a/project/libcec.rc b/project/libcec.rc index 1fe06c575219956617b7051aedb1a55d52037348..afac3b1be48cbaea7f2e9df9bc83c41c453ebd30 100644 GIT binary patch delta 42 vcmew%@k3&RA2XxjWPfHuM#IgG%;F%2X4A+-4i H#~fw=SNjc| delta 52 zcmbOtIYn}VA2XxDWPfHuMuW|b%!16U1`K)(29papbT=PiV`E|lawp5PN>2X4A+-4i H#~fw=S9%SY diff --git a/src/CecSharpTester/AssemblyInfo.cs b/src/CecSharpTester/AssemblyInfo.cs index 058bbb9..5bddf86 100644 --- a/src/CecSharpTester/AssemblyInfo.cs +++ b/src/CecSharpTester/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.3.1.0")] +[assembly: AssemblyFileVersion("1.3.1.0")] -- 2.34.1