]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Update NEWS for 5.0.7.
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 20 Sep 2014 17:43:29 +0000 (20:43 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 20 Sep 2014 17:43:29 +0000 (20:43 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 18807116c593b9b600c0a7f8855bf8651c3a30c3..9a17f52efd88195d3df7ad4333676c41262068b1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,17 @@
 XZ Utils Release Notes
 ======================
 
+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.