/[kernel]/trunk/kernel-2.4/powerpc/kernel-patch-powerpc-2.4.27/debian/changelog
ViewVC logotype

Contents of /trunk/kernel-2.4/powerpc/kernel-patch-powerpc-2.4.27/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3156 - (show annotations) (download)
Thu May 19 08:09:34 2005 UTC (8 years ago) by horms
File size: 21045 byte(s)
Tagging 2.4.27-10
1 kernel-patch-powerpc-2.4.27 (2.4.27-10) unstable; urgency=low
2
3 * Build against kernel-source 2.4.27-10 (Simon Horman)
4 * Changed the uploader to myself. (Simon Horman)
5
6 -- Simon Horman <horms@debian.org> Tue, 10 May 2005 19:30:02 +0900
7
8 kernel-patch-powerpc-2.4.27 (2.4.27-4) unstable; urgency=low
9
10 * Seems 2.4.27-3 had missing postinst and co script, fixed it.
11 (Closes: #297794)
12 * Added --no-print-directory option when generating .config files.
13 (Thanks to Colin Watson).
14
15 -- Sven Luther <luther@debian.org> Thu, 3 Mar 2005 13:44:31 +0100
16
17 kernel-patch-powerpc-2.4.27 (2.4.27-3) unstable; urgency=high
18
19 * New package, includes the apus powerpc subarch in addition to the
20 traditional powerpc subarch, and tries for nubus subarch support too.
21
22 -- Sven Luther <luther@debian.org> Mon, 21 Feb 2005 15:51:28 +0100
23
24 kernel-patch-powerpc-2.4.27 (2.4.27-2) unstable; urgency=high
25
26 * Rebuilt against kernel-source 2.4.27-6. See kernel-source-2.4.27 changelog
27 for details.
28
29 -- Sven Luther <luther@debian.org> Wed, 1 Dec 2004 13:33:22 +0100
30
31 kernel-patch-powerpc-2.4.27 (2.4.27-1) unstable; urgency=high
32
33 * New upstream release.
34 The "Let's keep Branden happy" release :).
35 * benh has not yet forward ported the 2.4 -benh tree, so this is still based
36 on benh's 2.4.26 import.
37 * Again, 2.4 kernels are deprecated on powerpc, please use 2.6.8-1 or later
38 kernels.
39 * Disabled rivafb driver, since it is broken in benh's tree and need to be
40 forward ported. Benh doesn't seem inclined to do so, and i don't have the
41 hardware. It is not a problem, since pmac/nvidia hardware should work all
42 right with offb, and should run 2.6.8 kernels anyway.
43
44 -- Sven Luther <luther@debian.org> Thu, 2 Sep 2004 22:52:56 +0200
45
46 kernel-patch-powerpc-2.4.26 (2.4.26-2) unstable; urgency=high
47
48 * Fixed bad hunks in the patch.
49 * Now the source package build-depends on kernel-tree 2.6.26-6 and the patch
50 binary package conflicts with earlier versions of kernel-tree.
51
52 -- Sven Luther <luther@debian.org> Mon, 23 Aug 2004 10:53:57 +0200
53
54 kernel-patch-powerpc-2.4.26 (2.4.26-1) unstable; urgency=low
55
56 * New upstream release.
57 * Transferred maintainership to the Debian Kernel Team.
58 * Patches are now separate in the powerpc/pieces directory.
59
60 -- Sven Luther <luther@debian.org> Sat, 31 Jul 2004 17:45:36 +0200
61
62 kernel-patch-2.4.25-powerpc (2.4.25-8) unstable; urgency=low
63
64 * Built against kernel-source 2.4.25-3 to pull in security fixes and more :
65 - Black listed "TOSHIBA CD-ROM XM-1702BC" in drivers/ide/ide-dma.c
66 (Moritz Lennert, closes: #222939).
67 - Set protocol in ip_route_me_harder in net/core/netfilter.c
68 (closes: #236479).
69 - Reverted hardsect change in drivers/scsi/sr.c (closes: #232586).
70 - Tighten sanity in time_init to 250 PPM in arch/alpha/kernel/time.c
71 (Scott Bailey, closes: #233096).
72 - Call mkdep on headers with xargs in Makefile.
73 - Fixed tuner support on WinTV-D boards in drivers/media/video/bttv-cards.c
74 (2.6, closes: #241272).
75 - Fixed single word src misalign > dest misalign case in
76 arch/alpha/lib/stxncpy.S (glibc, closes: #237884).
77 - Enhanced user input validation (Thomas Biege):
78 . drivers/char/drm/r128_state.c
79 . drivers/char/drm-4.0/r128_state.c
80 - Fixed audio sampe size in drivers/sound/sb_audio.c (bk).
81 - Fixed local root exploit in fs/isofs/rock.c (Ernie Petrides).
82 - Clear b_data in journal_get_descriptor_buffer in fs/jbd/journal.c
83 (Ted Ts'o).
84 - Zero log buffer at mount time in fs/xfs/xfs_log.c (bk).
85 - Fixed boundary checks for GUSAGE/SUSAGE in drivers/usb/hiddev.c.
86
87 -- Sven Luther <luther@debian.org> Wed, 14 Apr 2004 15:30:08 +0200
88
89 kernel-patch-2.4.25-powerpc (2.4.25-7) unstable; urgency=low
90
91 * Increase kernel size for chrp boot loader.
92 * Built the serial driver modular on Power4. (Closes: #242548).
93 * Adapted agp-uninorth patch mentioned by Michel Daenzer. (Closes: #242553)
94 * Made sure trying to load the partport_pc module on pmacs didn't happen.
95 May break on oldwolrd though, no idea. (Closes: #237601)
96
97 -- Sven Luther <luther@debian.org> Thu, 8 Apr 2004 23:45:11 +0200
98
99 kernel-patch-2.4.25-powerpc (2.4.25-6) unstable; urgency=low
100
101 * ReiserFS, JFS and XFS are now builtin in every config except
102 powerpc-small.
103 * Added more verbose SMP system description. (Closes: #241671)
104
105 -- Sven Luther <luther@debian.org> Fri, 2 Apr 2004 22:23:09 +0200
106
107 kernel-patch-2.4.25-powerpc (2.4.25-5) unstable; urgency=low
108
109 * Added Promise Ultra 100 TX2 driver for Apple XServe.
110
111 -- Sven Luther <luther@debian.org> Sat, 27 Mar 2004 13:41:02 +0100
112
113 kernel-patch-2.4.25-powerpc (2.4.25-4) unstable; urgency=low
114
115 * Adapted to the patch that actually made it into kernel-package.
116 * Added asm/delay.h include to kahlua driver. (Closes: #226333, #217506)
117 * Switched to using kernel-tree-2.4.25 instead of kernel-source-2.4.25.
118
119 -- Sven Luther <luther@debian.org> Fri, 19 Mar 2004 14:52:50 +0100
120
121 kernel-patch-2.4.25-powerpc (2.4.25-3) unstable; urgency=low
122
123 * Fixed PReP builtin initrd build script.
124 * Build with fixed kernel-package, so no need for a local hack.
125 * Added missing radeon drm module.
126 * Added agpgart module for Apple UniNorth. (Closes: #122209)
127
128 -- Sven Luther <luther@debian.org> Wed, 17 Mar 2004 17:11:54 +0100
129
130 kernel-patch-2.4.25-powerpc (2.4.25-2) unstable; urgency=low
131
132 * Added proper changelog and other stuff to kernel-build and kernel-image
133 files. Also cleaned up short description a bit.
134 * Fixed CPUFREQ to run only on pmacs, since it was causing OOPSes on chrp
135 hardware.
136 * Added Power3 config too. Not sure it will work as is though.
137
138 -- Sven Luther <luther@debian.org> Thu, 4 Mar 2004 10:41:54 +0100
139
140 kernel-patch-2.4.25-powerpc (2.4.25-1) unstable; urgency=low
141
142 * Now based on the 2.4 -benh tree, using 2.4.25-benh1 tag.
143 * Added copying info for kernel-build package.
144 * Enabled Amiga SFS filesystem write support.
145 * Added builtin USB UHCI support.
146 * Enabled serial console & sym53c8xx_2 scsi driver builtin,
147 for IBM RS6000 B50 users (and others).
148 * Added Power4 config, enables 32bit kernel for Power4 based IBM hardware as
149 well as Powermacs G5s.
150
151 -- Sven Luther <luther@debian.org> Mon, 1 Mar 2004 18:42:46 +0100
152
153 kernel-patch-2.4.22-powerpc (2.4.22-13) unstable; urgency=low
154
155 * There was another error in kernel-package, so i rebuilt again.
156 Hopefully this is the right one now.
157
158 -- Sven Luther <luther@debian.org> Thu, 26 Feb 2004 11:08:22 +0100
159
160 kernel-patch-2.4.22-powerpc (2.4.22-12) unstable; urgency=low
161
162 * Rebuilt with fixed kernel-package patch :/. At debian-installer base
163 -install time, dpkg-architecture is not available, so use dpkg
164 --print-installation-architecture.
165
166 -- Sven Luther <luther@debian.org> Wed, 25 Feb 2004 11:29:23 +0100
167
168 kernel-patch-2.4.22-powerpc (2.4.22-11) unstable; urgency=high
169
170 * Built with a fixed version of kernel-package, in order to definitively fix
171 the d-i kernel-install problem.
172 * Enabled crypto lib stuff. (Closes: #232040)
173 * make kernel-images depend on the exact version of kernel-modules.
174 * Fixed truncated description. (Closes: #226398)
175 * Removed security patch already applied in kernel-source. (Closes: #234052)
176
177 -- Sven Luther <luther@debian.org> Tue, 24 Feb 2004 12:07:11 +0100
178
179 kernel-patch-2.4.22-powerpc (2.4.22-10) unstable; urgency=low
180
181 * Rebuilt against kernel-source 2.4.22-6 for security fix :
182 Applied patch extracted from Solar Designer's Owl patched kernel to fix
183 local privilege escalation discovered by Paul Starzetz (CAN-2004-0077).
184
185 -- Sven Luther <luther@debian.org> Wed, 11 Feb 2004 13:58:49 +0100
186
187 kernel-patch-2.4.22-powerpc (2.4.22-9) unstable; urgency=low
188
189 * Added 3DFx voodood framebuffer device builtin into powerpc kernel, as well
190 as a bunch of other framebuffer devices.
191
192 -- Sven Luther <luther@debian.org> Mon, 2 Feb 2004 14:09:15 +0100
193
194 kernel-patch-2.4.22-powerpc (2.4.22-8) unstable; urgency=low
195
196 * There is also some problem with the postinst, let's rebuild it one more
197 time.
198
199 -- Sven Luther <luther@debian.org> Fri, 30 Jan 2004 13:44:43 +0100
200
201 kernel-patch-2.4.22-powerpc (2.4.22-7) unstable; urgency=low
202
203 * Modules installs should be silent, since the modules are not in the same
204 packages as the kernel anymore. This is a hacky solution until
205 kernel-package get proper support for this kind of stuff.
206
207 -- Sven Luther <luther@debian.org> Thu, 29 Jan 2004 15:01:36 +0100
208
209 kernel-patch-2.4.22-powerpc (2.4.22-6) unstable; urgency=low
210
211 * Changed initrd size from 4096 to 8192.
212 * Added patch to enable the L2 cache on Pegasos.
213 * Removed udebs, now that linux-kernel-di is used to build them.
214
215 -- Sven Luther <luther@debian.org> Sat, 24 Jan 2004 17:11:13 +0100
216
217 kernel-patch-2.4.22-powerpc (2.4.22-5) unstable; urgency=low
218
219 * Aknowledged two past NMUs, thanks to Matt for doing them.
220 * Pegasos RTC clock fix.
221 * Added Input Core and kernel driver to powerc-small.
222
223 -- Sven Luther <luther@debian.org> Wed, 14 Jan 2004 15:52:06 +0100
224
225 kernel-patch-2.4.22-powerpc (2.4.22-4.2) unstable; urgency=low
226
227 * Non-maintainer upload.
228 * Fix mremap and rtc security holes.
229
230 -- Matt Kraai <kraai@debian.org> Mon, 05 Jan 2004 09:55:34 -0800
231
232 kernel-patch-2.4.22-powerpc (2.4.22-4.1) unstable; urgency=low
233
234 * Non-maintainer upload.
235 * Add support for Radeon 9200.
236
237 -- Matt Kraai <kraai@debian.org> Fri, 02 Jan 2004 08:49:48 -0800
238
239 kernel-patch-2.4.22-powerpc (2.4.22-4) unstable; urgency=low
240
241 * Rebuilt against kernel-source 2.4.22-5 to close the local root exploit.
242
243 -- Sven Luther <luther@debian.org> Mon, 15 Dec 2003 13:48:56 +0100
244
245 kernel-patch-2.4.22-powerpc (2.4.22-3) unstable; urgency=low
246
247 * Replaced GMAC driver by the SUNGMEM one.
248 * Added md5sum to all non udeb packages.
249 * Now set CONFIG_NVRAM=y even on powerpc-small.
250 * Added --initrd option to powerpc-small make-kpkg invocation.
251 * Kernel-build cleanup, now includes build script.
252
253 -- Sven Luther <luther@debian.org> Thu, 13 Nov 2003 17:44:47 +0100
254
255 kernel-patch-2.4.22-powerpc (2.4.22-2) unstable; urgency=low
256
257 * Create kernel-images for each subarch.
258 * Don't rebuild the same kernel again for building the udebs.
259 * Firewire support now builtin, not as modules, to be able to install from
260 firewire devices.
261 * Added HFS, HFS+ and AFFS as udebs. (Closes: #213248)
262 * Added kernel-build package.
263 * Added config-small configuration for miboot floppy installs.
264 (Closes: #197460)
265 * NFS root filesystem now builtin.
266 * Added Pegasos support.
267 * Added Voodoo patches (don't seem to be enough for Voodoo 4 & 5 though).
268
269 -- Sven Luther <luther@debian.org> Thu, 23 Oct 2003 14:41:42 +0200
270
271 kernel-patch-2.4.22-powerpc (2.4.22-1) unstable; urgency=low
272
273 * New upstream release.
274
275 -- Sven Luther <luther@debian.org> Wed, 24 Sep 2003 17:06:38 +0200
276
277 kernel-patch-2.4.21-powerpc (2.4.21-1) unstable; urgency=low
278
279 * New upstream release.
280
281 -- Sven Luther <luther@debian.org> Sun, 15 Jun 2003 17:25:43 +0200
282
283 kernel-patch-2.4.20-powerpc (2.4.20-4) unstable; urgency=low
284
285 * Apparently the kernel-images-2.4.20-powerpc kernel packages are pmac only,
286 as i have a chrp box, wrong things happened in the -4 build. Forcing to
287 pmac again, while investigating what should really be hapenning.
288
289 -- Sven Luther <luther@debian.org> Fri, 20 Jun 2003 17:01:10 +0200
290
291 kernel-patch-2.4.20-powerpc (2.4.20-3) unstable; urgency=low
292
293 * Changed maintainer field, as i took over the unstable powerpc kernel
294 patches from Daniel Jacobowitz. Thanks go to Dan for the greeat work he
295 did uptonow with these packages, and for having helped me take over the
296 package.
297
298 -- Sven Luther <luther@debian.org> Thu, 19 Jun 2003 10:46:17 +0200
299
300 kernel-patch-2.4.20-powerpc (2.4.20-2) unstable; urgency=high
301
302 * Fix a reference to 2.2.15 in the kernel-headers-2.4.20 description.
303 * Build against updated kernel-source-2.4.20, with yet more security
304 fixes.
305 * Fix a packaging bug with zero-sized stamp files.
306 * Produce socket-modules udeb (Closes: #193402).
307
308 -- Daniel Jacobowitz <dan@debian.org> Sun, 8 Jun 2003 18:20:20 -0400
309
310 kernel-patch-2.4.20-powerpc (2.4.20-1) unstable; urgency=high
311
312 * New upstream kernel release (long overdue).
313 - Includes ptrace security fix.
314 * Enable CONFIG_FB_ATY_GX.
315 * Update module lists for udebs.
316
317 -- Daniel Jacobowitz <dan@debian.org> Wed, 26 Mar 2003 12:29:35 -0500
318
319 kernel-patch-2.4.19-powerpc (2.4.19-2) unstable; urgency=low
320
321 * Actually install files into the patch package (Closes: #160163).
322 * Work around bug in current kernel-package that fails to create
323 stamp-patch.
324
325 -- Daniel Jacobowitz <dan@debian.org> Mon, 9 Sep 2002 08:47:55 -0400
326
327 kernel-patch-2.4.19-powerpc (2.4.19-1) unstable; urgency=low
328
329 * New upstream kernel release.
330 * Add debhelper build depends, and make the package buildable
331 from source (Closes: #146598).
332 * Remove newpmac image, add udebs - patch from Colin Walters
333 (Closes: #154573).
334 * Actually apply the kernel patch! No one noticed that 2.4.18 didn't
335 have this.
336 * Disable CMD640 support. It causes a crash at boot on some PowerMac
337 machines. This should not affect those machines with CMD646's, and
338 I don't believe any PowerPC actually has an original CMD640.
339
340 -- Daniel Jacobowitz <dan@debian.org> Fri, 16 Aug 2002 11:37:52 -0400
341
342 kernel-patch-2.4.18-powerpc (2.4.18-1) unstable; urgency=low
343
344 * New upstream kernel release.
345 * Disable fdomain.o, fdomain_cs.o, and in2000.o for PowerPC-unfriendly
346 use of ISA functions (Closes: #129256).
347 * Add newpmac kernel config from 2.4.16-1.1.
348 * Correct newpmac kernel config slightly (Closes: #137734).
349
350 -- Daniel Jacobowitz <dan@debian.org> Thu, 14 Mar 2002 10:51:11 -0500
351
352 kernel-patch-2.4.16-powerpc (2.4.16-1) unstable; urgency=low
353
354 * New upstream kernel release.
355 * This release includes fixed kernel headers (Closes: #117218).
356 * Turn off ADB keycodes here too (Closes: #120626).
357
358 -- Daniel Jacobowitz <dan@debian.org> Wed, 28 Nov 2001 14:09:12 -0500
359
360 kernel-patch-2.4.12-powerpc (2.4.12-1) unstable; urgency=low
361
362 * New upstream kernel release.
363
364 -- Daniel Jacobowitz <dan@debian.org> Sun, 14 Oct 2001 13:40:14 -0400
365
366 kernel-patch-2.4.8-powerpc (2.4.8-2) unstable; urgency=low
367
368 * Turn off CONFIG_RTC in favor of CONFIG_PPC_RTC.
369 * Provide kernel-headers-2.4 to make glibc happier.
370
371 -- Daniel Jacobowitz <dan@debian.org> Wed, 15 Aug 2001 12:36:32 -0700
372
373 kernel-patch-2.4.8-powerpc (2.4.8-1) unstable; urgency=low
374
375 * Update to kernel 2.4.8 and associated BitKeeper snapshot
376 (Closes: #102123).
377 * Compile in ext2, since we are not yet ready for initrd booting
378 (Closes: #96828).
379 * Update config/powerpc for 2.4.8.
380 * Fix parallel build (pushed to bitkeeper also).
381 * Disable PlanB, which does not build.
382 * Add an SMP config.
383 * Call the kernel package kernel-image-2.4.8-powerpc instead of
384 kernel-image-2.4.8.
385
386 -- Daniel Jacobowitz <dan@debian.org> Tue, 14 Aug 2001 12:57:31 -0700
387
388 kernel-patch-2.4.4-powerpc (2.4.4-1) unstable; urgency=low
389
390 * First patch package for kernel 2.4.x.
391 * Bitkeeper snapshot from 2001.04.29, at the 2.4.4 merge.
392 * Update to work with unstable's kernel-package.
393 * Warning - the input layer fixes from 2.2.19-2 are lost in this
394 upload. The patch needs to be redone for 2.4.
395 * Build only a unified PMac/PReP/CHRP kernel for now.
396
397 -- Daniel Jacobowitz <dan@debian.org> Sun, 6 May 2001 16:33:40 -0400
398
399 kernel-patch-2.2.19-powerpc (2.2.19-2) stable unstable; urgency=medium
400
401 * Turn off CONFIG_MAGIC_SYSRQ for now - it breaks the arrow keys
402 on some iMac keyboards still (Closes: #93247).
403 * Add a patch to make enter work at boot time, finally!
404 * Enable a bunch of 3COM NIC's.
405 * Remove configs we don't support - they haven't built in ages...
406
407 -- Daniel Jacobowitz <dan@debian.org> Sat, 14 Apr 2001 20:19:51 -0500
408
409 kernel-patch-2.2.19-powerpc (2.2.19-1) stable unstable; urgency=medium
410
411 * New upstream version, based on final 2.2.19. Snapshot from 20010407.
412 * Start building image packages properly; thanks to Herbert Xu for
413 pointing me at the (fairly obvious) mistake I was making.
414 * Oh well. Necessitated changing the versioning scheme.
415
416 -- Daniel Jacobowitz <dan@debian.org> Sat, 7 Apr 2001 20:45:40 -0500
417
418 kernel-patch-2.2.19pre17-powerpc (20010304-2.2.19pre17-1) stable unstable; urgency=medium
419
420 * New upstream version.
421 * The patch is down to 299 lines!
422 * Use --bzip2 to tar.
423 * Update copyright and changelog files.
424
425 -- Daniel Jacobowitz <dan@debian.org> Thu, 22 Mar 2001 12:06:39 -0600
426
427 kernel-patch-2.2.18pre21-powerpc (20001119-2.2.18pre21-2) stable unstable; urgency=medium
428
429 * Update configs a bit:
430 - sync networking options on pmac with the standard
431 Intel kernel image packages (Closes: #72503). I still need to do the
432 same for prep and chrp.
433 - Turn off CONFIG_BOOTX_TEXT; it interferes with Quik.
434 - Enable serial console on CHRP.
435
436 -- Daniel Jacobowitz <dan@debian.org> Mon, 20 Nov 2000 19:33:34 -0500
437
438 kernel-patch-2.2.18pre21-powerpc (20001119-2.2.18pre21-1) stable unstable; urgency=medium
439
440 * New upstream version.
441 * The patch has gone from about 2MB down to about 20K now.
442 * Updated configs to 2.2.18pre21.
443
444 -- Daniel Jacobowitz <dan@debian.org> Sun, 19 Nov 2000 23:06:33 -0500
445
446 kernel-patch-2.2.17-powerpc (20000714-2.2.17pre11-2) frozen unstable; urgency=medium
447
448 * Ack, somehow aty128fb got disabled upstream. Reenable it, so that our
449 users can see their screens again.
450
451 -- Daniel Jacobowitz <dan@debian.org> Tue, 18 Jul 2000 16:26:17 -0700
452
453 kernel-patch-2.2.17-powerpc (20000714-2.2.17pre11-1) frozen unstable; urgency=medium
454
455 * New upstream version.
456 * Add NCR 53c8xx controller to powermac kernel, needed for some G4
457 configurations.
458 * Add a patch from Franz Sirl to ease transition to the new input layer.
459 * Hand myself a boot to the head and set EXTRAVERSION back to empty in the
460 kernel Makefile.
461
462 -- Daniel Jacobowitz <dan@debian.org> Sun, 25 Jul 2000 18:20:45 -0700
463
464 kernel-patch-2.2.17-powerpc (20000625-2.2.17pre5-1) frozen unstable; urgency=medium
465
466 * Use new kernel-source package.
467 * Update to Cort's 2.2.17pre5 tree.
468
469 -- Daniel Jacobowitz <dan@debian.org> Sun, 25 Jun 2000 12:37:55 -0700
470
471 kernel-patch-2.2.15-powerpc (20000422-2.2.16pre4-1) frozen unstable; urgency=medium
472
473 * Release critical - Needed for the new kernel-source, again.
474 * Use Cort's current tree again, 2.2.16pre4. Work around the epoch
475 problems this way, luckily.
476
477 -- Daniel Jacobowitz <dan@debian.org> Mon, 29 May 2000 21:15:11 -0500
478
479 kernel-patch-2.2.15-powerpc (20000422-2.2.15pre20-1) frozen unstable; urgency=medium
480
481 * Use new version of kernel-source. This is release critical, because the
482 previous version does not build with the new kernel-source, and thus
483 boot-floppies can not build!
484
485 -- Daniel Jacobowitz <dan@debian.org> Thu, 4 May 2000 08:46:52 -0400
486
487 kernel-patch-2.2.15-powerpc (20000422-2.2.15pre19-1) frozen unstable; urgency=medium
488
489 * New upstream version for boot-floppies.
490 * Use kernel-source-2.2.15, which is actually pre19. Reduces the diff by
491 a miraculous amount.
492 * All local debian patches merged into Cort's tree now.
493 * Got a clue, renamed upstream patch to simply bitkeeper.diff.gz, and
494 removed need to edit the patching scripts every version.
495
496 -- Daniel Jacobowitz <dan@debian.org> Sat, 22 Apr 2000 18:04:55 -0400
497
498 kernel-patch-2.2.14-powerpc (20000418-2.2.15pre17-1) frozen unstable; urgency=medium
499
500 * First release into the archive. Release Manager: this is needed
501 in frozen for powerpc boot floppies.
502 * Update the rules file for some more automation (complexifying the
503 version number further).
504 * Remove the miBoot support patch; miBoot can load compressed
505 kernel images without going through coff now.
506 * Remove debugging statements from the load_ramdisk (separate
507 boot/root) patch.
508 * Update from Cort's tree.
509 * Conflict with other versions of kernel-patch-*-powerpc.
510 kernel-patches/apply/0powerpc is in each one for a reason - there
511 should never be more than one installed.
512
513 -- Daniel Jacobowitz <dan@debian.org> Tue, 18 Apr 2000 13:22:03 -0400
514
515 kernel-patch-2.2.14-powerpc (20000406) frozen unstable; urgency=medium
516
517 * Now based on Cort's bitkeeper tree, available by rsync at
518 hq.fsmlabs.com::linuxppc_2_2.
519 * Add a small fix for controlfb, and experimental patches for separate
520 boot/root disk support, and Ben's miBoot support patch.
521
522 -- Daniel Jacobowitz <dan@debian.org> Thu, 6 Apr 2000 16:31:41 -0400
523
524 kernel-patch-2.2.14-powerpc (20000206) frozen unstable; urgency=medium
525
526 * New package, based on kernel-patch-2.2.13-netwinder.
527 * Based on Benjamin Herrenschmidt <bh40@calva.net>'s rsync tree at
528 linuxcare.com.au::linux-pmac-benh.
529 * Include the configs in the distributed package. Just to make bootprep's
530 life less painful.
531
532 -- Daniel Jacobowitz <dan@debian.org> Sun, 6 Feb 2000 19:42:09 -0500
533

  ViewVC Help
Powered by ViewVC 1.1.5