Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
tumbler
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
tumbler
Commits
c299bf02
Commit
c299bf02
authored
1 year ago
by
Gaël Bonithon
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release
parent
1120b9c8
No related branches found
No related tags found
No related merge requests found
Pipeline
#22262
passed with stages
Stage: build
Stage: release
in 4 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+10
-0
10 additions, 0 deletions
NEWS
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
with
12 additions
and
2 deletions
NEWS
+
10
−
0
View file @
c299bf02
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
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
2
View file @
c299bf02
...
...
@@ -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-202
2
The Xfce development team])
AC_COPYRIGHT([Copyright (c) 2018-202
3
The Xfce development team])
AC_INIT([tumbler], [tumbler_version], [https://gitlab.xfce.org/xfce/tumbler])
AC_PREREQ([2.60])
AC_CANONICAL_TARGET()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment