From 3c3fad072fbb79016fa4eec1f5f4de7f516d5d25 Mon Sep 17 00:00:00 2001 From: lars Date: Wed, 15 Oct 2008 22:17:16 +0000 Subject: [PATCH] ezmlm-web: * update version information for new release v3.3.1 --- README | 12 ++++++------ README.crypto | 2 +- changelog | 4 ++++ copyright | 4 ++-- ezmlm-web.cgi | 2 +- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/README b/README index b6607e1..50b228a 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -================= -| ezmlm-web-3.3 | -================= +=================== +| ezmlm-web-3.3.1 | +=================== $Id$ @@ -21,10 +21,10 @@ VIII. Availability 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) 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 @@ -205,7 +205,7 @@ VII. Acknowledgements * Hans F. Nordhaug - fixed MANIFEST file and reported typos * Jose Luis Martinez - various code improvements; added the Spanish translation * Anton Ponkratov - added the Russian translation -* kinnko - added the Japanese translation +* kinneko - added the Japanese translation VIII. Availability diff --git a/README.crypto b/README.crypto index e0eab24..36ac155 100644 --- a/README.crypto +++ b/README.crypto @@ -18,7 +18,7 @@ Content: specialized needs of encrypted communication for small groups. 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. Of course, you also need gnupg (it is required by gpg-ezmlm, too). diff --git a/changelog b/changelog index 4c6c0e8..47c6d7f 100644 --- a/changelog +++ b/changelog @@ -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 * add gnupg keyring management * add gpg-ezmlm support - experimental (Closes: #42) diff --git a/copyright b/copyright index 4d51b4f..315ae92 100644 --- a/copyright +++ b/copyright @@ -1,7 +1,7 @@ ezmlm-web is distributed under the following BSD-style license: Copyright (C) 1999/2000, Guy Antony Halse -Copyright (C) 2005-2007, Lars Kruse +Copyright (C) 2005-2008, Lars Kruse All Rights Reserved. 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 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 without specific prior written permission. diff --git a/ezmlm-web.cgi b/ezmlm-web.cgi index 1c6ff7e..65ee07f 100755 --- a/ezmlm-web.cgi +++ b/ezmlm-web.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl #=========================================================================== -# ezmlm-web.cgi - version 3.3 +# ezmlm-web.cgi - version 3.3.1 # $Id$ # # This file is part of ezmlm-web.