From 163c2dbfcd2a473bce607c0cd9ff53414dea5805 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 9 Feb 2020 11:51:23 +0100 Subject: release 1.24.0 --- NEWS | 16 +++++++++++++++- configure.ac | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bbe062a..f3e76d9 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,20 @@ +### mate-calc 1.24.0 + + * Translations update + * Fix typo: 'Avogadro' instead 'Avogrado' + * Update copyright to 2020 + * fixes precedence of functions i.e. the result of -ln(1) and add according tests + * desktop file: add missing hints for translators + * fix typo in keywords in desktop file + * mate-calc.desktop.in: Add missing Keywords + * Do not remove org.mate.calc.gschema.xml on make distclean + * The function 'mp_mask' is never used + * sets the required version for gettext (0.19.8) + * parserfunc: Return NULL on NOT operation overflow + ### mate-calc 1.23.0 - * tx: sync with transifex + * Translations update * Remove trailing whitespaces * Migrate from intltools into gettext * mp-serializer: fix scientific presentation of complex numbers diff --git a/configure.ac b/configure.ac index ca2055e..f64c607 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.62) -AC_INIT([mate-calc], [1.23.0], [http://mate-desktop.org]) +AC_INIT([mate-calc], [1.24.0], [http://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) AC_CONFIG_HEADERS(config.h) -- cgit v1.2.1