Skip to content

Commit

Permalink
v1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Jul 8, 2024
1 parent d3d4823 commit 149efca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
* Release notes
=================================================

Noteworthy changes in release v1.6.8 (2024-Jul-8)
=================================================

* Fix the GetDeviceInfo operation : It can be used without sending an OpenSession command
according to the MTP specification.

* Unicode string functions fixed to work on pre ARMv7 CPUs (Short values unaligned accesses fixed).

* Systemd support : Can now tell Systemd that uMTP-Responder is ready (SYSTEMD_NOTIFY build option).

* Code fixes and improvements.

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

Expand Down
2 changes: 1 addition & 1 deletion inc/mtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,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.6"
#define APP_VERSION "v1.6.8"

#endif

0 comments on commit 149efca

Please sign in to comment.