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

ChangeLog
NEWS
configure.in

index 08b4339a4b3bbce94f2fadfcb819a70ca40b2469..f72fea03d9231955fda2ef92b663533a4c72da15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 640d46d5a69bdcf7e7b02049b64e1641c18df213..ab464d076583f3dec81ed0d2744af65d509cb3d5 100644 (file)
--- a/NEWS
+++ b/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
 ===
 
index 196566238f030f3c61ac711a63e091bae0f94bc3..557efc2ab930a928782d1cb990658888ee8d8961 100644 (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)