Skip to content

Commit

Permalink
v1.6.2
Browse files Browse the repository at this point in the history
* Storage : Global and per storage UID/GID override options :

    * Global and per storage UID/GID can be specified
      in the configuration file.

* Code fixes / improvements :

    * Message queue (-cmd: operations) possible issue fixed.
    * More checks added during the MTP operations.
  • Loading branch information
jfdelnero committed Dec 26, 2021
1 parent c3e2914 commit 73287df
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ The uMTP-Responder allows files to be transferred to and from devices through th

- Up to 16 storage instances supported.

- Storage mount / unmount.
- Storages mount / unmount.

- Storage lock / unlock.
- Storages lock / unlock.

- Global and Storages GID/UID override options.

- GadgetFS and FunctionFS/libcomposite modes supported.

Expand Down
13 changes: 13 additions & 0 deletions Release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
* Release notes
=================================================

Noteworthy changes in release v1.6.2 (2021-Dec-26)
=================================================

* Storage : Global and per storage UID/GID override options :

* Global and per storage UID/GID can be specified
in the configuration file.

* Code fixes / improvements :

* Message queue (-cmd: operations) possible issue fixed.
* More checks added during the MTP operations.

Noteworthy changes in release v1.5.1 (2021-Dec-6)
=================================================

Expand Down
2 changes: 1 addition & 1 deletion inc/mtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,6 @@ int build_response(mtp_ctx * ctx, uint32_t tx_id, uint16_t type, uint16_t status
int check_and_send_USB_ZLP(mtp_ctx * ctx , int size);
int parse_incomming_dataset(mtp_ctx * ctx,void * datain,int size,uint32_t * newhandle, uint32_t parent_handle, uint32_t storage_id);

#define APP_VERSION "v1.6.1"
#define APP_VERSION "v1.6.2"

#endif

0 comments on commit 73287df

Please sign in to comment.