ezmlm-web:

* update version information for new release v3.3.1
This commit is contained in:
lars 2008-10-15 22:17:16 +00:00
parent d1a7e5a65a
commit 3c3fad072f
5 changed files with 14 additions and 10 deletions

12
README
View file

@ -1,6 +1,6 @@
================= ===================
| ezmlm-web-3.3 | | ezmlm-web-3.3.1 |
================= ===================
$Id$ $Id$
@ -21,10 +21,10 @@ VIII. Availability
I. Copyright Stuff - essentially the FreeBSD licence ... I. Copyright Stuff - essentially the FreeBSD licence ...
================== ==================
ezmlm-web - version 3.3 - 12/10/02008 ezmlm-web - version 3.3.1 - 14/10/02008
Copyright (C) 1998, Guy Antony Halse, All Rights Reserved. Copyright (C) 1998, Guy Antony Halse, All Rights Reserved.
Copyright (C) 02005-02007, Lars Kruse, All Rights Reserved. Copyright (C) 02005-02008, Lars Kruse, All Rights Reserved.
Please send bug reports and comments to ezmlm-web@sumpfralle.de Please send bug reports and comments to ezmlm-web@sumpfralle.de
@ -205,7 +205,7 @@ VII. Acknowledgements
* Hans F. Nordhaug - fixed MANIFEST file and reported typos * Hans F. Nordhaug - fixed MANIFEST file and reported typos
* Jose Luis Martinez - various code improvements; added the Spanish translation * Jose Luis Martinez - various code improvements; added the Spanish translation
* Anton Ponkratov - added the Russian translation * Anton Ponkratov - added the Russian translation
* kinnko - added the Japanese translation * kinneko - added the Japanese translation
VIII. Availability VIII. Availability

View file

@ -18,7 +18,7 @@ Content:
specialized needs of encrypted communication for small groups. specialized needs of encrypted communication for small groups.
Install the perl module Mail::Ezmlm (>=0.08) to access gpg-ezmlm. You can Install the perl module Mail::Ezmlm (>=0.08) to access gpg-ezmlm. You can
downloaded it from download it from
https://systemausfall.org/toolforge/ezmlm-web/downloads/Ezmlm-Gpg. https://systemausfall.org/toolforge/ezmlm-web/downloads/Ezmlm-Gpg.
Of course, you also need gnupg (it is required by gpg-ezmlm, too). Of course, you also need gnupg (it is required by gpg-ezmlm, too).

View file

@ -1,3 +1,7 @@
Version 3.3.1 - 10/14/02008
* generate gnupg keys in the background to avoid timeouts
* remove authorization info during list deletion (Closes: #54)
Version 3.3 - 10/12/02008 Version 3.3 - 10/12/02008
* add gnupg keyring management * add gnupg keyring management
* add gpg-ezmlm support - experimental (Closes: #42) * add gpg-ezmlm support - experimental (Closes: #42)

View file

@ -1,7 +1,7 @@
ezmlm-web is distributed under the following BSD-style license: ezmlm-web is distributed under the following BSD-style license:
Copyright (C) 1999/2000, Guy Antony Halse Copyright (C) 1999/2000, Guy Antony Halse
Copyright (C) 2005-2007, Lars Kruse Copyright (C) 2005-2008, Lars Kruse
All Rights Reserved. All Rights Reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
@ -15,7 +15,7 @@ Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution. and/or other materials provided with the distribution.
Neither name Guy Antony Halse nor the names of any contributors Neither name Guy Antony Halse, Lars Kruse nor the names of any contributors
may be used to endorse or promote products derived from this software may be used to endorse or promote products derived from this software
without specific prior written permission. without specific prior written permission.

View file

@ -1,6 +1,6 @@
#!/usr/bin/perl #!/usr/bin/perl
#=========================================================================== #===========================================================================
# ezmlm-web.cgi - version 3.3 # ezmlm-web.cgi - version 3.3.1
# $Id$ # $Id$
# #
# This file is part of ezmlm-web. # This file is part of ezmlm-web.