blob: a7d38341f3c76cb1fc9d472d430b32204e07f313 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
# 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
* Treat AS path regex input as invalid if containing ; or " characters
## Version 1.2.0 | Convergence (New features release) | 2016-02-16
* Second feature release of 1.X.Y branch
* New configuration options to customize ping and traceroute commands for
BIRD and Quagga
* Rework hostname parameter check
* Embeds Bootstrap 3.3.6, jQuery 2.2.0 and phpseclib 1.0.1
## 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
* Support for BIRD, Cisco, Juniper, Quagga
* Routes, AS, ping and traceroute related commands
* Requires at least PHP 5.2
* Embeds Bootstrap 3.3.1, jQuery 2.1.1 and phpseclib 0.3.7
|