2015-08-27  Klas Lindfors <klas@yubico.com>

	* NEWS: NEWS for 1.0.0

2015-08-27  Klas Lindfors <klas@yubico.com>

	* Makefile.am: use $(..) instead of @..@

2015-08-27  Klas Lindfors <klas@yubico.com>

	* src/Makefile.am, src/u2f-host.c, tests/Makefile.am,
	tests/basic.c, u2f-host/internal.h, u2f-host/u2f-host.h,
	u2f-host/version.c: fixup header inclusions to match the pkg-config fixes #13

2015-08-27  Klas Lindfors <klas@yubico.com>

	* u2f-host/internal.h: include windows.h on WIN32 otherwise mingw won't find out how to use Sleep()

2015-08-27  Klas Lindfors <klas@yubico.com>

	* u2f-host/register.c: don't prepare a response if there was no data

2015-08-27  Klas Lindfors <klas@yubico.com>

	* u2f-host/authenticate.c, u2f-host/error.c, u2f-host/register.c,
	u2f-host/u2f-host-types.h: add a timeout for authenticate and
	register for now it's hard-coded to 15 iterations of the loop which should be
	close to 15 seconds.  fixes #24

2015-08-27  Klas Lindfors <klas@yubico.com>

	* NEWS, configure.ac: add NEWS for next version and mark it as 1.0.0 relates #25

2015-07-06  Klas Lindfors <klas@yubico.com>

	* u2f-host/authenticate.c, u2f-host/internal.h, u2f-host/register.c: 
	don't use sleep() in the library on windows use Sleep() and others usleep()

2015-07-03  Klas Lindfors <klas@yubico.com>

	* Makefile.am, configure.ac: add help2adoc for homepage building

2015-07-03  Klas Lindfors <klas@yubico.com>

	* src/cmdline.ggo: set package to u2f-host to get correct name in
	help (and man)

2015-06-06  Klas Lindfors <klas@yubico.com>

	* Makefile.am: dist COPYING.LGPLv2 fixes #20

2015-05-20  Klas Lindfors <klas@yubico.com>

	* macosx.mk: fix path to the mac libraries

2015-05-19  Klas Lindfors <klas@yubico.com>

	* macosx.mk: add stuff to mac makefile so it works the linking with mac has to be fixed with install_name_tool, this
	can never have worked..

2015-04-10  Klas Lindfors <klas@yubico.com>

	* windows.mk: fix windows build to use static-libgcc

2015-04-10  Klas Lindfors <klas@yubico.com>

	* NEWS, configure.ac: bump versions

2015-03-12  Klas Lindfors <klas@yubico.com>

	* configure.ac: correct filename relates #15

2015-03-12  Klas Lindfors <klas@yubico.com>

	* Makefile.am, configure.ac: select which udev file to install based
	on udev version 188 is probaböly the correct version to check for..  resolves #15

2015-03-12  Klas Lindfors <klas@yubico.com>

	* 70-old-u2f.rules, 70-u2f.rules: add a udev rule for older udev
	versions relates to #15

2015-03-05  Klas Lindfors <klali@avm.se>

	* : Merge pull request #14 from phoeagon/master add pam:// to the allowed origin

2015-01-27  Klas Lindfors <klas@yubico.com>

	* README: demo.yubico.com should use https

2015-01-22  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Typo.

2015-01-22  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 0.0.4.

2015-01-22  Simon Josefsson <simon@josefsson.org>

	* maint.mk: Update gnulib files.

2015-01-22  Simon Josefsson <simon@josefsson.org>

	* src/u2f-host.c, u2f-host/b64/cdecode.h, u2f-host/b64/cencode.h,
	u2f-host/cdecode.c, u2f-host/cencode.c, u2f-host/devs.c,
	u2f-host/inc/u2f.h, u2f-host/inc/u2f_hid.h, u2f-host/internal.h,
	u2f-host/u2fmisc.c: Indent.

2015-01-22  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add NEWS item.

2015-01-20  Klas Lindfors <klas@yubico.com>

	* u2f-host/u2fmisc.c: add an exponential growing timeout for slow
	devices relates yubico/pam-u2f#5

2015-01-20  Klas Lindfors <klas@yubico.com>

	* NEWS, configure.ac: bump versions after release

2015-01-08  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 0.0.3.

