2015-11-15  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.0.7

	* src/annoy.cpp: Changes to adapt to new Annoy interface

2015-11-14  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Rolled Date and Version

	* inst/include/annoylib.h: Upgraded to new version from Annoy 1.6.2

2015-05-26  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Rolled Date and Version

	* inst/include/annoylib.h: Upgraded to new version from Annoy 1.3.1

2015-05-03  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.0.6

	* inst/include/annoylib.h: Upgraded to new version from Annoy 1.2.2
	based on our pull request (and fix) to support supplying an RNG

	* src/annoy.cpp: Supply R's own RNG instead of the default of rand

	* .travis.yml: No longer need BH, and install Rcpp via PPA

2015-05-02  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/annoylib.h: Upgraded to Annoy 1.1.1 (which no longer
	needs Boost)

	* inst/include/annoylib.h: Replace rand() with random()

	* src/annoy.cpp: Call save() + load() with use const char* arguments

	* DESCRIPTION: Roll Version: and Date:, remove BH dependency

	* cleanup: Clean a bit more in src/

2015-01-22  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.0.5

2015-01-21  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/annoylib.h: Synced once more with upstream; this
	version addresses the UBSAN runtime issue

2015-01-10  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/annoylib.h: Synced with upstream repo

2015-01-06  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Bumped Version: and Date:

	* src/Makevars: One char correction requested by CRAN Maintainers

2014-12-07  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.0.4

	* DESCRIPTION: Added Depends: R (>= 3.1) as need for C++11
	prohibits deployment on R-oldrel

2014-11-17  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.0.3

	* inst/include/annoylib.h: Updated to new version from Annoy

2014-11-16  Qiang Kou <qkou@umail.iu.edu>

	* inst/include/annoylib.h: Added Windows support for mmap
	* inst/include/mman.h: Windows implementation of mmap
	* src/annoy.cpp: Add two #undef needed on Windows

2014-11-16  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Updated to note CRAN package, possible Windows port

2014-11-15  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/annoylib.h: New upstream version

2014-11-14  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/annoylib.h: New upstream version with templated int
	* src/annoy.cpp: Updated for new Annoy library

2014-11-13  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.0.2

	* inst/include/annoylib.h: New version with verbosity toggle
	* src/annoy.cpp: Added setter for verbosity

2014-11-12  Dirk Eddelbuettel  <edd@debian.org>

	* .travis.yml: Enable binary index test

2014-11-11  Dirk Eddelbuettel  <edd@debian.org>

	* inst/tests/runit.index.R: New test against binary index
	* inst/tests/data/test.tree: Binary file used by test

	* inst/tests/runit.euclidean.R: Added more tests

2014-11-10  Dirk Eddelbuettel  <edd@debian.org>

	* tests/runUnitTests.R: Added RUnit unit test caller
	* inst/tests/runit.angular.R: First set of unit tests
	* inst/tests/runit.euclidean.R: Idem
	* DESCRIPTION: Added Suggests: RUnit

	* .travis.yml: Added to enable Travis CI

2014-11-09  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/annoylib.h: Updated to new version from annoy

2014-11-08  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Initial version 0.0.1

