diff --git a/.travis.yml b/.travis.yml index bbd8344a..24f64115 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,3 +23,7 @@ notifications: email: on_success: never on_failure: always + +addons: + apt: + update: true diff --git a/debian/changelog b/debian/changelog index 2006bf19..f69f3af0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ howdy (2.2.1) xenial; urgency=medium - * Add notes + * Added mechanism to keep config files between updates + * Added force_mjpeg option to fix YUYV image issues (thanks @arifeinberg!) + * Revamped the bash autocompletion script + * Fixed timeout never being reached in certain scenarios (thanks @Tkopic001!) + * Fixed issue where BGR to RGB frame conversion caused a crash (thanks @Jerezano!) - -- boltgolt Thu, 03 May 2018 13:23:09 +0200 + -- boltgolt Thu, 10 May 2018 15:14:03 +0200 howdy (2.1.0) xenial; urgency=medium diff --git a/debian/control b/debian/control index 66683112..87f91239 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,6 @@ Package: howdy Homepage: https://github.com/Boltgolt/howdy Architecture: all Depends: ${misc:Depends}, git, python3, python3-pip, python3-dev, python3-setuptools, build-essential, libpam-python, fswebcam, libopencv-dev, python-opencv, cmake -Description: Windows Hello style authentication for Ubuntu. +Description: Howdy: Windows Hello style authentication for Ubuntu. Use your built-in IR emitters and camera in combination with face recognition to prove who you are.