blob: d4f6ab0d26ba7586eae729f899066ca55127ab91 (
plain)
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
120
121
122
123
124
|
2013-11-25 - Silvio Rhatto <rhatto@riseup.net>
Fixed minor typos
Man page update
Temp folder priority set to "$TMPDIR $TMP /tmpĀ /run/shm"
Avoid bash arrays on append action (closes #26)
Shell completion enhancements.
Fixing keyringer_has_action() to correctly handle "/" and ".".
Action ls now supports leading slash ("/").
Support for encrypting a whole tree (closes #21)
2013-11-14 - 0.2.8 Silvio Rhatto <rhatto@riseup.net>
Updated development workflow and version scheme
2013-11-14 - 0.2.7 Silvio Rhatto <rhatto@riseup.net>
Ramdisk check for temporary folders (closes #13)
Shred of temporary files (closes #27)
Encrypt/open improvements (closes #9)
Initialization now asks user to edit the default preferences file
Usage improvements
Added keyringer.pot for easy manpage translation (closes #5)
Changed encrypt syntax
Fix handing of file names with spaces (#20)
Manpage enhancements and english review (#5)
Strict FHS compliance (closes #18)
2013-10-04 - 0.2.6 Silvio Rhatto <rhatto@riseup.net>
Removing debian specifics from the master branch (#1)
Minor fixes
Handle file names with spaces (#20)
Added 'init' subcommand into shell completions
2013-09-27 - 0.2.5 Silvio Rhatto <rhatto@riseup.net>
Development workflow enhancements
2013-09-26 - 0.2.4 Silvio Rhatto <rhatto@riseup.net>
Integrate version check and upgrade into workflow (closes #17)
Misc debian packaging fixes (#1)
2013-09-16 - 0.2.3 Silvio Rhatto <rhatto@riseup.net>
Makefile enhancements
Lintian-clean Debian package (#1)
Machine-readable debian/copyright (#1)
Added ChangeLog (closes #12)
Changing LICENSE (closes #10)
2013-08-25 - 0.2.2 Silvio Rhatto <rhatto@riseup.net>
Changing default prefix and doc install folder (closes #11)
Minor cleanup at zsh completion
Added manpage
Doc update
Added support to encrypt from files
Adding 'open' action
Makefile update
Added zsh completion
2013-08-02 - 0.2.1 Silvio Rhatto <rhatto@riseup.net>
Added bash completion
Documentation updates
Using empty passphrases for genpair_ssh
Recrypt: just write to file if successful (#6)
Check return status (closes #7)
Load preferences for actions as well
Improve the 'preferences add' action
Add usage to the 'preferences' action
Do not enclose $EDITOR with quotes as it might break constructions such as "vim -X"
2012-06-26 - 0.2 Silvio Rhatto <rhatto@riseup.net>
Initial debian packaging support
2012-03-30 - 0.1 Silvio Rhatto <rhatto@riseup.net>
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Jamie McClelland <jm@mayfirst.org>
ricola <ricola@poivron.org>
Initial keyringer release
|