Gnumeric 1.12.29 aka "Dead Kittens" is now available.

The Gnumeric Team is pleased to announce the availability of Gnumeric version 1.12.29.

Noteworthy news in this release:

  • Deal with Gtk+ API changes.

This releases fixes the worst of the Gtk+-3.20-related breakage: when compiled with post Gtk+ 3.20, things should render reasonably well under that version of Gtk+. A binary compiled with an earlier version of Gtk+ will work any Gtk+ until sometime in the Gtk+ 3.19 series. It is not possible to compile Gnumeric into one binary that will work with both pre- and post-Gtk+-3.20.

Details of changes by contributor:

  • Jean
    • Fix array reading in plots using matrix data. [Bug 765483].
  • Morten
    • Documentation fixes for complex numbers.
    • Fix rare RANDBETWEEN problem.
    • Test suite improvements.
    • Fix value-area problem. [Bug 765438].
    • Make xlsx shared strings parsing more robust. [Bug 765544].
    • Dead kittens.

goffice 0.10.29 aka "Dead Kittens" is now available.

The Gnumeric Team is pleased to announce the availability of goffice version 0.10.29.

Details of changes by contributor:

  • Jean
    • Do not load invalid data labels in XYcolor plots. [Bug 765155].
    • Fix an infinite loop condition in 3D plots. [Bug 765480].
    • Implement line width and fill pattern support in themes. [Bug 765970].
  • Morten
    • Improve go_complex_sqrt.
    • Improve go_complex_div.