~davefx/gnomint/trunk

40 by davefx
Preparing for version 0.3.2
1
* Version 0.3.2 (2007.11.03)
2
3
- FIX: Fixing database upgrading from version 3 (gnoMint 0.1.5 or
4
  lower).
5
6
* Version 0.3.1 (2007.11.01)
7
8
- FEATURE: now, PKCS#12 structures can be exported, so certificates
9
  created in gnoMint can be easily imported in other programs as web
10
  browsers, or mail clients.
11
12
- FEATURE: gnoMint is able to revoke certificates, and generate the
13
  corresponding Certificate Revocation Lists (CRLs).
14
15
- FEATURE: gnoMint license has changed to GNU-GPLv3.
16
17
- FIX: Fixed a lot of compilation errors in x86-64 architecture.
18
19
- FIX: Fixing internal serial number in created certificates.
20
21
22
* Version 0.1.5 (2007.05.15)
23
24
- FEATURE: gnoMint can import the public part of Certificate Signing
25
  Requests made by other applications as long as they are formatted in
26
  PEM or in DER formats. This way, gnoMint now is able to make
27
  certificates for remote people or systems that can create their CSRs
28
  with other instances of gnoMint or other software.
29
30
- FEATURE: gnoMint DB format version 3. This version of database
31
  format ensures that there won't be two or more CSRs in the database
32
  with the same Distinguished Name (DN).
33
34
- FIX: Now the private key of CSRs can be exported without errors.
35
36
- FIX: A just created CA has a default policy so it will be able to
37
  create useful certificates without change its default properties.
38
39
- FIX: Some UI bugs are corrected: some label alignments now look OK,
40
  and the progress bar again moves while creating certificates or
41
  CSRs.
42
43
* Version 0.1.4 (2007.05.14)
44
45
- FEATURE: It allows defining policies for each Certification
46
  Authorities in the database, so as all the new certificates signed
47
  by the CA have common properties (uses, purposes and validity time).
48
49
- FEATURE: It requires SQLite3, for proper UTF-8 support. Due to this
50
  change, all the pre 0.1.4 databases must be converted to a new
51
  format. A conversion script is included in the package.
52
53
54
* Version 0.1.3 (2006.11.10)
55
56
- FEATURE: it allows exporting uncrypted private keys (useful for
57
  unattended SSL/TLS servers).
58
59
- FEATURE: it requires a minimum length (8 characters) for private-key
60
  export passphrase (so OpenSSL can import this keys)
61
62
- FIX: checks that passphrase and confirmation are the same in
63
  private-key export passphrase
64
65
- FIX: The focus is grabbed correctly when asking for passphrase, so
66
  no mouse action is needed.
67
68
* Version 0.1.2 (2006.10.15)
69
70
- FIX: version 0.1.1 couldn't save the certification authority
71
  database if the new file and /tmp were in different partitions.
72
73
* Version 0.1.1 (2006.09.17)
74
75
- FIX: version 0.1.0 couldn't be compiled on 64-bit architectures due to an type-conversion error
76
77
* Version 0.1.0 (2006.09.15)
78
79
- Initial version