2005-03-26 Tollef Fog Heen <tfheen@err.no>

Author: tfheen
Date: 2005-03-26 15:32:55 GMT
2005-03-26  Tollef Fog Heen  <tfheen@err.no>

        * configure.in: Bump to 0.16

        * NEWS: update for 0.16
This commit is contained in:
Arch Librarian 2005-07-14 13:06:27 +00:00
parent 5a28728498
commit 9b5994677e
3 changed files with 16 additions and 2 deletions

View file

@ -1,8 +1,14 @@
2005-03-26 Tollef Fog Heen <tfheen@err.no>
* configure.in: Bump to 0.16
* NEWS: update for 0.16
2005-03-26 Tollef Fog Heen <tfheen@err.no>
* AUTHORS: Add myself.
2005-03-18 Tollef Fog Heen <tfheen@debian.org>
2005-03-18 Tollef Fog Heen <tfheen@err.no>
* pkg.c (print_package_list): Ignore requires when just listing
the available packages.

8
NEWS
View file

@ -1,3 +1,11 @@
pkg-config 0.16
===
- Use a search path, rather than a single default directory.
- Fix a bunch of bugs in glib by backporting
- More man page fixes
- Lots of small fixes and cleanups over the place.
pkg-config 0.15
===

View file

@ -1,7 +1,7 @@
AC_INIT(pkg-config.1)
AM_INIT_AUTOMAKE(pkgconfig, 0.15.0)
AM_INIT_AUTOMAKE(pkgconfig, 0.16.0)
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)