| 1 | alternc-mailman (1.8) stable; urgency=low |
|---|
| 2 | |
|---|
| 3 | This version changes the following : |
|---|
| 4 | * The blue desktop is alternc's default as for 0.9.10. alternc-mailman 1.8 is using |
|---|
| 5 | this blue desktop as a default too, and the code in the admin/ folder is now compliant |
|---|
| 6 | with this frameless way of showing the panel pages. |
|---|
| 7 | * Users are now able to change a list password from AlternC (useful when a user forgot his |
|---|
| 8 | list's password). A new perl binary has been added to call /var/lib/mailman/bin/change_pw |
|---|
| 9 | accordingly |
|---|
| 10 | * The code has been reworked to include only clean, javadoc-compliant, english written comments |
|---|
| 11 | |
|---|
| 12 | -- Benjamin Sonntag <benjamin@sonntag.fr> Mon, 15 Jun 2009 07:20:00 +0200 |
|---|
| 13 | |
|---|
| 14 | alternc-mailman (1.7) stable; urgency=low |
|---|
| 15 | |
|---|
| 16 | add a configuration variable to control the domain in the list urls. if it |
|---|
| 17 | is set, it will be used to construct the urls in the mailing list |
|---|
| 18 | listings. If it is unset, the list's domain name will be used. |
|---|
| 19 | |
|---|
| 20 | the default behaviour is therefore reverted to the one before 1.5 (svn |
|---|
| 21 | [2097]) where the list domain is used (without the prepended "mail."). |
|---|
| 22 | |
|---|
| 23 | in case the variable is set, the administrator still needs to convert the |
|---|
| 24 | urls of existing lists and fix the default url in mm_cfg.py for new lists. |
|---|
| 25 | this can be done with a script like this in /var/lib/mailman/change_url: |
|---|
| 26 | |
|---|
| 27 | def change_url(mlist): |
|---|
| 28 | mlist.web_page_url='https://listes.koumbit.net/cgi-bin/mailman/' |
|---|
| 29 | mlist.Save() |
|---|
| 30 | mlist.Unlock() |
|---|
| 31 | |
|---|
| 32 | ... called like this: |
|---|
| 33 | |
|---|
| 34 | /usr/lib/mailman/bin/withlist -l -r change_url -a |
|---|
| 35 | |
|---|
| 36 | See https://alternc.org/ticket/1131 for more information. |
|---|
| 37 | |
|---|
| 38 | -- Antoine Beaupré <antoine@koumbit.org> Thu, 08 May 2008 16:02:34 -0400 |
|---|
| 39 | |
|---|
| 40 | alternc-mailman (1.6) stable; urgency=low |
|---|
| 41 | |
|---|
| 42 | This releases finally packages the VirtualMailman patches properly, |
|---|
| 43 | instead of assuming that the admin installed the patches on his |
|---|
| 44 | own. The patches are installed during the installation, after |
|---|
| 45 | confirmation by the user through debconf. |
|---|
| 46 | |
|---|
| 47 | If you already have a patched mailman installation, you should add a |
|---|
| 48 | mark file so that this package knows about it otherwise it's going to |
|---|
| 49 | try and repatch Mailman, which will fail and you will not be able to |
|---|
| 50 | upgrade alternc-mailman. To fix this, do the following: |
|---|
| 51 | |
|---|
| 52 | mkdir -p /usr/share/alternc-mailman/patches |
|---|
| 53 | cd /usr/share/alternc-mailman/patches |
|---|
| 54 | touch mailman-true-virtual-2.1.9.patch |
|---|
| 55 | ln -s mailman-true-virtual-2.1.9.patch mailman-true-virtual.applied |
|---|
| 56 | |
|---|
| 57 | Only then install this package. Those steps are only required for |
|---|
| 58 | installations that are already patched. |
|---|
| 59 | |
|---|
| 60 | -- Antoine Beaupré <antoine@koumbit.org> Thu, 24 Apr 2008 18:15:37 -0400 |
|---|
| 61 | |
|---|