From: ian Date: Wed, 14 Jul 1999 23:43:27 +0000 (+0000) Subject: Now version 0.3. X-Git-Tag: rel-adns-0-3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=commitdiff_plain;h=bd3fce65a952f9d0bc8e3acdafb53a38af88adcb Now version 0.3. --- diff --git a/Makefile.in b/Makefile.in index d69eef4..338907d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -DISTVERSION= 0.2 +DISTVERSION= 0.3 srcdir= @srcdir@ VPATH= @srcdir@ diff --git a/README b/README index 791a564..8fbc01b 100644 --- a/README +++ b/README @@ -37,11 +37,12 @@ Forthcoming: I hope that future versions may also have the following features: - * The library will be useable by threads in a multithreaded program - in a natural way. It will multiplex many threads' queries through - a single query socket. - * Limited caching behaviour. + * The library should be useable by threads in a multithreaded + program in a natural way. It should multiplex many threads' + queries through a single query socket. * IPv6 support. + * Some kind of awareness of DNSSEC. + * Possibly some very limited caching behaviour. (Technical note: adns requires a real nameserver like BIND or [1]Dents running on the same system or a nearby one, which must be willing to @@ -53,12 +54,18 @@ Documentation I'm afraid there is no manual yet. However, competent C programmers should be able to use the library based on the commented [2]adns.h - header file (from version 0.1). + header file (from version 0.3). Feedback - If you are subscribed to adns-discuss please send bug reports there; - otherwise mail them to adns-bugreports@chiark.greenend.org.uk. + I'd be pleased if you would let me know if you're using my library in + your project, and what you think of it. + + If you are subscribed to adns-discuss please send feedback, including + bug reports, there; otherwise send mail to + adns-bugreports@chiark.greenend.org.uk. If you'd prefer that your + message wasn't forwarded to the adns-bugreports list, send it to + adns-maint@chiark.greendend.org.uk. Mailinglists @@ -117,11 +124,11 @@ Copyright and licensing References 1. http://www.dents.org/ - 2. http://www.chiark.greenend.org.uk/~ian/adns/adns.h.0.1.txt + 2. http://www.chiark.greenend.org.uk/~ian/adns/adns.h.0.3.txt 3. http://www.chiark.greenend.org.uk/mailman/listinfo 4. http://www.chiark.greenend.org.uk/~ian/adns/ 5. http://www.chiark.greenend.org.uk/~ian/adns/adns.tar.gz - 6. http://www.chiark.greenend.org.uk/~ian/adns/adns.h.0.1.txt + 6. http://www.chiark.greenend.org.uk/~ian/adns/adns.h.0.3.txt 7. ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ 8. http://www.gnu.org/ 9. http://www.gnu.org/order/ftp.html diff --git a/changelog b/changelog index f85169b..9a74f85 100644 --- a/changelog +++ b/changelog @@ -23,7 +23,7 @@ adns (0.3) unstable; urgency=low * Added TODO file. * Made adnstest.c test context pointers. - -- + -- Ian Jackson Thu, 15 Jul 1999 00:23:12 +0100 adns (0.2) experimental; urgency=low