X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=fbf5d237ae7d516a39dc2c60e6d17de634a8d1c2;hb=e6b4a29e3ddd20b848611a861b4df7572d77fafa;hp=7bd454739b57597e412d02d4b86ef3ea8896573a;hpb=77398db9d0f1b775ce5b1ba6b1965ec8cd289468;p=deb_libcec.git diff --git a/debian/changelog b/debian/changelog index 7bd4547..fbf5d23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,30 @@ -libcec (1.3-3) unstable; urgency=low +libcec (1.4-1) unstable; urgency=low + + * changed/added: + * added the vendor id for Sony + * always refresh the power state of a device when it hasn't been updated + for 30 seconds + * do silent builds by default + * interface changes: + * added optional callback methods to libCEC. enable them by calling + EnableCallbacks(ICECCallbacks *callbacks) / + cec_enable_callbacks(ICECCallbacks *callbacks). after this method is + called, the GetNext...() methods will not return any data + * added the same callbacks to LibCecSharp. implement CecCallbackMethods + and override the methods in there + * fixed: + * use the given timeout when trying to open a connection to the CEC + adapter + * resolved difference between method name in LibCECC.cpp and cecc.h. + credits: Doug Johnson + * don't transmit physical addresses while holding a lock in CCECProcessor + * don't hold a lock when sending an active source message. + * unload libCEC when the lib version is invalid + * "unused" warnings suppressed + + -- Pulse-Eight Packaging Thu, 12 Jan 2012 19:06:00 +0100 + + libcec (1.3-3) unstable; urgency=low * changed/added: * place in libudev include in an extern C block. fixes compilations on