Fixup docbug reported by Matthew Dempsky.

git-svn-id: file:///svn/unbound/trunk@1630 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2009-05-29 08:48:44 +00:00
parent 886721c060
commit 71b6537666
2 changed files with 6 additions and 2 deletions

5
README
View file

@ -2,8 +2,9 @@ Unbound README
* ./configure && make && make install * ./configure && make && make install
* on BSDs and Solaris use gmake (GNU make). * on BSDs and Solaris use gmake (GNU make).
* You can use libevent if you want. libevent is useful when using * You can use libevent if you want. libevent is useful when using
many (10000) outgoing ports. By default 16 ports are used and the many (10000) outgoing ports. By default max 256 ports are opened at
builtin alternative is equally capable and a little faster. the same time and the builtin alternative is equally capable and a
little faster.
* More detailed README, README.svn, README.tests in doc directory * More detailed README, README.svn, README.tests in doc directory
* manual pages can be found in doc directory, and are installed, unbound(8). * manual pages can be found in doc directory, and are installed, unbound(8).
* example configuration file doc/example.conf * example configuration file doc/example.conf

View file

@ -1,3 +1,6 @@
29 May 2009: Wouter
- fixup doc bug in README reported by Matthew Dempsky.
28 May 2009: Wouter 28 May 2009: Wouter
- update iana port list - update iana port list
- update ldns lib tarball - update ldns lib tarball