https://bugs.winehq.org/show_bug.cgi?id=14916
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Version|unspecified |1.1.2
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
when fixing up missing/incorrect fields in tickets please always try to fill out/guess the version field. Having no version at all is really bad.
For guessing the version I usually take the first comment(s) date and match it up against Wine tags:
--- snip --- $ git log --tags --simplify-by-decoration --pretty="format:%ci %d %s" 2018-06-26 11:42:08 +0200 (tag: wine-3.0.2, winehq/stable) Release 3.0.2. 2018-05-14 13:50:52 +0200 (tag: wine-3.0.1) Release 3.0.1 2018-06-23 01:30:20 +0200 (tag: wine-3.11) Release 3.11. 2018-06-11 20:08:39 +0200 (tag: wine-3.10) Release 3.10. 2018-05-25 20:38:57 +0200 (tag: wine-3.9) Release 3.9. 2018-05-11 20:20:21 +0200 (tag: wine-3.8) Release 3.8. 2018-04-27 20:23:54 +0200 (tag: wine-3.7) Release 3.7. ... 2008-09-19 18:05:36 +0200 (tag: wine-1.1.5) Release 1.1.5. 2008-09-05 17:28:27 +0200 (tag: wine-1.1.4) Release 1.1.4. 2008-08-22 17:16:26 +0200 (tag: wine-1.1.3) Release 1.1.3. 2008-07-25 17:42:25 +0200 (tag: wine-1.1.2) Release 1.1.2. 2008-07-11 17:55:55 +0200 (tag: wine-1.1.1) Release 1.1.1. ... --- snip ---
2008-07-25 (wine-1.1.2) < 2008-08-19 (comment #1) < 2008-08-22 (wine-1.1.3)
You can run it through 'grep' to find more exact match faster.
I've used this method many times to fix up tickets before Wine printed the version in crash logs. Even if it's not entirely accurate I still think it's better than nothing.
Regards