summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-05-13 10:46:55 +1200
committerRobert Collins <robertc@robertcollins.net>2013-05-13 10:46:55 +1200
commitf430f961cca122c20059c68749826a44fb1f089f (patch)
tree4fbaef55840b3fc84c8798e2c60809435fd05890 /NEWS
parent73970b4f76ebb31925f0c26df53533703377c013 (diff)
downloadsubunit-f430f961cca122c20059c68749826a44fb1f089f.tar.gz
BUG FIXES
~~~~~~~~~ * Subunit v2 packets with both file content and route code were not being parsed correctly - they would incorrectly emit a parser error, due to trying to parse the route code length from the first byes of the file content. (Robert Collins, 1172815)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4048c12..731a3b7 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,14 @@ subunit release notes
NEXT (In development)
---------------------
+BUG FIXES
+~~~~~~~~~
+
+* Subunit v2 packets with both file content and route code were not being
+ parsed correctly - they would incorrectly emit a parser error, due to trying
+ to parse the route code length from the first byes of the file content.
+ (Robert Collins, 1172815)
+
0.0.11
------