Skip to content

Commit d4bf630

Browse files
committed
release-notes: removed appending space characters
1 parent 1baece5 commit d4bf630

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

release-notes.txt

+41-41
Original file line numberDiff line numberDiff line change
@@ -883,15 +883,15 @@ provided by RIOT.
883883

884884
About this release:
885885
===================
886-
This release was focused primarily on fixing bugs, but also adds two new
886+
This release was focused primarily on fixing bugs, but also adds two new
887887
supported radio transceivers: CC2420 and CC2538.
888-
This new radio support allows to new interoperability tests with other OS,
889-
allowing code size comparison and overall network performance for
888+
This new radio support allows to new interoperability tests with other OS,
889+
allowing code size comparison and overall network performance for
890890
platforms based on these radios.
891891

892892
About 198 pull requests with about 325 commits have been merged since the
893-
last release and about 65 issues have been solved. 46 people contributed with
894-
code in 112 days. 632 files have been touched with 19863 insertions and
893+
last release and about 65 issues have been solved. 46 people contributed with
894+
code in 112 days. 632 files have been touched with 19863 insertions and
895895
3682 deletions.
896896

897897

@@ -922,7 +922,7 @@ Packages
922922
---
923923
+ Added statistics for TLSF package (#5418)
924924
+ Added U8g2 library for monochrome displays (#5549)
925-
* Added on-the-fly content creation for CCN-lite.
925+
* Added on-the-fly content creation for CCN-lite.
926926

927927

928928
Platforms
@@ -931,23 +931,23 @@ Platforms
931931
+ Added support for Libellium's waspmote-pro board.
932932
+ Added support for the iotlab A8/M3 node (https://www.iot-lab.info/hardware/a8/)
933933
+ Added initial and rudimentary port for TI cc2650stk "SensorTag" (#4675)
934-
+ Split Zolertia Remote support into Remote Prototype A (remote-pa) and
934+
+ Split Zolertia Remote support into Remote Prototype A (remote-pa) and
935935
Remote Revision A (remote-reva)
936936

937937
Drivers
938938
---
939939
+ Texas Instruments CC2538 RF driver (PR #5291)
940940
+ Texas Instruments CC2420 RF driver (PR #5591)
941941
+ Bosch BM180 sensor.
942-
+ Added XBee optional AES encryption support
942+
+ Added XBee optional AES encryption support
943943

944944
System libraries
945945
---
946946
* Several xtimer bug fixes
947947

948948
Build System
949949
---
950-
+ Ubuntu 16.04 packaged gcc-arm-none-eabi toolchain can now be used to compile
950+
+ Ubuntu 16.04 packaged gcc-arm-none-eabi toolchain can now be used to compile
951951
RIOT for ARM boards
952952

953953
Other
@@ -961,54 +961,54 @@ API changes
961961
Fixed Issues from the last release
962962
==================================
963963
#3824: native: gnrc: hardcore pinging crashes.
964-
#4583: cpp11: clang doesn't allow mutex_t to be used with constexpr All
964+
#4583: cpp11: clang doesn't allow mutex_t to be used with constexpr All
965965
cpp11-* tests fail with clang.
966-
#5388: gnrc_sixlowpan_iphc_nhc: receiving NHC compressed UDP
966+
#5388: gnrc_sixlowpan_iphc_nhc: receiving NHC compressed UDP
967967
packets hits assert in IPv6 (Fixed by #5281).
968968

969969

970970
Known Issues
971971
==========
972972
#3075: nhdp: unnecessary microsecond precision NHDP works with timer
973-
values of microsecond precision which is not required. Changing to lower
973+
values of microsecond precision which is not required. Changing to lower
974974
precision would save some memory.
975975
#3086: Max. packet length for AT86RF2XX
976-
#4048: potential racey memory leak According to the packet buffer stats,
977-
flood-pinging a multicast destination may lead to a memory leak due to a
978-
race condition. However, it seems to be a rare case and a completely filled
976+
#4048: potential racey memory leak According to the packet buffer stats,
977+
flood-pinging a multicast destination may lead to a memory leak due to a
978+
race condition. However, it seems to be a rare case and a completely filled
979979
up packet buffer was not observed.
980-
#5005: ndp: router advertisement sent with global address Under some
981-
circumstances a router might send RAs with GUAs. While they are ignored
982-
on receive (as RFC 4861 specifies), RAs should have link-local addresses
980+
#5005: ndp: router advertisement sent with global address Under some
981+
circumstances a router might send RAs with GUAs. While they are ignored
982+
on receive (as RFC 4861 specifies), RAs should have link-local addresses
983983
and not even be send out this way.
984984
#5007: gnrc icmpv6: Ping reply goes out the wrong interface
985-
#5055: cpuid: multiple radios will get same EUI-64 Nodes with multiple
985+
#5055: cpuid: multiple radios will get same EUI-64 Nodes with multiple
986986
interfaces might get the same EUI-64 for them since they are generated from
987987
the same CPU ID.
988-
#5230: gnrc ipv6: multicast packets are not dispatched to the upper layers.
988+
#5230: gnrc ipv6: multicast packets are not dispatched to the upper layers.
989989
(Fix exists, but was postponed)
990-
#5390: pkg: OpenWSN does not compile This package still uses deprecated
990+
#5390: pkg: OpenWSN does not compile This package still uses deprecated
991991
modules and was not tested for a long time.
992992

993993
native related issues
994994
---------------------
995-
#495: native not float safe When the FPU is used when an asynchronous
996-
context switch occurs, either the stack gets corrupted or a floating point
995+
#495: native not float safe When the FPU is used when an asynchronous
996+
context switch occurs, either the stack gets corrupted or a floating point
997997
exception occurs.
998-
#534: native debugging on osx fails Using valgrind or gdb with a nativenet
999-
target in OSX leads to "the network" being stuck (gdb) or the whole process
998+
#534: native debugging on osx fails Using valgrind or gdb with a nativenet
999+
target in OSX leads to "the network" being stuck (gdb) or the whole process
10001000
being stuck (valgrind).
1001-
#334: nativenet crashes when hammered Flood-pinging a native instance
1002-
from more than one host (either multiple threads on the host system or multiple
1001+
#334: nativenet crashes when hammered Flood-pinging a native instance
1002+
from more than one host (either multiple threads on the host system or multiple
10031003
other native instances), leads to a SEGFAULT.
10041004
#2071; WIP: native: overdue fixes
10051005
#4590: pkg: building relic with clang fails.
10061006
#5432: native: valgrind fails
10071007

10081008
other platform related issues
10091009
-----------------------------
1010-
#4560: make: clang is more pedantic than gcc oonf_api is not building with
1011-
clang.
1010+
#4560: make: clang is more pedantic than gcc oonf_api is not building with
1011+
clang.
10121012
(Partly solved by #4593)
10131013
#4866: not all GPIO driver implementations are thread safe Due to non-atomic
10141014
operations in the drivers some pin configurations might get lost.
@@ -1017,26 +1017,26 @@ clang.
10171017
other issues
10181018
------------
10191019
#1263: TLSF implementation contains (a) read-before-write error(s).
1020-
#2761: core: define default flags If a thread is created without the
1021-
corresponding flag (CREATE_STACKTEST), the ps command will yield wrong
1020+
#2761: core: define default flags If a thread is created without the
1021+
corresponding flag (CREATE_STACKTEST), the ps command will yield wrong
10221022
numbers for the stack usage.
1023-
#2927: core: Automatically select the lowest possible LPM mode Not all
1024-
available low power modes (LPMs) are implemented for each platform and the
1023+
#2927: core: Automatically select the lowest possible LPM mode Not all
1024+
available low power modes (LPMs) are implemented for each platform and the
10251025
concept of how the LPM is chosen needs some reconsideration.
1026-
#2967: Makefile.features: location is not relevant for all features Provided
1026+
#2967: Makefile.features: location is not relevant for all features Provided
10271027
features for the build system should be split up into a board and cpu specific part
1028-
#4488: Making the newlib thread-safe When calling puts/printf after
1028+
#4488: Making the newlib thread-safe When calling puts/printf after
10291029
thread_create(), the CPU hangs for DMA enabled uart drivers.
10301030
#4841: xtimer: timer already in the list Under some conditions an xtimer can end
10311031
up twice in the internal list of the xtimer module.
10321032
#5338: xtimer: xtimer_now() not ISR safe For non-32-bit platforms.
10331033

10341034
Special Thanks
10351035
===============
1036-
We like to give our special thanks to all the companies that provided us with their
1037-
hardware for porting and testing, namely the people from (in alphabeticalorder):
1036+
We like to give our special thanks to all the companies that provided us with their
1037+
hardware for porting and testing, namely the people from (in alphabeticalorder):
10381038
Atmel, Freescale, Limifrog, Nordic, OpenMote, Phytec, SiLabs, UDOO,and Zolertia;
1039-
and also companies that directly sponsored development time:Cisco Systems,
1039+
and also companies that directly sponsored development time:Cisco Systems,
10401040
Eistec, Ell-i, Enigeering Spirit, Nordic, FreshTemp LLC, and Phytec.
10411041

10421042
More information
@@ -1045,15 +1045,15 @@ http://www.riot-os.org
10451045

10461046
Mailing lists
10471047
-------------
1048-
* RIOT OS kernel developers list
1048+
* RIOT OS kernel developers list
10491049
* devel@riot-os.org (http://lists.riot-os.org/mailman/listinfo/devel)
1050-
* RIOT OS users list
1050+
* RIOT OS users list
10511051
* users@riot-os.org (http://lists.riot-os.org/mailman/listinfo/users)
10521052
* RIOT commits
10531053
* commits@riot-os.org (http://lists.riot-os.org/mailman/listinfo/commits)
10541054
* Github notifications
10551055
* notifications@riot-os.org (http://lists.riot-os.org/mailman/listinfo/notifications)
1056-
1056+
10571057
IRC
10581058
---
10591059
* Join the RIOT IRC channel at: irc.freenode.net, #riot-os

0 commit comments

Comments
 (0)