]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Mention adjustment of naming of MSVC import libraries in NEWS.
authorPeter Rosin <peda@lysator.liu.se>
Wed, 8 Sep 2010 11:39:52 +0000 (13:39 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Wed, 8 Sep 2010 11:39:52 +0000 (13:39 +0200)
* NEWS: Mention the change in import library naming on MSVC.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
ChangeLog
NEWS

index 061ca29c1ec094c422f2318de361fb5111ae1cd6..8e17222070f3168ddf58bb7f561d3a9cb6de8026 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-08  Peter Rosin  <peda@lysator.liu.se>
+
+       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  <peda@lysator.liu.se>
 
        Adjust naming of MSVC import libraries.
diff --git a/NEWS b/NEWS
index 8cf68b9fbeeb89e92b86a0716c7aab2d7cbb501b..1a6e300c9dfcade243ff498c3e5a01c2284a9afe 100644 (file)
--- 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: