File: Changes

package info (click to toggle)
libmail-gnupg-perl 0.08-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 100 kB
  • ctags: 22
  • sloc: perl: 490; makefile: 45
file content (71 lines) | stat: -rw-r--r-- 2,274 bytes parent folder | download
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
Revision history for Perl extension Mail::GnuPG.

0.08   Sat Jul 17 19:11:06 PDT 2004

really tiny release for Paul's issue

  - https://rt.cpan.org/Ticket/Display.html?id=6968
    IO::Handle::sync not implemented on all systems, can cause Mail::GnuPG to fail 
  - cleanup some test warnings

0.07   Tue Dec 16 20:32:09 PST 2003

  Lots o Documentation Updates

  (From Paul J. Schinder)
   - bugfix for encrypt without signing

  (For Jesse)
   - verify(): return uid/email on success
   - new methods: is_signed() and is_encrypted(), which are
     encapsulations of the simple tests for guessing whether something
     is signed or encrypted.

   - get_decrypt_key(): fix for gpg not in current path
   - decrypt(): return uid/email on successful decrypt of signed msg

   - verify() : fix tempfile creation location

0.06   Wed Jul 23 19:59:51 PDT 2003

  (From Jrn Reder)
   - bugfix in decrypt(): with ASCII armor messages the first line of
   the cleartext was removed by MIME::Parser, if the cleartext was no
   entity but simple ASCII text.

   - new method get_decrypt_key() which returns a secret key and the
   corresponding mail address, which could be used to decrypt a given
   encrypted message.


0.05  Thu Jun 12 23:05:48 PDT 2003

  (From Jrn Reder)
  - insecure temp file handling (still insecure, but not that much ;)
  - non portable temp directory handling
  - insecure temp file / MIME::Parser handling in decrypt()
  - broken signature verification on quoted printable ascii armor messages
  - broken MIME canonical conversion (was broken if single CR's or
    CR/LF sequences were already in the message)
  - removed line break mangling in mime_encrypt(). RFC3156 doesn't
    request it.

  new methods:

  clear_sign()        - clearsign the body of an email message
  ascii_encrypt()     - encrypt an email message body using ascii armor
  ascii_signencrypt() - encrypt and sign an email message body using
			ascii armor

0.04  Fri Apr  4 18:35:09 PST 2003
	- Previous version didn't work.

0.03  Thu Mar 27 22:32:21 PST 2003
	- Previous version didn't work.

0.02  Thu Mar 27 20:32:21 PST 2003
        - Update Makefile.PL to set prereqs

0.01  Mon Jan  6 19:16:27 2003
	- original version; created by h2xs 1.21 with options
		-X Mail::GnuPG