forked from andreafrancia/trash-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HISTORY.txt
41 lines (34 loc) · 1.5 KB
/
HISTORY.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
after the 0.12.6:
- fixed trash-empty crashed with GetoptError in short_has_arg(): option -2
not recognized (see
https://bugs.launchpad.net/ubuntu/+source/trash-cli/+bug/1015877 )
0.12.6:
- add Donate button on README
0.12.4.24:
- Fixes a packaging problem of the previous release which prevented the
installation via easy_install and/or pip (see
https://github.com/andreafrancia/trash-cli/issues/5)
- Fixes the name of the man page for restore-trash.
0.12.4:
- Reintroduced `trash` command as alias to `trash-put`
- Now trash-list checks for $topdir/.Trash having sticky bit and not being a
symlink and warns when these requirements are not met.
- Now trash-list handles empty, unreadable or malformed .trashinfo
- Now `trash-emtpy <days>` skips .trashinfos with invalid DeletionDates
- Removed Unipath dependency
- Switched from googlecode to github
- Removed tests written in Bash
- Complete rewrite of trash-list and trash-empty
0.11.3:
- Now works also on Mac OS X
- Fixed #55: restore-trash sets all-write permissions for the destination directory
- Volumes detection: Now uses "df -P" output as fallback when getmnt fails.
- Fixed #54. Now restore trash refuses to overwrite a file. Used code adapted from a patch written by Christian.Oudard
0.11.2:
Fixed #45: Cannot build RPM package with 0.11.1.2
0.11.1.2:
Fixed problems running setup.py
0.11.1:
Updated version number to make easy_install happy
0.11.0:
Fixed serious bug in trash-put: now the dot `.' and dot-dot `..' are skipped.