From 4b41ef551e562fa29edf4c1bcb1afe4b38f8718f Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Mon, 8 Aug 2016 21:55:08 +0200 Subject: [PATCH] Add note about Filelists.mk in UPGRADING document --- UPGRADING | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UPGRADING b/UPGRADING index ea0c93f1..b9ad876a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -20,7 +20,7 @@ with newer versions. * Added IPv6 support (dual-stack or IPv4/IPv6 only) * Changed ip_addr_t to be a union in dual-stack mode (use ip4_addr_t where referring to IPv4 only). * Major rewrite of SNMP (added MIB parser that creates code stubs for custom MIBs); - supports SNMP2vc (experimental v3 support) + supports SNMPv2c (experimental v3 support) * Moved some core applications from contrib repository to src/apps (and include/lwip/apps) +++ Raw API: @@ -34,7 +34,8 @@ with newer versions. ++ Port changes +++ new files: - * MANY new and moved files! + * MANY new and moved files! + * Added src/Filelists.mk for use in Makefile projects * Continued moving stack-internal parts from abc.h to abc_priv.h in sub-folder "priv" to let abc.h only contain the actual application programmer's API