diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-12-23 16:19:01 +0100 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-12-23 16:19:01 +0100 |
commit | 926f4977e4a8a9b6b77a22b4f8e8cd09f10f8114 (patch) | |
tree | 8b26fd914e2df67cc3abe0780c6f15d24938c42b | |
parent | a4a294c6da09b4b4ccb2b27314a3d345527e812b (diff) |
Release 1.1.0.looking-glass-1.1.0
-rw-r--r-- | CHANGELOG.md | 13 | ||||
-rw-r--r-- | includes/config.defaults.php | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f29c9..7024636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## Version 1.1.0 | Convergence (New features release) | 2014-12-23 + + * First feature release of 1.X.Y branch + * Add support for source interface or addresses in ping and traceroute + commands ; use interface for Juniper and Cisco ; use addresses for BIRD + and Quagga + * Add option to hide the issued command from the output + * Add option to configure the link used by the header (default is no link) + * Embeds Bootstrap 3.3.1, JQuery 2.1.3 and phpseclib 0.3.9 + +For more details about the new configuration options take a loot at the +documentation. + ## Version 1.0.0 | Convergence | 2014-12-10 * Initial release diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 78084e5..2bd9dfa 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -9,7 +9,7 @@ $config = array( // Release configuration 'release' => array( - 'version' => '1.0.0', + 'version' => '1.1.0', 'codename' => 'Convergence' ), |