KMyMoney 3.97.2 - bugfix release

asoliverez's picture

Today we have released a new version, 3.97.2. It includes a critical fix for a bug that slipped in the latest release.

When you are making changes at a fast pace, you will make a mistake sooner or later. Hopefully, you will catch before it can reach a wider audience, but sometimes you won't find it quick enough. So, about a week before the release of 3.97.0, I was going through the Krazy warnings, and I made a change that seemed fairly innocent at the time, changed 2 QDialog classes to be KDialog.

It was late, it compiled ok, and I was sure I had tested it, but I hadn't, and I inadvertently broke the split editor in the latest release, 3.97.0. So, 2 days after the release, late at night, a new bug showed up in BKO. To my dismay, I confirmed the problem and also confirmed that the problem was present in the latest release. I commited a quick fix that night (at about 3am) and then a more thorough patch the next day.

This latest tarball includes only these fixes, plus updating the version number of the code, which we always seem to forget.

And yes, I will remember for a long time that if you change a QDialog to a KDialog, weird things can happen to the layout. :D