1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
|
altermime (0.3.10-8) unstable; urgency=medium
* QA upload.
* Set Debian QA Group as maintainer. See #753566.
* Bumped DH level to 9.
* debian/altermime.1: fixed a spelling error.
* debian/control:
- Bumped Standards-Version to 3.9.8.
- Reorganized the long description.
* debian/copyright:
- Changed format to 1.0.
- Fixed some mistakes.
- Updated all information.
- Updated the GPL-2 text.
* debian/lintian-overrides:
- Added a new line to explain about a false positive.
- Removed no longer used line 'altermime: spelling-error-in-binary
usr/bin/altermime Requires to Requires one to'.
* debian/patches/:
- Added 25_fix_spelling_error.diff to fix a spelling error in final
binary.
- Added 30_add_GCC_hardening.diff to add hardening to final binary.
* debian/rules: added the DEB_BUILD_MAINT_OPTIONS variable to improve the
GCC hardening.
* debian/watch:
- Bumped to version 4.
- Improved.
-- Joao Eriberto Mota Filho <eriberto@debian.org> Fri, 20 May 2016 12:23:46 -0300
altermime (0.3.10-7) unstable; urgency=low
* Update VCS fields
* Add lintian override for false positive spelling error
* Add patch to Fix compiler warnings for 'unused-but-set-variable' causing
FTBFS with -Werror and GCC 4.6 (Closes: #625307)
-- Julien Valroff <julien@debian.org> Tue, 03 May 2011 20:05:16 +0200
altermime (0.3.10-6) unstable; urgency=low
* Update my email address
* Remove DMUA field, now useless
* Switch to dh
* Depends on default-mta rather than on exim4
* Bump debhelper compat to 8
* Update copyright file to latest DEP5 revision
* Update to new policy 3.9.2 (no changes needed)
-- Julien Valroff <julien@debian.org> Sat, 09 Apr 2011 07:52:59 +0200
altermime (0.3.10-5) unstable; urgency=low
* Add patch to fix FTBFS with -Wall turned on - thanks to Alex Chiang
* <achiang@canonical.com> (Closes: #602515)
-- Julien Valroff <julien@kirya.net> Fri, 05 Nov 2010 18:39:57 +0100
altermime (0.3.10-4) unstable; urgency=low
* Bump Debian policy version to 3.9.1
* Add -oi flag to both Postfix howto and example script to ignore
single dots on a line - thanks to Markus Keil <keil@ibh.de>
(Closes: #569046)
-- Julien Valroff <julien@kirya.net> Mon, 26 Jul 2010 18:05:35 +0200
altermime (0.3.10-3) unstable; urgency=low
* Bump Standards-Version to 3.8.3 - no further changes
* Converted source package to 3.0 (quilt) format
* Switched to GIT - updated VCS-* fields accordingly
* Added misc:Depends to control file
* Removed XS- prefix for DM-Upload-Allowed field
* Fixed doc-base installation file
-- Julien Valroff <julien@kirya.net> Fri, 01 Jan 2010 18:49:00 +0100
altermime (0.3.10-2) unstable; urgency=low
* Upload to unstable
* Bumped to new standards version 3.8.1 (no changes needed)
* Bumped debhelper compat to 7
-- Julien Valroff <julien@kirya.net> Sun, 15 Mar 2009 08:35:04 +0100
altermime (0.3.10-1) experimental; urgency=low
* New upstream release
* Added patch to fix compile errors
-- Julien Valroff <julien@kirya.net> Mon, 08 Dec 2008 20:17:01 +0100
altermime (0.3.9-1) experimental; urgency=low
* New upstream release
* Upload to experimental due to testing freeze before Lenny
* Added Homepage field
* Added Vcs-* fields
* Added XS-DM-Upload-Allowed header to allow direct upload
of future updates
* Bumped to new standards version 3.8.0 (no changes needed)
* Switched copyright file to machine-interpretable format
-- Julien Valroff <julien@kirya.net> Thu, 30 Oct 2008 18:37:24 +0100
altermime (0.3.8-2) unstable; urgency=low
* Added patch so that altermime handles nostrip build option (Closes: #436433)
-- Julien Valroff <julien@kirya.net> Tue, 07 Aug 2007 20:00:08 +0200
altermime (0.3.8-1) unstable; urgency=low
* New upstream release:
+ Corrected some code where hard-coded buffer sizes were present rather
than properly referenced sizes.
+ Temporary file removal if insertion is aborted due to signed
email
+ Fixed bug that can cause crashing on QP decoding where the
charout size wasn't 1
+ Added text/calendar detection
+ Patch applied for QP encoding problem of chars as hex
+ Fixed missing boundary situation after BASE64 encoded
disclaimer insertion.
+ Fixed non-MIME BASE64 disclaimer insertion routines
+ Added BASE64 _encoded_ disclaimer option
+ Added BASE64 disclaimer insertion routines (NAB)
+ new FFGET module
+ Fixed --help output
* debian/rules:
+ Fixed clean target to avoid ignoring all errors when 'make clean' is called
-- Julien Valroff <julien@kirya.net> Fri, 13 Jul 2007 23:14:02 +0200
altermime (0.3.7-3) unstable; urgency=low
* debian/watch:
+ Added
-- Julien Valroff <julien@kirya.net> Sat, 05 May 2007 11:30:14 +0200
altermime (0.3.7-2) unstable; urgency=low
* Fixed typo in long description (Closes: #362717)
* Bumped Standards-Version to 3.7.2, no further changes required
* Removed debian/watch
* Fixed dependency on libc6 (Closes: #383489)
-- Julien Valroff <julien@kirya.net> Thu, 17 Aug 2006 18:46:27 +0200
altermime (0.3.7-1) unstable; urgency=low
* New upstream release:
+ fixed disclaimer insertion issue in emails with both HTML
and attachment
+ added Quoted-printable encoding to disclaimers if required by
the transfer-encoding header of the MIME segment
+ applied patch from Tim Jackson which solves a BASE64 induced
mail truncation if disclaimer insertion fails
-- Julien Valroff <julien@kirya.net> Sat, 1 Apr 2006 17:10:17 +0200
altermime (0.3.6-11) unstable; urgency=low
* debian/altermime.docs:
+ removed README and README.Debian
+ added LICENCE
* Changed architecture to "any"
* Removed reportbug hook
* Fixed errors in man page
-- Julien Valroff <julien@kirya.net> Fri, 30 Dec 2005 18:32:54 +0100
altermime (0.3.6-10) unstable; urgency=low
* Fixed linda/lintian warnings about doc-base
-- Julien Valroff <julien@kirya.net> Thu, 29 Dec 2005 10:56:39 +0100
altermime (0.3.6-9) unstable; urgency=low
* Added hook to make reportbug usable with altermime package
-- Julien Valroff <julien@kirya.net> Sun, 4 Dec 2005 08:48:59 +0100
altermime (0.3.6-8) unstable; urgency=low
* Updated debian/rules to remove unused targets and noops
* Updated debian/control to build-depend on dpatch and debian/rules to
pull-in appropriate dpatch pieces
-- Julien Valroff <julien@kirya.net> Wed, 21 Sep 2005 20:40:24 +0200
altermime (0.3.6-7) unstable; urgency=low
* Added a man page for altermime
* Minor fixes to pass Lintian tests
-- Julien Valroff <julien@kirya.net> Wed, 24 Aug 2005 17:06:38 +0200
altermime (0.3.6-6) unstable; urgency=low
* Changed section from unknown to mail
-- Julien Valroff <julien@kirya.net> Sat, 20 Aug 2005 21:49:45 +0200
altermime (0.3.6-5) unstable; urgency=low
* Renamed 01.dpatch name to 01_makefile_destdir.dpatch
-- Julien Valroff <julien@kirya.net> Sun, 7 Aug 2005 10:22:37 +0200
altermime (0.3.6-4) unstable; urgency=low
* Cleaned up source packages
* Applied patch to Makefile to enabme ${DESTDIR} variable
-- Julien Valroff <julien@kirya.net> Thu, 4 Aug 2005 22:38:31 +0200
altermime (0.3.6-3) unstable; urgency=low
* Upload to unstable
-- Julien Valroff <julien@kirya.net> Thu, 14 Jul 2005 07:28:46 +0200
altermime (0.3.6-2) experimental; urgency=low
* Removed empty examples files
* Renamed postfix filter script
-- Julien Valroff <julien@kirya.net> Tue, 12 Jul 2005 18:29:05 +0200
altermime (0.3.6-1) experimental; urgency=low
* Initial Release.
-- Julien Valroff <julien@kirya.net> Sun, 10 Apr 2005 14:56:38 +0200
|