-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
119 lines (75 loc) · 3.54 KB
/
CHANGELOG.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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
purge-any (1.014)
* Made the IO::Compress::Gzip dependency optional on GNU platforms, for an
easier installation method on RHEL5.
* Improved error reporting on opendir
* Avoid an out of memory condition on large directories
* Detect TAB characters in the configuration file and treat them as fatal
errors.
* Updated documentation for installation on RHEL5 & RHEL6
-- Thomas Equeter <[email protected]> Tue, 14 Apr 2015
purge-any (1.013)
* Documented how to install the dependencies on various platforms.
* No code changes.
-- Thomas Equeter <[email protected]> Wed, 02 Oct 2013
purge-any (1.012)
* Fixed a purge-any.exe (packaged Win32 executable) where the
rename_with_date action would suddenly stop the script with a 0 return
code.
* Added misc TRACE statements in the code to debug the above (use -vvvv to
see them).
* Fixed the File::Path workaround to work on recent library versions with a
non-numeric version string.
-- Thomas Equeter <[email protected]> Unk, xx Mar 2010
purge-any (1.011)
* Documentation fixes
-- Thomas Equeter <[email protected]> Tue, 03 Mar 2010
purge-any (1.010)
* Added gzip action
* Added rename_with_date
* Added mmin predicate
* Misc fixes, documentation and test refactoring
-- Thomas Equeter <[email protected]> Tue, 10 Feb 2010
purge-any (1.009)
* Added a workaround for File::Path version < 2 (such as RHEL4)
* Misc fixes
-- Thomas Equeter <[email protected]> Tue, 17 Aug 2010 16:27:45 +0200
purge-any (1.008)
* Renamed regexp to regex to match the documentation and GNU find
* Bugfix: invalid predicates should never match
-- Thomas Equeter <[email protected]> Fri, 30 Jul 2010 18:15:43 +0200
purge-any (1.007)
* Made --show-config actually show the loaded configuration
* Added mindepth/maxdepth purge settings
* The default mindepth is now 1, ie. specified paths will not be considered
for purging, only their contents. This is what users expect.
-- Thomas Equeter <[email protected]> Fri, 30 Jul 2010 17:04:46 +0200
purge-any (1.006)
* New predicate: "type"
* New predicate: "empty"
-- Thomas Equeter <[email protected]> Wed, 28 Jul 2010 18:01:58 +0200
purge-any (1.005)
* Misc documentation fixes
* Encoding-related PAR packaging fixes (added missing module)
* Implemented a workaround for locale detection on RHEL4
* Removed the undocumented dependency to the "version" module
-- Thomas Equeter <[email protected]> Tue Jul 27 18:28:11 2010 +0200
purge-any (1.004)
* Bugfix: files with non-ASCII characters can now be deleted (for real)
-- Thomas Equeter <[email protected]> Fri, 16 Jul 2010 16:24:16 +0200
purge-any (1.003)
* Do not anchor regex anymore (1.002 already documents this new behavior)
* Removed the complex configuration file lookup code, just look in the
current directory (idem)
* Bugfix: files with non-ASCII characters can now be deleted
-- Thomas Equeter <[email protected]> Tue Jul 13 18:35:54 2010 +0200
purge-any (1.002)
* Added POD documentation for the configuration file
* Added the README.txt and CHANGELOG.txt
-- Thomas Equeter <[email protected]> Tue Jul 13 15:01:48 2010 +0200
purge-any (1.001)
* Added --version
* Now converting host names to lowercase
-- Thomas Equeter <[email protected]>
purge-any (1.000)
* First stable release
-- Thomas Equeter <[email protected]>