-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
42 lines (26 loc) · 853 Bytes
/
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
2021/06/05 - v0.7.1cpg
* add (read) support for images without ramdisk
* display extra command line if present
2017/07/11 - v0.7cpg
* add support for extracting DT images as found
on Samsung S5 and S7
2011/07/14 - v0.6
* fixes block device support, broken in v0.5
* fixes crash if ramdisk is bigger than kernel
* version.h no longer relies on git
* build fix on GNU Hurd
2011/05/18 - v0.5
* add support for freebsd, cygwin, and osx
* explains why sanity check has failed
* print version number in -help
* pack-initrd -f support
2011/02/17 - v0.4
* fix when page_size is null
2010/12/08 - v0.3
* fix when updating kernel without ramdisk
2010/11/28 - v0.2
* fix when updating ramdisk without the kernel
* fix --create on block device
* added pack-initrd and unpack-initrd helper tools
2010/11/25 - v0.1
Initial release