On 25.09.2012 10:58, Dmitry Fleytman wrote:
This patch fixes incorrect help screen parsing for QEMU 1.0.1
package
Version line changed from
QEMU emulator version 1.0 (qemu-kvm-1.0), Copyright (c) 2003-2008 Fabrice Bellard
To
QEMU emulator version 1.0,1 (qemu-kvm-1.0.1), Copyright (c) 2003-2008 Fabrice Bellard
This seems like a bug to me. If it is a micro version number, why is it
delimited with comma instead of dot? If it is not a micro version
number, can we threat it like it is?
BTW: what distro is this so I can chase this down to see if it's a bug
or not?
Michal