summaryrefslogtreecommitdiff
path: root/data/docs/11
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-12-04 20:26:31 +0100
committerYorhel <git@yorhel.nl>2010-12-04 20:26:31 +0100
commit4084e0411d4ff92723499836b5f957a3ec54feec (patch)
treec8690d527f714b656b254ffabd8a30ce7b648f07 /data/docs/11
parentfa4de2123498d3f240d09a12811af80b8af7fa72 (diff)
API: Allow non-numbers as "clientver" for the login command
`git describe` strings are also valid version "numbers", after all. Although it's less useful in the sense that we can't check for "older" and "newer" versions now.
Diffstat (limited to 'data/docs/11')
-rw-r--r--data/docs/113
1 files changed, 2 insertions, 1 deletions
diff --git a/data/docs/11 b/data/docs/11
index a12bcbcb..b05cf6cd 100644
--- a/data/docs/11
+++ b/data/docs/11
@@ -222,7 +222,7 @@ however still required.<br />
must contain only alphanumeric ASCII characters, space, underscore and hyphens.
When writing a client, think of a funny (unique) name and hardcode it into
your application.
- </dd><dt>clientver</dt><dd>A positive number indicating the software version of the client.</dd>
+ </dd><dt>clientver</dt><dd>A number or string indicating the software version of the client.</dd>
<dt>username</dt><dd>String containing the username of the person using the client.</dd>
<dt>password</dt><dd>String, password of that user in plain text.</dd>
</dl>
@@ -907,6 +907,7 @@ however still required.<br />
<b>2.15</b>
<ul>
<li>Fixed a bug with the server not allowing extra whitespace after a "get .. " command</li>
+ <li>Allow non-numbers as "clientver" for the login command</li>
</ul>
<b>2.12</b>
<ul>