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 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372
|
kuvert (2.2.2) unstable; urgency=medium
* kill/reload code now runs earlier, which makes
-k/-r work without (explicit or default) config file
* lifted standards version, fixed priority optional
-- Alexander Zangerl <az@debian.org> Sat, 28 Oct 2017 11:39:51 +1000
kuvert (2.2.1) unstable; urgency=medium
* new runtime option -c for different config file
* switched to net::smtp (from perlcore), away from net::smtps.
* updated dependencies, we need stretch's perl or newer
because jessie's came with a much too ancient net::smtp.
* lifted debhelper compat version
-- Alexander Zangerl <az@debian.org> Thu, 28 Sep 2017 20:02:27 +1000
kuvert (2.2.0) unstable; urgency=low
* new config option to make kuvert use your preferred gpg
binary (e.g. /usr/bin/gpg1)
* updated copyright (updated year, FSF address)
-- Alexander Zangerl <az@debian.org> Tue, 19 Sep 2017 21:42:00 +1000
kuvert (2.1.1) unstable; urgency=high
* fix encoding issues for log output (closes: #859903)
* updated dependencies, now need encode::locale
-- Alexander Zangerl <az@debian.org> Mon, 10 Apr 2017 21:11:52 +1000
kuvert (2.1.0) unstable; urgency=low
* new action 'mustencrypt'
* various bug fixes and robustness improvements
* updated dependencies
-- Alexander Zangerl <az@debian.org> Sat, 01 Apr 2017 21:01:58 +1000
kuvert (2.0.14) unstable; urgency=low
* use full 16 digit key id when interacting with external passhrase cache
* lifted standards version
-- Alexander Zangerl <az@debian.org> Fri, 24 Mar 2017 19:27:41 +1000
kuvert (2.0.13) unstable; urgency=low
* kuvert now backs off for up to 8 seconds when re-requesting an
invalid password from an external program
* lifted standards version
-- Alexander Zangerl <az@debian.org> Sat, 23 Jan 2016 17:35:52 +1000
kuvert (2.0.12) unstable; urgency=low
* fixed hardcoded micalg mime header component (closes: #754820)
* added small cosmetic header improvements (closes: #754821)
* reworded manual entry for can-detach for better clarity (closes: #754823)
* updated build script for better policy compliance
-- Alexander Zangerl <az@debian.org> Tue, 15 Jul 2014 20:22:34 +1000
kuvert (2.0.11) unstable; urgency=low
* fixed clash between my lazy logfile handling
and perl 5.18's increased fastidiousness (closes: #736978)
-- Alexander Zangerl <az@debian.org> Wed, 29 Jan 2014 21:36:37 +1000
kuvert (2.0.10) unstable; urgency=medium
* fixed one-character typo in control that marked dependency as
optional (closes: #736774)
-- Alexander Zangerl <az@debian.org> Mon, 27 Jan 2014 11:44:35 +1000
kuvert (2.0.9) unstable; urgency=low
* now supports STARTTLS for outbound SMTP submission
* lifted standards version, adjusted dependencies accordingly
-- Alexander Zangerl <az@debian.org> Mon, 25 Nov 2013 20:44:19 +1000
kuvert (2.0.8) unstable; urgency=low
* modified rules to support hardening build flags
-- Alexander Zangerl <az@debian.org> Tue, 24 Sep 2013 13:32:35 +1000
kuvert (2.0.7) unstable; urgency=low
* added timeout for gpg invocations
-- Alexander Zangerl <az@debian.org> Tue, 04 Sep 2012 20:28:39 +1000
kuvert (2.0.6) unstable; urgency=low
* updated standards version
* cleaned up dependencies (closes: #665044)
-- Alexander Zangerl <az@debian.org> Thu, 22 Mar 2012 22:09:12 +1000
kuvert (2.0.5) unstable; urgency=low
* added option to control whether the explanatory mime
preamble is generated or not.
-- Alexander Zangerl <az@debian.org> Tue, 21 Feb 2012 11:44:03 +1000
kuvert (2.0.4) unstable; urgency=low
* lifted standards version
* added support for optional smtp authentication (for outbound mail)
this requires authen::sasl which was added to the dependencies.
-- Alexander Zangerl <az@debian.org> Thu, 16 Sep 2010 15:14:10 +1000
kuvert (2.0.3) unstable; urgency=low
* fixed silly case-sensitivity bug: keys were downcased, but not email
addresses, which may have caused kuvert to fall back to signing
instead of encrypting.
* lifted standards version
-- Alexander Zangerl <az@debian.org> Tue, 20 Oct 2009 16:45:33 +1000
kuvert (2.0.2) unstable; urgency=low
* modified kuvert_submit to honour the -bv option by running
sendmail directly instead of enqueueing an email.
-- Alexander Zangerl <az@debian.org> Mon, 16 Mar 2009 17:01:24 +1000
kuvert (2.0.1) unstable; urgency=low
* fixed generation of default queue/tempdirs
-- Alexander Zangerl <az@debian.org> Sun, 31 Aug 2008 16:39:52 +1000
kuvert (2.0.0) unstable; urgency=low
* the next generation of kuvert: better SMTP support, no more pgp2,
more precise control over keys, gpg agent support etc.
* updated dependencies
* updated standards version
-- Alexander Zangerl <az@debian.org> Sun, 29 Jun 2008 21:25:51 +1000
kuvert (1.1.14) unstable; urgency=low
* don't strip kuvert_mta_wrapper if DEB_BUILD_OPTIONS asks for that
(closes: #437288)
-- Alexander Zangerl <az@debian.org> Sun, 12 Aug 2007 13:24:20 +1000
kuvert (1.1.13) unstable; urgency=high
* fixed stupid mistake wrt. variable init in kuvert_mta_wrapper
which caused the wrapper to fall back to sendmail most of the time.
-- Alexander Zangerl <az@debian.org> Sat, 23 Jun 2007 13:16:42 +1000
kuvert (1.1.12) unstable; urgency=low
* the signature MIME-part is now tagged a bit more extensively
(as per hint from Andreas Labres/Andreas Kreuzinger)
-- Alexander Zangerl <az@debian.org> Sat, 23 Jun 2007 12:39:05 +1000
kuvert (1.1.11) unstable; urgency=low
* lifted standards version
-- Alexander Zangerl <az@debian.org> Tue, 10 Apr 2007 18:24:40 +1000
kuvert (1.1.10) unstable; urgency=low
* added libproc-pid-file-perl dependency
* deprecated AGENTPATH/CLIENTPATH configuration setting
and cleaned up secret on demand stuff
* lifted standards version
-- Alexander Zangerl <az@debian.org> Fri, 4 Nov 2005 16:20:20 +1000
kuvert (1.1.9) unstable; urgency=high
* the "don't trust input. do be conservative and paranoid." release.
fixed a potential security problem re email addresses that are
borderline rfc2822-compliant by calling the mta without shell interference.
* updated homepage url
-- Alexander Zangerl <az@debian.org> Sat, 26 Feb 2005 08:11:26 +1000
kuvert (1.1.8) unstable; urgency=low
* lifted standards version
* added homepage to description
-- Alexander Zangerl <az@debian.org> Thu, 11 Dec 2003 12:52:40 +1000
kuvert (1.1.7) unstable; urgency=low
* added example ~/.kuvert
* kuvert now produces a blank ~/.kuvert if none is found on startup
-- Alexander Zangerl <az@debian.org> Sun, 3 Aug 2003 11:53:19 +1000
kuvert (1.1.6) unstable; urgency=high
* fixed bad problem with mixture of raw and signed/encr'd mails:
the raw mail would lose most of its headers due to an overzealous
"code improvement". problem was only present with multi-recipient mails.
-- Alexander Zangerl <az@debian.org> Wed, 11 Jun 2003 19:45:51 +1000
kuvert (1.1.5) unstable; urgency=low
* fixed variable length macro (problem only with gcc 3.3) (closes: #194944)
* bumped standards version
-- Alexander Zangerl <az@debian.org> Wed, 28 May 2003 20:12:44 +1000
kuvert (1.1.4) unstable; urgency=low
* bumped standards version, now only suggests old-style pgp
* fixed error behaviour (sent multiple error messages with -b)
-- Alexander Zangerl <az@debian.org> Fri, 25 Apr 2003 17:34:18 +1000
kuvert (1.1.3) unstable; urgency=low
* standards version lifted, debhelper cleanup
-- Alexander Zangerl <az@debian.org> Sun, 9 Mar 2003 11:23:30 +1000
kuvert (1.1.2) unstable; urgency=low
* added IDENTIFY directive: adds an X-Mailer header (closes: Bug#181868)
-- Alexander Zangerl <az@debian.org> Sat, 22 Feb 2003 14:58:52 +1000
kuvert (1.1.1) unstable; urgency=low
* fixed problem with duplicate entries in pidfile on unclean shutdown.
* pidfile honors $TMPDIR now.
* added option "-b": sends barfmail when fatal error encountered (closes: Bug179345)
-- Alexander Zangerl <az@debian.org> Sun, 16 Feb 2003 23:44:15 +1000
kuvert (1.1.0) unstable; urgency=low
* complete overhaul of the code, streamlined, better error handling
* added new dependency on libterm-readkey-perl
* fixed handling of idea-extension (closes: Bug#162279)
* added Bcc handling (closes: Bug#162024)
* removed /usr/doc transition stuff
* fallback option now falls back down to std key if no ng private key av.
-- Alexander Zangerl <az@debian.org> Tue, 21 Jan 2003 22:33:16 +1000
kuvert (1.0.13) unstable; urgency=low
* default tempdir now honors $TMPDIR (closes: Bug#161326)
* does not start anymore without config file (closes: Bug#161327)
* some new sanity checks and clarifications in the manpages and README
* added option MTA
* SECRETONDEMAND option extended and clarified
-- Alexander Zangerl <az@debian.org> Thu, 19 Sep 2002 18:04:18 +0200
kuvert (1.0.12) unstable; urgency=high
* finally fixed typo trashing the handling of the 'fallback' action
-- Alexander Zangerl <az@debian.org> Sun, 28 Apr 2002 01:50:15 +1000
kuvert (1.0.11) unstable; urgency=high
* fixed typo that trashed handling of -force
-- Alexander Zangerl <az@debian.org> Fri, 26 Apr 2002 12:11:54 +1000
kuvert (1.0.10) unstable; urgency=medium
* manpage improvements
* -force handling fixed (did not work as DEFAULT action)
* -force semantics finetuned: action=none is not overrideable by -force
or the override header
-- Alexander Zangerl <az@debian.org> Fri, 26 Apr 2002 00:43:03 +1000
kuvert (1.0.9) unstable; urgency=low
* moved into main/mail as per recent announcement
-- Alexander Zangerl <az@debian.org> Sun, 24 Mar 2002 17:20:40 +1000
kuvert (1.0.8) unstable; urgency=low
* changed mail addressing in send_bounce: no angle brackets.
note: this does not fulfil rfc2822, 3.4.1, but as this is local mail it does
not really concern me. (closes: Bug#136619)
-- Alexander Zangerl <az@debian.org> Tue, 5 Mar 2002 23:19:00 +1000
kuvert (1.0.7) unstable; urgency=low
* fixed dependency mailtools -> libmailtools-perl
* fixed version-number generation
-- Alexander Zangerl <az@debian.org> Sat, 16 Feb 2002 21:06:52 +1000
kuvert (1.0.6) unstable; urgency=low
* gpg-idea has been removed due to patent problems (#126506),
removing suggestion
-- Alexander Zangerl <az@debian.org> Thu, 31 Jan 2002 20:46:13 +1000
kuvert (1.0.5) unstable; urgency=low
* added config of queue check interval
* added -v version command, added version logging at start
-- Alexander Zangerl <az@debian.org> Thu, 31 Jan 2002 00:24:56 +1000
kuvert (1.0.4) unstable; urgency=low
* fixed bug: handling of no-std-pgp works now
-- Alexander Zangerl <az@snafu.priv.at> Sun, 27 Jan 2002 22:32:42 +1000
kuvert (1.0.3) unstable; urgency=low
* added nofork option (-n)
* fixed behaviour in debugging mode
* improved manpage
* improved handling of expired, revoked, invalid keys
* added -force actions
-- Alexander Zangerl <az@snafu.priv.at> Wed, 2 Jan 2002 16:43:30 +1000
kuvert (1.0.2) unstable; urgency=low
* fixed tempdir and queuedir generation for default dirs
* fixed handling of setups with pgp XOR gpg
* changed sendmail error mode to -oem (mailback, but with return code)
* some manpage clarifications
* fixed reporting for garbled mails
* added logging to file
-- Alexander Zangerl <az@snafu.priv.at> Sun, 11 Nov 2001 19:24:05 +1000
kuvert (1.0.1) unstable; urgency=low
* fixed problems with missing .kuvert config file.
* added more options for sendmail to be recognized (-oi,-od*,-oe*)
-- Alexander Zangerl <az@snafu.priv.at> Tue, 6 Nov 2001 23:23:39 +1000
kuvert (1.0.0) unstable; urgency=low
* Initial Release.
* Renamed from 'guard' to 'kuvert', debianized.
-- Alexander Zangerl <az@snafu.priv.at> Sun, 21 Oct 2001 23:21:16 +1000
|