From c3405e98f02b387dcd6773949caf7a14755a55f2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 14 Nov 2014 16:47:52 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index bd2aad6b1be..8e0de8412af 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8968,3 +8968,6 @@ * drivers/lcd/st7565.c/.h and include/nuttx/lcd/st7565.h: Add driver for ST7565 that works with NHD‐C12864KGZ display. From Pierre-noel Bouteville (2014-11-13). + * net/route/net_router.c: I don't think that the net_route function has + ever worked correctly. The source ip was updated in the match struct + instead of the route ip. From Brennan Ashton (2014-11-14).