XPost: linux.debian.devel.release
--IXPrV6LFgvtFRYEy
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: release.debian.org
Severity: normal
X-Debbugs-Cc:
php-embed@packages.debian.org
Control: affects -1 + src:php-embed
User:
release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package php-embed
Hi,
I knew I missed the Soft Freeze date limit for migration, and I was
fine waiting for the twenty days migration during Hard Freeze, but I
just realized that this package is actually a key package (I just filed #1105208 in order to fix that, but in the mean time, I’m following the
freeze policy and ask for an unblock).
[ Reason ]
New upstream patch version, fixing a minor issue.
[ Impact ]
Not much impact expected.
[ Tests ]
Tests at build time, as well as autopkgtest (and thus
reverse-dependencies have also been tested).
[ Risks ]
Code change is trivial.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
[ Other info ]
I’d have it uploaded to experimental if I had realized sooner I needed
to bug you, sorry.
unblock php-embed/4.4.16-1
--IXPrV6LFgvtFRYEy
Content-Type: text/x-diff; charset=iso-8859-1
Content-Disposition: attachment; filename="pe.diff"
Content-Transfer-Encoding: quoted-printable
diff -Nru php-embed-4.4.15/CHANGELOG.md php-embed-4.4.16/CHANGELOG.md
--- php-embed-4.4.15/CHANGELOG.md 2025-01-02 17:53:09.000000000 +0100
+++ php-embed-4.4.16/CHANGELOG.md 2025-05-09 18:03:16.000000000 +0200
@@ -4,6 +4,10 @@
The format is based on [Keep a Changelog](
http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](
http://semver.org/).
+## [4.4.16] - 2025-05-09
+### Fixed
+- Adapters hostname detection [#555].
+
## [4.4.15] - 2025-01-02
### Fixed
- Type bug [#553].
@@ -254,7 +258,9 @@
[#548]:
https://github.com/oscarotero/Embed/issues/548
[#551]:
https://github.com/oscarotero/Embed/issues/551
[#553]:
https://github.com/oscarotero/Embed/issues/553
+[#555]:
https://github.com/oscarotero/Embed/issues/555
+[4.4.16]:
https://github.com/oscarotero/Embed/compare/v4.4.15...v4.4.16
[4.4.15]:
https://github.com/oscarotero/Embed/compare/v4.4.14...v4.4.15
[4.4.14]:
https://github.com/oscarotero/Embed/compare/v4.4.13...v4.4.14
[4.4.13]:
https://github.com/oscarotero/Embed/compare/v4.4.12...v4.4.13
diff -Nru php-embed-4.4.15