diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-08-28 20:51:20 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-08-28 20:51:20 +0200 |
commit | 90f302bf68924b68e93366447db64d4b808acdf3 (patch) | |
tree | bd7e6665f59f5c095a75170d6cceb63438a88c74 | |
parent | 12c886086fe21c46271bae293862bb9168971581 (diff) |
Release 1.3.0looking-glass-1.3.0
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | includes/config.defaults.php | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 449ceb8..ae35724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Version 1.3.0 | Convergence (New features release) | 2016-08-28 + + * Third feature release of 1.X.Y branch + * Add peering policy integration ; when using the configuration option that + link to a peering policy written in HTML, a small button will be displayed + below the main buttons allowing to display the policy in a modal + * Add configuration option to disable IPv6 or IPv4 for defined routers ; + using this option will limit the query to the enabled protocol version + (both versions of the protocol are enabled by default). + * Add configuration option to set the connection timeout for defined + routers ; it can be useful when a query takes a long time (ie traceroute + with hidden hosts in the path) + * Display IPv6 results before IPv4 + * Small changes for UI buttons (should be better on mobile) + * Embeds Bootstrap 3.3.7, jQuery 3.1.0 and phpseclib 1.0.3 + ## Version 1.2.1 | Convergence (Security fix release) | 2016-02-18 * First security fix release of 1.X.Y branch diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 4439410..b160f0e 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -45,7 +45,7 @@ $config = array( // Release configuration 'release' => array( - 'version' => '1.2.1', + 'version' => '1.3.0', 'codename' => 'Convergence' ), |