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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pratik Karki
thunar
Commits
781395f3
Commit
781395f3
authored
12 years ago
by
Nick Schermer
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release.
parent
60e9680e
Loading
Loading
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
+5
-5
5 additions, 5 deletions
configure.ac.in
with
24 additions
and
5 deletions
NEWS
+
19
−
0
View file @
781395f3
1.6.0
=====
- Drop spacing betweek Kind and icon in file properties.
- Make sure trash is loaded during session restore (bug #9513).
- Don't open a useless tab (bug #9519).
- Remove session file if there are no windows (bug #9519).
- Add special tooltip for the trash in shortcuts.
- Revert "Improve pervious commit.. (bug #9552).
- Slightly increase the progress dialog (bug #9545).
- Set icon names in go menu (bug #9559).
- Hide spinner when there's no activity (bug #9563).
- Fix sorting by type (bug #9549).
- Remove the display names from the emblems (bug #9548).
- Test if the application generated a thumbnail if not supported.
- Translation updates: Czech, Danish, German, Hebrew, Croatian,
Hungarian, Italian, Japanese, Dutch (Flemish), Polish, Portuguese,
Portuguese (Brazilian), Romanian, Russian, Ukrainian, Chinese
(Taiwan).
1.5.3
=====
- Re-add the has-handler check when inserting rows.
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
5
−
5
View file @
781395f3
...
...
@@ -24,11 +24,11 @@ dnl ***************************
m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [2])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [
5
])
m4_define([thunar_version_micro], [
3
])
m4_define([thunar_version_minor], [
6
])
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 *******************************************
...
...
@@ -39,7 +39,7 @@ m4_define([thunar_debug_default], [ifelse(thunar_version_tag(), [git], [yes], [m
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2004-201
1
The Thunar development team. All rights reserved.])
AC_COPYRIGHT([Copyright (c) 2004-201
2
The Thunar development team. All rights reserved.])
AC_INIT([Thunar], [thunar_version], [http://bugzilla.xfce.org/], [Thunar])
AC_PREREQ([2.50])
AC_CANONICAL_TARGET()
...
...
@@ -138,7 +138,7 @@ XDT_CHECK_LIBX11_REQUIRE()
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
XDT_CHECK_PACKAGE([EXO], [exo-1], [0.
9
.0])
XDT_CHECK_PACKAGE([EXO], [exo-1], [0.
10
.0])
XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.30.0])
XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.30.0])
XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.30.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