]> mj.ucw.cz Git - pciutils.git/commitdiff
2.1.99-test8 released.
authorMartin Mares <mj@ucw.cz>
Fri, 13 Aug 2004 21:12:07 +0000 (21:12 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:18:25 +0000 (14:18 +0200)
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-64

ChangeLog
Makefile
README
maint/release

index 9db67d0cfefb682a473dc09ef3bfa26c39c284b6..5765926a029591a710f3a5215505d4a73d8d8dbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-08-13  Martin Mares  <mj@ucw.cz>
 
+       * Released as 2.1.99-test8.
+
        * lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are
        no longer exported to the outside world.
 
index fd4110998859d9ad0184c688a6fa7e67fa5e558f..ab044f06e8ca65daf7ae5af0d25c554154de34ad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 OPT=-O2 -fomit-frame-pointer
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline
 
-VERSION=2.1.99-test7
-DATE=2004-07-05
+VERSION=2.1.99-test8
+DATE=2004-08-13
 
 PREFIX=/usr/local
 SBINDIR=$(PREFIX)/sbin
diff --git a/README b/README
index 44f836a588fdf459249c165157fde57bed343774..26bfa58601b45df84caf402a885cf3fc78da9fca 100644 (file)
--- a/README
+++ b/README
@@ -16,6 +16,7 @@ Some more things I intend to merge before the 2.2.0 release:
    o  pcimodules and possibly other Linux module related stuff
    o  New ID's from the pciids project
    o  Avoid calling show_ext_caps() for non-ext devices.
+   o  Kill memory leaks in lib/names.c
 
 ############################################################################
 
index 778e6b3d65f481c356e32b97f24366913ca151b4..930180de15309569a73e50e2a6a986bc159567a1 100755 (executable)
@@ -9,6 +9,7 @@ require "maint/release.pm";
 my $r = new UCW::Release("pciutils");
 my $ver = $r->GetVersionFromFile("Makefile", "VERSION=(.*)");
 $r->GetVersionsFromChangelog("ChangeLog", "Released as (.*)\.");
+push @{$r->{"rules"}}, '^win32/config.h' => 's';
 if ($ver =~ /-/) {
        $r->{"ALPHADIR"} = "alpha/";
        $r->{"conditions"}->{"ALPHA_VERSION"} = 1;
@@ -30,7 +31,6 @@ $r->InitDist("maint/dist");
 my $reldir = $r->GenPackage;
 $r->GenFile("README");
 $r->GenFile("pciutils.lsm");
-$r->GenFile("win32/config.h");
 $r->Dispatch;
 if ($r->{"do_upload"}) {
        print "Uploading pci.ids to Jabberwock\n";