From f6523e28bb9ee846d349f653c9f4c58d1fd7c975 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 30 Jan 2009 14:25:28 +0100 Subject: [PATCH] Released as 3.1.1. --- ChangeLog | 12 ++++++++++++ Makefile | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fa32f6f..2cee31d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2009-01-30 Martin Mares + + * Released as 3.1.1. + + * Updated pci.ids to the current snapshot of the database. + + * The configure script now sets LC_ALL to avoid being fooled by + locale-dependent behavior of `tr'. + + * The command-line parser of setpci did sometimes segfault on invalid + input. Thanks to Andreas Wiese for a fix. + 2009-01-18 Martin Mares * Released as 3.1.0. diff --git a/Makefile b/Makefile index 1ad9dbe..abfb8b0 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.1.0 -DATE=2009-01-18 +VERSION=3.1.1 +DATE=2009-01-30 # Host OS and release (override if you are cross-compiling) HOST= -- 2.39.2