You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
netphony-network-protocols v1.3.0
1
+
netphony-network-protocols v1.3.1
2
2
=================================
3
3
4
4
Repository branch build status:
@@ -27,6 +27,11 @@ The library is maintained to be up-to-date to the latest version of the internet
27
27
28
28
Detailed CHANGELOG [click here](CHANGELOG)
29
29
30
+
## **Latest news**
31
+
- License is now Apache 2.0
32
+
- BPG-LS Tested with Juniper MX routers
33
+
- Various bugfixes in BGP-LS
34
+
30
35
## Compilation and use
31
36
32
37
The library can be built using the maven tool. There is a set of Junit tests included that check the enconding/decoding process . Contributions on expanding the test suite are welcomed.
@@ -42,7 +47,7 @@ To build the .jar file and run the tests, clone the repository, go to the main d
42
47
<dependency>
43
48
<groupId>es.tid.netphony</groupId>
44
49
<artifactId>network-protocols</artifactId>
45
-
<version>1.3.0</version>
50
+
<version>1.3.1</version>
46
51
</dependency>
47
52
```
48
53
Authors keep also a copy of the artifact in maven central to facilitate the deployment. (*) In process
0 commit comments