summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 18:03:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 18:16:11 -0400
commitf6af5f502094ba8e892e7a9e7407924a7f79ba67 (patch)
tree043c93236f7ae2b7ebf5f9dbc6b6d58abbaf3b62 /doc/todo
parentc4efe38c7285fe501d15fa1fefdd643e05a81281 (diff)
version: Added "dependency versions" line.
This commit was sponsored by Anthony DeRobertis on Patreon.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Display_the_version_of_a_library_corresponding_to_a_build_flag.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/Display_the_version_of_a_library_corresponding_to_a_build_flag.mdwn b/doc/todo/Display_the_version_of_a_library_corresponding_to_a_build_flag.mdwn
index eebb529c5..42dfce2a9 100644
--- a/doc/todo/Display_the_version_of_a_library_corresponding_to_a_build_flag.mdwn
+++ b/doc/todo/Display_the_version_of_a_library_corresponding_to_a_build_flag.mdwn
@@ -15,3 +15,9 @@ It would show:
build flags: ...etc... TorrentParser-1.2.1 Feeds-2.3.1 Quvi-1.0.0
key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL
remote types: git gcrypt p2p S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external
+
+> Well, I think better not to complicate the build flags list, which the
+> user may want to refer to, with this. Also, there should be a way to
+> indicate versions for libraries that don't have a build flag, when the
+> version is a common question. So, let's add it as a separate line of
+> data. [[done]] --[[Joey]]