summaryrefslogtreecommitdiffstats
path: root/docs/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-24 23:56:34 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-24 23:56:34 +0000
commit3073103812f0ea376582eb0ff1479945a847b361 (patch)
treee9b7fbc96b6866747ef7b856afa863b88e409a65 /docs/TODO
parent5c0f7327451ba44f43aaaf28816c7ed172128ccc (diff)
* rename all limit defs so that they end with _MAX
* fix some minor typos git-svn-id: file:///home/lennart/svn/public/avahi/trunk@863 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index dc1883d..65a606a 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -5,7 +5,6 @@ for 0.6:
* add support for subtypes in static services
* Add static host configuration like static services [lathiat]
* wrap avahi_server_add_record() via DBUS and in avahi-client [lathiat]
-* make sure that all limit definitions end with _MAX
* unify argument oder of functions returning a string in a user supplied buffer
later:
@@ -96,3 +95,4 @@ done:
* replace avahi_server_is_service_local() by AVAHI_PUBLISH flag
* drop partially created created entries on failure
* add error state for server and entry group
+* make sure that all limit definitions end with _MAX