2015-01-08  Simon Josefsson <simon@josefsson.org>

	* cfg.mk, u2f-host/devs.c, u2f-host/internal.h: Fix syntax check
	nits.

2015-01-08  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, NEWS: Add NEWS entries.  Dist more.

2015-01-08  Simon Josefsson <simon@josefsson.org>

	* .gitignore, COPYING.LGPLv2, Makefile.am, README, cfg.mk,
	configure.ac, macosx.mk, src/Makefile.am, src/cmdline.ggo,
	src/u2f-host.c, tests/Makefile.am, tests/basic.c,
	u2f-host/Makefile.am, u2f-host/authenticate.c,
	u2f-host/b64/cdecode.h, u2f-host/b64/cencode.h, u2f-host/cdecode.c,
	u2f-host/cencode.c, u2f-host/devs.c, u2f-host/error.c,
	u2f-host/global.c, u2f-host/inc/u2f.h, u2f-host/inc/u2f_hid.h,
	u2f-host/internal.h, u2f-host/register.c,
	u2f-host/u2f-host-types.h, u2f-host/u2f-host-version.h.in,
	u2f-host/u2f-host.h, u2f-host/u2f-host.map, u2f-host/u2fmisc.c,
	u2f-host/version.c, windows.mk: Update license and copyright.

2015-01-08  Simon Josefsson <simon@josefsson.org>

	* GNUmakefile, build-aux/snippet/arg-nonnull.h,
	build-aux/snippet/c++defs.h, build-aux/snippet/warn-on-use.h,
	build-aux/useless-if-before-free, build-aux/vc-list-files,
	gl/Makefile.am, gl/check-version.c, gl/check-version.h,
	gl/gl_openssl.h, gl/m4/00gnulib.m4, gl/m4/absolute-header.m4,
	gl/m4/extensions.m4, gl/m4/extern-inline.m4, gl/m4/gl-openssl.m4,
	gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4,
	gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/include_next.m4,
	gl/m4/ld-version-script.m4, gl/m4/longlong.m4,
	gl/m4/manywarnings.m4, gl/m4/multiarch.m4, gl/m4/off_t.m4,
	gl/m4/onceonly.m4, gl/m4/sha256.m4, gl/m4/ssize_t.m4,
	gl/m4/stdalign.m4, gl/m4/stddef_h.m4, gl/m4/stdint.m4,
	gl/m4/string_h.m4, gl/m4/strverscmp.m4, gl/m4/sys_types_h.m4,
	gl/m4/warn-on-use.m4, gl/m4/warnings.m4, gl/m4/wchar_t.m4,
	gl/sha256.c, gl/sha256.h, gl/stdalign.in.h, gl/stddef.in.h,
	gl/stdint.in.h, gl/string.in.h, gl/strverscmp.c, gl/sys_types.in.h,
	maint.mk: Use gnulib LGPLv2.

2014-12-22  Simon Josefsson <simon@josefsson.org>

	* : Merge pull request #12 from bramvd/versioninfo Add version information to u2fdevice and print in debug mode

2014-12-22  Bram Vandoren <bram@bram.be>

	* u2f-host/devs.c, u2f-host/internal.h: add version information to
	u2fdevice and print in debug mode

2014-12-21  Bram Vandoren <bram@bram.be>

	* src/u2f-host.c: send errors to stderr instead of stdout

2014-12-15  Alessio Di Mauro <alessio@yubico.com>

	* .travis.yml: Dropped Windows build from Travis.

2014-12-15  Alessio Di Mauro <alessio@yubico.com>

	* .travis.yml: Added more dependencies to Travis build.

2014-12-15  Alessio Di Mauro <alessio@yubico.com>

	* .travis.yml, build-aux/travis: Updated Travis build.

2014-12-15  Alessio Di Mauro <alessio@yubico.com>

	* configure.ac, u2f-host/u2fmisc.c: Conditional definition of
	json_object_object_get_ex().

2014-12-10  Henrik Stråth <henrik.strath@gmail.com>

	* doc/{ModeSwitchYubiKeyNEO.txt => Mode_switch_YubiKey_NEO.adoc}: 
	Asciidoc polish.

2014-12-10  Klas Lindfors <klas@yubico.com>

	* u2f-host/authenticate.c, u2f-host/error.c,
	u2f-host/u2f-host-types.h: try to make authenticate behave a bit
	better

