Skip to content
Snippets Groups Projects
Commit bc2fa68a authored by Nick Schermer's avatar Nick Schermer
Browse files

Updates for release.

parent 9971bb66
No related branches found
No related tags found
No related merge requests found
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
=====
......
......@@ -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 *******************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment