X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=dcf8ddf10c4c88b48089af1a6c9bc41d4ca01761;hb=5984d27460b1446b73cda63c13f31052486656ef;hp=570c071e13b89de2c220ed806628114d8f052e56;hpb=c62891e359a3f8f2e08de7903f6c99d2ff01d239;p=deb_libcec.git diff --git a/debian/changelog b/debian/changelog index 570c071..dcf8ddf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +libcec (1.0-2) unstable; urgency=low + + * interface changes: + * set lib interface version back to 1.0 and rename GetLibVersion() to + GetLibVersionMajor() and GetMinVersion() to GetMinLibVersion() + * added GetLibVersionMinor()/cec_get_lib_version_minor() and set the minor + version number to 1 + * fixed: + * samsung's vendor specific remote keypresses don't send key releases. added + call to AddKey() directly after the keypress + * always reset the button press time in CLibCEC::AddKey() + * always wait for a signal in CCECProcessor::Transmit() + * changed: + * drop shared_ptr and use a normal pointer. removed boost dependency + + -- Pulse-Eight Packaging Fri, 04 Nov 2011 00:14:00 +0100 + libcec (0.8-2) unstable; urgency=low * added 'libboost-dev' to build deps