summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2011-05-15 14:24:19 +0200
committerTollef Fog Heen <tfheen@err.no>2011-05-15 14:24:19 +0200
commit85662d26ba837894e2f44dfbaa4813112c058861 (patch)
tree877cecfd43ec6797f3c1a86ffb0e983c94074229 /NEWS
parent4939bdb9a629ce1f6343a69f92f133fedbb223f6 (diff)
downloadpkg-config-85662d26ba837894e2f44dfbaa4813112c058861.tar.gz
Document changes for 0.26, bump version
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 129e7eb..5fbc765 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+pkg-config 0.26
+===
+
+ - Build system fixes
+ - More tests
+ - pkg.m4 fixups which makes autoconf 2.66 happier.
+ - Drop support for legacy -config scripts. Those should already be
+ gone and cause problems in cross-compilation environments.
+ - Drop embedded glib
+ - Fix up pkg.m4 to handle the case of --exists working and --cflags
+ or --libs failing.
+ - Various documentation updates
+ - Allow $() through without escaping it.
+ - Add --with-system-include-path instead of hard-coding
+ /usr/include.
+
pkg-config 0.25
===