diff --git a/README b/README index 1d600d6..b6607e1 100644 --- a/README +++ b/README @@ -13,14 +13,15 @@ Contents II. Requirements III. Multi-level list access IV. Multilingual interface - V. Bugs && Bug Reports - VI. Acknowledgements - VII. Availability + V. Encryption support + VI. Bugs && Bug Reports + VII. Acknowledgements +VIII. Availability I. Copyright Stuff - essentially the FreeBSD licence ... ================== -ezmlm-web - version 3.2 - 04/14/02006 +ezmlm-web - version 3.3 - 12/10/02008 Copyright (C) 1998, Guy Antony Halse, All Rights Reserved. Copyright (C) 02005-02007, Lars Kruse, All Rights Reserved. @@ -131,7 +132,7 @@ manpage. IV. Multilingual interface -======================= +========================== One of the great new features since version 2.0 is that it is essentially language independant. All of the fixed strings, help, etc is defined in the files of the lang directory. Of course you can change them or create a new @@ -152,8 +153,15 @@ Please visit the translation center at http://translate.systemausfall.org to contribute some translations for your native language. Thanks! -V. Bugs && Bug Reports -====================== +V. Encryption support +===================== + +ezmlm-web supports encrypted mailinglists since v3.3. +See README.crypto for details. + + +VI. Bugs && Bug Reports +======================= I don't know of any bugs ... Ezmlm-web has been tested reasonably well, but not exhaustively. I know it works on FreeBSD 4.0-STABLE, FreeBSD 3.4-RELEASE, RedHat 5.1, Redhat 6.0 and @@ -168,8 +176,8 @@ Or subscribe to the ezmlm-web mailinglist: ezmlm-web-subscribe@lists.systemausfall.org -VI. Acknowledgements -==================== +VII. Acknowledgements +===================== * Guy Antony Halse (guy-ezmlm@rucus.ru.ac.za) - he created ezmlm-web and maintained it till 02005 * Keith Burdis (keith@rucus.ru.ac.za) - For constantly bugging me (Guy) and @@ -197,9 +205,10 @@ VI. 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 -VII. Availability +VIII. Availability ================= More information on ezmlm-web and developments to ezmlm-web can be found at: https://systemausfall.org/toolforge/ezmlm-web/ @@ -210,6 +219,9 @@ https://svn.systemausfall.org/svn/ezmlm-web/ The (inofficial) debian repository containing ezmlm-web is at: http://systemausfall.org/toolforge/debian/ +The translation web interface (powered by Pootle) is at: +http://translate.systemausfall.org + The website of Guy Antony Halse (the original author of ezmlm-web) is still at: http://rucus.ru.ac.za/~guy/ezmlm/ diff --git a/README.crypto b/README.crypto index dc16e74..e0eab24 100644 --- a/README.crypto +++ b/README.crypto @@ -12,13 +12,12 @@ Content: 1) Requirements To use encrypted mailing lists, you need to install gpg-ezmlm (see - http://www.synacklabs.net/projects/crypt-ml/). It is essential to use - at least version 0.3.4. + http://www.synacklabs.net/projects/crypt-ml/). gpg-ezmlm will handle your incoming and outgoing mails. It does not support all the features of ezmlm-idx, but it should suffice for the specialized needs of encrypted communication for small groups. - Install the perl module Mail::Ezmlm::Gpg to access gpg-ezmlm. You can + Install the perl module Mail::Ezmlm (>=0.08) to access gpg-ezmlm. You can downloaded it from https://systemausfall.org/toolforge/ezmlm-web/downloads/Ezmlm-Gpg. @@ -33,30 +32,16 @@ Content: make test make install - See INSTALL in the Mail::Ezmlm::Gpg module - (https://systemausfall.org/toolforge/ezmlm-web/downloads/Ezmlm-Gpg) + See INSTALL in the Mail::Ezmlm module + (https://systemausfall.org/toolforge/ezmlm-web/download/Ezmlm) for details on how to install it. 3) Setup of ezmlm-web - Support for encrypted mailing lists can be turned on by copying the - template configuration file (examples/ezmlmwebrc.gnupg.dist) to - the directory, where you did put your ezmlmwebrc file (omit the ".dist" - suffix). - ezmlm-web will just check, if a file suffixed with ".gnupg" exists - besides ezmlmwebrc. - - To support encrypted mailing lists, the following lines in your - ezmlmwebrc.gnupg file are necessary: - use Mail::Ezmlm::Gpg; - GPG_SUPPRT = yes; - - The documented example of the ezmlmwebrc.gnupg file in the examples - directory is helpful. - + Support for encrypted mailing lists can be enabled by setting the + ENCRYPTION_SUPPORT configuration setting in ezmlmwebrc to "1". 4) Notes - As soon as you installed all the necessary programs and after you did put - the ezmlmwebrc.gnupg to the right location, you will find a new link in the - navigation bar of ezmlm-web named "Encryption". + As soon as you installed all the necessary programs you will find a new + link in the navigation bar of ezmlm-web named "Encryption". diff --git a/changelog b/changelog index 33a4cd7..4c6c0e8 100644 --- a/changelog +++ b/changelog @@ -1,8 +1,7 @@ -Version 3.3rc1 - 09/30/02008 +Version 3.3 - 10/12/02008 * add gnupg keyring management * add gpg-ezmlm support - experimental (Closes: #42) * fix bug for installations without 'webusers' file (Closes: #51) - * added Spanish translation contributed by CAPSiDE * improve parsing of subscription log (Closes: #43) * add posting model for moderated subscriber-only lists (Closes: #49) * fix a bug in the authorization code regarding lower/uppercase (Closes: #53) @@ -10,6 +9,9 @@ Version 3.3rc1 - 09/30/02008 * hide domains without accessible lists for improved privacy (Closes: #46) * fixed ambiguity of MAIL_ADDRESS_PREFIX for virtualdomain (Closes: #45) * relax possible characters in a list path (Closes: #48) + * added Spanish translation contributed by CAPSiDE + * added Russian translation contributed by Anton Ponkratov + * added Japanese translation contributed by kinneko Version 3.2 - 08/15/02007 * support for multi-domain setups (multiple list directories) diff --git a/debian/changelog b/debian/changelog index 5c5bd6b..a70c00e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -ezmlm-web (3.3~rc1-1) unstable; urgency=low +ezmlm-web (3.3-1) unstable; urgency=low - * release candidate for v3.3 + * upstream update - -- Lars Kruse Tue, 30 Sep 2008 05:02:14 +0200 + -- Lars Kruse Sun, 12 Oct 2008 01:51:05 +0200 ezmlm-web (3.2-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 64c71cb..01bc8a5 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: admin Priority: extra Maintainer: Lars Kruse Build-Depends: debhelper (>>3.0.0), gcc (>= 2.95), dpatch -Standards-Version: 3.7.2 +Standards-Version: 3.8.0 +Homepage: https://systemausfall.org/toolforge/ezmlm-web Package: ezmlm-web Architecture: any @@ -18,7 +19,6 @@ Description: Web interface for ezmlm-idx mailing list administration debian distribution: * qmail - http://cr.yp.to/qmail.html * ezmlm-idx - http://ezmlm.org/ - * clearsilver for perl (>= 0.10.2) - http://www.clearsilver.net/downloads/ * Mail::Ezmlm perl module via cpan or as a debian package from https://systemausfall.org/toolforge/debian