File: ChangeLog

package info (click to toggle)
u3-tool 0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 896 kB
  • sloc: sh: 3,789; ansic: 2,320; makefile: 13
file content (31 lines) | stat: -rw-r--r-- 958 bytes parent folder | download | duplicates (3)
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
1.0 Daniel J Blueman <daniel@quora.org>
 - Fix behaviour with newer U3 devices
 - Printing fixes
 - Detach mass-storage prior to USB access
 - Gracefully quit with Ctrl-C
 - Print data partition size when too small
 - Limit update printing rate
 - Fix linking to libusb; recommended over SG

0.3
 - Detect correct subsystem from configure.
 - Use MinGW/MSYS to build on MS Windows
 - Hide password input under MS Windows
 - Install into sbin instead of bin
 - Added "reset security" command
 - Added new devices to PID/VID list of libusb subsystem
 - Fixed displaying of disk sizes > 4 GB

0.2:
 - Renamed executables(u3_tool -> u3-tool)
 - Added Info command
 - Don't ask password for disable security
 - Print size's in human readable format
 - Fixed printing of large device size
 - Warn if user is about to block device
 - Handle blocked device better
 - Make sg subsystem the default
 - Change build system to autoconf/automake

0.1:
 - Initial version