diff --git a/examples/6lbr/angstrom/control b/examples/6lbr/angstrom/control index 6284f9791f..4ac64b969f 100644 --- a/examples/6lbr/angstrom/control +++ b/examples/6lbr/angstrom/control @@ -1,5 +1,5 @@ Package: cetic-6lbr -Version: 1.3.2 +Version: 1.5.0 Architecture: armv7a Maintainer: CETIC <6lbr@cetic.be> Section: network diff --git a/examples/6lbr/debian/changelog b/examples/6lbr/debian/changelog index 68fd6da7f9..bf72ed2347 100644 --- a/examples/6lbr/debian/changelog +++ b/examples/6lbr/debian/changelog @@ -1,3 +1,65 @@ +cetic-6lbr (1.5.0) unstable; urgency=low + + * Features + Multicast routing + RPL Non-Storing mode + DAO-Ack support + AdaptiveSec integration + TSCH SLIP-Radio support + Rebased on latest Contiki (11-Oct-2017) + + -- 6lbr-team <6lbr@cetic.be> Thu, 14 Nov 2017 12:30:10 +0100 + +cetic-6lbr (1.4.2) unstable; urgency=low + + * Features + Multi SLIP-Radio support + Add CRC for SLIP-Radio + Runtime configuration of NUD + Add Per-Node statistics + Add set PAN ID command in slip radio + Add RPL hooks and delayed RPL initialisation + Replace abbreviations in status pages + New demo framework and demos for the main features of 6LBR + * Bugfixes + 6lbr.ip4 is not updated when using DHCP + SLIP retransmit callback not scheduled + Node tree graph is sometimes corrupted + TCP RST are observed on BBB and RPi + Buffer overflow when saving 6lbr.ip + gettimeofday() is still used in handle_fd() + Loss of access to web server due to wrong source address selection + Global repair is not properly triggered at BR startup + Infinite loop in node config + + -- 6lbr-team <6lbr@cetic.be> Fri, 24 Nov 2017 9:30:10 +0100 + +cetic-6lbr (1.4.1) unstable; urgency=low + + * Features + Node info export + Improved multi-dodag support + Better endianness detection + TinyDTLS stability fixes + Slip-radio configuration + Add Slip-radio retries + Non-root support + Improved plugin build and support + * Platform + CC26xx/CC13xx full support + Cooja support + OpenWRT feed + * Bugfixes + Fix anti-replay flag inversion + Fix max rank increase + Fix loss of address in SmartBridge mode + Fix route deletion after time update + Fix random crashes in udp-server + Fix uip_buf buffer overflow and packet with wrong size + Fix PAN-ID configuration on CC2538/CC26xx/CC13xx + + -- 6lbr-team <6lbr@cetic.be> Thu, 22 Dec 2016 13:15:40 +0100 + cetic-6lbr (1.4.0) unstable; urgency=low * Features diff --git a/examples/6lbr/project-conf.h b/examples/6lbr/project-conf.h index a2fc25d280..50da6c1b62 100644 --- a/examples/6lbr/project-conf.h +++ b/examples/6lbr/project-conf.h @@ -213,11 +213,11 @@ /* Do not change lines below */ /*------------------------------------------------------------------*/ +#define CETIC_6LBR_VERSION "1.5.0" + /* Activate CETIC 6LBR specific code in Contiki */ #define CETIC_6LBR 1 -#define CETIC_6LBR_VERSION "1.5.x" - #define CETIC_6LBR_ETH_EXT_A 0xFF #define CETIC_6LBR_ETH_EXT_B 0xFF