news: 'compile' supports libfoo.a naming when wrapping Microsoft tools
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 26 Oct 2012 10:40:43 +0000 (12:40 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 26 Oct 2012 10:42:56 +0000 (12:42 +0200)
This is a follow-up to commit 'v1.12.4-10-g3c5c939' of 2012-10-04,
"compile: support libfoo.a naming when wrapping Microsoft tools".

* NEWS (Bugs fixed in 1.12.5): Update.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index 4b50517..1c8c401 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -69,6 +69,10 @@ Bugs fixed in 1.12.5:
     to regenerate the template corresponding to header files specified after
     the first one in AC_CONFIG_HEADERS (automake bug#12495).
 
+  - When wrapping Microsoft tools, the 'compile' script falls back to
+    finding classic 'libname.a' style libraries when 'name.lib' and
+    'name.dll.lib' aren't available.
+
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 New in 1.12.4: