]> err.no Git - pkg-config/commitdiff
2005-04-14 Tollef Fog Heen <tfheen@err.no>
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:07:10 +0000 (13:07 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:07:10 +0000 (13:07 +0000)
Author: tfheen
Date: 2005-04-14 08:32:33 GMT
2005-04-14  Tollef Fog Heen  <tfheen@err.no>

    * configure.in: Bump to 0.17.2

    * NEWS: Update for 0.17.2

ChangeLog
NEWS
configure.in

index 1186986b6031c106b9ebcf04f0d71415ff0bc75a..259ead5dae44d86c275ece1b2c7d0a49302f5b06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-14  Tollef Fog Heen  <tfheen@err.no>
+
+       * configure.in: Bump to 0.17.2
+       
+       * NEWS: Update for 0.17.2
+
 2005-04-13  Tollef Fog Heen  <tfheen@err.no>
 
        * pkg.c (packages_get_l_libs, packages_get_L_libs): Duplicate
diff --git a/NEWS b/NEWS
index 42a1841c384aca431593293bdbc1266814cb5b64..d00f657b6f269fde73afd588cdb5169a9254b026 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+pkg-config 0.17.2
+===
+ - Don't go into an infinite loop allocating more and more memory when
+   the same name is specified twice on the command line and we're in
+   "direct dependencies only"-mode.
+
 pkg-config 0.17.1
 ===
  - Now actually sets CFLAGS and LIBS instead of trying to set those in
index ec7a0483da859e8720a82526a85a0a68e0dac5bd..37db25cce97548e928bd69e1d69c046ef27731ae 100644 (file)
@@ -1,7 +1,7 @@
 
 AC_INIT(pkg-config.1)
 
-AM_INIT_AUTOMAKE(pkgconfig, 0.17.1)
+AM_INIT_AUTOMAKE(pkgconfig, 0.17.2)
 AM_MAINTAINER_MODE
 
 AM_CONFIG_HEADER(config.h)