Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.74 KB

RELEASES.md

File metadata and controls

65 lines (39 loc) · 1.74 KB

Version 0.2.3

  • Improve the documentation of TelnetOption variants (#25, by tpoliaw)

Version 0.2.2

  • Derived common traits for public enums (#24, by mwnDK1402)

Version 0.2.1

  • Added connect_timeout method to Telnet struct (#21, by Zylatis)

Version 0.2.0

  • Updated to Rust 2018 & idiomatic refinements (#20, by SaadiSave)

Version 0.1.4

  • Added Ability - as compile time feature - to have a zlib stream wrap the Stream (including the telnet negotiations) at runtime. (#6, #8, by yehoshuapw)
  • Improved src/option.rs (remove code duplication). (#9, by fogti)

Version 0.1.3

  • Fixed the bug of handling IAC escaping. (#4, by sethm)

Version 0.1.2

  • Added support for generic streams. (#2, by lux01)

Version 0.1.1

  • Made internal errors converted to TelnetEvent::Error (#1, by Rutger798)

Version 0.1.0

  • The initial version of telnet.rs