Update NEWS for 5.0.7.
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 20 Sep 2014 18:01:21 +0000 (21:01 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 20 Sep 2014 18:01:21 +0000 (21:01 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 4b82e01d65db6a5f9c234b5ce2dcc544c9f95002..4f0c13fda2cb662c920e4b9988349a308bcc29b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -164,6 +164,17 @@ XZ Utils Release Notes
       experimental and may change before it gets into a stable release.
 
 
+5.0.7 (2014-09-20)
+
+    * Fix regressions introduced in 5.0.6:
+
+        - Fix building with non-GNU make.
+
+        - Fix invalid Libs.private value in liblzma.pc which broke
+          static linking against liblzma if the linker flags were
+          taken from pkg-config.
+
+
 5.0.6 (2014-09-14)
 
     * xzgrep now exits with status 0 if at least one file matched.