]> err.no Git - pkg-config/commitdiff
2005-04-12 Tollef Fog Heen <tfheen@err.no>
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:06:56 +0000 (13:06 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:06:56 +0000 (13:06 +0000)
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)

ChangeLog
NEWS

index b256f25e29986db1f8ed4e71d89a95d39efeb4fb..016f101c6e39064fa2f3a5584be2a07b50341140 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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)
+
        * pkg.m4: wrap running pkg-config in AC_RUN_LOG per James
        Henstridge's suggestion.
 
diff --git a/NEWS b/NEWS
index ab464d076583f3dec81ed0d2744af65d509cb3d5..72054b4ddd88be6a0478eb93f4570105df38d56e 100644 (file)
--- 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
 ===