]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
Move the FILENAME_MAX todo item into the "whenever" category, because that's when...
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 26 Feb 2011 21:36:32 +0000 (16:36 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 26 Feb 2011 21:36:32 +0000 (16:36 -0500)
TODO

diff --git a/TODO b/TODO
index 37d6b958e4b459c9bf7bdee1a15d55ec54255ffd..9c0b458fd35246fba2581ebe4d527e4473c0705b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,8 @@
-v0.0.6
-------
-Replace FILENAME_MAX with something that won't cause problems on
-Unices without path length limits.
-
 Whenever
 --------
 The status determination (on, off, error) should really be the
 responsibility of the HDAPS code. Currently, the plugin handles all of
 the "on" states. An HdapsState structure might be appropriate.
 Whenever
 --------
 The status determination (on, off, error) should really be the
 responsibility of the HDAPS code. Currently, the plugin handles all of
 the "on" states. An HdapsState structure might be appropriate.
+
+Replace FILENAME_MAX with something that won't cause problems on
+Unices without path length limits.