Skip to content

Commit

Permalink
release 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed May 30, 2021
1 parent 3f82810 commit 5bca8ae
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 5bca8ae

Please sign in to comment.