diff --git a/ChangeLog b/ChangeLog
index c142f92c12f8055a9e1fe59ca4b6fa00df3f74de..9cba2250157f7a02aeb9ba36e68aa98975cde1d5 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.