2016-06-13  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/__init__.py: Update NEWS and version for release.

2016-06-13  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Update yubicommon.

2016-06-13  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/__main__.py: Fix "yubioath gui" command when run fron
	PyInstaller.

2016-06-13  Dain Nilsson <dain@yubico.com>

	* resources/win-installer.nsi: Fix command names in Windows
	installer.

2016-06-09  Dain Nilsson <dain@yubico.com>

	* man/yubioath-gui.1.adoc, man/yubioath.1.adoc: Fix headers for man
	pages.

2016-06-09  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/__main__.py: Minor CLI fixes.

2016-06-09  Dain Nilsson <dain@yubico.com>

	* man/yubioath-cli.1.adoc, man/yubioath-gui.1.adoc,
	man/yubioath.1.adoc: Update man pages.

2016-06-09  Dag Heyman <dag@yubico.com>

	* NEWS, yubioath/__init__.py: Prepare for release 3.0.0

2016-06-09  Dain Nilsson <dain@yubico.com>

	* NEWS, README, doc/Building_Binaries.adoc: Updated README, moved
	binary build instructions.

2016-06-09  Dag Heyman <dag@yubico.com>

	* resources/linux-patch-ccid: Try systemd syntax if pcscd restart
	fails Closes #75

2016-06-09  Dag Heyman <dag@yubico.com>

	* yubioath/core/standard.py: Less general variable name for showing
	hidden credentials

2016-06-09  Dag Heyman <dag@yubico.com>

	* yubioath/cli/__main__.py, yubioath/gui/messages.py: Better
	language in no space left-message.

2016-06-09  Dain Nilsson <dain@yubico.com>

	* yubioath/core/legacy_otp.py: Fix indentation issue.

2016-06-09  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon, yubioath/core/legacy_otp.py: Update yubicommon
	and refactor ctypes code.

2016-06-08  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon, yubioath/core/legacy_otp.py: Update yubicommon,
	switch to use_library.

2016-06-08  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Update yubicommon.

2016-06-08  Dain Nilsson <dain@yubico.com>

	* setup.py: Don't require PySide without gui.

2016-06-08  Dag Heyman <dag@yubico.com>

	* yubioath/gui/view/systray.py: Focus the window when activating
	from systray

2016-06-08  Dain Nilsson <dain@yubico.com>

	* yubioath/core/standard.py: Hide _hidden credentials.

2016-06-08  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/__main__.py, yubioath/gui/view/codes.py: Revert "Hide
	credentials with the issuer "_hidden:"." This reverts commit cdfc77e0f35b13fde5a123591d14393d29e67a7f.

2016-06-08  Dain Nilsson <dain@yubico.com>

	* yubioath/core/standard.py: Formatting.

2016-06-08  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/__main__.py, yubioath/gui/view/codes.py: Hide
	credentials with the issuer "_hidden:".

2016-06-08  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/__main__.py: Launch GUI using "yubioath gui".

2016-06-08  Dain Nilsson <dainzor@gmail.com>

	* : Merge pull request #84 from Yubico/no-space Handle case when no space left on YubiKey

2016-06-08  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/__main__.py: Default to "show" when no subcommand is
	given.

2016-06-07  Dain Nilsson <dain@yubico.com>

	* setup.py, yubioath/cli/__main__.py: Use click instead of argparse.

2016-06-07  Dag Heyman <dag@yubico.com>

	* doc/osx-compiling.adoc: Different order in the Swig installation.

2016-06-07  Dag Heyman <dag@yubico.com>

	* doc/osx-compiling.adoc, doc/qt4-8-6-on-osx.patch: Add docs for
	building compatible binaries on OS X To build backwards compatible binaries on OS X, everything needs to
	be compiled with a CFLAGS variable set.  Add documentation for this
	and a .patch file needed for building Qt 4.

2016-06-03  Dag Heyman <dag@yubico.com>

	* NEWS: Language adjustments in the release notes

2016-06-03  Dag Heyman <dag@yubico.com>

	* : Merge pull request #83 from Yubico/steam-yubikey4-calculation Recalculate codes for Steam credentials

2016-06-03  Dag Heyman <dag@yubico.com>

	* NEWS: Update NEWS for upcoming release

2016-06-03  Dag Heyman <dag@yubico.com>

	* .gitignore: Add lib folder to .gitignore

2016-06-02  Dag Heyman <dag@yubico.com>

	* vendor/yubicommon: Update Yubicommon

2016-05-31  Dag Heyman <dag.heyman@gmail.com>

	* : Merge pull request #82 from Yubico/scrolling-as-needed Vertical scrolling when needed

2016-05-31  Dain Nilsson <dainzor@gmail.com>

	* : Merge pull request #81 from Yubico/split-issuer UX enhancements

2016-05-30  Dag Heyman <dag@yubico.com>

	* yubioath/gui/view/codes.py: Split up issuer and name in the GUI Show issuer and name of entry in two different labels in the GUI.
	Hide issuer label if no issuer exists in the entry.  Closes #73.

2016-05-30  Dag Heyman <dag@yubico.com>

	* yubioath/core/utils.py: Avoid TypeError when checking pids Add string decoding when checking for pids on OS X.  A TypeError
	occured when inserting the Yubikey and the program was running under
	Python 3.

2016-05-27  Dag Heyman <dag@yubico.com>

	* yubioath/gui/view/add_cred.py: Use deafult Qt dialog in overwrite
	confirmation When asking for a overwrite-confirmation, instead of creating a new
	custom QMessageBox, use the default static method for question
	dialogs as used in other parts of the applicaation.

2016-05-26  Dain Nilsson <dainzor@gmail.com>

	* : Merge pull request #80 from Yubico/confirm-overwriting Add confirmation when overwriting entries

