Cosmetic changes to ChangeLog.

This commit is contained in:
Gregory Nutt 2017-12-04 13:06:53 -06:00
parent 767ca03b10
commit f866d845e6

View File

@ -2334,7 +2334,7 @@
some some destination IP address that is not locally accessible some some destination IP address that is not locally accessible
(2017-09-20). (2017-09-20).
* apps/netutils/netlib: netlib_ipv[4|6]adaptor() will now use the new * apps/netutils/netlib: netlib_ipv[4|6]adaptor() will now use the new
routing table interfaces if they are available: If the desination IP routing table interfaces if they are available: If the destination IP
address does not correspond to the network served by any device, then address does not correspond to the network served by any device, then
the address of the router that should get us to the correct sub-net is the address of the router that should get us to the correct sub-net is
is determined. Then the network adaptor that can communicate with the is determined. Then the network adaptor that can communicate with the
@ -2440,8 +2440,6 @@
seems that I2C driver has changed a bit since i2ctool was written, so seems that I2C driver has changed a bit since i2ctool was written, so
now i2ctool sends repeated start even if `no restart` flag (-n) was now i2ctool sends repeated start even if `no restart` flag (-n) was
passed to it. From Dmitriy Linikov (2017-11-01). passed to it. From Dmitriy Linikov (2017-11-01).
* Fixed i2ctool write operation in `no restart` mode (flag `-n`). From
Dmitriy Linikov (2017-11-01).
* Fixed misprint in cmd_wget. From Dmitriy Linikov (2017-11-01). * Fixed misprint in cmd_wget. From Dmitriy Linikov (2017-11-01).
* apps/examples/userfs: Fix bad logic in test stat() implementation * apps/examples/userfs: Fix bad logic in test stat() implementation
(2017-11-01). (2017-11-01).