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