File: Changes

package info (click to toggle)
safe-rm 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: makefile: 26; sh: 2
file content (66 lines) | stat: -rw-r--r-- 2,273 bytes parent folder | download | duplicates (2)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
1.1.0 (2021-01-05)
  - Prevent the deletion of symlinks protected explicitly (bug #899721).
  - Ship a desktop file to add a context menu shortcut (bug #1905830).
  - Remove /usr/bin/env from the default list (reverts bug #1854102).
  - Expanded unit test coverage.

1.0.0 (2020-11-26)
  - Rewrite in Rust (bug #1854103).
  - Add a recursion limit of 256 paths for glob expansion (bug #901916).
  - Protect /usr/bin/env by default (bug #1854102).
  - Properly handle trailing slashes (bug #1398437).

0.13 (2020-09-05)
  - Add /usr/local/etc/safe-rm.conf as alternative config file (bug #1893500).
  - Upgrade links to HTTPS and fix dead ones.

0.12 (2014-11-03)
  - Remove unnecessary dependency on Env

0.11 (2014-10-08)
  - Read user config from $XDG_CONFIG_HOME/safe-rm too
  - Update URL and email address (safe-rm.org.nz is deprecated)

0.10 (2013-06-09)
  - Add IFS to the list of environment variables to untaint

0.9 (2013-01-11)
  - Add /lib32 and /lib64 to the default exclusions (bug #1097972)
  - Mention rmfd in the README

0.8 (2009-10-15)
  - Remove unnecessary dependency on English.pm

0.7 (2009-09-23)
  - Add CDPATH to the variables to untaint

0.6 (2009-05-22)
  - Allow the deletion of symlinks to protected paths
  - Change the "skipping" message to make it obvious that it comes from safe-rm

0.5 (2009-04-02)
  - Add basic support for wildcards in config files
  - Always run rm even when there are no arguments
  - Add contents to the manpage
  - Much cleaner code (almost at PerlCritic Level 1)
  - Turn on taint mode
  - Update author's email address

0.4 (2008-11-01)
  - Allow the root directory to be in the protected paths (thanks to Mubeen Jukaku!)
  - Add some setup instructions in the README file
  - Mention the new homepage in the README file

0.3 (2008-09-09)
  - Look at the full path of files in the current directory to make sure they are
    checked against the list of exclusions (thanks to Yi-Feng Tzeng!)

0.2 (2008-06-09)
  - Add support for system-wide protected path list
  - Add support for user-specific protected path list
  - Better instructions in the POD manpage
  - Check for infinite loops before using the "real" rm
  - Restore the original pathname when realpath fails

0.1 (2008-06-08)
  - Initial public release