Gnumeric 1.12.51 aka "TBD" is now available.

The Gnumeric Team is pleased to announce the availability of Gnumeric version 1.12.51. This release requires the concurrently releast goffice 0.10.51.

This is a bugfix release. In particular:

  • A nasty problem involving conditional styles copied between sheets was fixed.
  • A problem in Pango affecting rich text in cells was worked around. (This has been fixed by the Pango developers also.)
  • We now avoid g_memdup as that has been slated to be removed by the glib maintainers.

Details of changes by contributor:

  • Jean
    • Fix error bars when data are in a multi-column array. [Bug 594].
    • Always set the GO_DATA_HAS_VALUE flag when needed. [Bug 595].
  • Morten
    • Fix --with-long-double configuration.
    • Fix applix import/locale problem.
    • Make sure CEIL doesn't return -0. [Bug 603].
    • Add ILOG function. [Bug 591].
    • Fix MROUND. [Bug 604].
    • Take evasive action re g_memdup.
    • Fix inter-gnumeric array formula paste crash. [Bug 606].
    • Avoid re-querying file existance for recent files. [Part of Bug 602].
    • Fix rich-text rendering (based on work of Jean). [Bug 607].
    • Fix crash with conditional styling. [Bug 597].
    • Extend BITOR, BITAND, BITXOR to any numbers of arguments.
    • Fix ods export leak. [Bug 611].

goffice 0.10.51 aka "TBD" is now available.

The Gnumeric Team is pleased to announce the availability of goffice version 0.10.51. This is a bugfix release.

Details of changes by contributor:

  • Jean
    • Do not clip markers in scatter plots. [Bug 584].
    • Draw background and outline for data labels. [Bug 592].
  • John Denker
    • Fix go_fake_{ceil,floor} confusion. [Bug 56].
  • Morten
    • Introspection updates.
    • Improve go_pow10 accuracy by avoiding pow as much as possible.
    • Take evasive action re g_memdup.