Skip to content

Commit

Permalink
Release note updated (v1.3.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Apr 3, 2020
1 parent 9d48108 commit cec5dc0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,38 @@
=================================================
* uMTP Responder
* Lightweight USB Media Transfer Protocol (MTP)
* responder
*
* Copyright (c) 2018 - 2020 Viveris Technologies
*
* https://github.com/viveris/uMTP-Responder
*
* Release notes
=================================================

Noteworthy changes in release v1.3.6 (2020-Apr-3)
=================================================

* MTP Storage mount / unmount support (-cmd:mount:[store name] / -cmd:unmount:[store name] / ).

* Config file :
* "storage" operation : new "notmounted" option.
* New usb_max_rd_buffer_size option (iMX6 issue workaround).
* New usb_max_wr_buffer_size option (iMX6 issue workaround).
* New read_buffer_cache_size option (iMX6 issue workaround).

* Config file path can be changed in the command line (-conf:[Config file path]).

* Async/inotify event : Send file size changes.

* Fix : gadgetfs -> Handle unexpected disconnection while transferring a file.

* Fix : Shared multi-drives inotify events.

* Code fixes / improvements :
* MTP operations : Better errors handling.
* Code refactoring (MTP operations code separated).

Noteworthy changes in release v1.0.0 (2019-10-7)
=================================================

Expand Down

0 comments on commit cec5dc0

Please sign in to comment.