mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-05 06:30:30 +01:00
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:
parent
5a28728498
commit
9b5994677e
3 changed files with 16 additions and 2 deletions
|
|
@ -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
8
NEWS
|
|
@ -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
|
||||
===
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue