Skip to content

Releases: butok/FNET

FNET 3.9.4

27 Sep 10:43
Compare
Choose a tag to compare
  • Version 3.9.4
    • Added Shell example using FreeRTOS.
    • Fixed minor issues, found by the Coverity tool.

FNET 3.9.3

05 Sep 08:54
Compare
Choose a tag to compare
  • Version 3.9.3
    • Fixed all mDNS warnings in the Bonjour Conformance test.
    • Improved SW event response, thanks to Michal Hanak.
    • Reduced default timer period to 10ms, for better time precision.
    • Other minor fixes.

FNET 3.9.2

17 Aug 12:26
Compare
Choose a tag to compare
  • Version 3.9.2
    • Fixed possible wrong sending of TCP ACK, thanks to Richard Green.
    • Renamed IPv4-specific files and definitions from "ip|IP" to "ip4|IP4".
    • Renamed ICMPv4-specific files and definitions from "icmp|ICMP" to "icmp4|ICMP4".
    • Cleaned code style using "Auristic Style v3.0.1"

FNET 3.9.1

13 Jul 13:51
Compare
Choose a tag to compare
  • Version 3.9.1
    • Fixed possible failure during reassembly of out of order IPv4 datagrams.
    • Deprecated FNET_CFG_DNS_RESOLVER, which is covered by existing FNET_CFG_DNS.
    • Add possibility to run several DNS clients/resolvers simultaneously, defined by FNET_CFG_DNS_MAX.

FNET 3.9.0

16 Jun 14:16
Compare
Choose a tag to compare
  • Version 3.9.0
    • Added SNTPv4 (Simple Network Time Protocol) client.
    • Fix possible buffer overflow in the DNS client/resolver.
    • Added S32R274 platform, thanks to Andrian Onea.

FNET 3.8.2

15 May 11:56
Compare
Choose a tag to compare
  • Version 3.8.2
    -Added RFC6763 Service Type Enumeration to the mDNS server, enabled by FNET_CFG_MDNS_SERVICE_TYPE_ENUMERATION.
    -Simplified user API for adding of mDNS TXT record keys.
    -Fixed possible infinite loop caused by a malformed mDNS packet.
    -Fixed HTTP server release issue when there are open CGI sessions.
    -Fixed minor issues detected by Coverity tool.

FNET 3.8.1

15 Feb 12:42
Compare
Choose a tag to compare
  • Version 3.8.1:
    • Fixed MCF compilation issues. Thanks to Frank Lombardo.
    • Other minor fixes.

FNET 3.8.0

06 Jan 15:08
Compare
Choose a tag to compare
  • Version 3.8.0:
    • Added TLS:
      • Added TLS server API.
      • Added mbedTLS library support, placed in third_party/mbedtls-2.4.0.
      • Added shell_mbedtls example.
    • Changed the fnet_socket_t descriptor type from fnet_int32_t to void*.
      So now, fnet_socket_accept() and fnet_socket() return FNET_NULL instead of FNET_ERR.
    • Fixed fnet_mempool_free(), thanks to Paul.
    • Fixed FNET_CFG_CPU_VECTOR_PRIORITY_MAX for Kinetis.

FNET 3.7.0

10 Nov 07:55
Compare
Choose a tag to compare
  • Version 3.7.0:
    • Added Multicast DNS (mDNS) "Bonjour" Server/Responder. Thanks to NXP-Semiconductor for support.
    • Passed the Bonjour Conformance Test, Version 1.3.1 (https://developer.apple.com/softwarelicensing/agreements/bonjour.php).
      Bonjour Conformance Test includes "Link-Local Address Allocation", "Multicast DNS" and "Network Interoperability" test phases (48 tests).
    • Removed all instances of recursion.
    • Added FNET_CFG_ASSERT - enables/disables FNET_ASSERT().
    • Fixed Mutex API, thanks to Paul.
    • Other minor changes.

FNET 3.6.1

13 Sep 10:59
Compare
Choose a tag to compare
  • Version 3.6.1:
    • Removed application reserved memory regions FAPP_CFG_MEM_REGION_RESERVED_LIST from the boot-loader application.
    • Added multiple memory region support to TFTP .srec generator.
    • Renamed FAPP_CFG_APPLICATION_SIZE to FAPP_CFG_BOOTLOADER_SIZE.
    • Minor cleanings and fixes.