-
Notifications
You must be signed in to change notification settings - Fork 25
/
CHANGELOG
142 lines (119 loc) · 4.83 KB
/
CHANGELOG
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
139
140
141
142
0.9.2prerelease
+ Add SP193's server (as elf file)
+ Add DVD-9 support in gui version.
+ clear some warnings
0.9.2prerelease
+ New function "modify_header", it will inject corresponding
files into partition header. More info in README.
+ New version, by default al functions now are enabled.
+ More documentation.
0.9.1a
+ "initialize" function now injects OSD into __mbr partition.
It needs MBR.KELF in the folder with working HDL Dumb.
- removed playstation side server source code as it is
separate project supported by SP193
+ cleared sources from old and obsolete files
0.9.1
+ Now it is possible to inject ELF's into partition
~ elf size must be less or equal than 417kb (427 456bytes)
~ elf name is PATINFO.ELF and elf must be placed into folder
with working HDL executable
0.9.0a
+ KELF injection into source code
~ KELF can be 2.5Mb or less it will be injected at partition
area header at offset 0x111000
~ elf name is PATINFO.KELF and elf must be placed into folder
with working HDL Dumb
0.9.0
+ new networking server
+ copy_hdd command (doing what the name says), contributed by JimmyZ
~ fixed an inssue where APA might get broken on interrupted install
(when main partition overwrites __empty one)
~ help has been revised
0.8.6
+ SPTI: dual-layer DVDs can finally be installed from the DVD-ROM drive
~ thanks to SPTI hdl_dumb works pretty well with both, wine and winelib
+ optional threaded I/O (faster networked installs from optical drive)
~ two fixes sent by Diego G. and few more by my self
+ dump command slighly modified to support all inputs
(can even be used for BIN-to-ISO, IML-to-ISO, etc. conversion)
+ modify command
~ 'game@device' is now available as an input (to copy HDD-to-HDD)
instead of 'hddX:game' and '192.168.0.10:game'
0.8.5
+ better differentiation between CD- and DVD-images/medias
+ server will look for IPCONFIG.DAT at mc0:/B?DATA-SYSTEM/, too
+ optional auto-tunning of throttling algorithm
+ partitioning type auto-detection
+ new command for hdl_dump: diag
~ minor fix of dual-layer support code
~ hdl_toc lists raw size now, not allocated size
~ extract can now be interrupted with Ctrl+C
0.8.4
+ a new (throttling) algorithm to control network install speeds
+ memory-mapped I/O when reading CDs/DVDs on Linux
~ improved 64-bit system/compiler compatibility
~ better FreeBSD (and maybe MacOS X) compatibility
~ major UDP server bug fixup
~ overall code cleanup
0.8.3
+ new server, better network transfer speeds
+ proper SIGINT handling
0.8.2
+ both - hdl_dump and hdl_dumb - are now configurable in run-time
(as opposed to build-time)
+ GUI supports file-based compatibility list
+ GUI has been extended to allow up to 8 compatibility flags
+ GUI is partially compatible with wine and winelib
(networked installations from an image file works fine)
+ new `install' command for hdl_dump that is "fire and forget"
if the game is in the compatibility list
+ few minor usability fixes
0.8.1
+ quick-and-dirty prepare HDD for HD Loader (AKA format or initialize)
works fine with HD Loader; not tested with homebrew
+ alternative partition naming scheme selectable via Makefile
+ startup file is optional when injecting a game
+ new optional argument to set compatibility flags from the commandline
(+1/+2/+1+2/... or in hexidecimal - 0x01/0x02/0x03), up to 6 bits
+ dual-layer patch by CrazyC@ps2-scene
~ delete and extract now works by game name, too
0.8
+ should be compatible with MacOS X
+ build-time option (in the Makefile) to limit hdl_dump/b to 128GB
to preserve compatibility with updated Sony browser
~ few hdl_dumb bugs fixed and few minor tweaks
+ GUI source code is now open
0.8-pre
~ endianess-neutral
~ fixed a bug with small cue-sheet files (move file ptr before file start)
0.7.3
+ poweroff and hdl_toc commands
~ transfer speed raised up to 30% (special thanks to dayv)
~ bug-fixes and minor changes
0.7-pre
+ RLE compression
0.6
+ cdvd_info command
+ networking installations
0.5
+ CDRWIN images support, Nero images support (mode1 plain & RAW and mode2 plain & RAW)
+ transparent support for HD Loader images in the same way as ISO files
+ support for IML files (Intermediate file format by Sony CD/DVD Generator)
~ fixed bug in ISOFS parsing (sometimes fails to locate SYSTEM.CNF)
~ system partitions could not be deleted any longer
0.4
~ dump fixed
+ automatic game name (from the media volume label) and signature
0.3
- dump broken - DO NOT USE! forgot to erase some debug code, sorry
~ "__empty" partitions are now treated as an empty space
+ hdl_dumb GUI with install and delete games support
0.2a
+ inject_cd and inject_dvd are not limited anymore
0.2
+ inject_cd and inject_dvd support for a single game of up to 1GB
+ delete partition support
0.1
+ toc, map, extract support
$Id: CHANGELOG,v 1.15 2007-05-12 20:12:35 bobi Exp $