summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2005-07-15 22:02:25 +0000
committerColin Walters <walters@verbum.org>2005-07-15 22:02:25 +0000
commit3b628f920964f078b9afcde9f218c698ad454e12 (patch)
tree5761d758e9f8e4b2567e81e2b67646c7573bba35
parent3ca2bf5e163067ca5c0636ad86703c62c18a8f95 (diff)
2005-07-15 Colin Walters <walters@verbum.org>
* doc/TODO: Add note about convenience wrappers.
-rw-r--r--ChangeLog4
-rw-r--r--doc/TODO2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4542260..b8db8d67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-15 Colin Walters <walters@verbum.org>
+
+ * doc/TODO: Add note about convenience wrappers.
+
2005-07-15 John (J5) Palmieri <johnp@redhat.com>
* NEWS: Update to 0.35
diff --git a/doc/TODO b/doc/TODO
index 4218c9aa..c55ffc7f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -111,6 +111,8 @@ Can Be Post 1.0
data could still be factored out into an internal "base class"
perhaps.
+ - Keep convenience wrappers in sync with bus methods
+
- document the auth protocol as a set of states and transitions, and
then reimplement it in those terms