From d928382bc31949c32ff71449fb38d17e2afb5013 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Sun, 10 Jun 2018 23:05:27 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b263097..c4c201872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ ## Changelog +### Unreleased + +#### Breaking Changes + +#### Bug Fixes + + * [Issue #506](https://github.com/fabiolb/fabio/issues/506): Wrong route for multiple matching host glob patterns + + When multiple host glob patterns match an incoming request fabio can pick the wrong backend for the request. + This is because the sorting code that should sort the matching patterns from most specific to least specific + does not take into account that doamin names have their most specific part at the front. This has been fixed + by reversing the domain names before sorting. + +#### Improvements + +#### Features + ### [v1.5.9](https://github.com/fabiolb/fabio/releases/tag/v1.5.9) - 16 May 2018 #### Notes