ezmlm-web release preparations:

* update documentation
* update changelog
* update debian files
This commit is contained in:
lars 2008-10-12 00:59:40 +00:00
parent 45d3b2ecc9
commit 0afddf2487
5 changed files with 39 additions and 40 deletions

32
README
View file

@ -13,14 +13,15 @@ Contents
II. Requirements II. Requirements
III. Multi-level list access III. Multi-level list access
IV. Multilingual interface IV. Multilingual interface
V. Bugs && Bug Reports V. Encryption support
VI. Acknowledgements VI. Bugs && Bug Reports
VII. Availability VII. Acknowledgements
VIII. Availability
I. Copyright Stuff - essentially the FreeBSD licence ... 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) 1998, Guy Antony Halse, All Rights Reserved.
Copyright (C) 02005-02007, Lars Kruse, All Rights Reserved. Copyright (C) 02005-02007, Lars Kruse, All Rights Reserved.
@ -131,7 +132,7 @@ manpage.
IV. Multilingual interface IV. Multilingual interface
======================= ==========================
One of the great new features since version 2.0 is that it is essentially 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 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 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! 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 ... I don't know of any bugs ...
Ezmlm-web has been tested reasonably well, but not exhaustively. I know it 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 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 ezmlm-web-subscribe@lists.systemausfall.org
VI. Acknowledgements VII. Acknowledgements
==================== =====================
* Guy Antony Halse (guy-ezmlm@rucus.ru.ac.za) - he created ezmlm-web * Guy Antony Halse (guy-ezmlm@rucus.ru.ac.za) - he created ezmlm-web
and maintained it till 02005 and maintained it till 02005
* Keith Burdis (keith@rucus.ru.ac.za) - For constantly bugging me (Guy) and * 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 * 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
VII. Availability VIII. Availability
================= =================
More information on ezmlm-web and developments to ezmlm-web can be found at: More information on ezmlm-web and developments to ezmlm-web can be found at:
https://systemausfall.org/toolforge/ezmlm-web/ 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: The (inofficial) debian repository containing ezmlm-web is at:
http://systemausfall.org/toolforge/debian/ 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: The website of Guy Antony Halse (the original author of ezmlm-web) is still at:
http://rucus.ru.ac.za/~guy/ezmlm/ http://rucus.ru.ac.za/~guy/ezmlm/

View file

@ -12,13 +12,12 @@ Content:
1) Requirements 1) Requirements
To use encrypted mailing lists, you need to install gpg-ezmlm (see To use encrypted mailing lists, you need to install gpg-ezmlm (see
http://www.synacklabs.net/projects/crypt-ml/). It is essential to use http://www.synacklabs.net/projects/crypt-ml/).
at least version 0.3.4.
gpg-ezmlm will handle your incoming and outgoing mails. It does not 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 support all the features of ezmlm-idx, but it should suffice for the
specialized needs of encrypted communication for small groups. 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 downloaded it from
https://systemausfall.org/toolforge/ezmlm-web/downloads/Ezmlm-Gpg. https://systemausfall.org/toolforge/ezmlm-web/downloads/Ezmlm-Gpg.
@ -33,30 +32,16 @@ Content:
make test make test
make install make install
See INSTALL in the Mail::Ezmlm::Gpg module See INSTALL in the Mail::Ezmlm module
(https://systemausfall.org/toolforge/ezmlm-web/downloads/Ezmlm-Gpg) (https://systemausfall.org/toolforge/ezmlm-web/download/Ezmlm)
for details on how to install it. for details on how to install it.
3) Setup of ezmlm-web 3) Setup of ezmlm-web
Support for encrypted mailing lists can be turned on by copying the Support for encrypted mailing lists can be enabled by setting the
template configuration file (examples/ezmlmwebrc.gnupg.dist) to ENCRYPTION_SUPPORT configuration setting in ezmlmwebrc to "1".
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.
4) Notes 4) Notes
As soon as you installed all the necessary programs and after you did put As soon as you installed all the necessary programs you will find a new
the ezmlmwebrc.gnupg to the right location, you will find a new link in the link in the navigation bar of ezmlm-web named "Encryption".
navigation bar of ezmlm-web named "Encryption".

View file

@ -1,8 +1,7 @@
Version 3.3rc1 - 09/30/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)
* fix bug for installations without 'webusers' file (Closes: #51) * fix bug for installations without 'webusers' file (Closes: #51)
* added Spanish translation contributed by CAPSiDE
* improve parsing of subscription log (Closes: #43) * improve parsing of subscription log (Closes: #43)
* add posting model for moderated subscriber-only lists (Closes: #49) * add posting model for moderated subscriber-only lists (Closes: #49)
* fix a bug in the authorization code regarding lower/uppercase (Closes: #53) * 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) * hide domains without accessible lists for improved privacy (Closes: #46)
* fixed ambiguity of MAIL_ADDRESS_PREFIX for virtualdomain (Closes: #45) * fixed ambiguity of MAIL_ADDRESS_PREFIX for virtualdomain (Closes: #45)
* relax possible characters in a list path (Closes: #48) * 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 Version 3.2 - 08/15/02007
* support for multi-domain setups (multiple list directories) * support for multi-domain setups (multiple list directories)

6
debian/changelog vendored
View file

@ -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 <devel@sumpfralle.de> Tue, 30 Sep 2008 05:02:14 +0200 -- Lars Kruse <devel@sumpfralle.de> Sun, 12 Oct 2008 01:51:05 +0200
ezmlm-web (3.2-1) unstable; urgency=low ezmlm-web (3.2-1) unstable; urgency=low

4
debian/control vendored
View file

@ -3,7 +3,8 @@ Section: admin
Priority: extra Priority: extra
Maintainer: Lars Kruse <devel@sumpfralle.de> Maintainer: Lars Kruse <devel@sumpfralle.de>
Build-Depends: debhelper (>>3.0.0), gcc (>= 2.95), dpatch 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 Package: ezmlm-web
Architecture: any Architecture: any
@ -18,7 +19,6 @@ Description: Web interface for ezmlm-idx mailing list administration
debian distribution: debian distribution:
* qmail - http://cr.yp.to/qmail.html * qmail - http://cr.yp.to/qmail.html
* ezmlm-idx - http://ezmlm.org/ * 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 * Mail::Ezmlm perl module via cpan or as a debian package from
https://systemausfall.org/toolforge/debian https://systemausfall.org/toolforge/debian