summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-05-30 11:29:38 +0200
committerraveit65 <[email protected]>2021-05-30 11:54:20 +0200
commit5bca8ae4be80249b68b995b70b4e42a7d1165917 (patch)
tree4ed95cf191120d92be150abcf14a025749701e28
parent3f82810399f933e7202ec741c5fea6f74ea0e4c8 (diff)
downloadmate-calc-5bca8ae4be80249b68b995b70b4e42a7d1165917.tar.bz2
mate-calc-5bca8ae4be80249b68b995b70b4e42a7d1165917.tar.xz
release 1.25.1v1.25.1
-rw-r--r--NEWS34
-rw-r--r--configure.ac2
2 files changed, 35 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2815fb2..49dc1a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+### mate-calc 1.25.1
+
+ * Translations update
+ * build: abort configuration when development library for MPC is missing
+ * history view follows preferences
+ * mp-serializer: init MPNumbers outside of loop
+ * mp.c: mp_reciprocal: fix when calling it with same arguments.
+ * mp-serializer: fix memory leaks reported by valgrind
+ * math-buttons: fix memory leaks reported by valgrind
+ * factorization: display prime factors in fixed number format
+ * build: add configure summary
+ * build: Use PACKAGE_URL variable
+ * build: Use config.h which defines GETTEXT_PACKAGE & VERSION
+ * Update copyright to 2021
+ * insert character dialog: add spacing, remove invisible char
+ * remove unused trunc button from programming mode
+ * Remove warning about unused parameters in `ìnt main` function
+ * financial: Remove warnings about unused parameter 'equation'
+ * math-buttons: Remove warnings about format not a string literal
+ * Remove unused macros
+ * Show factorization in history view.
+ * Show exponents in factorization.
+ * Update Readme
+ * Remove USE_MATE2_MACROS from autogen.sh (legacy)
+ * Fix most conversion warnings.
+ * Improve factorization speed
+ * fix calulation of x^q, where 1/q is a negative integer
+ * Clear answer if editing right before it
+ * Refresh bits panel after calculation
+ * Correct Astronomical unit (to 149597870700 m)
+ * mp-convert: Remove trailing spaces/tabs
+ * Implement navigation through history stack equations using keyboard
+ * fixes incorrect parenthesis handling
+
### mate-calc 1.25.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 313f226..3b9bc5c 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.25.0], [https://github.com/mate-desktop/mate-calc/issues],
+AC_INIT([mate-calc], [1.25.1], [https://github.com/mate-desktop/mate-calc/issues],
[mate-calc], [https://mate-desktop.org])
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news])