2017-06-08 16:54:35 -07:00
|
|
|
## Future Release Roadmap:
|
2017-06-08 16:44:25 -07:00
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
### 2017-07-30 -- Version 1.2.0
|
2017-06-08 16:44:25 -07:00
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
- Basic BSD network stack support (libuinet)
|
|
|
|
|
|
|
|
|
|
### 2017-06-30 -- Version 1.1.5
|
|
|
|
|
|
|
|
|
|
- Improvements in API consistency and coverage
|
2017-06-16 16:58:30 -07:00
|
|
|
- Additional safety checks
|
2017-06-08 16:54:35 -07:00
|
|
|
- Various bug fixes for socket abstraction layer
|
2017-06-16 16:58:30 -07:00
|
|
|
- Rework of Connection lock scheme
|
|
|
|
|
- IPv4 and IPv6 enabled by default
|
|
|
|
|
- Performance (RX and TX) upgrades
|
2017-06-08 16:44:25 -07:00
|
|
|
|
|
|
|
|
***
|
|
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
## Past Releases:
|
|
|
|
|
|
|
|
|
|
### 2017-06-07 -- Version 1.1.4 (CURRENT)
|
|
|
|
|
|
|
|
|
|
- Library can now be run in IPV4 and IPV6 mode simultaneously
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 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
|
|
|
|
|
- Improved documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 2017-05-04 -- Version 1.1.1
|
|
|
|
|
|
|
|
|
|
- Updated ZTO source to 1.2.4
|
|
|
|
|
- Various 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
|
|
|
|
|
- Various bug fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 2017-03-07 -- Version 0.7.0
|
|
|
|
|
|
|
|
|
|
- Updated ZTO source to 1.1.17
|
|
|
|
|
- Updated documentation
|
|
|
|
|
- Various 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-06-08 16:44:25 -07:00
|
|
|
|
|
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
### 2017-09-07 -- Version 0.3.5
|
2017-06-08 16:44:25 -07:00
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
- Introduced prettier and less complex Swift API
|
2017-06-08 16:44:25 -07:00
|
|
|
|
|
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
### 2017-09-06 -- Version 0.3.4
|
2017-06-08 16:44:25 -07:00
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
- Improved debugging traces
|
2017-06-08 16:44:25 -07:00
|
|
|
|
|
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
### 2017-09-01 -- Version 0.3.3
|
2017-06-08 16:44:25 -07:00
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
- Improved API parameter naming consistency
|
2017-06-08 16:44:25 -07:00
|
|
|
|
|
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
### 2017-08-17 -- Version 0.3.2
|
2017-06-08 16:44:25 -07:00
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
- Improved proxy server controls
|
2017-06-08 16:44:25 -07:00
|
|
|
|
|
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
### 2017-08-15 -- Version 0.3.1
|
2017-06-08 16:44:25 -07:00
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
- API consistency improvements
|
2017-06-08 16:44:25 -07:00
|
|
|
|
|
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
### 2017-07-25 -- Version 0.3.0
|
2017-06-08 16:44:25 -07:00
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
- Updated ZTO source to 1.1.4
|
2017-06-08 16:44:25 -07:00
|
|
|
|
|
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
### 2017-07-20 -- Version 0.2.1
|
2017-06-08 16:44:25 -07:00
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
- Normalized zt_ API naming conventions
|
2017-06-08 16:44:25 -07:00
|
|
|
|
|
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
### 2017-06-14 -- Version 0.2.0
|
2017-06-08 16:44:25 -07:00
|
|
|
|
2017-06-08 16:54:35 -07:00
|
|
|
- Old netcon project moved into its own repo
|