Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
thunar
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
thunar
Commits
bc2fa68a
Commit
bc2fa68a
authored
13 years ago
by
Nick Schermer
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release.
parent
9971bb66
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+17
-1
17 additions, 1 deletion
NEWS
configure.in.in
+2
-2
2 additions, 2 deletions
configure.in.in
with
19 additions
and
3 deletions
NEWS
+
17
−
1
View file @
bc2fa68a
1.3.
x
1.3.
2
=====
- Support small property for trash panel applet (bug #8391).
- Make uca.xml readable for humans.
- Enable startup-notify in the uca example.
- Hide thumb queue cleanup debug and plug memleak.
- Plug more leaks in thumbnailer.
- Reload ThunarView if job finishes.
- Use macro to get uri where possible.
- Free string in progress view.
- Fix file selection problems.
- Free module list in provider factory.
- Use a normal ExoBinding to avoid mem leak.
- Bump 4util and 4ui dependencies.
- Use macro to search for sed (bug #8686).
- Translation updates: Catalan (Valencian), Czech, Greek, Basque,
Finnish, French, Galician, Croatian, Japanese, Korean, Dutch
(Flemish), Norwegian Nynorsk, Portuguese, Portuguese (Brazilian),
Turkish.
1.3.1
=====
...
...
This diff is collapsed.
Click to expand it.
configure.in.in
+
2
−
2
View file @
bc2fa68a
...
...
@@ -25,10 +25,10 @@ m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [2])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [3])
m4_define([thunar_version_micro], [
1
])
m4_define([thunar_version_micro], [
2
])
m4_define([thunar_version_nano], [])
m4_define([thunar_version_build], [@REVISION@])
m4_define([thunar_version_tag], [
git
])
m4_define([thunar_version_tag], [])
m4_define([thunar_version], [thunar_version_major().thunar_version_minor().thunar_version_micro()ifelse(thunar_version_nano(), [], [], [.thunar_version_nano()])ifelse(thunar_version_tag(), [git], [thunar_version_tag()-thunar_version_build()], [thunar_version_tag()])])
dnl *******************************************
...
...
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