Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
thunar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
279
Issues
279
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xfce
thunar
Commits
43f0fee9
Commit
43f0fee9
authored
Jun 06, 2018
by
Alexander Schwinn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
e859b82d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
NEWS
NEWS
+11
-0
configure.ac.in
configure.ac.in
+3
-3
No files found.
NEWS
View file @
43f0fee9
1.8.0
=====
- Refresh folder-copy and -move icons from Adwaita icon theme
- Introduce ellipsis to Detailed View filename
- Convert AppData file to AppStream (Bug #14037)
- fixed and/or silenced all remaining gtk3 deprecations
- Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
Danish, Dutch, English (Australia), English (United Kingdom), French, Galician, German, Hebrew,
Hungarian, Italian, Japanese, Korean, Lithuanian, Malay, Polish, Portuguese, Portuguese (Brazil),
Russian, Spanish, Turkish, Ukrainian
1.7.2
=====
- Thunar confuses files (bug #12435)
...
...
configure.ac.in
View file @
43f0fee9
...
...
@@ -25,11 +25,11 @@ dnl ***************************
m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [3])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [
7
])
m4_define([thunar_version_micro], [
2
])
m4_define([thunar_version_minor], [
8
])
m4_define([thunar_version_micro], [
0
])
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 *******************************************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment