summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:06:56 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:06:56 +0000
commitfb252ba4080739534020258176d6b4a77077aac8 (patch)
tree76d623d9f78ff7b9e2fc24059f1b51e365321f2b /NEWS
parent15ce1f9d78c0f75df55f724bcd798769b53680c2 (diff)
downloadpkg-config-fb252ba4080739534020258176d6b4a77077aac8.tar.gz
2005-04-12 Tollef Fog Heen <tfheen@err.no>
Author: tfheen Date: 2005-04-12 11:06:50 GMT 2005-04-12 Tollef Fog Heen <tfheen@err.no> * NEWS: Update for 0.17 * NEWS: Add note saying that we've now grabbed _PKG_* and PKG_*. (Freedesktop #2962)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab464d0..72054b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+pkg-config 0.17
+===
+
+ - Evaluate second argument to PKG_CHECK_MODULES again
+ - Portability fixes (MacOS, BeOS, Cygwin)
+ - Handle inter-library dependencies and assume those are in place if
+ the platform supports them. Disable with --enable-indirect-deps.
+ - Add initial test framework
+ - Build fixes (make distcheck now works)
+
pkg-config 0.16
===
@@ -5,6 +15,8 @@ pkg-config 0.16
- Fix a bunch of bugs in glib by backporting
- More man page fixes
- Lots of small fixes and cleanups over the place.
+ - pkg-config now grabs _PKG_* and PKG_*, so don't use variables
+ starting with that in any configure scripts.
pkg-config 0.15
===