chiark / gitweb /
Now version 0.3. rel-adns-0-3
authorian <ian>
Wed, 14 Jul 1999 23:43:27 +0000 (23:43 +0000)
committerian <ian>
Wed, 14 Jul 1999 23:43:27 +0000 (23:43 +0000)
Makefile.in
README
changelog

index d69eef4c1a208bfcffbfbaf64ac6b5d469ed99bb..338907dbd76c9a715623167790d91cec23459db3 100644 (file)
@@ -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 791a564a9591e7da20f3a77d2888872eada3a8d2..8fbc01b9782e397def4e374c5553ac915070bda4 100644 (file)
--- a/README
+++ b/README
 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
index f85169bc15c88cf5a220c53ffd71aff889f6f698..9a74f85b583abba0519c5ceafae6af125e193931 100644 (file)
--- 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 <ian@davenant.greenend.org.uk>  Thu, 15 Jul 1999 00:23:12 +0100
 
 adns (0.2) experimental; urgency=low