Release new version 0.20.
[grml-crypt.git] / debian / changelog
1 grml-crypt (0.20) unstable; urgency=low
2
3   [ Thomas Koehler ]
4   * [2807d32] Typo fixes in a few messages.
5
6   [ Michael Prokop ]
7   * [cb23919 + 6bdde23] Fix symlink problem with newer device mapper,
8     patch based on work by Thomas Koehler (thanks!).
9
10  -- Michael Prokop <mika@grml.org>  Sun, 26 Dec 2010 23:45:55 +0100
11
12 grml-crypt (0.19) unstable; urgency=low
13
14   [ Thomas Koehler ]
15   * Bugfix: use DM_PATH_ instead of DM_NAME_ for fsck.
16   * Feature: if -F is given twice, run fsck with -f.
17
18  -- Michael Prokop <mika@grml.org>  Fri, 25 Jun 2010 13:43:22 +0200
19
20 grml-crypt (0.18) unstable; urgency=low
21
22   [ Michael Gebetsroither ]
23   * Enhance default iteration time to 1000ms.
24   * Enhance default cipher size to 256bit.
25   * Add cleanup ideas to TODO.
26   * Fixed variable naming.
27
28   [ Thomas Koehler ]
29   * Added -F option to run fsck before mounting a filesystem.
30
31   [ Michael Prokop ]
32   * Debian packaging:
33     - Bump Standards-Version to 3.8.4.
34     - Update Vcs headers.
35     - Cleanup debian/rules.
36     - Bump debian compat level to 5.
37     - Add ${misc:Depends} to Depends.
38     - Build-Depend on debhelper >= 5.
39
40  -- Michael Prokop <mika@grml.org>  Mon, 31 May 2010 10:14:20 +0200
41
42 grml-crypt (0.17) unstable; urgency=low
43
44   * Made packet lintian clean.
45
46  -- Michael Gebetsroither <gebi@grml.org>  Tue, 29 Apr 2008 00:59:14 +0200
47
48 grml-crypt (0.16) unstable; urgency=low
49
50   * Replace optimize* with optimise*, thanks for the hint
51     Thorsten Glaser.
52   * Several typo fixes and documentation improvements, thanks
53     for the patches - Alexander 'z3ttacht' Steinböck!
54   * Applied patch-bomb by Frank Terbeck (ft).
55   * changed to /bin/bash [Closed: issue180]
56
57  -- Michael Gebetsroither <gebi@grml.org>  Tue, 29 Apr 2008 00:34:06 +0200
58
59 grml-crypt (0.15) unstable; urgency=low
60
61   * Added compiled doku to the .tar.gz package
62   * Manpage fix (thx rob.s) [Closes: issue132]
63
64  -- Michael Gebetsroither <gebi@grml.org>  Fri, 23 Feb 2007 11:36:18 +0100
65
66 grml-crypt (0.14) unstable; urgency=low
67
68   * Fixed a few typos (thanks to Zugschlus)
69
70  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun,  2 Apr 2006 20:02:32 +0200
71
72 grml-crypt (0.13) unstable; urgency=low
73
74   * converted manpage to asciidoc
75   * few small fixes
76
77  -- Michael Gebetsroither <michael.geb@gmx.at>  Thu,  2 Feb 2006 17:07:36 +0100
78
79 grml-crypt (0.12) unstable; urgency=low
80
81   * varous small fixes
82
83  -- Michael Gebetsroither <michael.geb@gmx.at>  Wed, 18 Jan 2006 00:59:11 +0100
84
85 grml-crypt (0.11) unstable; urgency=low
86
87   * changed dependency to grml-shlib
88
89  -- Michael Gebetsroither <michael.geb@gmx.at>  Fri, 11 Nov 2005 20:20:54 +0100
90
91 grml-crypt (0.10) unstable; urgency=low
92
93   * added another example to the manpage
94   * fixed a few typos in the manpage
95
96  -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 22 Oct 2005 14:50:07 +0200
97
98 grml-crypt (0.09) unstable; urgency=low
99
100   * added usage example for usb-stick encryption to manpage
101
102  -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 22 Oct 2005 03:05:58 +0200
103
104 grml-crypt (0.08) unstable; urgency=low
105
106   * added checks against invalied mountpoints
107   * fixed a few small bugs
108
109  -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 22 Oct 2005 03:05:52 +0200
110
111 grml-crypt (0.07) unstable; urgency=low
112
113   * added --batch-mode detection for cryptsetup
114   * added $CRYPTSETUP_
115
116  -- Michael Gebetsroither <michael.geb@gmx.at>  Wed, 14 Sep 2005 20:19:19 +0200
117
118 grml-crypt (0.06) unstable; urgency=low
119
120   * fixed yesDialog with file which does not exist
121
122  -- Michael Gebetsroither <michael.geb@gmx.at>  Mon, 15 Aug 2005 23:40:44 +0200
123
124 grml-crypt (0.05) unstable; urgency=low
125
126   * added confirmation question
127   * manpage fixes
128
129  -- Michael Gebetsroither <michael.geb@gmx.at>  Mon, 15 Aug 2005 23:34:16 +0200
130
131 grml-crypt (0.04) unstable; urgency=low
132
133   * fixed a bug with filesystem images on unionfs
134
135  -- Michael Gebetsroither <michael.geb@gmx.at>  Wed, 10 Aug 2005 12:19:36 +0200
136
137 grml-crypt (0.03) unstable; urgency=low
138
139   * added cmdarg -S cipher size
140   * added cmdarg -C ciper
141   * added cmdarg -I number of iterations
142   * added cmdarg -A additional arguments passed through to cryptsetup
143   * added cmdarg -r setup mapping and mount in readonly mode
144   * added cmdarg -m additional arguments passed through to mount
145   * added all new cmdargs to manpage
146
147  -- Michael Gebetsroither <michael.geb@gmx.at>  Wed, 10 Aug 2005 01:59:15 +0200
148
149 grml-crypt (0.02) unstable; urgency=low
150
151   * small manpage fix
152   * removed function findNextFreeLoop, because it's now in sh-lib
153   * removed a few testing functions
154
155  -- Michael Gebetsroither <michael.geb@gmx.at>  Tue,  9 Aug 2005 16:07:38 +0200
156
157 grml-crypt (0.01) unstable; urgency=low
158
159   * Initial Release.
160
161  -- Michael Gebetsroither <michael.geb@gmx.at>  Tue,  9 Aug 2005 12:46:08 +0200
162
163 Local variables:
164 mode: debian-changelog
165 End: