/[d-i]/trunk/build/debian/changelog
ViewVC logotype

Diff of /trunk/build/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7021 by joeyh, Wed Dec 24 05:53:22 2003 UTC revision 8617 by ths-guest, Mon Feb 9 03:55:00 2004 UTC
# Line 1  Line 1 
1    debian-installer (20040204) UNRELEASED; urgency=low
2    
3      * Steve Langasek
4        - Use -di flavored kernels for alpha
5        - build-depend on aboot for alpha (needed for making
6          floppies/CDs bootable)
7        - include srm-modules and socket-modules in the alpha initrd
8        - tell d-i that alpha CDROMs don't use a floppy image, just an
9          initrd and kernel
10        - upgrade to 2.4.24 for alpha kernels
11      * Thiemo Seufer
12        - Remove dead apt-get code in the Makefile.
13        - Redesigned build system. Major changes to the configuration
14          handling for all architectures. Closes: #215508
15        - Remove arhcdetect from m68k config, it is already in the generic
16          config.
17        - Fix broken alpha build, input-modules isn't created for -di
18          kernel flavour.
19        - Adjust daily-build script for the new build system.
20        - Remove special handling for "default", it was broken anyway.
21        - Switch back sparc kernel handling in tftpboot.sh to the old value.
22        - Add support for MANIFEST files.
23      * Thomas Poindessous
24        - Remove redundant kbd-chooser from netboot pkg-list.
25        - Add discover, discover-data to sparc netboot image. Closes: #227853
26        - Correct netboot image building on sparc. Closes: #228519
27      * Joey Hess
28        - Copyright date updates.
29        - Add wireless-tools to the net_drivers floppy and the netboot initrd.
30        - Switch the kernel to 2.4.24 for i386.
31        - Document vga=771 option for laptops with display problems.
32          Closes: #229904
33        - Add syslinux splash image by Matthew A. Nicholson, and another by
34          Klowner, and still another by Volkan YAZICI.
35        - Make all the syslinux help screens leave graphics mode when displayed.
36        - Hack syslinux.txt so it all fits on one line, the same line as the boot:
37          prompt.
38        - Add ${BOOTPROMPT} expansion to bootscreen-subst, to make it easy
39          to make the last line in a syslinux screen not have a newline at EOF
40          on the image, while still being easily editable.
41        - Switch cdroms from load-installer to load-cdrom. This is to work around
42          limitations in main-menu (see #218774). Driver floppy loading will now
43          be started by cdrom-detect if it fails to find a CD.
44        - Version the mtools build-dep. Closes: #225584
45        - Let HOST, BASEDIR, or DIR be set in the environment before running
46          daily-build, to override the defaults.
47        - Fix up miniiso creation to fit into the new build system better.
48        - Turn on miniiso creation for netboot, so there is a
49          dest/netboot/mini.iso that behaves the same as a netboot would.
50        - Add a dest/cdrom/debian-cd_info.tar.gz with the syslinux screens
51          and splash image, for eventual use by debian-cd.
52        - Convert the miniiso to use isolinux, to support any size initrd.
53      * Richard Hirst
54        - ia64: Fix cdrom to autoboot, and tidy up kernel params.  Partial
55          fix for 227114.
56        - ia64: Change to 2.4.22 -di kernel, and include usb storage modules,
57          and ide/scsi core modules.  Partial fix for 227114.
58        - Increase ia64 'floppy' image to 10MB, and initrd to 24MB
59        - hppa: Add config/type/netboot-hppa, so TYPE=netboot generates a lifimage
60        - hppa: include fdisk-udeb in pkglists so we can partition.
61        - hppa: include text frontend, as it is useful for debugging.
62        - hppa: fix up palo cmdline for netboot lifimage
63      * Stephen R. Marenka
64        - m68k: update/create pkg-lists/cdrom/m68k pkg-lists/netboot/m68k.
65        - m68k: add some more devices to help support 2.2.25.
66      * Jeff Bailey
67        - sparc: Update config/arch/linux-sparc to show 2.4.24 and di flavour
68        - sparc: Remove ide-modules and scsi-modules - they're built in.
69        - sparc: Update kernel version in mirror-udeb list.
70        - sparc: Update config/sparc.cfg to show 2.4.24 and di flavour
71    
72     -- Joey Hess <joeyh@debian.org>  Fri,  2 Jan 2004 14:48:13 -0500
73    
74    debian-installer (20040102) unstable; urgency=low
75    
76      * Another day, another build. This one has updated busybox in it.
77    
78     -- Joey Hess <joeyh@debian.org>  Fri,  2 Jan 2004 14:48:13 -0500
79    
80    debian-installer (20040101) unstable; urgency=low
81    
82      * Giuseppe Sacco
83        - Corrected a small error in make/arch/linux-powerpc about
84        - the creation of a boot.msg
85      * Joey Hess
86        - Minor consistency fix in f10.txt.
87    
88     -- Joey Hess <joeyh@debian.org>  Thu,  1 Jan 2004 13:48:56 -0500
89    
90    debian-installer (20031230) unstable; urgency=low
91    
92      * Giuseppe Sacco
93        - Changed the KERNEL_FLAVOUR for powerpc to -di
94      * Joey Hess
95        - i386 will work on 32 mb now, update system requirements in syslinux help
96          screen
97        - Remove the encoding grep, all non-utf8 encodings should be fixed now.
98        - Fix make dependency loop on hppa and sparc where FLOPPY_SIZE is not set.
99          Closes: #225389
100        - Add expert and expert-safe boot modes to yaboot.
101        - Pass devfs=mount,dall in yaboot.conf for new powerpc kernel.
102        - Add build date to yaboot boot.msg.
103      * Thiemo Seufer
104        - Sanitize mips/mipsel image creation.
105      * Vincent Sanders
106        - Initial ARM port
107    
108     -- Joey Hess <joeyh@debian.org>  Tue, 30 Dec 2003 16:25:49 -0500
109    
110    debian-installer (20031226) unstable; urgency=low
111    
112      * Thiemo Seufer
113        - "make reallyclean" should really clean.
114        - Fix build failure, images/ wasn't created.
115      * Joey Hess
116        - Add fakeroot to build-depends, as the debian/rules uses it in the build
117          target. Should fix FTBFS on mips.
118        - Don't put docs under images/, so debian-cd will find them.
119    
120     -- Joey Hess <joeyh@debian.org>  Fri, 26 Dec 2003 21:15:47 -0500
121    
122  debian-installer (20031223) unstable; urgency=low  debian-installer (20031223) unstable; urgency=low
123    
124    * Joey Hess    * Joey Hess

Legend:
Removed from v.7021  
changed lines
  Added in v.8617

  ViewVC Help
Powered by ViewVC 1.1.5