From 6d1de74a9a6591b3be490f4b1ed4adf55dc9c6df Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Thu, 8 Jun 2017 16:44:25 -0700 Subject: [PATCH] Added RELEASE-NOTES, updated README --- README.md | 9 ++++-- RELEASE-NOTES.md | 83 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+), 3 deletions(-) create mode 100644 RELEASE-NOTES.md diff --git a/README.md b/README.md index bf73ba7..b817e01 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,17 @@ Bindings also exist for [many popular languages and platforms](examples). *** +All build targets will output to `build/`. + ### Static Library - - `make static_lib SDK_IPV4=1`: Will output to `build/` + + - `make static_lib SDK_IPV4=1` ### iOS App Framework - - `make ios_app_framework SDK_IPV4=1`: Will output to `build/` + - `make ios_app_framework SDK_IPV4=1` ### macOS App Framework - - `make macos_app_framework SDK_IPV4=1`: Will output to `build/` + - `make macos_app_framework SDK_IPV4=1` *** diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md new file mode 100644 index 0000000..60a7242 --- /dev/null +++ b/RELEASE-NOTES.md @@ -0,0 +1,83 @@ +# Future Release Roadmap: + +## 2017-07-30 -- Version 1.2.0 +Basic BSD network stack support (libuinet) + +## 2017-06-30 -- Version 1.1.5 +Improvements in API consistency and coverage. Bug fixes for socket abstraction layer. + +*** + +# Past Releases: + +## 2017-06-07 -- Version 1.1.4 +Important Dual-stack IPv4/IPv6 bug fix + +## 2017-06-05 -- Version 1.1.3 +Updated picoTCP to 1.4.0, improved selftest + +## 2017-05-30 -- Version 1.1.2 +Minor ZTO source update, improved selftest, documentation + +## 2017-05-04 -- Version 1.1.1 +Updated ZTO source to 1.2.4, bug fixes + +## 2017-05-02 -- Version 1.1.0 +Added new socket multiplexing logic, significant restructuring of picoTCP stack driver + +## 2017-04-06 -- Version 1.0.0 +Refactored library structure. Dynamic loading of stack no longer required. lwIP Support dropped + +## 2017-03-28 -- Version 0.9.0 +Updated ZTO source for tptr feature + +## 2017-03-14 -- Version 0.8.0 +Updated ZTO source to 1.2.0, bug fixes + +## 2017-03-07 -- Version 0.7.0 +Updated ZTO source to 1.1.17, updated documentation, bug fixes + +## 2017-11-21 -- Version 0.6.2 +Updated ZTO source for reliability + +## 2017-10-28 -- Version 0.6.1 +Stack driver support for IPv4 XOR IPv6 + +## 2017-10-21 -- Version 0.6.0 +Updated ZTO source to 1.1.14 + +## 2017-10-18 -- Version 0.5.0 +Implemented driver for picoTCP network stack + +## 2017-09-29 -- Version 0.4.2 +IPv6-related fixes + +## 2017-09-27 -- Version 0.4.1 +Added IPv6 support to lwIP stack driver + +## 2017-09-11 -- Version 0.4.0 +Upgraded to lwIP 2.0.0 + +## 2017-09-07 -- Version 0.3.5 +Introduced prettier and less complex Swift API + +## 2017-09-06 -- Version 0.3.4 +Improved debugging traces + +## 2017-09-01 -- Version 0.3.3 +Improved API parameter naming consistency + +## 2017-08-17 -- Version 0.3.2 +Improved proxy server controls + +## 2017-08-15 -- Version 0.3.1 +API consistency improvements + +## 2017-07-25 -- Version 0.3.0 +Updated ZTO source to 1.1.4 + +## 2017-07-20 -- Version 0.2.1 +Normalized zt_ API naming conventions + +## 2017-06-14 -- Version 0.2.0 +Old netcon project moved into its own repo