2016-05-24  Dag Heyman <dag@yubico.com>

	* yubioath/core/standard.py: Send the actual algorithm when
	shortening the HMAC-SHA256 keys.  It was not possible to add new
	credentials.

2016-05-24  Dag Heyman <dag@yubico.com>

	* vendor/yubicommon: Update Yubicommon.

2016-05-10  Dain Nilsson <dain@yubico.com>

	* yubioath/core/standard.py: Correclty shorten HMAC-SHA256 keys that
	are too long.

2016-03-31  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/qrparse.py: Remove unneeded cast to float.

2016-03-31  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/qrdecode.py, yubioath/gui/qrparse.py: Ensure
	consistent division.

2016-03-31  Dain Nilsson <dain@yubico.com>

	* yubioath/core/legacy_otp.py: Python 3 fixes.

2016-03-31  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/qrdecode.py, yubioath/gui/qrparse.py: Fixed QR
	parsing.

2016-03-31  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/__main__.py, yubioath/cli/keystore.py,
	yubioath/core/ccid.py, yubioath/core/legacy_ccid.py,
	yubioath/core/legacy_otp.py, yubioath/core/standard.py,
	yubioath/core/utils.py, yubioath/gui/controller.py: Python 3 fixes.

2016-03-31  Dain Nilsson <dain@yubico.com>

	* yubioath/core/standard.py: Calculate Steam Guard codes for
	credentials with Steam: prefix.

2016-03-31  Dain Nilsson <dain@yubico.com>

	* yubioath/core/utils.py: Fix windows regex for PID.

2016-03-31  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/controller.py: Suppress unused variable warning.

2016-03-31  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/__main__.py, yubioath/core/controller.py,
	yubioath/core/legacy_otp.py, yubioath/gui/controller.py: Implement
	deletion of slot based credentials.

2016-03-31  Dain Nilsson <dain@yubico.com>

	* yubioath/core/utils.py, yubioath/gui/messages.py: Made CCID
	disabled detection not rely on pyusb.

2016-03-31  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Updated yubicommon.

2015-12-02  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon, yubioath/gui/__main__.py: Allow package
	version.

2015-11-20  Dain Nilsson <dain@yubico.com>

	* resources/osx-installer.pkgproj, resources/osx-patch-ccid: Remove
	osx-patch-ccid (use ifd-yubico instead).

2015-11-20  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/__init__.py: Prepare for release.

2015-11-19  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/__init__.py: Update version and NEWS.

2015-11-19  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/__main__.py, yubioath/gui/controller.py,
	yubioath/gui/view/add_cred.py: Support programming touch credentials
	in GUI.

2015-11-19  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/view/codes.py: Fix double-click to calculate, copy,
	and close.

2015-11-19  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/controller.py: Handle touch HOTP.

2015-11-19  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/controller.py, yubioath/gui/view/codes.py: Better
	support for touch credentials and HOTP.

2015-11-18  Dain Nilsson <dain@yubico.com>

	* yubioath/core/controller.py, yubioath/core/legacy_otp.py,
	yubioath/gui/controller.py, yubioath/gui/view/codes.py: Initial
	support for touch credentials in GUI.

2015-11-19  Dain Nilsson <dain@yubico.com>

	* yubioath/core/controller.py, yubioath/core/legacy_otp.py: Improved
	handing of OTP credentials.

2015-11-18  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/__main__.py, yubioath/core/ccid.py,
	yubioath/core/legacy_otp.py, yubioath/core/standard.py: Added
	support for touch credentials to CLI.

2015-11-16  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/gui/__main__.py, yubioath/gui/controller.py,
	yubioath/gui/keystore.py: Clear password cache on hide.

2015-11-13  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Update yubicommon.

2015-10-13  Henrik Stråth <minisu@users.noreply.github.com>

	* : Merge pull request #56 from jsha/patch-1 Correct typo in source build instructions

2015-10-12  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/gui/controller.py: Fixed issue with timer drift.

2015-10-05  Dain Nilsson <dain@yubico.com>

	* NEWS, vendor/yubicommon, yubioath/__init__.py: Updated yubicommon
	and bumped version.

2015-10-05  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/__main__.py: Test for exact match when filtering.

2015-10-05  Dain Nilsson <dain@yubico.com>

	* man/yubioath-cli.1.adoc, yubioath/cli/__main__.py: Default to 6
	digits if not specified (CLI).

2015-10-05  Dain Nilsson <dain@yubico.com>

	* man/yubioath-cli.1.adoc: Fix typo in man page.

2015-09-29  Dain Nilsson <dainzor@gmail.com>

	* : Merge pull request #52 from Yubico/ccid-disabled-warning Added warning dialog when YK with CCID disabled is inserted

2015-09-16  Henrik Stråth <henrik@yubico.com>

	* yubioath/core/utils.py, yubioath/gui/__main__.py,
	yubioath/gui/controller.py, yubioath/gui/utils.py,
	yubioath/gui/view/dialogs.py: Added warning dialog when YK with CCID
	disabled is inserted

2015-09-11  Henrik Stråth <henrik@yubico.com>

	* .gitignore: Added entry to .gitignore

2015-09-10  Henrik Stråth <minisu@users.noreply.github.com>

	* README: Mentioned minimal OS X version in README

