updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kernel26-lll-git / kernel26-lll-git.changelog
blob485957d9e67e540612c61e8ce2fec0691ed8e073
1 2011-01-31
2         * reworked kernel header package generation
3         * support for split (default) and single package kernels
4         * added -docs package
5         * honour MAKEFLAGS
6 2011-01-30
7         * compress kernel modules by default
8         * updated kernel config files to latest kernel26 configs (2.6.37-5)
9         * added crypto and xen headers
10 2010-10-05
11         * Kconfig file was unintentionally removed from /usr/src/linux-$kver/arch (thanks to Kariddi)
12         * updated kernel config files to latest kernel26 configs (2.6.35.7)
13 2010-08-18
14         * removed zc0301 from header copy list (driver was removed: 0d58cef664e01fb1848833455bfdbe1a3d91044c)
15         * updated kernel config files to latest kernel26 configs (2.6.35.2)
16 2010-06-17
17         * updated kernel config files to latest kernel26 configs (2.6.34)
18         * replaced kernel26-firmware-git dependency with linux-firmware-git
19         * introduced new variable _kernel_src that contains the directory where the
20           kernel is acutally built
21 2010-04-07
22         * make config options configurable via command line
23         * updated kernel config files to latest kernel26 configs (2.6.33.2)
24         * removed /boot/kconfig26$_pkgext
25         * replaced dynamic kernel version detection with a static string which is
26           updated at build time
27         * generate the *.preset file from the PKGBUILD
28         * introduced new variable _pkgext to make it easier to adapt this PKGBUILD
29           to other kernel sources
30 2010-01-12
31         * fixed abort when patches directory exists but is empty
32 2009-12-24
33         * included some new required kernel header files
34         * save build directory to $srcdir when building without makepkg's -c flag
35           and if $_build_dir != $srcdir
36         * fixed kernel version detection in install file (again... replaced `\s`
37           with `[:space:]`)
38 2009-12-22
39         * fixed kernel version detection in install file
40         * removed asm-$_karch references
41         * some code cleanup
42 2009-12-05
43         * added kernel26-headers to provides
44 2009-12-04
45         * updated kernel config files to latest kernel26 configs (2.6.32)
46         * reworked install scriptlet
47 2009-11-13
48         * added support for all available configuration commands of the kernel
49         * cleaned up the code
50 2009-10-25
51         * added changelog variable for pacman's next major release
52         * make use of new package function to reduce fakeroot usage
53         * added a warning about initial download size
54 2009-10-09
55         * removed .gitignore files from source tree
56         * updated kernel config files to latest kernel26 configs (2.6.31.3)
57 2009-09-10
58         * updated kernel config files to latest kernel26 configs (2.6.31)
59 2009-08-15
60         * added CONFIG_MEDIA_SUPPORT=m to config files
61 2009-08-14
62         * Since pacman 3.3.0, makepkg starts in $srcdir and not in $startdir
63           anymore. In order to get the kernel sources into $startdir again, it
64           is required to change to this directory
65         * updated kernel config files to latest kernel26 configs (2.6.30.4)
66 2009-06-11
67         * updated kernel config files to latest kernel26 configs (2.6.30)
68 2009-04-26
69         * added new configure option _build_dir
70         * moved the 'patches' folder from $srcdir to $startdir
71         * moved the git repository clone from $srcdir to $startdir
72         * made the linux-2.6 directory a bare repository, which reduces the folder
73           size by more than the half
74         * renamed cloned git repository from kernel26-git to linux-2.6.git
75 2009-04-24
76         * documented configure option _verbose which makes the kernel building
77           process verbose
78         * added a check for an existing package when using _kernel_pkgver to avoid
79           silent overwrites
80         * cleaned up the PKGBUILD
81         * remove the git changelog generation functionality
82         * replace dashes in kernel version with underscores instead of periods
83         * separate date from localversion by a dash when using _date_localversion
84         * provide kernel26
85         * some more documentation
86 2009-04-22
87         * use arch's kernel config files as default
88         * removed patches
89         * added possibility to patch the source without modifying the PKGBUILD
90         * started to make PKGBUILD more readable
91         * documented PKGBUILD configure options
92         * introduced new configure option '_configure_only' which stops the building
93           process after the kernel configuration
94 2009-04-21
95         * moved firmware from package into new dependency kernel26-firmware-git,
96           which makes it possible to install kernel26-git beside arch's stock kernel
97         * fetch latest git changes when there is already a local repository
98         * added some "|| return 1"
99         * kernel26-git.install: extract required kernel version from package files
100           rather than specify it explicitly
101         * renamed config to config.i686
102         * replaced $startdir with $srcdir and $pkgdir
103         * added quotes where necessary
104         * cleaned up the checkout part