-libcec (2.1.0-1) unstable; urgency=low
+libcec (2.1.1-1) unstable; urgency=low
+
+ * changed / added:
+ * send an alert when the TV does not respond to polls
+ * fixed:
+ * LG didn't switch sources after the TV powered up
+ * always poll a device when the status is unknown, and don't try to
+ determine whether it needs to be polled by checking the status of other
+ devices
+ * don't mark a device as inactive when receiving a routing change message,
+ only when another device was made acive. fixes the issue that rc
+ passthrough doesn't work when a tv sends a quick routing change to
+ another port before requesting the active source when coming out of
+ standby
+ * LibCecSharp: fixed 14 char long OSD name (wasn't \0 terminated)
+ * LibCecSharp: fixed return value of GetActiveDevices(). issue #131
+ * cec-tray: fixed index out of range exception in CECSettingNumeric.cs.
+ bugzid: 2082
+ * cec-tray: ensure that the tray app only initialises once. bugzid: 2082
+ * rpi: don't set the physical address to 1.0.0.0 when receiving
+ VC_HDMI_UNPLUGGED. it may wake up device when they were just sent to
+ standby. issue #142
+ * osx: use the correct dylib name in cecloader.h, used by cec-client
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 8 Mar 2013 17:21:00 +0100
+
+ libcec (2.1.0-1) unstable; urgency=low
* changed / added:
* added vendor id for Denon
-libcec (2.1.0-1) unstable; urgency=low
+libcec (2.1.1-1) unstable; urgency=low
+
+ * changed / added:
+ * send an alert when the TV does not respond to polls
+ * fixed:
+ * LG didn't switch sources after the TV powered up
+ * always poll a device when the status is unknown, and don't try to
+ determine whether it needs to be polled by checking the status of other
+ devices
+ * don't mark a device as inactive when receiving a routing change message,
+ only when another device was made acive. fixes the issue that rc
+ passthrough doesn't work when a tv sends a quick routing change to
+ another port before requesting the active source when coming out of
+ standby
+ * LibCecSharp: fixed 14 char long OSD name (wasn't \0 terminated)
+ * LibCecSharp: fixed return value of GetActiveDevices(). issue #131
+ * cec-tray: fixed index out of range exception in CECSettingNumeric.cs.
+ bugzid: 2082
+ * cec-tray: ensure that the tray app only initialises once. bugzid: 2082
+ * rpi: don't set the physical address to 1.0.0.0 when receiving
+ VC_HDMI_UNPLUGGED. it may wake up device when they were just sent to
+ standby. issue #142
+ * osx: use the correct dylib name in cecloader.h, used by cec-client
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com> Fri, 8 Mar 2013 17:21:00 +0100
+
+ libcec (2.1.0-1) unstable; urgency=low
* changed / added:
* added vendor id for Denon
CEC_CLIENT_VERSION_2_0_4 = 0x2004,
CEC_CLIENT_VERSION_2_0_5 = 0x2005,
CEC_CLIENT_VERSION_2_1_0 = 0x2100,
- CEC_CLIENT_VERSION_CURRENT = 0x2100
+ CEC_CLIENT_VERSION_2_1_1 = 0x2101,
+ CEC_CLIENT_VERSION_CURRENT = 0x2101
} cec_client_version;
typedef enum cec_server_version
CEC_SERVER_VERSION_2_0_4 = 0x2004,
CEC_SERVER_VERSION_2_0_5 = 0x2005,
CEC_SERVER_VERSION_2_1_0 = 0x2100,
- CEC_SERVER_VERSION_CURRENT = 0x2100
+ CEC_SERVER_VERSION_2_1_1 = 0x2101,
+ CEC_SERVER_VERSION_CURRENT = 0x2101
} cec_server_version;
struct libcec_configuration
!include "LogicLib.nsh"
!include "x64.nsh"
-Name "Pulse-Eight libCEC version 2.1.0"
+Name "Pulse-Eight libCEC version 2.1.1"
OutFile "..\build\libCEC-installer.exe"
XPStyle on
// 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("2.1.0.0")]
-[assembly: AssemblyFileVersion("2.1.0.0")]
+[assembly: AssemblyVersion("2.1.1.0")]
+[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly:AssemblyTrademarkAttribute("")];
[assembly:AssemblyCultureAttribute("")];
-[assembly:AssemblyVersionAttribute("2.1.0.0")];
+[assembly:AssemblyVersionAttribute("2.1.1.0")];
[assembly:ComVisible(false)];
[assembly:CLSCompliantAttribute(true)];
/// <summary>
/// v2.1.0
/// </summary>
- Version2_1_0 = 0x2100
+ Version2_1_0 = 0x2100,
+ /// <summary>
+ /// v2.1.1
+ /// </summary>
+ Version2_1_1 = 0x2101
};
/// <summary>
/// <summary>
/// v2.1.0
/// </summary>
- Version2_1_0 = 0x2100
+ Version2_1_0 = 0x2100,
+ /// <summary>
+ /// v2.1.1
+ /// </summary>
+ Version2_1_1 = 0x2101
};
/// <summary>
PhysicalAddress = CEC_DEFAULT_PHYSICAL_ADDRESS;
BaseDevice = (CecLogicalAddress)CEC_DEFAULT_BASE_DEVICE;
HDMIPort = CEC_DEFAULT_HDMI_PORT;
- ClientVersion = CecClientVersion::Version2_1_0;
- ServerVersion = CecServerVersion::Version2_1_0;
+ ClientVersion = CecClientVersion::Version2_1_1;
+ ServerVersion = CecServerVersion::Version2_1_1;
TvVendor = CecVendorId::Unknown;
GetSettingsFromROM = false;
// 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("2.1.0.0")]
-[assembly: AssemblyFileVersion("2.1.0.0")]
+[assembly: AssemblyVersion("2.1.1.0")]
+[assembly: AssemblyFileVersion("2.1.1.0")]
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:2.0.50727.5448
+// Runtime Version:2.0.50727.5466
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
}
/// <summary>
- /// Looks up a localized string similar to Pulse-Eight USB-CEC Adapter - libCECTray BETA3.
+ /// Looks up a localized string similar to Pulse-Eight USB-CEC Adapter - libCECTray.
/// </summary>
internal static string app_name {
get {
<value>Could not detect to any CEC adapter. Please check your configuration. Do you want to try again?</value>
</data>
<data name="app_name" xml:space="preserve">
- <value>Pulse-Eight USB-CEC Adapter - libCECTray BETA3</value>
+ <value>Pulse-Eight USB-CEC Adapter - libCECTray</value>
</data>
<data name="device_type_changed" xml:space="preserve">
<value>You have changed the device type. Persist the configuration, and restart the application to use the new setting.</value>
return "2.0.5";
case CEC_CLIENT_VERSION_2_1_0:
return "2.1.0";
+ case CEC_CLIENT_VERSION_2_1_1:
+ return "2.1.1";
default:
return "Unknown";
}
return "2.0.5";
case CEC_SERVER_VERSION_2_1_0:
return "2.1.0";
+ case CEC_SERVER_VERSION_2_1_1:
+ return "2.1.1";
default:
return "Unknown";
}