2015-08-21  Dain Nilsson <dain@yubico.com>

	* yubioath/core/utils.py: Unquote otpauth URLs (fixes #44).

2015-08-21  Henrik Stråth <henrik@yubico.com>

	* README: Screenshot replaced by usage.gif

2015-08-20  Dain Nilsson <dain@yubico.com>

	* setup.py, vendor/yubicommon: Updated yubicommon.

2015-08-20  Dain Nilsson <dain@yubico.com>

	* setup.py, vendor/yubicommon: Updated yubicommon.

2015-08-20  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/__init__.py: Updated NEWS for release.

2015-08-20  Dain Nilsson <dain@yubico.com>

	* yubioath/core/utils.py: Handle whitespace surrounding OTP URL.

2015-08-20  Dain Nilsson <dain@yubico.com>

	* yubioath/__init__.py, yubioath/gui/view/add_cred.py: Fix not
	decoding secrets from base32.

2015-08-19  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Updated yubicommon.

2015-08-18  Dain Nilsson <dainzor@gmail.com>

	* : Merge pull request #42 from pelme/patch-1 Fix typo in README

2015-08-18  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/__init__.py: Updated NEWS and version for release.

2015-08-18  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon, yubioath/gui/messages.py: Updated yubicommon.

2015-08-18  Andreas Pelme <andreas@pelme.se>

	* README: Fix typo in README

2015-08-17  Dain Nilsson <dain@yubico.com>

	* README: Added note about CCID mode in README.

2015-08-17  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/messages.py, yubioath/gui/view/add_cred.py,
	yubioath/gui/view/add_cred_legacy.py: Added QR icon.

2015-08-17  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/qrparse.py: Rewrote QR code parsing.

2015-08-14  Dain Nilsson <dain@yubico.com>

	* NEWS: Updated NEWS.

2015-08-14  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Updated yubicommon.

2015-08-14  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/__main__.py, yubioath/gui/messages.py,
	yubioath/gui/qrparse.py, yubioath/gui/view/add_cred.py,
	yubioath/gui/view/add_cred_legacy.py: Added initial support for
	scanning QR codes.

2015-08-14  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/qrdecode.py, yubioath/gui/qrparse.py: Added QR
	parsing/decoding.

2015-08-06  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/gui/__main__.py: Added option to start minimized to
	tray (fixes #34).

2015-08-06  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/gui/__main__.py, yubioath/gui/view/settings.py: 
	Make systray icon diabled by default.

2015-08-06  Dain Nilsson <dain@yubico.com>

	* resources/osx-patch-ccid: Made osx-patch-ccid fail gracefully.  Throwing an exception causes the installer to fail, which we don't
	want.

2015-08-06  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Updated yubicommon.

2015-08-06  Dain Nilsson <dain@yubico.com>

	* NEWS: Updated NEWS.

2015-08-06  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Updated yubicommon to enable executable builds
	again.

2015-08-06  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/ccid.py: Don't crash of PC/SC isn't available.

2015-08-06  Dain Nilsson <dain@yubico.com>

	* scripts/yubioath, scripts/yubioath-cli, setup.py,
	yubioath/cli/__main__.py, yubioath/cli/main.py,
	yubioath/gui/__main__.py, yubioath/gui/main.py: Use entry_points
	instead of scripts.

2015-08-05  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/messages.py, yubioath/gui/view/settings.py: Added
	tooltips to settings fields.

2015-07-02  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/__init__.py: Bumped version.

2015-07-02  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/view/add_cred.py: Permit (but ignore) spaces in keys
	(fixes #33).

2015-07-02  Dain Nilsson <dain@yubico.com>

	* .gitignore, man/yubioath.1.adoc: man page formatting.

2015-07-02  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/__init__.py: Updated NEWS and version for release.

2015-07-02  Dain Nilsson <dain@yubico.com>

	* resources/win-installer.nsi: Nicer close.

2015-07-02  Dain Nilsson <dain@yubico.com>

	* resources/win-installer.nsi: Kill process in installer and
	uninstaller (fixes #30).

2015-07-02  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/core/controller.py: Fix bug with non-CCId devices
	(fixes #32).

2015-07-01  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/main.py: Added --version to CLI.

2015-07-01  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Updated yubicommon.

2015-06-30  Dain Nilsson <dain@yubico.com>

	* man/yubioath-cli.1.adoc: man page fixes.

2015-06-30  Dain Nilsson <dain@yubico.com>

	* man/yubioath-cli.1.adoc: Man page formatting.

2015-06-30  Dain Nilsson <dain@yubico.com>

	* .gitignore, MANIFEST.in, man/yubioath-cli.1.adoc,
	man/yubioath.1.adoc, scripts/yubioath-cli.1.adoc,
	scripts/yubioath.1.adoc, vendor/yubicommon: Moved man files.

2015-06-30  Dain Nilsson <dain@yubico.com>

	* scripts/yubioath-cli.1.adoc, scripts/yubioath-cli.adoc,
	scripts/yubioath.1.adoc, scripts/yubioath.adoc: Rename mans.

2015-06-30  Dain Nilsson <dain@yubico.com>

	* NEWS: Updated NEWS.

2015-06-30  Dain Nilsson <dain@yubico.com>

	* scripts/yubioath-cli.adoc, scripts/yubioath.adoc: Added man pages.

2015-06-30  Dain Nilsson <dain@yubico.com>

	* .gitignore, MANIFEST.in, setup.py, vendor/yubicommon: Setup for
	generating man pages from .adoc.

2015-06-26  Dain Nilsson <dain@yubico.com>

	* yubioath/__init__.py: Bump version for development.

2015-06-26  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/__init__.py: Prepare for release.

2015-06-26  Dain Nilsson <dain@yubico.com>

	* NEWS: Updated NEWS.

2015-06-24  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/main.py: Added support for specifying digits and imf
	in CLI.

2015-06-24  Dain Nilsson <dain@yubico.com>

	* yubioath/core/controller.py: Only close device if needed in
	read_creds.

2015-06-24  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/controller.py, yubioath/cli/main.py,
	yubioath/core/controller.py: Added reset to CLI.

2015-06-24  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/main.py: Cleaned upp password command.

2015-06-24  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/main.py: save -> remember.

2015-06-24  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/keystore.py, yubioath/cli/main.py: Added option to
	purge saved passwords.

2015-06-24  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/main.py: Use parent parsers for global options.

2015-06-24  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/cli/controller.py, yubioath/cli/main.py: Added
	set/unset password to CLI.

2015-06-24  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/main.py: Added delete to CLI.

2015-06-24  Dain Nilsson <dain@yubico.com>

	* scripts/yubioath-cli, yubioath/cli/controller.py,
	yubioath/cli/main.py, yubioath/core/controller.py,
	yubioath/core/utils.py, yubioath/gui/controller.py: Added put to
	CLI.

2015-06-22  Dain Nilsson <dain@yubico.com>

	* NEWS, vendor/yubicommon, yubioath/gui/controller.py,
	yubioath/gui/main.py, yubioath/gui/view/codes.py: Improved composite
	mode handling.

2015-06-22  Dain Nilsson <dain@yubico.com>

	* yubioath/core/legacy_otp.py, yubioath/gui/controller.py,
	yubioath/gui/main.py, yubioath/gui/messages.py,
	yubioath/gui/view/add_cred.py, yubioath/gui/view/add_cred_legacy.py: 
	Add programming of slots.

2015-06-18  Dain Nilsson <dain@yubico.com>

	* yubioath/core/legacy_otp.py: Read slot status.

2015-06-18  Dain Nilsson <dain@yubico.com>

	* yubioath/core/legacy_otp.py, yubioath/gui/main.py,
	yubioath/gui/view/add_cred.py: Added API support for programming
	slot based credentials.

2015-06-18  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/controller.py, yubioath/gui/messages.py: Better
	handling of legacy otp devices.

2015-06-18  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/controller.py: Avoid clearing credentials on refresh
	for legacy OTP mode.

2015-06-18  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/__init__.py: Bumped version.

2015-06-18  Dain Nilsson <dain@yubico.com>

	* yubioath/core/utils.py, yubioath/gui/main.py,
	yubioath/gui/messages.py, yubioath/gui/view/settings.py: Added
	setting to kill scdaemon on show.

2015-06-17  Dain Nilsson <dain@yubico.com>

	* README: Remove TODO.

2015-06-17  Dain Nilsson <dain@yubico.com>

	* resources/win-installer.nsi, vendor/yubicommon,
	yubioath/__init__.py: Updated yubicommon (closes #27).

2015-06-17  Dain Nilsson <dain@yubico.com>

	* README: Mention rebooting the computer. Remove PPA.

2015-06-16  Henrik Stråth <henrik@yubico.com>

	* README: Added screenshot to README

2015-06-16  Dain Nilsson <dain@yubico.com>

	* NEWS: Updated NEWS for new release.

2015-06-16  Dain Nilsson <dain@yubico.com>

	* setup.py, vendor/yubicommon, yubioath/__init__.py: Updated
	yubicommon.

2015-06-16  Dain Nilsson <dain@yubico.com>

	* NEWS, yubioath/__init__.py: Updated NEWS and version for release.

2015-06-16  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/messages.py, yubioath/gui/view/systray.py: Add a
	"show" command to systray context menu.

2015-06-16  Dain Nilsson <dain@yubico.com>

	* setup.py, vendor/yubicommon: Updated yubicommon.

2015-06-15  Dain Nilsson <dain@yubico.com>

	* NEWS: Added NEWS for release.

2015-06-15  Dain Nilsson <dain@yubico.com>

	* yubioath/core/ccid.py, yubioath/gui/ccid.py,
	yubioath/gui/ccid_poll.py, yubioath/gui/controller.py,
	yubioath/gui/main.py, yubioath/gui/messages.py,
	yubioath/gui/view/codes.py: Handle device in use better.

2015-06-15  Dain Nilsson <dain@yubico.com>

	* yubioath/core/ccid.py, yubioath/core/controller.py,
	yubioath/gui/ccid.py, yubioath/gui/ccid_poll.py,
	yubioath/gui/controller.py: Release CCID device between reads and
	don't read while hidden.

2015-06-15  Dain Nilsson <dain@yubico.com>

	* yubioath/core/ccid.py, yubioath/core/ccid_poll.py,
	yubioath/gui/ccid.py, yubioath/gui/ccid_poll.py,
	yubioath/gui/controller.py: Move observing CCID code to gui.

2015-06-15  Dain Nilsson <dain@yubico.com>

	* NEWS, README, yubioath/__init__.py: Fix deps.

2015-06-15  Dain Nilsson <dain@yubico.com>

	* README, resources/linux-patch-ccid: Added instructions for libccid
	to README.

2015-06-12  Dain Nilsson <dain@yubico.com>

	* resources/yubioath.xpm: Added XPM icon.

2015-06-12  Dain Nilsson <dain@yubico.com>

	* resources/yubioath.desktop, setup.py: Added .desktop file.

2015-06-12  Dain Nilsson <dain@yubico.com>

	* README: Updated README.

2015-06-12  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/view/add_cred.py: Better validation for b32 keys.

2015-06-12  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/controller.py, yubioath/gui/main.py: Better handling
	of password protected keys inserted while minimized.

2015-06-12  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/messages.py, yubioath/gui/view/codes.py: Added
	confirmation for deletes.

2015-06-12  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon, yubioath/gui/main.py: Only allow a single
	running instance.

2015-06-12  Dain Nilsson <dain@yubico.com>

	* yubioath/core/ccid.py, yubioath/gui/controller.py,
	yubioath/gui/view/codes.py: Only using polling API for Windows.

2015-06-11  Dain Nilsson <dain@yubico.com>

	* README, resources/osx-installer.pkgproj,
	resources/osx-patch-ccid, vendor/yubicommon: Added osx installer.

2015-06-10  Dain Nilsson <dain@yubico.com>

	* resources/win-installer.nsi: Added NSIS installer script.

2015-06-10  Dain Nilsson <dain@yubico.com>

	* README: Updated README.

2015-06-10  Dain Nilsson <dain@yubico.com>

	* README, README.adoc: Added README.adoc symlink for Github.

2015-06-10  Dain Nilsson <dain@yubico.com>

	* : commit 39230a64d5d0aaa7d3b11e602c8140a37a3cba41 Author: Dain
	Nilsson <dain@yubico.com> Date:   Wed Jun 10 16:36:38 2015 +0200

2015-06-10  Dain Nilsson <dain@yubico.com>

	* : Fixed Windows icon.

2015-06-10  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/main.py, yubioath/gui/view/systray.py: Systray icon
	fixes.

2015-06-10  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Updated yubicommon.

2015-06-10  Dain Nilsson <dain@yubico.com>

	* : Added icons.

2015-06-10  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Updated yubicommon.

2015-06-10  Dain Nilsson <dain@yubico.com>

	* yubioath/core/legacy_otp.py: Fix wrong return type for
	_yk_errno_location.

2015-06-09  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Updated yubicommons.

2015-06-09  Dain Nilsson <dain@yubico.com>

	* yubioath/core/ccid.py, yubioath/core/ccid_poll.py: Added polling
	low-level backend for Windows.

2015-06-08  Dain Nilsson <dain@yubico.com>

	* setup.py, vendor/yubicommon, yubioath/core/ccid.py,
	yubioath/gui/controller.py: Move pyscard logic from controller.

2015-06-05  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon, yubioath/gui/view/codes.py: Copy and close on
	double-click.

2015-06-05  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/controller.py, yubioath/gui/main.py,
	yubioath/gui/messages.py, yubioath/gui/view/settings.py: Only poll
	YubiKey when in foreground.

2015-06-05  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/unlocker.py: Remove unused file.

2015-06-05  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/main.py, yubioath/gui/view/systray.py: Fix systray
	window positioning.

2015-06-05  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Newer yubicommon.

2015-06-05  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/main.py, yubioath/gui/view/systray.py: Added quit to
	file menu.

2015-06-05  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/main.py, yubioath/gui/messages.py,
	yubioath/gui/view/systray.py: Added context menu to systray.

2015-06-04  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/main.py, yubioath/gui/view/systray.py: Added systray
	icon.

2015-06-04  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/model.py: Remove unused file.

2015-06-04  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/controller.py, yubioath/gui/main.py,
	yubioath/gui/view/codes.py: Implemented delete.

2015-06-04  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/keystore.py: Fix error when unsetting a password.

2015-06-04  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/main.py, yubioath/gui/messages.py: Only allow
	add/change pasword when key is present.

2015-06-04  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon: Fix lock release on exception.

2015-06-04  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/messages.py, yubioath/gui/view/get_password.py,
	yubioath/gui/view/set_password.py: Correct window titles.

2015-06-04  Dain Nilsson <dain@yubico.com>

	* yubioath/core/standard.py, yubioath/core/utils.py,
	yubioath/gui/controller.py, yubioath/gui/main.py,
	yubioath/gui/messages.py, yubioath/gui/view/add_cred.py,
	yubioath/gui/view/get_password.py,
	yubioath/gui/view/set_password.py: Implemented password changing.

2015-06-04  Dain Nilsson <dain@yubico.com>

	* yubioath/core/standard.py, yubioath/gui/controller.py,
	yubioath/gui/main.py, yubioath/gui/messages.py,
	yubioath/gui/view/add_cred.py, yubioath/gui/view/settings.py: 
	Implemented add_cred dialog.

2015-06-03  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon, yubioath/gui/controller.py: Fix deadlock when
	waiting for password entry.

2015-06-03  Dain Nilsson <dain@yubico.com>

	* yubioath/cli/keystore.py, yubioath/gui/keystore.py: Fix keystore
	deleting passwords.

2015-06-03  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/main.py: Center label.

2015-06-03  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/view/codes.py: Add line between codes.

2015-06-03  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/controller.py, yubioath/gui/messages.py: Better touch
	dialog.

2015-06-03  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/messages.py, yubioath/gui/view/codes.py: Add
	right-click menu to codes.

2015-06-03  Dain Nilsson <dain@yubico.com>

	* yubioath/core/standard.py: Sort results.

2015-06-03  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon, yubioath/gui/controller.py,
	yubioath/gui/main.py, yubioath/gui/view/settings.py: Refresh on
	settings change.

2015-06-03  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/controller.py, yubioath/gui/main.py,
	yubioath/gui/view/settings.py: Use settings.

2015-06-03  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/main.py, yubioath/gui/view/codes.py: Better
	scrolling.

2015-06-03  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/view/codes.py: Copy to clipboard.

2015-06-03  Dain Nilsson <dain@yubico.com>

	* README: Updated README.

2015-06-03  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/view/codes.py: Added calculate and copy icons.

2015-05-27  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/main.py, yubioath/gui/messages.py,
	yubioath/gui/view/codes.py, yubioath/gui/view/settings.py: Added
	SettingsDialog.

2015-05-26  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/main.py: Show correct widget on startup.

2015-05-26  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon, yubioath/gui/main.py: Store settings.

2015-05-26  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/controller.py, yubioath/gui/keystore.py: Save
	passwords to disk.

2015-05-26  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/controller.py: Fix startup with device requiring key.

2015-05-26  Dain Nilsson <dain@yubico.com>

	* vendor/yubicommon, yubioath/core/legacy_otp.py,
	yubioath/gui/main.py: Show ykpers lib version.

2015-05-26  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/controller.py, yubioath/gui/main.py,
	yubioath/gui/view/codes.py, yubioath/gui/view/get_password.py: Added
	locking and better device detection.

2015-05-26  Dain Nilsson <dain@yubico.com>

	* yubioath/core/standard.py: Support secrets longer than 64 bytes.

2015-05-26  Dain Nilsson <dain@yubico.com>

	* .gitmodules, vendor/yubicommon: Use yubicommon from Github.

2015-05-21  Dain Nilsson <dain@yubico.com>

	* yubioath/core/standard.py: Allow delete without Credential
	reference.

2015-05-20  Dain Nilsson <dain@yubico.com>

	* yubioath/core/controller.py, yubioath/core/standard.py,
	yubioath/gui/controller.py, yubioath/gui/main.py,
	yubioath/gui/view/codes.py: Added support for touch and hotp codes.

2015-05-19  Dain Nilsson <dain@yubico.com>

	* scripts/yubioath-cli, yubioath/cli/controller.py,
	yubioath/cli/keystore.py, yubioath/cli/unlocker.py,
	yubioath/core/ccid.py, yubioath/core/controller.py,
	yubioath/gui/controller.py, yubioath/gui/main.py,
	yubioath/gui/model.py, yubioath/gui/unlocker.py,
	yubioath/gui/view/codes.py: Extract credential reading logic.

2015-05-19  Dain Nilsson <dain@yubico.com>

	* setup.py, vendor/yubicommon, yubioath/core/legacy_otp.py,
	yubioath/core/libloader.py: Use libloader from yubicommon.

2015-05-19  Dain Nilsson <dain@yubico.com>

	* MANIFEST.in, scripts/yubioath-cli, setup.py, vendor/yubicommon,
	yubioath/core/ccid.py, yubioath/core/legacy_ccid.py,
	yubioath/core/legacy_otp.py, yubioath/core/standard.py,
	yubioath/gui/__init__.py, yubioath/gui/main.py,
	yubioath/gui/view/main.py: Use relative imports. Cleanups.

2015-05-19  Dain Nilsson <dain@yubico.com>

	* yubioath/gui/view/utils.py, yubioath/gui/worker.py: Removed unused
	files.

2015-05-14  Dain Nilsson <dain@yubico.com>

	* .gitmodules, qt_resources.py, release.py, setup.py,
	vendor/yubicommon, yubioath/yubicommon: Vendor yubicommon.

2015-05-05  Tom <tom@yubico.com>

	* : Merge pull request #23 from DarkDimius/patch-1 Update `Usage` section to include helpful option for scdaemon

2015-04-30  Dain Nilsson <dain@yubico.com>

	* scripts/yubioath-cli, yubioath/cli/keystore.py,
	yubioath/core/ccid.py, yubioath/core/exc.py,
	yubioath/core/legacy_ccid.py, yubioath/core/legacy_otp.py,
	yubioath/core/main.py: Added CLI script.

2015-04-29  Dain Nilsson <dain@yubico.com>

	* yubioath/core/main.py, yubioath/core/standard.py: Finished core
	API.

2015-04-29  Dain Nilsson <dain@yubico.com>

	* yubioath/core/ccid.py, yubioath/core/device.py,
	yubioath/core/exc.py, yubioath/core/legacy.py,
	yubioath/core/legacy_ccid.py, yubioath/core/legacy_otp.py,
	yubioath/core/standard.py, yubioath/core/utils.py: Added support for
	legacy OATH over CCID.

2015-04-28  Dain Nilsson <dain@yubico.com>

	* yubioath/core/device.py: Fixed parse_truncated.

2015-04-28  Dain Nilsson <dain@yubico.com>

	* yubioath/core/legacy.py, yubioath/core/libloader.py: Started work
	on legacy TOTP support.

2015-04-28  Dain Nilsson <dain@yubico.com>

	* yubioath/core/device.py: Completed device API.

2015-04-28  Dain Nilsson <dain@yubico.com>

	* yubioath/core/device.py: Added calculate functionality.

2015-04-27  Dain Nilsson <dain@yubico.com>

	* yubioath/core/device.py, yubioath/core/utils.py,
	yubioath/gui/main.py, yubioath/gui/messages.py,
	yubioath/gui/view/__init__.py, yubioath/gui/view/main.py,
	yubioath/gui/view/utils.py, yubioath/gui/worker.py: Started working
	on core library.

2015-04-24  Dain Nilsson <dain@yubico.com>

	* .gitignore, MANIFEST.in, qt_resources.py, scripts/yubioath,
	yubioath/__init__.py, yubioath/cli/__init__.py,
	yubioath/core/__init__.py, yubioath/gui/__init__.py,
	yubioath/gui/main.py: Added boilerplate.

2015-04-24  Dain Nilsson <dain@yubico.com>

	* release.py, scripts/yubicoauthenticatorman.1, setup.py,
	yubicoauthenticator/__init__.py, yubicoauthenticator/commands.py,
	yubicoauthenticator/functions.py, yubicoauthenticator/libykneo.py,
	yubicoauthenticator/resources/osx/libccid-yubikey-no-u2f.diff,
	yubicoauthenticator/resources/osx/libccid-yubikey.diff,
	yubicoauthenticator/resources/osx/patch,
	yubicoauthenticator/resources/qt.conf,
	yubicoauthenticator/resources/yubicoauthenticator.desktop,
	yubicoauthenticator/resources/yubicoauthenticator.nsi,
	yubicoauthenticator/resources/yubicoauthenticator.xpm,
	yubicoauthenticator/text.py, yubicoauthenticator/ui_addaccount.py,
	yubicoauthenticator/ui_main.py,
	yubicoauthenticator/ui_password_change.py,
	yubicoauthenticator/yubico_authenticator.py,
	yubicoauthenticator/yubicoauthenticator.spec: Remove old module.

2015-03-30  Tom <tom@yubico.com>

	* : Merge pull request #20 from lukegb/patch-1 Correctly support 8 digit TOTP

2015-02-05  tom <tom@yubico.com>

	* yubicoauthenticator/yubico_authenticator.py: minor fix

2015-02-05  Tom <tom@yubico.com>

	* : Merge pull request #18 from dwmw2/master Fix non-ASCII password compatibility with pre-KitKit Android

2015-02-05  tom <tom@yubico.com>

	* yubicoauthenticator/text.py: minor fix

2015-02-05  tom <tom@yubico.com>

	* yubicoauthenticator/yubico_authenticator.py: fixed app name

2015-02-05  tom <tom@yubico.com>

	* yubicoauthenticator/ui_main.py: fix systray bug

2014-11-24  tom <tom@yubico.com>

	* yubicoauthenticator/ui_addaccount.py,
	yubicoauthenticator/ui_main.py: fix utf-8 account names

2014-11-24  tom <tom@yubico.com>

	* yubicoauthenticator/__init__.py, yubicoauthenticator/text.py: 
	version bump

2014-11-24  tom <tom@yubico.com>

	* yubicoauthenticator/commands.py,
	yubicoauthenticator/functions.py,
	yubicoauthenticator/yubico_authenticator.py: fixed utf-8 password

2014-09-09  tom <tom@yubico.com>

	* README: minor

2014-09-03  tom <tom@yubico.com>

	* yubicoauthenticator/resources/osx/libccid-yubikey-no-u2f.diff: 
	updated diffs files

2014-09-03  tom <tom@yubico.com>

	* yubicoauthenticator/resources/osx/libccid-yubikey.diff: updated
	diff with u2f

2014-05-08  tom <tom@yubico.com>

	* yubicoauthenticator/ui_main.py,
	yubicoauthenticator/yubico_authenticator.py: renamed project files
	to yubico_authenticator.py

2014-05-08  tom <tom@yubico.com>

	* README, yubicoauthenticator/commands.py,
	yubicoauthenticator/ui_systray.py,
	yubicoauthenticator/yubico_authenticator.py,
	yubicoauthenticator/yubicoauthenticator.spec: renaming project files

2014-05-08  tom <tom@yubico.com>

	* README: fixed README

2014-05-08  tom <tom@yubico.com>

	* yubicoauthenticator/text.py, yubicoauthenticator/ui_systray.py: 
	minor fix

2014-05-08  tom <tom@yubico.com>

	* scripts/yubicoauthenticatorman.1: added man

2014-05-08  tom <tom@yubico.com>

	* README, yubicoauthenticator/ui_systray.py: Resolves #4 and
	Resolves #9 - Closes #7

2014-05-08  tom <tom@yubico.com>

	* yubicoauthenticator/ui_main.py, yubicoauthenticator/ui_systray.py: 
	added --disbale-systray mode

2014-05-08  tom <tom@yubico.com>

	* : commit 0a0046300f8859705edf56e41345a72e0c34c18f Author: tom
	<tom@yubico.com> Date:   Thu May 8 10:45:11 2014 +0200

2014-05-04  Simon Josefsson <simon@josefsson.org>

	* BLURB, setup.py: Clarify license. Closes #11.

2014-05-03  Simon Josefsson <simon@josefsson.org>

	* : Merge pull request #10 from kmpm/ubuntu Better instructions for ubuntu

2014-04-25  Tom <tom@yubico.com>

	* NEWS: NEWS

2014-04-25  tom <tom@yubico.com>

	* yubicoauthenticator/__init__.py, yubicoauthenticator/libykneo.py,
	yubicoauthenticator/text.py,
	yubicoauthenticator/yubico_authenticator.py: release 0.1.1 * fix password protection bug

2014-04-09  tom <tom@yubico.com>

	* yubicoauthenticator/yubicoauthenticator.spec: fix spec

2014-04-08  tom <tom@yubico.com>

	* : minor fix

2014-04-02  tom <tom@yubico.com>

	* : commit 52ccda212f39b96f5b45954f5505eca6804a3ea1 Author: Tom
	<tom@yubico.com> Date:   Wed Apr 2 13:32:30 2014 +0200

2014-04-02  tom <tom@yubico.com>

	* yubicoauthenticator/resources/yubicoauthenticator.desktop,
	yubicoauthenticator/resources/yubicoauthenticator.xpm: adding ubuntu
	resources

2014-04-02  tom <tom@yubico.com>

	* MANIFEST.in, setup.py: minor fix

2014-04-01  tom <tom@yubico.com>

	* yubicoauthenticator/resources/yubicoauthenticator.nsi: updated
	.nsi

2014-04-01  tom <tom@yubico.com>

	* yubicoauthenticator/text.py, yubicoauthenticator/ui_main.py: 
	updated text

2014-04-01  tom <tom@yubico.com>

	* : commit 2416286e427bc56932c3dbd5410e0e4485f8163a Author: tom
	<tom@yubico.com> Date:   Tue Apr 1 13:07:59 2014 +0200

2014-03-18  Tom <tom@yubico.com>

	* NEWS, yubicoauthenticator/__init__.py: 0.1.0

2014-03-17  Tom <tom@yubico.com>

	* NEWS, yubicoauthenticator/__init__.py: news

2014-03-17  tom <tom@yubico.com>

	* yubicoauthenticator/yubicoauthenticator.spec: minor fix

2014-03-17  tom <tom@yubico.com>

	* yubicoauthenticator/text.py,
	yubicoauthenticator/yubicoauthenticator.spec: minor fix

2014-03-17  tom <tom@yubico.com>

	* yubicoauthenticator/libykneo.py,
	yubicoauthenticator/yubico_authenticator.py: added multireader
	support

2014-03-13  tom <tom@yubico.com>

	* yubicoauthenticator/resources/osx/patch: updated patch

2014-03-13  tom <tom@yubico.com>

	* : commit 8cfdb4cd010f0a3b1f6839563c1d257fdb2099f8 Author: tom
	<tom@yubico.com> Date:   Thu Mar 13 11:15:52 2014 +0100

2014-03-11  Tom <tom@yubico.com>

	* NEWS: version 0.0.5

2014-03-11  tom <tom@yubico.com>

	* yubicoauthenticator/yubicoauthenticator.spec: fix

2014-03-11  tom <tom@yubico.com>

	* yubicoauthenticator/yubicoauthenticator.spec: fix

2014-03-11  tom <tom@yubico.com>

	* yubicoauthenticator/yubicoauthenticator.spec: added custom patch
	to avoid using the CCID TOOLS

2014-03-11  tom <tom@yubico.com>

	* yubicoauthenticator/resources/osx/patch,
	yubicoauthenticator/resources/osx/patch.sh,
	yubicoauthenticator/yubicoauthenticator.spec: patch

2014-03-11  tom <tom@yubico.com>

	* yubicoauthenticator/__init__.py, yubicoauthenticator/libykneo.py: 
	version 0.0.5

2014-03-11  tom <tom@yubico.com>

	* yubicoauthenticator/resources/osx/libccid-yubikey.diff,
	yubicoauthenticator/resources/osx/patch.sh: updated patch for MacOSX

2014-03-07  tom <tom@yubico.com>

	* yubicoauthenticator/ui_systray.py: minor fix

2014-03-07  tom <tom@yubico.com>

	* yubicoauthenticator/ui_systray.py: minor fix

2014-03-07  tom <tom@yubico.com>

	* yubicoauthenticator/resources/osx/patch.sh: fixed patch.sh

2014-03-07  tom <tom@yubico.com>

	* yubicoauthenticator/ui_systray.py,
	yubicoauthenticator/yubicoauthenticator.spec: fix spec added patch

2014-03-07  tom <tom@yubico.com>

	* yubicoauthenticator/resources/osx/libccid-yubikey.diff,
	yubicoauthenticator/resources/osx/patch.sh,
	yubicoauthenticator/ui_systray.py: mac osx libccid patch

2014-03-07  tom <tom@yubico.com>

	* yubicoauthenticator/ui_systray.py: layout fixes for mac

2014-03-06  tom <tom@yubico.com>

	* README, yubicoauthenticator/yubicoauthenticator.spec: mac osx
	fixes

2014-03-06  tom <tom@yubico.com>

	* yubicoauthenticator/yubicoauthenticator.spec: updated spec file

2014-03-06  tom <tom@yubico.com>

	* yubicoauthenticator/ui_systray.py: font fix

2014-03-06  tom <tom@yubico.com>

	* yubicoauthenticator/ui_systray.py: fixes

2014-03-06  tom <tom@yubico.com>

	* yubicoauthenticator/ui_main.py,
	yubicoauthenticator/ui_password_change.py,
	yubicoauthenticator/ui_systray.py: added focus on main Window added
	asterisks for password fields

2014-03-05  Tom <tom@yubico.com>

	* NEWS: release 0.0.4 bugfix image

2014-03-05  Tom <tom@yubico.com>

	* NEWS, release.py: release & news

2014-03-05  tom <tom@yubico.com>

	* yubicoauthenticator/yubicoauthenticator.spec: minor

2014-03-05  tom <tom@yubico.com>

	* : minor

2014-03-05  tom <tom@yubico.com>

	* yubicoauthenticator/yubicoauthenticator.spec: minor fix

2014-03-05  tom <tom@yubico.com>

	* README: updated README

2014-03-05  tom <tom@yubico.com>

	* yubicoauthenticator/yubicoauthenticator.spec: updated spec file

2014-03-05  tom <tom@yubico.com>

	* README: updated README

2014-03-05  tom <tom@yubico.com>

	* README, yubicoauthenticator/__init__.py,
	yubicoauthenticator/ui_systray.py: version 0.0.3 added mac pkg

2014-03-05  tom <tom@yubico.com>

	* : commit 8bd270a8c4efb58eb3f730ac0e57494ada3e7dc1 Author: tom
	<tom@yubico.com> Date:   Fri Feb 28 16:47:47 2014 +0100

2014-02-26  Tom <tom@yubico.com>

	* README: updated readme

2014-02-26  tom <tom@yubico.com>

	* yubicoauthenticator/functions.py, yubicoauthenticator/ui_main.py: 
	fixed menubar

2014-02-26  Tom <tom@yubico.com>

	* NEWS: updated NEWS

2014-02-26  Tom <tom@yubico.com>

	* README: updated readme

2014-02-26  tom <tom@yubico.com>

	* yubicoauthenticator/__init__.py: version 0.0.2

2014-02-26  tom <tom@yubico.com>

	* yubicoauthenticator/ui_password_change.py: added
	ui_password_change.py

2014-02-26  tom <tom@yubico.com>

	* yubicoauthenticator/functions.py, yubicoauthenticator/ui_main.py,
	yubicoauthenticator/ui_systray.py,
	yubicoauthenticator/yubico_authenticator.py: added menu, password
	change, about

2014-02-21  tom <tom@yubico.com>

	* README: updated README

2014-02-21  tom <tom@yubico.com>

	* : commit 79cfaccfa8380d014244b91271e7a0e4d6f0b1b6 Author: tom
	<tom@yubico.com> Date:   Fri Feb 21 10:15:36 2014 +0100

2014-02-19  Tom <tom@yubico.com>

	* BLURB: fixed BLURB

2014-02-19  Tom <tom@yubico.com>

	* BLURB, NEWS, release.py, setup.py: fixed BLURB

2014-02-19  tom <tom@yubico.com>

	* README: readme update

2014-02-18  tom <tom@yubico.com>

	* README: fix readme url

2014-02-18  tom <tom@yubico.com>

	* initial release

