From 27e905f386bfc2123579c1686344f99b439709ea Mon Sep 17 00:00:00 2001 From: Naoaki Okazaki Date: Tue, 21 Dec 2010 01:16:22 +0900 Subject: [PATCH] Final step for release 1.10. --- include/lbfgs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/lbfgs.h b/include/lbfgs.h index 25d7f2e..cd944a3 100644 --- a/include/lbfgs.h +++ b/include/lbfgs.h @@ -592,7 +592,7 @@ This library is used by: @section download Download -- Source code +- Source code - GitHub repository libLBFGS is distributed under the term of the @@ -605,6 +605,7 @@ libLBFGS is distributed under the term of the - Reduced compiling warnings on Mac OS X; this patch was kindly submitted by Tamas Nepusz. - Replaced memalign() with posix_memalign(). + - Updated solution and project files for Microsoft Visual Studio 2010. - Version 1.9 (2010-01-29): - Fixed a mistake in checking the validity of the parameters "ftol" and "wolfe"; this was discovered by Kevin S. Van Horn.