From 0b71549aa23299ed3909e1483d0532a0a79a1e7b Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Wed, 8 Sep 2010 13:39:52 +0200 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ NEWS | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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: -- 2.47.2