Skip to content

Bug Fix Release for v4.9.0

Compare
Choose a tag to compare
@barryo barryo released this 09 Jan 16:08
· 2046 commits to master since this release

This is a bug fix release for version v4.9.0 that fixes some breaking changes.

If you are not yet running v4.9.0, please [follow the release notes for v4.9.0] and upgrade to v4.9.0 first.

Particular thanks to @nickhilliard and @rfc1036 for finding and reporting most of these.

Quick Upgrade Instructions

This bug fix only has code changes and so the upgrade process is simple - in your IXP Manager installation directory (referred to as ${IXPROOT} in the usual upgrade instructions just run the following:

git fetch --all
git checkout v4.9.1

Bug Fixes

  • Fix API auth issue after removing Zend (57f5fdc)
  • Fix issue with peering manager / peers and customer over display (5cf0de6)
  • Route::redirect() does not use the base URL apparently (3731a1e)
  • Ignore ports that are not up on port audit report (c03976f)
  • Fix authenticated issue with lookingglass now that Zend auth is gone (f19e961)
  • Use the "default route" rather than hard-coded "/" (afcddf0)
  • update proxies to match entities (386905e)