summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2008-02-13 19:52:35 +0100
committerMartin Mares <mj@ucw.cz>2008-02-13 19:52:35 +0100
commited8f61e9c15c4e310189b4ec4d3f42ea602e5337 (patch)
tree1f8840da1b6e7b5f160be5cfb559171f126a1889
parent0715b08d6aa794b215d1bc91dbf401192f3510b7 (diff)
downloadpciutils-ed8f61e9c15c4e310189b4ec4d3f42ea602e5337.tar.gz
Last few items from the DNS TODO list solved, releasing -net2.
-rw-r--r--Makefile4
-rw-r--r--TODO5
2 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 0ba5524..4e15aa0 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=2.2.10-net1
-DATE=2008-02-12
+VERSION=2.2.10-net2
+DATE=2008-02-13
PREFIX=/usr/local
SBINDIR=$(PREFIX)/sbin
diff --git a/TODO b/TODO
index a26be12..f9370ae 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,5 @@
- review class names
-DNS mode:
-- check negative caching
-- check handling of network errors
-- try to avoid libresolv.a
-
Capabilities with partial decoding:
- PCIe 2nd set of control/status registers (have spec)
- HyperTransport caps (have spec)