Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
xfdesktop
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
Jeremy White
xfdesktop
Commits
0684722f
Commit
0684722f
authored
10 years ago
by
Eric Koegel
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release.
parent
f3f876d5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+19
-0
19 additions, 0 deletions
NEWS
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
21 additions
and
2 deletions
NEWS
+
19
−
0
View file @
0684722f
4.11.5
======
[Please note that this is a development release.]
Seventh development release of xfdesktop targeting for Xfce 4.12.
Please report all problems at bugzilla.xfce.org.
* Miscellaneous bug fixes:
- Disconnect the directory signal handler when changing folders.
- Correct an additional default icon size setting.
- Fix for images not appearing in settings app (Bug 10685)
- Reset the icon_view style on style change (Bug 10605)
- Filter out changed events for special icons (Bug 10755)
- Use GIO directly for delete/trash operations (Bug 10778)
- G_CONST_RETURN has been deprecated
* Translation updates: Czech (cs), Croatian (hr), Polish (pl),
Portuguese (Brazilian) (pt_BR), Swedish (sv)
4.11.4
======
[Please note that this is a development release.]
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
0684722f
...
...
@@ -6,10 +6,10 @@ dnl
dnl version info
m4_define([xfdesktop_version_major], [4])
m4_define([xfdesktop_version_minor], [11])
m4_define([xfdesktop_version_micro], [
4
])
m4_define([xfdesktop_version_micro], [
5
])
m4_define([xfdesktop_version_nano], [])
m4_define([xfdesktop_version_build], [@REVISION@])
m4_define([xfdesktop_version_tag],[
git
])
m4_define([xfdesktop_version_tag],[])
m4_define([xfdesktop_version], [xfdesktop_version_major().xfdesktop_version_minor().xfdesktop_version_micro()ifelse(xfdesktop_version_nano(), [], [], [.xfdesktop_version_nano()])ifelse(xfdesktop_version_tag(), [git], [xfdesktop_version_tag()-xfdesktop_version_build()], [xfdesktop_version_tag()])])
dnl minimum required versions
...
...
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