Permalink
Browse files

Release 0.2.1

  • Loading branch information...
1 parent 97bd634 commit 36021d97ff80db39f0ec0a782eb1056a8898606c @Maato committed Mar 7, 2015
Showing with 9 additions and 1 deletion.
  1. +3 −0 AUTHORS
  2. +5 −0 ChangeLog
  3. +1 −1 wscript
View
@@ -6,3 +6,6 @@ Maato <maato@softwarebakery.com>
Pablo Lezaeta <prflr88@gmail.com>
- Install library with proper permissions, respect --libdir.
- README
+
+Hudd A <hededrk@gmail.com>
+ - Fixed crash when files with invalid UTF-8 encoded filenames were selected.
View
@@ -1,3 +1,8 @@
+0.2.1:
+ - Fixed crash when files with invalid UTF-8 encoded filenames were selected.
+ - Resolve symbolic links in paths.
+ - Install library with proper permissions, respect --libdir.
+
0.2.0:
- Broke comptability with older version of thunar in favor of
Thunar 1.2.0
View
@@ -4,7 +4,7 @@ import Options
import Utils
import Build
-VERSION = '0.2.0'
+VERSION = '0.2.1'
APPNAME = 'thunar-dropbox'
top = '.'

0 comments on commit 36021d9

Please sign in to comment.