summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2014-09-20 20:43:29 +0300
committerLasse Collin <lasse.collin@tukaani.org>2014-09-20 20:43:29 +0300
commitac6c8921d1d8d2d749d5c97f9a0b0594cc863cea (patch)
tree02dd429d4ed51ede202af32163d2c50baf311160
parentd1b0276aafd441a3d4db9dfd5dd9880e9f834d49 (diff)
downloadxz-ac6c8921d1d8d2d749d5c97f9a0b0594cc863cea.tar.gz
Update NEWS for 5.0.7.
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1880711..9a17f52 100644
--- 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.