forked from yifanlu/VitaMTP
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathchangelog
More file actions
138 lines (85 loc) · 4.51 KB
/
Copy pathchangelog
File metadata and controls
138 lines (85 loc) · 4.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
vitamtp (2.5.10) unstable; urgency=low
* buffer to parse must exclude the null termination byte
-- codestation <codestation@megpoid.dev> Wed, 13 Aug 2025 22:00:00 -0000
vitamtp (2.5.9) unstable; urgency=low
* fix: prevent buffer overflow by custom version strings.
-- codestation <codestation404@gmail.com> Mon, 29 Aug 2016 00:00:00 -0000
vitamtp (2.5.8) unstable; urgency=low
* prevent segfault when ptp_transaction fails to allocate and reporting OK.
-- codestation <codestation404@gmail.com> Sun, 24 Apr 2016 00:00:00 -0000
vitamtp (2.5.7) unstable; urgency=low
* Use vitamtp group for USB access.
* Explicit USB initialization via VitaMTP_USB_(Init|Exit).
-- codestation <codestation404@gmail.com> Sun, 15 Mar 2015 19:59:07 -0000
vitamtp (2.5.6) unstable; urgency=low
* Fix filesize truncation bug on windows.
* Abort early if a usb write result is zero bytes.
* Use SO_REUSEADDR for initial bind() function.
-- codestation <codestation404@gmail.com> Sat, 28 Feb 2015 00:00:00 -0000
vitamtp (2.5.5) unstable; urgency=low
* Add pre 2.00 protocol versions.
* Sync ptp related files with libmtp-1.1.8
-- codestation <codestation404@gmail.com> Thu, 29 Jan 2015 00:00:00 -0000
vitamtp (2.5.4) unstable; urgency=low
* Updated vitamtp protocol version so is compatible with FW 3.30.
-- codestation <codestation404@gmail.com> Sun, 29 Jun 2014 00:00:00 -0000
vitamtp (2.5.3) unstable; urgency=low
* Fixed wrong size in metadata under windows platforms.
-- codestation <codestation404@gmail.com> Sun, 29 Jun 2014 00:00:00 -0000
vitamtp (2.5.2) unstable; urgency=low
* Added pkg support
-- codestation <codestation404@gmail.com> Sun, 04 May 2014 00:00:00 -0000
vitamtp (2.5.1) unstable; urgency=low
* Bump soname version.
* Removed opencma.
-- codestation <codestation404@gmail.com> Sun, 12 Jan 2014 00:00:00 -0000
vitamtp (2.4.0) unstable; urgency=low
* Expose some constants so the cancel event can be done by the app calling the library.
* Fix for cancelling usb transfers. Also make sure to crear the endpoint after receiving a cancel event.
-- codestation <codestation404@gmail.com> Wed, 6 Jan 2014 00:00:00 -0000
vitamtp (2.3.0) unstable; urgency=low
* Use SOCKET and INVALID_SOCKET on Windows.
* Restore the WSAEWOULDBLOCK checking on windows.
* Implement write callbacks to remove the big buffer requirement on the main app.
* Implement read callbacks to remove the mmap requirement on the main app.
-- codestation <codestation404@gmail.com> Mon, 6 Jan 2014 00:00:00 -0000
vitamtp (2.2.0) unstable; urgency=low
* Updated socketpair implementation for Windows.
* Implement VitaMTP_Cancel_Get_Wireless_Vita and remove disconnect callback.
* Do not call VitaMTP_USB functions if USE support is disabled.
* Return the online id and model name in the vita_info_t struct.
* Disable opencma command line app by default.
-- codestation <codestation404@gmail.com> Fri, 3 Jan 2014 00:00:00 -0000
vitamtp (2.1.0) unstable; urgency=low
* Bump CMA protocol version.
* Bump library version.
-- codestation <codestation404@gmail.com> Mon, 4 Nov 2013 00:00:00 -0000
vitamtp (2.0.2) unstable; urgency=low
* Disable nagle algorithm to improve performance and stability in wireless connections.
* Increased priority for udev rules.
* Set wireless device type to prevent a memory leak on disconnect.
* Avoid calling xmlCleanupParser multiple times.
* Experimental support for windows.
* Add callback for complete pin registration.
* Very basic support for event canceling.
* Make vitamtp.h C++ friendly.
* Bump cma protocol to 2.60.
* Fix crash when the current locale uses a comma as a decimal separator.
* Fix for largefile support
-- codestation <codestation404@gmail.com> Sun, 6 Oct 2013 00:00:00 -0000
vitamtp (2.0.0) unstable; urgency=low
* Added wireless device support
* Fixed video titles not showing
* Fixed invalid disk space reporting on Linux
-- Yifan Lu <support@yifanlu.com> Fri, 17 May 2013 00:09:35 -0700
vitamtp (1.1.3-1) unstable; urgency=low
* Removed the need for psp2-updatelist.xml
* Added more help information about usage and behavior
* Fixed HUGE memory leak in sending Vita/backup objects
* Fixed HUGE memory leak in receiving PSP saves
* Fixed a minor memory leak in renaming function
* Fixed crash in Linux systems when sending apps
-- Yifan Lu <support@yifanlu.com> Mon, 06 May 2013 22:05:17 -0700
vitamtp (1.1.2-1) unstable; urgency=low
* Initial release
-- Yifan Lu <support@yifanlu.com> Sat, 04 May 2013 13:45:34 -0700