Skip to content

Second Bug Fix Release for v4.9.0

Compare
Choose a tag to compare
@barryo barryo released this 21 Jan 09:35
· 1810 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. (It is not necessary to upgrade to v4.9.1, you can go straight from v4.9.0 -> v4.9.2.)

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.2

Bug Fixes

  • Fix password reset location (68ae7c1)
  • Remove CSRF from API POST routes (2f05ce4)
  • Disable CSRF for the login page (c06ac1d)
  • Fix and improve some issues with the switch configuration display (5274189, aa0344d)
  • Restore name field to user profile - fixes #500