Skip to content
Snippets Groups Projects
Commit c299bf02 authored by Gaël Bonithon's avatar Gaël Bonithon
Browse files

Updates for release

parent 1120b9c8
No related branches found
No related tags found
No related merge requests found
Pipeline #22262 passed with stages
in 4 minutes and 15 seconds
4.18.1 (2023-04-17)
======
- Fix memory leak in jpeg-thumbnailer
- Fix memory leak in cover-thumbnailer
- Fix previous commit
- cover-thumbnailer: Fix deprecation warning
- build: Let xdt-depends.m4 macros set GLib macros
- Translation Updates:
English (Canada), Greek, Korean, Portuguese
4.18.0 (2022-12-15)
======
- build: Bump requirements for Xfce 4.18
......
......@@ -25,7 +25,7 @@ m4_define([tumbler_verinfo], [0:0:0])
m4_define([tumbler_version_api_major], [1])
m4_define([tumbler_version_major], [4])
m4_define([tumbler_version_minor], [18])
m4_define([tumbler_version_micro], [0])
m4_define([tumbler_version_micro], [1])
m4_define([tumbler_version], [tumbler_version_major().tumbler_version_minor().tumbler_version_micro()])
dnl ***************************
......@@ -33,7 +33,7 @@ dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2009-2011 Jannis Pohlmann <jannis@xfce.org>])
AC_COPYRIGHT([Copyright (c) 2016-2017 Ali Abdallah <ali@xfce.org>])
AC_COPYRIGHT([Copyright (c) 2018-2022 The Xfce development team])
AC_COPYRIGHT([Copyright (c) 2018-2023 The Xfce development team])
AC_INIT([tumbler], [tumbler_version], [https://gitlab.xfce.org/xfce/tumbler])
AC_PREREQ([2.60])
AC_CANONICAL_TARGET()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment