From: Peter Rosin Date: Wed, 8 Sep 2010 11:39:52 +0000 (+0200) Subject: Mention adjustment of naming of MSVC import libraries in NEWS. X-Git-Tag: v2.4~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b71549aa23299ed3909e1483d0532a0a79a1e7b;p=thirdparty%2Flibtool.git Mention adjustment of naming of MSVC import libraries in NEWS. * NEWS: Mention the change in import library naming on MSVC. Signed-off-by: Peter Rosin --- diff --git a/ChangeLog b/ChangeLog index 061ca29c1..8e1722207 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-09-08 Peter Rosin + + Mention adjustment of naming of MSVC import libraries in NEWS. + * NEWS: Mention the change in import library naming on MSVC. + 2010-09-07 Peter Rosin Adjust naming of MSVC import libraries. diff --git a/NEWS b/NEWS index 8cf68b9fb..1a6e300c9 100644 --- a/NEWS +++ b/NEWS @@ -33,7 +33,9 @@ New in 2.2.12 2010-08-??: git version 2.2.11a, Libtool team: - Initial support for the Microsoft C/C++ Compiler, with help from the compile script in unreleased Automake 1.12. Override the manifest tool used to embed the manifest resource through the environment - variable MANIFEST_TOOL. + variable MANIFEST_TOOL. Please note that the import library naming + has changed (from foo-2.lib to foo.dll.lib) from when the code lived + in its own git branch. * Bug fixes: