Skip to content

Commit

Permalink
release 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkma committed Nov 11, 2022
1 parent 271dd1b commit e5df911
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
### mate-utils 1.27.0

* tx: sync with transifex
* configure.ac: The macro 'AC_HELP_STRING' is obsolete
* tx: update resource
* tx: migrate config file
* baobab: Fix -Wmissing-prototypes warnings (#339)
* logview: converting the enum constant to a boolean
* Fix build warnings about missing field initializer
* ci: drop -Wunused-parameter flag from debian build
* gdict-applet: do not build the file path
* dict: implicit conversion changes signedness: 'gboolean' to 'guint'
* mate-dictionary: fix memory leak
* mate-dictionary: fix memory leak
* Unnecessary G_OBJECT cast when calling signal connect function
* gsearchtool: fix memory leak
* mate-dictionary: fix memory leak
* Redundant null check before freeing the variable
* mate-disk-image-mounter: fix memory leak
* mate-screenshot: fix memory leak
* logview: remove whitespaces before #if, #else, and #endif
* Use a blank line at most
* Fix News

### mate-utils 1.26.0

* Translations update
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with MATE Utils. If not, see <https://www.gnu.org/licenses/>.

m4_define([mate_utils_major], [1])
m4_define([mate_utils_minor], [26])
m4_define([mate_utils_minor], [27])
m4_define([mate_utils_micro], [0])

m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro])
Expand Down

0 comments on commit e5df911

Please sign in to comment.