/[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 3701 - (hide annotations) (download)
Sat Aug 6 09:32:51 2005 UTC (7 years, 9 months ago) by waldi
Original Path: trunk/kernel/source/linux-2.6/debian/changelog
File size: 6685 byte(s)
r3694: waldi | 2005-08-05 20:01:12 +0000
Strip down the scripts dir in the headers packages.

* debian/changelog: Update.
* debian/templates/post-install.in: Copy neccesary files into the scripts
  dir of the headers package.
 
r3696: waldi | 2005-08-05 20:15:48 +0000
debian/rules: Bail out after gencontrol runs.
1 dilinger 3610 linux-2.6 (2.6.12-2) UNRELEASED; urgency=low
2    
3 dilinger 3692 * Add @longclass@ variable to control file autogeneration. (Andres Salomon)
4 joshk 3617
5 jurij-guest 3616 * Bump build-depends on kernel-package to a fixed version (>= 9.004).
6 dilinger 3692 (Jurij Smakov) (closes: #319657, #320422)
7 dilinger 3610
8 joshk 3617 * Change default ramdisk size for sparc to 16,384K to accomodate a fatter
9     d-i initrd for netboot installs.
10 dilinger 3692 (Joshua Kwan)
11 joshk 3617
12 dilinger 3692 * Don't build-depend on console-tools on s390. (Bastian Blank)
13 waldi 3641
14 dilinger 3692 * Add ARM support. (Vincent Sanders)
15 vince 3642
16 dilinger 3692 * Add desc.* files for ia64. (dann frazier)
17 waldi 3701
18     * Strip down the scripts dir in the headers packages. (Bastian Blank)
19 dannf 3658
20 cts 3699 * Add m68k support. (Christian T. Steigies)
21    
22     -- Christian T. Steigies <cts@debian.org> Sat, 6 Aug 2005 10:21:14 +0200
23 dilinger 3610
24 dilinger 3603 linux-2.6 (2.6.12-1) unstable; urgency=low
25 jurij-guest 3025
26 maks-guest 3388 * New upstream release:
27 dilinger 3585 - "git rocks"
28 maks-guest 3388 - address space randomization
29     - conversion of ide driver code to the device model
30     - restored Philips webcam driver
31     - new Broadcom bcm5706 gigabit driver
32     - new resource limits for the audio community
33 maks-guest 3401 - Multipath device mapper
34     - Intel HD Audio alsa driver
35 maks-guest 3388 - fixes + arch updates..
36 dilinger 3540 - readdition of tg3 driver, as firmware license has been fixed
37 dilinger 3539
38 dilinger 3543 * Dropped the following patches:
39 dilinger 3544 - patch-2.6.11.*.patch (merged)
40 dilinger 3543 - powerpc-ppc64-ibmvscsi.patch (Christoph didn't like it, and it failed
41     to build anyways) (Sven Luther)
42 dilinger 3546 - doc-post_halloween.patch (unless someone can come up w/ a valid
43     reason for carrying around rapidly bitrotting documentation...)
44     (Andres Salomon)
45 dilinger 3547 - sparc32-hypersparc-srmmu.patch (dropped until sparc32 is working
46     again, and we can figure out whether it's necessary)
47 dilinger 3575 - fix-alpha-ext3-oops.patch (no longer needed, fixed by compiler)
48 dilinger 3547 - x86-i486_emu.patch (buggy and insecure 80486 instruction emulation
49 dilinger 3550 for 80386; we're no longer supporting this) (closes: #250468)
50 dilinger 3549 - amd64-outs.patch (according to
51     http://www.ussg.iu.edu/hypermail/linux/kernel/0502.3/1095.html, this
52     is unnecessary for us) (Andres Salomon)
53 dilinger 3544 - sparc64-rtc-mostek.patch (merged)
54     - sparc64-compat-nanoseconds.patch (merged)
55     - sparc64-sunsu-init-2.6.11.patch (merged)
56     - sunsab-uart-update-timeout.patch (merged)
57     - alpha-read-trylock.patch (different version got merged)
58 dilinger 3545 - powerpc-prep-motorola-irq-fix.patch (merged)
59     - drivers-media-video-saa7134-update.patch (merged)
60     - drivers-media-video-saa7134-update-2.patch (merged)
61     - drivers-media-video-pll-lib.patch (merged)
62     - drivers-media-video-pll-lib-2.patch (merged)
63     - drivers-media-video-tuner-update-1.patch (merged)
64     - drivers-media-video-tuner-update-2.patch (merged)
65     - drivers-media-video-v4l-mpeg-support.patch (merged)
66     - drivers-media-video-mt352-update.patch (merged)
67     - arch-ppc64-hugepage-aio-panic.patch (merged)
68     - drivers-input-serio-nmouse.patch (merged)
69 dilinger 3547 - sparc64-sb1500-clock-2.6.patch (merged)
70 dilinger 3550 - docbook-allow-preprocessor-directives-... (merged)
71     - docbook-fix-function-parameter-descriptin-in-fbmem.patch (merged)
72     - docbook-move-kernel-doc-comment-next-to-function.patch (merged)
73     - powerpc-therm-adt746x-new-i2c-fix.patch (merged)
74     - powerpc-mv643xx-enet.patch (merged)
75     - powerpc-mv643xx-eth-pegasos.patch (merged)
76     - powerpc-pmac-agp-sleep.patch (merged)
77     - drivers-input-serio-8042-resume.patch (merged)
78 dilinger 3546
79 dilinger 3539 * Premiere of the common-source kernel package
80     (Jurij Smakov, Andres Salomon)
81     - build all architectures out of kernel source package
82     - rename source and binary packages
83     - create a common config for different architectures, and management
84     tools to allow for easier modification of config options
85 dilinger 3583 - drop default configs, autogenerate them instead; requires
86     kernel-package >= 9.002.
87 dilinger 3539
88 maks-guest 3388 * Add 2.6.12.1 (Maximilian Attems)
89 maks-guest 3387 - Clean up subthread exec (CAN-2005-1913)
90     - ia64 ptrace + sigrestore_context (CAN-2005-1761)
91 dilinger 3539
92 fschueler-guest 3415 * Add 2.6.12.2 (Frederik Schüler)
93     - Fix two socket hashing bugs.
94     - ACPI: Make sure we call acpi_register_gsi() even for default PCI
95     interrupt assignment
96     - Add "memory" clobbers to the x86 inline asm of strncmp and friends
97     - e1000: fix spinlock bug
98     - fix remap_pte_range BUG
99     - Fix typo in drivers/pci/pci-driver.c
100 dilinger 3539
101 joshk 3531 * Add 2.6.12.3 (Joshua Kwan)
102     - Fix semaphore handling in __unregister_chrdev
103     - Fix TT mode in UML.
104     - Check for a null return in tty_ldisc_ref.
105     - v4l: cx88 hue offset fix
106     - Fix 8139cp breakage that occurs with tpm driver.
107     - Fix the 6pack driver in SMP environments.
108     - Switch to spinlocks in the shaper driver.
109     - ppc32: stop misusing NTP's time_offset value
110     - netfilter: go back to dropping conntrack references manually
111     - ACPI: don't accept 0 as a PCI IRQ.
112 dilinger 3539
113 dilinger 3550 * Enable CONFIG_SCSI_INITIO. (Maximilian Attems) (closes: #318121)
114 dilinger 3539
115 luther 3551 * [powerpc] :
116     - Added powerpc-mkvmlinuz-support patch which allows, together with
117     kernel-package 9.0002 to add mkvmlinuz support to hand built packages.
118     - Removed powerpc-ppc64-ibmvscsi.patch, FTBFS, and Christoph doesn't like
119     it and thinks it is not needed.
120     - Disabled swim3 on powerpc-smp, FTBFS.
121     - Disabled software-suspend on powerpc-smp, FTBFS, amd64/i386 only smp code.
122 luther 3552 - Rediffed and readded the G4 L2 hardware flush assist patch from Jacob Pan.
123 luther 3551 (Sven Luther)
124 jurij-guest 3563
125     * [sparc]
126     - Drop sparc32 flavour for now. sparc32 kernel is currently in the
127     category "too buggy for us to support". In spite of numerous efforts
128     I still see occasional random filesystem corruptions in my tests.
129     That does NOT mean that we are dropping sparc32 support, we will
130     work with upstream trying to solve these problems for the next
131     kernel release. Those interested in helping/testing are encouraged
132     to subscribe to debian-sparc mailing list.
133     (Jurij Smakov)
134 dilinger 3539
135 nobse 3584 * [alpha]
136     - Renamed resulting binary packages for alpha, kernel-image-x.y.z-generic
137     wasn't a generic kernel, it was a generic kernel for alpha machines, so
138     we're now using linux-image-x.y.z-alpha-generic (and of course, the same
139     change for the smp kernel-image). This change was postponed after the
140     sarge release. (closes: #260003)
141     (Norbert Tretkowski)
142    
143 fschueler-guest 3582 * [amd64]
144     - Now using the default compiler (gcc-4.0), thus we get rid of the
145     annoying MAKEFLAGS="CC=gcc-3.4" make-kpkg... invocation for third-party
146     modules.
147     This release lacks 64bit kernels for i386 userland; support will be
148     added in a later release as soon as the toolchain has stabilized again.
149     (Frederik Schüler)
150    
151 dilinger 3603 -- Andres Salomon <dilinger@debian.org> Wed, 20 Jul 2005 17:16:04 -0400
152 dilinger 3539

  ViewVC Help
Powered by ViewVC 1.1.5