Bumping changelog and travis fix
This commit is contained in:
parent
22cc108e87
commit
d7242688a6
3 changed files with 11 additions and 3 deletions
|
|
@ -23,3 +23,7 @@ notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
update: true
|
||||||
|
|
|
||||||
8
debian/changelog
vendored
8
debian/changelog
vendored
|
|
@ -1,8 +1,12 @@
|
||||||
howdy (2.2.1) xenial; urgency=medium
|
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 <boltgolt@gmail.com> Thu, 03 May 2018 13:23:09 +0200
|
-- boltgolt <boltgolt@gmail.com> Thu, 10 May 2018 15:14:03 +0200
|
||||||
|
|
||||||
howdy (2.1.0) xenial; urgency=medium
|
howdy (2.1.0) xenial; urgency=medium
|
||||||
|
|
||||||
|
|
|
||||||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -10,6 +10,6 @@ Package: howdy
|
||||||
Homepage: https://github.com/Boltgolt/howdy
|
Homepage: https://github.com/Boltgolt/howdy
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, git, python3, python3-pip, python3-dev, python3-setuptools, build-essential, libpam-python, fswebcam, libopencv-dev, python-opencv, cmake
|
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
|
Use your built-in IR emitters and camera in combination with face recognition
|
||||||
to prove who you are.
|
to prove who you are.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue