From 3c2da5eae185fd12354bb80b6fe9df8a7f274128 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 1 Nov 2008 23:39:07 +0000 Subject: [PATCH] Added a TODO file to list things we want changed, added or fixed. --- Makefile.am | 3 ++- TODO | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 TODO diff --git a/Makefile.am b/Makefile.am index b121111..7b61565 100644 --- a/Makefile.am +++ b/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/TODO b/TODO new file mode 100644 index 0000000..ade10c7 --- /dev/null +++ b/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. -- 2.7.4