/[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 5767 by joeyh, Thu Nov 6 20:30:51 2003 UTC revision 6726 by joeyh, Fri Dec 19 04:20:53 2003 UTC
# Line 1  Line 1 
1    debian-installer (20031213) UNRELEASED; urgency=low
2    
3      * Joey Hess
4        - Generate bootable hd-media images, not just the initrd.
5          These can be written directly the usb memory stick, then mounted
6          and a d-i iso copied in. As they're quite big (and sparse),
7          they are gzipped.
8        - NB: The above change means you need 128+ mb more free space to
9          build this package on i386.
10        - If System.map is included in the kernel image udeb, pass it to depmod
11          via -F and delete it when done. This is to support building on systems
12          running 2.6.
13        - Remove ide modules stuff from net drivers floppy. I don't know why it
14          was there, but its deps were not met and this could cause ugly messages
15          during install.
16        - Remove the same ide modules from i386 netboot.
17      * Thiemo Seufer
18        - Build the demo tree only for architectures which support it.
19        - Don't build images for the demo target.
20        - Ensure TYPE=demo for the Makefile's demo target.
21        - Remove stamp files for tree and get_udebs at the begin of their rule,
22          create them at the rule's end.
23        - Ignore errors for the all_clean target.
24        - Don't use USERDEVFS for linux-mips.
25      * Marco d'Itri
26        - Add preliminary support for .ko kernel modules.
27    
28     -- Joey Hess <joeyh@debian.org>  Sat, 13 Dec 2003 18:44:06 -0500
29    
30    debian-installer (20031212) unstable; urgency=low
31    
32      * Joey Hess
33        - Switch i386 to using dhcp-client rather than pump for netboot.
34          Left it using pump on other arches that did not already use dhcp-client,
35          at least for now.
36        - Switch i386, hppa, and ia64 to dhcp-client rather than udhcp
37          on the root floppy.
38        - Switch powerpc to pump on the root floppy.
39        - Switch i386 to dhcp-client rather than udhcp on the access floppy.
40        - Switch from pump to dhcp-client on powerpc.
41        - Add disk labels to the i386 floppy images, for use by the bootfloppy
42          initrd, and maybe later by the floppy retreiver, etc.
43        - In debian/rules, if the changelog is UNRELEASED, use unstable as the
44          DISTRIBUTION.
45        - makelabel takes the build date as its second parameter. Calculating
46          BUILD_DATE once at the start to avoid inconsistencies during
47          long/midnight builds.
48        - Add MEDIA_TYPE to configs for bootable image types.
49        - Add DEBIAN_VERSION to config.
50        - Add bootscreen-subst to substitute these variables into boot screens.
51        - Make a syslinux help screen, for all i386 syslinuxed boot media.
52          Includes the build date, debian version, and media type, and is derived
53          from isolinux help texts on the sarge cds, but modified to actually
54          match d-i:
55            - remove boot flavor docs, as we currently have no flavors
56            - remove rescue stuff, as d-i is not currently also a rescue disk
57            - reduce number of colors used for cleaner look
58            - remove mention of non-free
59            - try to make the prerequisites documentation somewhere close to
60              reality -- 64 mb ram and 256 mb disk.
61            - make every boot message screen 22 lines long, followed by a blank
62              line (which is in turn followed by the boot: prompt), for consistent
63              display
64            - remove references in f4.txt to a nonexistant table
65            - remove documentation of mono and vga16:off, as they do not work with
66              d-i
67            - remove keytimer hack documentation, that was for boot-floppies
68            - add documentation of d-i's boot time parameters, including the new
69              debian-installer/framebuffer=false
70            - remove the mailing list subscription info; boot time is not the
71              time to tell the user about this. In its place, make f9.txt be
72              about Debian.
73          - Remove DEBCONF_DEBUG setting from syslinux.cfg.
74          - Use bootscreen-subst on powerpc's boot.msg, too.
75          - Comment out the udeb apt status file stuff in get-packages, now is not
76            the time to be breaking the build with that.
77          - Build depend on elilo on ia64. This had better be the last one.
78      * Goswin von Brederlow
79        - Moved fetching of (u)debs into get-packages shell script.
80        - Changed sources.list to sources.list.udeb, added sources.list.deb.
81        - Allowed "deb file:/..." urls in /etc/apt/sources.list, (Closes: #221031)
82          simplified sed expression and change file to copy urls.
83        - Add explaining error message when apt-get update fails
84        - get-packages: Only seed dpkg status with libs when getting udebs
85        - pkg-lists/cdrom/alpha: missing input-modules-${kernel:Version}
86        - pkg-lists/mirror_udeb: lists for a partial mirror suitable for the CDs
87        - Drop pump-udeb (netboot on alpha, s390 and sparc) in favour of
88          dhcp-client-udeb
89        - debain/control: added Build-Depends: mkisofs
90        - daily-build: changed to copy last days images and rsync new ones
91        - daily-build: don't let the builder wait for logs, use tee
92        - No discover for mips/mipsel
93        - Added arch mips to the debian-installer.deb (Closes: #221534)
94      * Thiemo Seufer
95        - Fix error handling in tftpboot.sh
96      * Chris Tillman
97        - Add DEBCONF_PRIORITY note to powerpc boot message.
98        - Add MacRISC3 & 4 to ofboot.b for compatibility with G4/G5 powerpcs
99      * Mario Lang
100        - Add new boot floppy flavour "speakup" which uses a speakup-enabled
101          kernel version.
102        - Update the access flavour to use the same kernel version as the
103          speakup flavour.
104        - Update the access_drivers common and i386 pkg-list.
105      * Thiemo Seufer
106        - Sanitize tftpboot.sh. It aborts now on errors and won't move/copy
107          files around without good reason. Changed mipsel image generation
108          to t-rex.
109        - Add pkg-lists/netboot/mips.
110        - Add fdisk to the mips/mipsel CD images, add AT keyboard support
111          to mips image.
112        - Add AT keyboard support to mips demo image.
113        - Polish make/arch/linux-mips{,el} a bit.
114        - Switch config/arch/linux-mips to kernel 2.4.22 with -di flavour.
115    
116     -- Joey Hess <joeyh@debian.org>  Thu, 13 Nov 2003 14:39:21 -0500
117    
118    debian-installer (20031113) unstable; urgency=low
119    
120      * Joey Hess
121        - Add new loop-modules to bootfloppy, hd-media.
122        - Move input-modules from root floppy to bootfloppy, as the new
123          rootskel-bootfloppy prompts for the user to hit enter.
124        - Remove redundant usb-discover and usb-modules from root floppy;
125          the boot floppy takes care of that.
126        - Remove fat-modules and floppy-modules from the root floppy; they
127          boot floppy loads them.
128        - Create DEST before copying in DEST_KERNEL.
129        - ia64 build-depends on dosfstools. Closes: #219919
130        - sparc build-depends on genromfs. Closes: #220208
131        - remove brltty from everything except access. It is causing problems
132          (#219928) on sparc at least.
133        - add nic-extra-modules to netboot for i386, as it fits and netboot
134          should support as much as it can
135        - try to get full UTF-8 going on netboot
136        - add nano to netboot
137      * Richard Hirst
138        - Add mtools as a build-dep for ia64
139    
140     -- Joey Hess <joeyh@debian.org>  Sun,  9 Nov 2003 19:59:13 -0500
141    
142    debian-installer (20031109) unstable; urgency=low
143    
144      * Richard Hirst
145        - Remove efi-reader from ia64 cdrom pkglist for now; the one in the
146          archive is linked against libdebian-installer3 which is no longer
147          available.
148        - Stop including debootstrap-udeb in cdrom pkg-list for ia64.
149    
150     -- Joey Hess <joeyh@debian.org>  Fri, 07 Nov 2003 22:31:07 +0000
151    
152  debian-installer (20031106.1) unstable; urgency=low  debian-installer (20031106.1) unstable; urgency=low
153    
154    * Enable ia64 in control file. (Build report from Jeff Bailey)    * Enable ia64 in control file. (Build report from Jeff Bailey)

Legend:
Removed from v.5767  
changed lines
  Added in v.6726

  ViewVC Help
Powered by ViewVC 1.1.5