diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 22:59:48 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 22:59:48 +0100 |
commit | 0d26b4e70ee630eeffa83d30e09a2b6de4422722 (patch) | |
tree | 74e6a0565440c014d348ab4da2575a1e3129448a | |
parent | b741c281c34ef6577c17aba8cbc6ce73c539cda2 (diff) |
Release 2.0.0looking-glass-2.0.0
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | includes/config.defaults.php | 4 |
2 files changed, 18 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d3834..fab8110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Version 2.0.0 | Established (New major release) | 2018-01-28 + + * First major release of 2.X.Y branch + * Introduce configuration changes + * Add support for Cisco IOS-XR + * Add basic support for OpenBGPd (thanks to ledeuns) + * Add support for Vyatta (thanks to mikenowak) + * Add support for FRRouting (thanks to pautiina) + * Focus and highlight the parameter field if it was omitted + * Official support for PHP 7.x + * Add a proper Dockerfile (thanks amtypaldos) + * Remove Bootstrap related configuration options + * Changes to user interface with Bootstrap 4 + * Embeds Bootstrap 4.0.0, jQuery 3.3.1, Font Awesome 5.0.6 and phpseclib + 1.0.9 + ## Version 1.3.0 | Convergence (New features release) | 2016-08-28 * Third feature release of 1.X.Y branch diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 35b0e2a..640df2e 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -45,8 +45,8 @@ $config = array( // Release configuration 'release' => array( - 'version' => '1.3.0', - 'codename' => 'Convergence', + 'version' => '2.0.0', + 'codename' => 'Established', 'repository' => 'https://github.com/respawner/looking-glass' ), |