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
|
php-mail-mime (1.10.10-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Smirnov <onlyjob@debian.org> Mon, 01 Feb 2021 14:32:32 +1100
php-mail-mime (1.10.9-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Smirnov <onlyjob@debian.org> Tue, 06 Oct 2020 13:09:24 +1100
php-mail-mime (1.10.7-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Smirnov <onlyjob@debian.org> Mon, 16 Mar 2020 11:34:15 +1100
php-mail-mime (1.10.6-1) unstable; urgency=medium
* New upstream release.
* DH to version 12.
* Vcs URLs to Salsa.
* Updated URLs to HTTPS.
* Rules-Requires-Root: no.
* Standards-Version: 4.5.0.
* Added myself to Uploaders.
-- Dmitry Smirnov <onlyjob@debian.org> Fri, 14 Feb 2020 19:50:31 +1100
php-mail-mime (1.10.2-0.1) unstable; urgency=medium
* Non-maintainer upload. Closes: #889121
* New upstream release
-- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 15 Feb 2018 15:50:36 +0000
php-mail-mime (1.10.0-2) unstable; urgency=medium
* Update standards version to 3.9.7
* Add dependency on php-pear (Closes: #817828)
* Use https in Vcs-* fields
* Rebuild with pkg-php-tools >= 1.32 for the PHP 7.0 transition
* Build-depends and Depends on php-mbstring
-- Prach Pongpanich <prach@debian.org> Fri, 11 Mar 2016 21:03:46 +0700
php-mail-mime (1.10.0-1) unstable; urgency=medium
* Imported Upstream version 1.10.0
-- Prach Pongpanich <prach@debian.org> Tue, 10 Nov 2015 12:42:55 +0700
php-mail-mime (1.8.9-1) unstable; urgency=medium
* Imported Upstream version 1.8.9
* Use pear run-tests instead of phpunit
* Add DEP-8 compliant tests
* Bump Standards-Version to 3.9.6
-- Prach Pongpanich <prachpub@gmail.com> Fri, 03 Oct 2014 12:38:12 +0700
php-mail-mime (1.8.8-1) unstable; urgency=low
* New upstream release (Closes: #718823)
* Add myself as uploader
* Use phppear-substvars in control file
* Switch debian/copyright to format 1.0
* Bump debhelper compat to 9
* Update a debian/watch file
* Bump Standards-Version to 3.9.4
-- Prach Pongpanich <prachpub@gmail.com> Tue, 06 Aug 2013 12:00:34 +0700
php-mail-mime (1.8.4-1) unstable; urgency=low
* New upstream release.
* Now depends on phpunit and runs unit tests at build time.
* Standard-Version is not 3.9.3 (no changes).
-- Thomas Goirand <zigo@debian.org> Mon, 21 May 2012 16:43:35 +0000
php-mail-mime (1.8.2-1) unstable; urgency=low
* New upstream version (Closes: #656265).
* Now using the PKG PEAR team as maintainer.
* Bumped Standards-Version to 3.9.2 (no change needed).
* Switching to pkg-php-tools and dh 8 auto-sequencer (so, rewrote
debian/rules).
* Now using DEP5 format for debian/copyright.
* Now using source format 3.0 (quilt).
* Fixed Vcs fields.
-- Thomas Goirand <zigo@debian.org> Wed, 18 Jan 2012 19:26:59 +0800
php-mail-mime (1.8.0-2) unstable; urgency=low
* Removed some unwanted /usr/share/php/{docs,tests} files that shouldn't be
in there (they are already in /usr/share/doc/php-mail-mime anyway).
-- Thomas Goirand <zigo@debian.org> Tue, 07 Sep 2010 11:08:32 +0800
php-mail-mime (1.8.0-1) unstable; urgency=low
* New upstream release (Closes: #588295, #575671).
* Adopting the package (Closes: #575524).
* Standards-Version is now 3.9.1.
* Now depends on debhelper 7.
* Section is now php.
* Added Vcs-Git and Vcs-Browser since I'm using the pkg-php git repo.
* Added a new debian/source/format.
* Rewrote debian/copyright so that it's formated correctly and includes all
the authors.
* Removed useless README.Debian that didn't add more info than what was in
the debian/control file.
* Removed debian/upstream-changelog as I wont have time to maintain such file
that by the way is useless, as everyone that knows PEAR a bit also knows
that such information is always available on pear.php.net if it is
absolutely needed.
* Rewrote debian/rules nearly from scratch, as the old one was pretty bad.
Sorry if I'm not documenting all changes to this file here, but really,
it's close to a full rewrite.
* Now Build-Depends-Indep: php-pear because I'm using the pear cli tool to
install this pear package in debian/php-mail-mime.
-- Thomas Goirand <zigo@debian.org> Wed, 04 Aug 2010 18:22:18 +0800
php-mail-mime (1.5.3-0.1) unstable; urgency=low
* NMU with maintainer's approval.
* New upstream release
+ fixes From: over-encoding, closes: #564214.
* Manual update to our upstream-changelog.
-- Josip Rodin <joy-packages@debian.org> Thu, 14 Jan 2010 09:28:34 +0100
php-mail-mime (1.5.2-0.1) unstable; urgency=low
* Non-maintainer upload with maintainer approval
* New upstream release (Closes: #469815)
- This new release fixes problems related to returning non variable
references (Closes: #433641)
* Correct debian/watch, thanks to Pierre Gaufillet (Closes: #450371)
* Add Homepage field to debian/control
* Update Standards-Version to 3.7.3
* Update debian/upstream-changelog
* Depends on php-mail-mimedecode that was split off
-- Vincent Bernat <bernat@luffy.cx> Fri, 28 Mar 2008 20:18:53 +0100
php-mail-mime (1.3.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Change dependency from `php4-pear' to `php-pear'. (Closes: #388317)
-- Philipp Kern <pkern@debian.org> Thu, 18 Jan 2007 10:47:46 +0100
php-mail-mime (1.3.1-1) unstable; urgency=low
* New upstream
- Upstream fixed case-differences in encoding, dropping Debian patch
* Bumped policy compliance to 3.6.2 (no changes)
* Bumped debhelper compat level to 5
* Changed priority to optional (Closes: #299547)
* Update debian/copyright to reflect new upstream contributions
-- Jeroen van Wolffelaar <jeroen@wolffelaar.nl> Tue, 29 Nov 2005 22:53:23 +0100
php-mail-mime (1.2.1-1) unstable; urgency=low
* Initial Release.
-- Jeroen van Wolffelaar <jeroen@wolffelaar.nl> Sat, 31 Jul 2004 18:58:15 +0200
|