forked from codeworkx/abootimg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changelog
39 lines (25 loc) · 882 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
2016/01/22 - v0.6.1
* Added funсtions for working with device tree. In header of boot image places
in unused memory space. I found using this in SpreadTrum images.
2015/01/16 - v0.6h60
* hardcoded offset for Huawei Honor 6
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