diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-11-01 23:39:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-11-01 23:39:07 +0000 |
commit | c1b8e93083e22c263232d91d00c7d537dbf4a85b (patch) | |
tree | a2da94220a0ca3366c29fae570cb5dc8a77e4d41 | |
parent | 383d4656aa973a0dd549c4d96ec17e2d9d0d4e81 (diff) |
Added a TODO file to list things we want changed, added or fixed.
-rw-r--r-- | ares/Makefile.am | 3 | ||||
-rw-r--r-- | ares/TODO | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am index b12111192..7b6156518 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -45,7 +45,8 @@ noinst_PROGRAMS =$(PROGS) # regular sources and headers EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj \ Makefile.m32 Makefile.netware Makefile.vc6 $(man_MANS) $(MSVCFILES) \ - config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz + config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \ + TODO pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcares.pc diff --git a/ares/TODO b/ares/TODO new file mode 100644 index 000000000..ade10c7a8 --- /dev/null +++ b/ares/TODO @@ -0,0 +1,8 @@ +TODO +==== + +ares_gethostbyname + +- When built to support IPv6, it needs to also support PF_UNSPEC or similar, + so that an application can ask for any protocol and then c-ares would return + all known resolves and not just explicitly IPv4 _or_ IPv6 resolves. |