/[kernel]/dists/trunk/linux-2.6/debian/changelog
ViewVC logotype

Contents of /dists/trunk/linux-2.6/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3932 - (show annotations) (download)
Tue Aug 16 16:51:44 2005 UTC (7 years, 9 months ago) by luther
Original Path: trunk/kernel/source/linux-2.6/debian/changelog
File size: 11178 byte(s)
Added changelog line for CONFIG_THERM_PM72 enablement on powerpc64.
1 linux-2.6 (2.6.12-5) UNRELEASED; urgency=low
2
3 * Change ARM to use GCC 3.3 to avoid FTBFS errors with GCC 4
4 (dann frazier)
5
6 * Remove spurious double quote character from ia64 package descriptions.
7 (dann frazier)
8
9 * Add transitional meta packages (kernel-image-2.6-*) for ia64.
10 (dann frazier)
11
12 * Change fuzz factor to 1, stricter patch appliance. (Maximilian Attems)
13
14 * Enabled CONFIG_THERM_PM72 on powerpc64 flavour. (Sven Luther)
15
16 -- Sven Luther <luther@debian.org> Tue, 16 Aug 2005 18:50:03 +0200
17
18 linux-2.6 (2.6.12-4) unstable; urgency=low
19
20 * Supply correct subarch values for the powerpc images.
21
22 -- Bastian Blank <waldi@debian.org> Mon, 15 Aug 2005 21:06:18 +0200
23
24 linux-2.6 (2.6.12-3) unstable; urgency=low
25
26 * Added reference to old kernel-* package names to make
27 transition a little more obvious to end users.
28 A Dan Jacobson special. (Simon Horman) Closes: #321167
29
30 * By the time this makes it into the archive, it will
31 be handling kernel-image-2.6-* packages. (Simon Horman)
32 Closes: #321867
33
34 * Link palinfo statically on ia64. (dann frazier) (Closes: #321885)
35
36 * [hppa] :
37 - Add hppa arch specific patch.
38 - Build-Depend on binutils-hppa64 and gcc-4.0-hppa64.
39 (Kyle McMartin)
40
41 * Fix permissions in source tarball. (Bastian Blank) (Closes: #322409)
42
43 * Enable the CONFIG_IP_ADVANCED_ROUTER and related options on
44 sparc64 to sync with other architectures. (Jurij Smakov)
45 Closes: #321236
46
47 * Include all executables as well as *.sh and *.pl files found in
48 scripts directory in the headers package. (Bastian Blank)
49 Closes: #322612, #322680, #322765
50
51 * Include m68k headers into the arch-common headers package on
52 powerpc and make sure that all the directories are linked to
53 properly from the flavour-specific headers packages. (Jurij Smakov)
54 Closes: #322610
55
56 * [powerpc] Enabled the powerpc64 flavour, now that we have a real biarch
57 toolchain in sid. Many thanks go to GOTO Masanori and Matthias Klose as
58 well as any other who worked on the biarch toolchain to make this happen.
59
60 * Added 2.6.12.5 (Simon Horman)
61 - Fix BUG() is triggered by a call to set_mempolicy() with a negativ
62 first argument.
63 - [amd64] Fix a SRAT handling on systems with dual cores.
64 - [amd64] SMP timing problem
65 - [security] Zlib fixes See CAN-2005-2458, CAN-2005-2459
66 http://sources.redhat.com/ml/bug-gnu-utils/1999-06/msg00183.html
67 http://bugs.gentoo.org/show_bug.cgi
68 - Add zlib deflateBound()
69 - [security] Fix error during session join. See CAN-2005-2098
70 - [security] Fix keyring destructor. See CAN-2005-2099
71 - Module per-cpu alignment cannot always be met
72 http://www.ussg.iu.edu/hypermail/linux/kernel/0409.0/0768.html
73 Closes: #323039
74
75 -- Bastian Blank <waldi@debian.org> Mon, 15 Aug 2005 16:42:05 +0200
76
77 linux-2.6 (2.6.12-2) unstable; urgency=low
78
79 * The Kernel Team offers its condolences to the family of Jens Schmalzing
80 (jensen@debian), who died Saturday, July 30, 2005 in a tragic accident in
81 Munich. Jens was a member of the Kernel Team, and was instrumental in
82 taking the powerpc kernel package to 2.6, as well as maintaining MOL
83 and its kernel modules.
84
85 * Add @longclass@ variable to control file autogeneration. (Andres Salomon)
86
87 * Bump build-depends on kernel-package to a fixed version (>= 9.005).
88 (Jurij Smakov, Sven Luther) (closes: #319657, #320422, #321625)
89
90 * Change default ramdisk size for sparc to 16,384K to accomodate a fatter
91 d-i initrd for netboot installs.
92 (Joshua Kwan)
93
94 * Don't build-depend on console-tools on s390. (Bastian Blank)
95
96 * Add ARM support. (Vincent Sanders)
97
98 * Add ia64 descriptions. (dann frazier)
99
100 * Strip down the scripts dir in the headers packages. (Bastian Blank)
101
102 * Add m68k support. (Christian T. Steigies)
103
104 * Added 2.6.12.4 (Frederik Schüler)
105 - Fix powernow oops on dual-core athlon
106 - Fix early vlan adding leads to not functional device
107 - sys_get_thread_area does not clear the returned argument
108 - bio_clone fix
109 - Fix possible overflow of sock->sk_policy (CAN-2005-2456)
110 (closes: #321401)
111 - Wait until all references to ip_conntrack_untracked are dropped on
112 unload
113 - Fix potential memory corruption in NAT code (aka memory NAT)
114 - Fix deadlock in ip6_queue
115 - Fix signedness issues in net/core/filter.c
116 - x86_64 memleak from malicious 32bit elf program
117 - rocket.c: Fix ldisc ref count handling
118 - kbuild: build TAGS problem with O=
119
120 * Enable CONFIG_6PACK=m for all archs (Andres Salomon)
121 (closes: #319646)
122
123 * Overhaul the generation of the control file. Now it is handled
124 by debian/bin/gencontrol.py. The debian/control target in rules
125 also fails now, since we don't want the control file generated
126 during build. Arch-specific Depends and suggests are now generated
127 correctly. (Bastian Blank) (Closes: #319896)
128
129 * [powerpc] Fixed typo which made asm-ppc and asm-ppc64 not being included
130 in the header package. (Sven Luther) (Closes: #320817)
131
132 * Added list of flavours built to common header package. (Sven Luther)
133
134 -- Bastian Blank <waldi@debian.org> Tue, 09 Aug 2005 11:12:40 +0200
135
136 linux-2.6 (2.6.12-1) unstable; urgency=low
137
138 * New upstream release:
139 - "git rocks"
140 - address space randomization
141 - conversion of ide driver code to the device model
142 - restored Philips webcam driver
143 - new Broadcom bcm5706 gigabit driver
144 - new resource limits for the audio community
145 - Multipath device mapper
146 - Intel HD Audio alsa driver
147 - fixes + arch updates..
148 - readdition of tg3 driver, as firmware license has been fixed
149
150 * Dropped the following patches:
151 - patch-2.6.11.*.patch (merged)
152 - powerpc-ppc64-ibmvscsi.patch (Christoph didn't like it, and it failed
153 to build anyways) (Sven Luther)
154 - doc-post_halloween.patch (unless someone can come up w/ a valid
155 reason for carrying around rapidly bitrotting documentation...)
156 (Andres Salomon)
157 - sparc32-hypersparc-srmmu.patch (dropped until sparc32 is working
158 again, and we can figure out whether it's necessary)
159 - fix-alpha-ext3-oops.patch (no longer needed, fixed by compiler)
160 - x86-i486_emu.patch (buggy and insecure 80486 instruction emulation
161 for 80386; we're no longer supporting this) (closes: #250468)
162 - amd64-outs.patch (according to
163 http://www.ussg.iu.edu/hypermail/linux/kernel/0502.3/1095.html, this
164 is unnecessary for us) (Andres Salomon)
165 - sparc64-rtc-mostek.patch (merged)
166 - sparc64-compat-nanoseconds.patch (merged)
167 - sparc64-sunsu-init-2.6.11.patch (merged)
168 - sunsab-uart-update-timeout.patch (merged)
169 - alpha-read-trylock.patch (different version got merged)
170 - powerpc-prep-motorola-irq-fix.patch (merged)
171 - drivers-media-video-saa7134-update.patch (merged)
172 - drivers-media-video-saa7134-update-2.patch (merged)
173 - drivers-media-video-pll-lib.patch (merged)
174 - drivers-media-video-pll-lib-2.patch (merged)
175 - drivers-media-video-tuner-update-1.patch (merged)
176 - drivers-media-video-tuner-update-2.patch (merged)
177 - drivers-media-video-v4l-mpeg-support.patch (merged)
178 - drivers-media-video-mt352-update.patch (merged)
179 - arch-ppc64-hugepage-aio-panic.patch (merged)
180 - drivers-input-serio-nmouse.patch (merged)
181 - sparc64-sb1500-clock-2.6.patch (merged)
182 - docbook-allow-preprocessor-directives-... (merged)
183 - docbook-fix-function-parameter-descriptin-in-fbmem.patch (merged)
184 - docbook-move-kernel-doc-comment-next-to-function.patch (merged)
185 - powerpc-therm-adt746x-new-i2c-fix.patch (merged)
186 - powerpc-mv643xx-enet.patch (merged)
187 - powerpc-mv643xx-eth-pegasos.patch (merged)
188 - powerpc-pmac-agp-sleep.patch (merged)
189 - drivers-input-serio-8042-resume.patch (merged)
190
191 * Premiere of the common-source kernel package
192 (Jurij Smakov, Andres Salomon)
193 - build all architectures out of kernel source package
194 - rename source and binary packages
195 - create a common config for different architectures, and management
196 tools to allow for easier modification of config options
197 - drop default configs, autogenerate them instead; requires
198 kernel-package >= 9.002.
199
200 * Add 2.6.12.1 (Maximilian Attems)
201 - Clean up subthread exec (CAN-2005-1913)
202 - ia64 ptrace + sigrestore_context (CAN-2005-1761)
203
204 * Add 2.6.12.2 (Frederik Schüler)
205 - Fix two socket hashing bugs.
206 - ACPI: Make sure we call acpi_register_gsi() even for default PCI
207 interrupt assignment
208 - Add "memory" clobbers to the x86 inline asm of strncmp and friends
209 - e1000: fix spinlock bug
210 - fix remap_pte_range BUG
211 - Fix typo in drivers/pci/pci-driver.c
212
213 * Add 2.6.12.3 (Joshua Kwan)
214 - Fix semaphore handling in __unregister_chrdev
215 - Fix TT mode in UML.
216 - Check for a null return in tty_ldisc_ref.
217 - v4l: cx88 hue offset fix
218 - Fix 8139cp breakage that occurs with tpm driver.
219 - Fix the 6pack driver in SMP environments.
220 - Switch to spinlocks in the shaper driver.
221 - ppc32: stop misusing NTP's time_offset value
222 - netfilter: go back to dropping conntrack references manually
223 - ACPI: don't accept 0 as a PCI IRQ.
224
225 * Enable CONFIG_SCSI_INITIO. (Maximilian Attems) (closes: #318121)
226
227 * [powerpc] :
228 - Added powerpc-mkvmlinuz-support patch which allows, together with
229 kernel-package 9.0002 to add mkvmlinuz support to hand built packages.
230 - Removed powerpc-ppc64-ibmvscsi.patch, FTBFS, and Christoph doesn't like
231 it and thinks it is not needed.
232 - Disabled swim3 on powerpc-smp, FTBFS.
233 - Disabled software-suspend on powerpc-smp, FTBFS, amd64/i386 only smp code.
234 - Rediffed and readded the G4 L2 hardware flush assist patch from Jacob Pan.
235 (Sven Luther)
236
237 * [sparc]
238 - Drop sparc32 flavour for now. sparc32 kernel is currently in the
239 category "too buggy for us to support". In spite of numerous efforts
240 I still see occasional random filesystem corruptions in my tests.
241 That does NOT mean that we are dropping sparc32 support, we will
242 work with upstream trying to solve these problems for the next
243 kernel release. Those interested in helping/testing are encouraged
244 to subscribe to debian-sparc mailing list.
245 (Jurij Smakov)
246
247 * [alpha]
248 - Renamed resulting binary packages for alpha, kernel-image-x.y.z-generic
249 wasn't a generic kernel, it was a generic kernel for alpha machines, so
250 we're now using linux-image-x.y.z-alpha-generic (and of course, the same
251 change for the smp kernel-image). This change was postponed after the
252 sarge release. (closes: #260003)
253 (Norbert Tretkowski)
254
255 * [amd64]
256 - Now using the default compiler (gcc-4.0), thus we get rid of the
257 annoying MAKEFLAGS="CC=gcc-3.4" make-kpkg... invocation for third-party
258 modules.
259 This release lacks 64bit kernels for i386 userland; support will be
260 added in a later release as soon as the toolchain has stabilized again.
261 (Frederik Schüler)
262
263 -- Andres Salomon <dilinger@debian.org> Wed, 20 Jul 2005 17:16:04 -0400
264

  ViewVC Help
Powered by ViewVC 1.1.5