diff options
author | Max Kellermann <max@musicpd.org> | 2020-04-22 19:30:16 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-04-22 19:32:36 +0200 |
commit | 3b0f8d551630cdc23f3ba003014e22376dbe8ff0 (patch) | |
tree | 132765b229ce02acbf8fc1e038381c2aefdab361 /NEWS | |
parent | a5273d699274c0a6274052bb80fcfdd5c7fac88b (diff) |
lib/icu/CaseFold: remove Windows implementation
Reverts commit fb3564fbe76a10a0825bd06c0ff19f481d94b835
LCMapStringEx() doesn't do what I imagined it would do 5 years ago.
D'oh!
Closes https://github.com/MusicPlayerDaemon/MPD/issues/820
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ ver 0.21.23 (not yet released) - alsa: implement channel mapping for 5.0 and 7.0 * player - drain outputs at end of song in "single" mode +* Windows + - fix case insensitive search ver 0.21.22 (2020/04/02) * database |