Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
libxfce4ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
libxfce4ui
Commits
748e1b0a
Commit
748e1b0a
authored
3 weeks ago
by
Gaël Bonithon
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release
parent
46bb2bb0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#36926
passed
3 weeks ago
Stage: build
Stage: release
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+42
-0
42 additions, 0 deletions
NEWS
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
meson.build
+1
-1
1 addition, 1 deletion
meson.build
with
44 additions
and
2 deletions
NEWS
+
42
−
0
View file @
748e1b0a
4.21.0 (2025-03-17)
======
- Expose xfce-cell-renderer-icon
- build: Automate copyright year management
- Add missing symbols to GNU visibility
- Add xfce-tree-view from exo
- Add xfce-open from exo
- Add xfce-desktop-item-edit from exo
- Add xfce-icon-chooser-dialog and xfce-icon-view from exo
- build: Remove libxfce4ui-config.h from GI
- build: Add missing check for mmap
- Add xfce-gtk-extensions from exo
- Add xfce-gdk-pixbuf-extensions from exo
- Add xfce-execute from exo
- I18n: Update po/LINGUAS list
- xfce4-about: Add .desktop file to the settings manager
- clipboard-manager: Preserve all image formats when taking ownership
- meson-build: Use SPDX license expression
- meson-build: Update debug/optimization flag management
- Delete obsolete file libxfce4ui-1.pc.in
- build: Use VERSION_FULL intead of VERSION or PACKAGE_VERSION
- autotools-build: Fix EXTRA_DIST redefinition
- Add meson build
- build: Include local header libxfce4ui/libxfce4ui.h
- build: Fix include guard position
- Set up GNU symbol visibility for libxfce4kbd-private
- Migrate to xdt-gen-visibility and xdt-check-abi
- Add variadic functions to Vala
- Fix namespace for GObject introspection
- Translation Updates:
Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Asturian,
Azerbaijani, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese
(China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech,
Danish, Dutch, Eastern Armenian, English (Australia), English (United
Kingdom), Estonian, Finnish, French, Galician, Georgian, German,
Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay,
Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian
(Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish,
Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Venetian, Welsh
4.20.0 (2024-12-15)
======
- Update active contributors for 4.20
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
748e1b0a
...
...
@@ -5,7 +5,7 @@ dnl
dnl ***************************
dnl *** Version information ***
dnl ***************************
XDT_VERSION_INIT([4.2
0
.0]
, [git]
)
XDT_VERSION_INIT([4.2
1
.0])
m4_define([copyright_year], [2025])
m4_define([libxfce4ui_verinfo], [0:0:0])
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
1
−
1
View file @
748e1b0a
project
(
'libxfce4ui'
,
'c'
,
version
:
'4.2
0
.0
-dev
'
,
version
:
'4.2
1
.0'
,
license
:
'GPL-2.0-or-later'
,
meson_version
:
'>= 0.57.0'
,
default_options
:
[
'c_std=gnu11'
,
'buildtype=debugoptimized'
,
'warning_level=2'
]
...
...
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