diff options
author | raveit65 <[email protected]> | 2020-02-09 11:51:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-09 13:21:44 +0100 |
commit | 163c2dbfcd2a473bce607c0cd9ff53414dea5805 (patch) | |
tree | de1fc8c0004aeab8c6975a5937570cf39ee953e2 | |
parent | d88c0539adfc7b5309333e7683de8a26a8419517 (diff) | |
download | mate-calc-163c2dbfcd2a473bce607c0cd9ff53414dea5805.tar.bz2 mate-calc-163c2dbfcd2a473bce607c0cd9ff53414dea5805.tar.xz |
release 1.24.0
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 2 deletions
@@ -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) |