Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
libxfce4ui
Manage
Activity
Members
Labels
Plan
Issues
13
Issue boards
Milestones
Code
Merge requests
1
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
libxfce4ui
Commits
e7054237
Commit
e7054237
authored
2 years ago
by
Gaël Bonithon
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release
parent
3afda024
No related branches found
No related tags found
No related merge requests found
Pipeline
#17019
passed with stages
in 2 minutes and 28 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+30
-0
30 additions, 0 deletions
NEWS
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
32 additions
and
2 deletions
NEWS
+
30
−
0
View file @
e7054237
4.17.7 (2022-09-05)
======
- Update copyright year
- docs: Add missing index of deprecated symbols
- libxfce4kbd-private: Reset shortcut recursively (#53)
- tests: Fix deprecation warning
- docs: Fix some broken links
- docs: Fix "unused declarations" warning
- docs: Add missing documentation
- docs: Add missing deprecation guards
- docs: Update `.gitignore`
- Fix titled dialog subtitle when headerbar is not used (!78)
- xfce-about: Add kernel and gtk version to system tab (!76)
- titled-dialog: Exclude normal windows from CSD adjustments (!72)
- xfce-about: Slightly tweak padding (!75)
- xfce4-about: Add support for 3A5000/loongarch64 (!74)
- titled-dialog: CSD XfceTitledDialog improvements (#26, !71)
- Shortcuts Editor: Tooltip improvement (!70)
- Fix intltool lock file problem during make distcheck (!69)
- xfce-spawn: Do not change DISPLAY on non-X11 displays (#13, !68)
- xfce-dialogs: Fix a memory leak
- Bump minimal required libxfce4util to 4.17.2
- Translation Updates:
Albanian, Arabic, Azerbaijani, Basque, Bulgarian, Chinese (China),
Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Estonian, French,
Georgian, German, Greek, Hebrew, Hungarian, Indonesian, Italian,
Japanese, Korean, Lithuanian, Norwegian Bokmål, Occitan (post 1500),
Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
Slovenian, Spanish, Swedish, Turkish, Ukrainian, Welsh
4.17.6
======
- XfceShortcutsEditor: Do not update editor if shortcut change failed
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
e7054237
...
...
@@ -9,10 +9,10 @@ m4_define([libxfce4ui_verinfo], [0:0:0])
m4_define([libxfce4ui_version_api], [2])
m4_define([libxfce4ui_version_major], [4])
m4_define([libxfce4ui_version_minor], [17])
m4_define([libxfce4ui_version_micro], [
6
])
m4_define([libxfce4ui_version_micro], [
7
])
m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano version
m4_define([libxfce4ui_version_build], [@REVISION@])
m4_define([libxfce4ui_version_tag], [
git
])
m4_define([libxfce4ui_version_tag], [])
m4_define([libxfce4ui_version], [libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(), [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], [libxfce4ui_version_tag()-libxfce4ui_version_build()], [libxfce4ui_version_tag()])])
m4_define([libxfce4kbd_private_verinfo], [0:0:0])
...
...
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