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
9c5001ce
Commit
9c5001ce
authored
7 years ago
by
Eric Koegel
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release.
parent
716b49b9
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
+15
-0
15 additions, 0 deletions
NEWS
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
17 additions
and
2 deletions
NEWS
+
15
−
0
View file @
9c5001ce
4.13.1
======
[Please note that this is a development release.]
Development release of xfdesktop targeting for Xfce 4.14.
Please report all problems at bugzilla.xfce.org.
* Miscellaneous bug fixes:
- Fix a memory leak reported in Bug #13555
- Fix garcon-2 dependancy check (continue to use garcon-1)
* Translation Updates:
ca da de es fr he hr id it ja kk ko ms pl
pt pt_BR ru th uk zh_CN
4.13.0
======
[Please note that this is a development release.]
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
9c5001ce
...
...
@@ -6,10 +6,10 @@ dnl
dnl version info
m4_define([xfdesktop_version_major], [4])
m4_define([xfdesktop_version_minor], [13])
m4_define([xfdesktop_version_micro], [
0
])
m4_define([xfdesktop_version_micro], [
1
])
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