2014-12-10  Klas Lindfors <klas@yubico.com>

	* u2f-host/u2fmisc.c: add a timeout for hid_read()

2014-12-10  Henrik Stråth <henrik@yubico.com>

	* README, README.adoc: Corrected mistake with .adoc symlinking

2014-12-08  Klas Lindfors <klas@yubico.com>

	* .gitignore: ignore more

2014-12-08  Klas Lindfors <klas@yubico.com>

	* u2f-host/authenticate.c, u2f-host/register.c: fixup indentation

2014-12-08  Klas Lindfors <klas@yubico.com>

	* macosx.mk: add upload target for mac

2014-12-08  Klas Lindfors <klas@yubico.com>

	* u2f-host/authenticate.c, u2f-host/register.c: don't try to
	comunicate with dead devices

2014-12-02  Henrik Stråth <henrik.strath@gmail.com>

	* NEWS, README.adoc: Polished README and NEWS

2014-11-28  Klas Lindfors <klas@yubico.com>

	* NEWS, configure.ac: bump versions

2014-11-28  Klas Lindfors <klas@yubico.com>

	* NEWS: NEWS for 0.0.2

2014-11-27  Klas Lindfors <klas@yubico.com>

	* 70-u2f.rules: one more pid for udev

2014-11-24  Klas Lindfors <klas@yubico.com>

	* 70-u2f.rules: whitelist more pids for udev

2014-10-30  Klas Lindfors <klas@yubico.com>

	* Makefile.am: publish signatures for windows builds

2014-10-30  Klas Lindfors <klas@yubico.com>

	* macosx.mk: replace wget with curl

2014-10-29  Klas Lindfors <klas@yubico.com>

	* NEWS, configure.ac: bump versions

2014-10-29  Klas Lindfors <klas@yubico.com>

	* NEWS, configure.ac: mark next version as 0.0.1 and add news for it

2014-10-29  Klas Lindfors <klas@yubico.com>

	* 70-u2f.rules: changing udev rule to use TAG+="uaccess" instead reports (and testing) indicates that ID_SECURITY_TOKEN did not work
	on ubuntu 14.04 while uaccess works.

2014-10-29  Klas Lindfors <klali@avm.se>

	* : Merge pull request #9 from eworm-de/udev add option to install udev rules file

2014-10-29  Klas Lindfors <klali@avm.se>

	* : Merge pull request #7 from eworm-de/udev fix udev rule

2014-10-27  Klas Lindfors <klali@avm.se>

	* : Merge pull request #4 from pushcx/master fix udev rule for Ubuntu

2014-10-08  Klas Lindfors <klas@yubico.com>

	* u2f-host/authenticate.c: the keyhandle in signresponse is namned
	keyHandle

2014-09-25  Simon Josefsson <simon@josefsson.org>

	* doc/ModeSwitchYubiKeyNEO.txt: Describe modes.

2014-09-25  Simon Josefsson <simon@josefsson.org>

	* doc/ModeSwitchYubiKeyNEO.txt: Markup.

2014-09-25  Simon Josefsson <simon@josefsson.org>

	* BLURB: Fix license shortname.

2014-09-25  Simon Josefsson <simon@josefsson.org>

	* doc/ModeSwitchYubiKeyNEO.txt: Add.

2014-09-16  Simon Josefsson <simon@josefsson.org>

	* README: Doc fixes.  Closes pull request #1.

2014-09-16  Simon Josefsson <simon@josefsson.org>

	* README: Layout fixes.

2014-09-16  Simon Josefsson <simon@josefsson.org>

	* README: Layout.

2014-09-16  Simon Josefsson <simon@josefsson.org>

	* NEWS, configure.ac: Bump versions.

2014-09-16  Klas Lindfors <klas@yubico.com>

	* macosx.mk: tarball is .xz

2014-09-16  Simon Josefsson <simon@josefsson.org>

	* .travis.yml, build-aux/travis: Add travis build.

2014-09-16  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Another release fix.

2014-09-16  Simon Josefsson <simon@josefsson.org>

	* .gitignore, Makefile.am: Fix release target.

2014-09-16  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 0.0.

2014-09-16  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Release target improvements.

2014-09-16  Simon Josefsson <simon@josefsson.org>

	* Initial commit.

