summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-12-23 17:12:17 +0100
committerMax Kellermann <max@musicpd.org>2019-12-24 10:15:03 +0100
commit744bd1eadc0567563fc551ebb4f237134a51f905 (patch)
treecbb266a87180b882f29b8c89762d54c8dcdc8901 /NEWS
parent2bc127bb4336d1de047cca57b07865ed1e53f967 (diff)
time/ISO8601: refactor ParseTimeOfDay() to parse one by one
This prepares the migration away from strptime() for Windows portability. But the real reason I'm doing this is that strptime() on Apple is buggy: strptime("14", "%H%M%S") (without separating colons) succeeds even though only the hour has been parsed. This fixes recent Travis failures in the ParseISO8601() unit test.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 516148047..048a9972e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.21.18 (not yet released)
+* protocol
+ - work around Mac OS X bug in the ISO 8601 parser
* output
- alsa: fix hang bug with ALSA "null" outputs
* storage