source: doc/ChangeLog @ 888df49

mei_rt2mei_rt2_fix_1
Last change on this file since 888df49 was 888df49, checked in by Mei <mei@…>, 12 years ago

1) update an example's baseline output
2) convert changeLog to match up with wiki's format

  • Property mode set to 100644
File size: 1.8 KB
Line 
1= 0.2.1 =
2 * The API visible to programmers is much richer and should make
3   development simpler.  As part of this, the libcreddy/libabac
4   distinction has disappeared.  All libcreddy functions are now
5   available through libabac.
6 * updated to use strongswan 4.6.4.  Strongswan 4.4.0 had become very
7   outdated.
8 * Added more examples and documentation.
9 * add a new '--subject-link' option to creddy --attribute to hold the
10   linking role
11 * add --dbdump option to abac_prover_yap to retrieve all prolog clauses
12   stored in the db
13
14WARNING
15- There are occasional spurious error messages originated
16  from Strongswan during access of the attribute credentials.  Those
17  messages are due to libstrongswan mishandling certain values of
18  authorizedKeyIdentifier in a non-destructive way.  While we are
19  working with the strongswan developers to remove these messages, they
20  should not affect ABAC in any way.
21
22  Here are sample messages:
23
24  L6 - keyIdentifier:  length of ASN.1 object invalid or too large
25  L6 - authorityCertSerialNumber:  length of ASN.1 object invalid or too large
26
27  Do report to us if your ABAC is not behaving as
28  expected and messages like above seem to be a factor..
29
30= 0.2.0 =
31 * '''API-breaking change''': libcreddy ID and attribute cert creation validity
32   periods are now measured in seconds
33 * significant performance improvements on Linux, see [source:doc/INSTALL] for
34   configure flags
35 * [CredPrinterDocs credential printer]
36 * several bugs and segfaults fixed
37
38= 0.1.3 =
392011-03-30
40 * native Java support
41 * many, many bugfixes
42
43= 0.1.2 =
442010-10-01
45 * libcreddy extracted
46 * credddy rewritten to use libcreddy
47 * sample code for libcreddy in python
48
49= 0.1.1 =
502010-09-17, updated 2010-09-20
51 * Support for intersection rules
52 * Support for encrypted private keys
53 * Build issues on FreeBSD addressed
54
55
Note: See TracBrowser for help on using the repository browser.