2005-04-14 Tollef Fog Heen <tfheen@err.no>

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
This commit is contained in:
Arch Librarian 2005-07-14 13:07:10 +00:00
parent 02b2f9d26d
commit c2a44053c3
3 changed files with 13 additions and 1 deletions

View file

@ -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

6
NEWS
View file

@ -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

View 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)