From 27c0f3ac8b76cdb71bb4498a12ea35a37bc42249 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 25 Jun 2012 14:47:28 +0200 Subject: [PATCH] Released as 3.1.10. --- ChangeLog | 10 ++++++++++ Makefile | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 92e5764..a0448a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-06-25 Martin Mares + + * Released as 3.1.10. + + * Decoding of LTR/OBFF in PCIe capabilities. + + * Various minor bug fixes. + + * Updated pci.ids to the today's snapshot of the database. + 2012-01-14 Martin Mares * Released as 3.1.9. diff --git a/Makefile b/Makefile index 322b09d..8a3d396 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.1.9 -DATE=2012-01-14 +VERSION=3.1.10 +DATE=2012-06-25 # Host OS and release (override if you are cross-compiling) HOST= -- 2.39.2