Skip to content

emai//er v2.1.14 - Migrate to latest IP65 release

Latest
Compare
Choose a tag to compare
@bobbimanners bobbimanners released this 14 Sep 20:31
· 1 commit to master since this release

Addresses tickets #75 and #76.

The IP65 release Emai//er has been using was a couple of years out of date, and various improvements and fixes have been made to IP65 in the meantime. The API had also changed, so some code changes were required in Emai//er to reflect this.

Note that it was also necessary to switch to a more recent cc65 compiler (otherwise IP65 appears not to work properly.) The very latest cc65 as of today has a regression which caused it to generate bad assembly for when compiling edit.c. If you want to build Emai//er yourself, please be sure to use this version of cc65: https://github.com/cc65/cc65/tree/9cb81f1410c768562c56c75e665b31bed4bdc055. This is the most recent cc65 prior to the regression. Hopefully this issue will be resolved shortly and we can switch to the very latest cc65.

Functionally, this release should be identical to 2.1.13, although there may be some improvements to the reliability of the networking code due to the updated IP65.