Skip to content

Commit

Permalink
release 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed May 11, 2023
1 parent f9f9b32 commit a1451f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
### libmatekbd 1.26.1

* tx: sync with transifex
* matekbd-keyboard-drawing: fix memory leak
* matekbd-keyboard-drawing: fix memory leak

### libmatekbd 1.26.0

* tx: sync with transifex
build: show package name and version in configure summary
build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
Remove USE_MATE2_MACROS from autogen.sh (legacy)
* build: show package name and version in configure summary
* build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
* Remove USE_MATE2_MACROS from autogen.sh (legacy)

### libmatekbd 1.25.0

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl *** configure.in for libmatekbd ***
dnl ***************************************************************************
m4_define([libmatekbd_major_version], [1])
m4_define([libmatekbd_minor_version], [26])
m4_define([libmatekbd_micro_version], [0])
m4_define([libmatekbd_micro_version], [1])
m4_define([libmatekbd_version],[libmatekbd_major_version.libmatekbd_minor_version.libmatekbd_micro_version])

AC_INIT([libmatekbd], [libmatekbd_version], [https://github.com/mate-desktop/libmatekbd])
Expand Down

0 comments on commit a1451f9

Please sign in to comment.