diff options
author | Mark Sapiro <msapiro@value.net> | 2011-07-08 14:39:45 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-07-08 14:39:45 -0700 |
commit | d5ae6c6e5f8bdc89be835020e510ced083791002 (patch) | |
tree | 5c536e244685badb2125a0206f180f04ae9d36f7 | |
parent | 13b632e25cef820df83370be1b2689e9f723e3b6 (diff) | |
download | mailman2-d5ae6c6e5f8bdc89be835020e510ced083791002.tar.gz mailman2-d5ae6c6e5f8bdc89be835020e510ced083791002.tar.xz mailman2-d5ae6c6e5f8bdc89be835020e510ced083791002.zip |
- Added Tokio Kikuchi's icons to the misc/ and installed icons/
directories. Bug #782474.
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | misc/Makefile.in | 2 | ||||
-rwxr-xr-x | misc/mm-icon-large.ico | bin | 0 -> 85654 bytes | |||
-rwxr-xr-x | misc/mm-icon.ico | bin | 0 -> 5558 bytes |
4 files changed, 4 insertions, 1 deletions
@@ -58,6 +58,9 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Added Tokio Kikuchi's icons to the misc/ and installed icons/ + directories. Bug #782474. + - Fixed a problem which could result in raw, undecoded message bodies appearing in plain digests and archives. Bug #787790. diff --git a/misc/Makefile.in b/misc/Makefile.in index ba6e7ed8..5125cd86 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -69,7 +69,7 @@ DATAMODE= 664 INSTALL_PROGRAM=$(INSTALL) -m $(EXEMODE) PATHSDIRS= bin cron scripts tests -ICONS= $(srcdir)/*.jpg $(srcdir)/*.png +ICONS= $(srcdir)/*.jpg $(srcdir)/*.png $(srcdir)/*.ico # Rules diff --git a/misc/mm-icon-large.ico b/misc/mm-icon-large.ico Binary files differnew file mode 100755 index 00000000..6c9b06bb --- /dev/null +++ b/misc/mm-icon-large.ico diff --git a/misc/mm-icon.ico b/misc/mm-icon.ico Binary files differnew file mode 100755 index 00000000..e7df10bf --- /dev/null +++ b/misc/mm-icon.ico |