Skip to content

Releases: ProjectMile/Mile.Cirno

Mile.Cirno 1.2 (1.2.761.0)

02 Sep 15:45

Choose a tag to compare

This release made several improvements.

Release Notes

  • Rewrite the request and response implementation from asynchronous to synchronous to reduce complexity and cpu usage.
  • Remove most of C++ exceptions to improve performance.
  • Improve the error report implementation and only output log for debug builds for performance.
  • Implement more direct read and write operations to reduce memory copy, which improves the performance.
  • Print mount information at startup which improves the usability.
  • Fix several implementation issues.

Usage

https://github.com/ProjectMile/Mile.Cirno#usage

Kenji Mouri

Mile.Cirno 1.1 (1.1.750.0)

21 Aug 16:30

Choose a tag to compare

This release introduced read-write client support for 9P2000.L protocol. Also, several improvements have been made.

Screenshot

Release Notes

  • Provide read-write client support for 9P2000.L protocol.
  • Improve the performance.
  • Add get volume information support.
  • Improve get file information support.
  • Make maximum message size negotiable.
  • Fix several logic errors.
  • Improve Mile.Cirno.Protocol definitions based on Windows Subsystem for Linux source code.
  • Add the project icon.
  • Fix the source code file header comment format.
  • Update Mile.Dokany to 1.1.662.
  • Update Mile.Project.Configurations to 1.0.1622.
  • Update Mile.Windows.Helpers to 1.0.952.
  • Update Mile.Windows.UniCrt to 1.2.410 to fix the missing symbols issue at runtime for the x86-32 target.

Usage

https://github.com/ProjectMile/Mile.Cirno#usage

Kenji Mouri

Mile.Cirno 1.0 (1.0.501.0)

15 Dec 17:47

Choose a tag to compare

This is the first Mile.Cirno release.

Screenshot

Release Notes

Mile.Cirno 1.0 (1.0.501.0)

  • Initial release.
  • Provide read only client support for 9P2000.L protocol, based on Mile.Dokany, the customized version of Dokany which user-mode library is specialized for NuGet integration and optimized for binary size.
  • Support 9p transport over TCP or Hyper-V Socket.
  • Provide NanaBox EnableHostDriverStore integration mode.

Usage

https://github.com/ProjectMile/Mile.Cirno#usage

Kenji Mouri