Skip to content

Commit

Permalink
Updates for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Judt committed May 22, 2015
1 parent 00035cd commit b4b50ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.6.10
======
- Do not track thunar/thunar-marshal.{c,h}
- Remove Makefile and Makefile.in files when running distclean
- Remove subversion $Id$ tags
- Really fix trash state at startup (bug #9513 and #11913)
- Use proper return type for thunar_file_reload (bug #11913)
- Revert "Fix loading the trash bin status at startup (bug #9513)"

1.6.9
=====
- Fix ThunarBulkRename script not supporting spaces (bug #9713) (Harald Judt)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,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], [6])
m4_define([thunar_version_micro], [9])
m4_define([thunar_version_micro], [10])
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 *******************************************
Expand Down

0 comments on commit b4b50ad

Please sign in to comment.