diff options
| author | Russ Allbery <rra@stanford.edu> | 2007-12-07 06:27:01 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2007-12-07 06:27:01 +0000 | 
| commit | 9dfab149f778754dadc67eb3ad97b916b8f7817f (patch) | |
| tree | a9013ce84783bcfcbf8e3005db2e2412c54db28b | |
| parent | d6f434c6f39567609e6b4d2c83b5cd9e55d9af83 (diff) | |
* New upstream release.
  - Allow more valid arguments to wallet-backend.
  - Load Perl modules for object types and ACL verifiers properly.
  - Correctly implement clearing attribute values.
  - Fix keytab principal validation to allow periods.
  - When writing files from the client, remove old backup files.
  - Check default creation ACLs before the ADMIN ACL.
| -rw-r--r-- | debian/changelog | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/debian/changelog b/debian/changelog index eac7484..d8f8402 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +wallet (0.5-1) unstable; urgency=low + +  * New upstream release. +    - Allow more valid arguments to wallet-backend. +    - Load Perl modules for object types and ACL verifiers properly. +    - Correctly implement clearing attribute values. +    - Fix keytab principal validation to allow periods. +    - When writing files from the client, remove old backup files. +    - Check default creation ACLs before the ADMIN ACL. + + -- Russ Allbery <rra@debian.org>  Thu, 06 Dec 2007 22:26:55 -0800 +  wallet (0.4-1) unstable; urgency=low    * New upstream release. | 
