Camera name in supported camera array doesn't match

A small problem with the supported camera array:

The 0.19.5 array of supported cameras says "Olympus E5 Mark II", but the camera reports "Olympus E5MarkII", so when I check against the array I don't get a match. Will you be able to fix this in the next release?

Are you yet in a position to say (plus or minus a few weeks) when you'll be releasing the next "Stable" release?

Many thanks
David

Forums: 

Yes, this camera uses E

Yes, this camera uses E-M5MarkII string in EXIF 0x0110 tag (Model).
LibRaw 0.20 (Beta1 just published) provides 'E-M5 Mark II' string in normalized_model[]

BTW, LibRaw::cameraList() is 'user readable', it contains some notes and special cases (like 'lossless only' or 'CHDK hack'). It does not targeted to be matched against model/normalized_model.

-- Alex Tutubalin @LibRaw LLC