From 077d7ea654df6ded726c977ef4c33d6259d8c203 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sat, 3 Jan 2004 19:13:08 +0000 Subject: [PATCH] Print the search path when no "lists" file was found. Install the start script as "mailman-discard" on Posix systems and "mailman-discard.py" on Windows systems. --- ChangeLog | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c142f92..9cba225 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,36 @@ 2004-01-03 Per Cederqvist <ceder@ceder.dyndns.org> + * Version 0.1.1 released. + + Print the search path when no "lists" file was found. + * mailman_discard/mailman_discard.py (main): Return an exit + status. + (read_cfg_lists): Return None and print a message if no lists was + found -- don't exit. + * mailman_discard/choices.py (find_first_return_candidates): New + function. + (find_first): Use it to simplify the code. + + Install the start script as "mailman-discard" on Posix systems and + "mailman-discard.py" on Windows systems. + * MANIFEST.in: The wrapper script now has a .py extension. + * mailman-discard.py: New version of the wrapper shellscript. + * setup.py (disable_rename): New variable. + (install_scripts.run): Extend this method, so that it removes the + ".py" extension from scripts on POSIX hosts, but not while + creating a binary windows distribution. + (bdist_wininst.run): Extend this method so that it sets + disable_rename. + (version): Bump to 0.1.1. + (setup): The script is now called mailman-discard.py. Override + the commands fro install_scripts and bdist_wininst, so that it can + be renamed to mailman-discard on POSIX platforms. + Windows portability. * mailman_discard/choices.py (_setup_path): Use os.pathsep instead of hard-coding ":". - * Version 0.1.0 released. + * Version 0.1.0 released (and recalled). Update the prerequisites. * README (Prerequisites): Updated. -- GitLab