chiark
/
gitweb
/
~mdw
/
adns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3ca23b
)
* adns_s_systemfail is in table of errors (for eg adns_strerror).
author
ian
<ian>
Wed, 28 Jul 1999 22:11:13 +0000
(22:11 +0000)
committer
ian
<ian>
Wed, 28 Jul 1999 22:11:13 +0000
(22:11 +0000)
changelog
patch
|
blob
|
blame
|
history
src/general.c
patch
|
blob
|
blame
|
history
diff --git
a/changelog
b/changelog
index 9a74f85b583abba0519c5ceafae6af125e193931..a65a14870b12bbe6c561ebd423463496d170abe5 100644
(file)
--- a/
changelog
+++ b/
changelog
@@
-1,3
+1,10
@@
+adns (0.4) unstable; urgency=low
+
+ Bugfixes:
+ * adns_s_systemfail is in table of errors (for eg adns_strerror).
+
+ --
+
adns (0.3) unstable; urgency=low
Incompatible changes:
diff --git
a/src/general.c
b/src/general.c
index 71009f7d674c36d22221e1708fba911c10bcccd7..12e5983efcec7593e93ffd42f5c3ce39c4341815 100644
(file)
--- a/
src/general.c
+++ b/
src/general.c
@@
-211,6
+211,7
@@
static const struct sinfo {
SINFO( nomemory, "Out of memory" ),
SINFO( unknownrrtype, "Query not implemented in DNS library" ),
+ SINFO( systemfail, "General resolver or system failure" ),
SINFO( timeout, "DNS query timed out" ),
SINFO( allservfail, "All nameservers failed" ),