]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for 21470
authorteor <teor2345@gmail.com>
Sun, 19 Feb 2017 11:51:50 +0000 (22:51 +1100)
committerteor <teor2345@gmail.com>
Sun, 19 Feb 2017 11:51:50 +0000 (22:51 +1100)
changes/test21470 [new file with mode: 0644]

diff --git a/changes/test21470 b/changes/test21470
new file mode 100644 (file)
index 0000000..8bb78df
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor enhancements (unit tests):
+    - Improve version parsing tests: add tests for typical version components,
+      add tests for invalid versions, including numeric range and non-numeric
+      prefixes.
+      Unit tests 21278, 21450, and 21507. Partially implements 21470.