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