From aabb0a92a297d049d463cfaa37188c1096251588 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 13 Aug 2004 21:12:07 +0000 Subject: [PATCH] 2.1.99-test8 released. git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-64 --- ChangeLog | 2 ++ Makefile | 4 ++-- README | 1 + maint/release | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9db67d0..5765926 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-08-13 Martin Mares + * 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. diff --git a/Makefile b/Makefile index fd41109..ab044f0 100644 --- 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 44f836a..26bfa58 100644 --- 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 ############################################################################ diff --git a/maint/release b/maint/release index 778e6b3..930180d 100755 --- a/maint/release +++ b/maint/release @@ -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"; -- 2.39.2