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
|
php-getid3 (1.9.8-3) unstable; urgency=medium
* Fix possible memory leak in OggFLAC
-- David Prévot <taffit@debian.org> Wed, 08 Oct 2014 09:35:39 -0400
php-getid3 (1.9.8-2) unstable; urgency=medium
* Improve fix for XXE security issue (CVE-2014-2053)
* Bump standards version to 3.9.6
-- David Prévot <taffit@debian.org> Mon, 22 Sep 2014 22:39:34 -0400
php-getid3 (1.9.8-1) unstable; urgency=medium
[ Phansys ]
* Added composer.json.
* Added README.md to achieve GitHub flavored markdown.
[ James Heinrich ]
* close potential XXE security issue (CVE-2014-2053)
* v1.9.8 changelog
[ David Prévot ]
* Build with Composer helper
* Document upstream VCS
* Drop patch included upstream
-- David Prévot <taffit@debian.org> Tue, 13 May 2014 12:18:32 -0400
php-getid3 (1.9.7-2) unstable; urgency=medium
* Add ownCloud for Debian to uploaders
* Bump standards version to 3.9.5
* Close potential XXE security issue [CVE-2014-2053]
-- David Prévot <taffit@debian.org> Mon, 14 Apr 2014 15:41:05 -0400
php-getid3 (1.9.7-1) unstable; urgency=low
* New upstream release
* Adjust watchfile to upstream real name
-- David Prévot <taffit@debian.org> Sat, 12 Oct 2013 11:13:33 -0400
php-getid3 (1.9.6-1) unstable; urgency=low
* New upstream release (closes: #701594)
* Move packaging to dh short rules
* Maintain the package inside the PHP PEAR team
* Bump compat to 9
* Bump standards version to 3.9.4
* Review description
* Also track beta in watch
* Update copyright
-- David Prévot <taffit@debian.org> Tue, 02 Jul 2013 13:10:40 -0400
php-getid3 (1.9.3-1) unstable; urgency=low
* New upstream release (closes: #615946).
* debian/control*:
- Added myself to the uploaders.
- Bumped the standards version to 3.9.3; no changes required.
- Changed the section to "php" as per ftp-masters' request.
* debian/copyright: converted to the Debian copyright format version 1.0.
* debian/install, debian/rules: install to /usr/share/php/getid3 because
then it will be in PHP's load path.
* debian/rules: prevent the compression of the examples.
-- Paul van Tilburg <paulvt@debian.org> Thu, 24 May 2012 19:40:06 +0200
php-getid3 (1.8.5-1) unstable; urgency=low
* New upstream release.
* Bumped standards version to 3.9.1
* Updated watch file.
-- Romain Beauxis <toots@rastageeks.org> Thu, 31 Mar 2011 10:30:05 -0500
php-getid3 (1.7.9-1) unstable; urgency=low
* New upstream release.
* Updated watch file.
* Change link to GPL-2 in debian/copyright
* Bumped standards version to 3.8.1
* Removed php4 dependencies.
* Bumped compat level to 7.
-- Romain Beauxis <toots@rastageeks.org> Wed, 25 Mar 2009 00:16:39 +0100
php-getid3 (1.7.7-2) unstable; urgency=low
* Moved build-dep-indep to build-dep since they lust be satisfied for clean
target.
* Made php5 the default dependency.
-- Romain Beauxis <toots@rastageeks.org> Mon, 23 Apr 2007 14:02:46 +0200
php-getid3 (1.7.7-1) unstable; urgency=low
* New upstream release
-- Romain Beauxis <toots@rastageeks.org> Mon, 26 Jun 2006 16:15:17 +0200
php-getid3 (1.7.6-1) unstable; urgency=low
* Initial release Closes: #351184
-- Romain Beauxis <toots@rastageeks.org> Mon, 13 Mar 2006 18:30:15 +0100
|