summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorÉrico Rolim <erico.erc@gmail.com>2021-02-25 13:53:31 -0300
committerMax Kellermann <max@musicpd.org>2021-03-04 17:49:51 +0100
commit8d80280ab9ac9ec17abd981990771ea9927767a3 (patch)
treec5ec9d202d818d2537610f2dcfe97f6b6fefbb4f /NEWS
parentc95e3dc065be71bc66dd3b7b3f7b208f541e9341 (diff)
time/ISO8601: don't use glibc extension in strptime.
Per the manual for strptime, %F is equivalent %Y-%m-%d, so use that directly.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 35fba5b78..dbd9cbe1a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.22.7 (not yet released)
+* protocol
+ - don't use glibc extension to parse time stamps
* decoder
- ffmpeg: fix build problem with FFmpeg 3.4
* storage