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

Contents of /trunk/build/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7021 - (show annotations) (download)
Wed Dec 24 05:53:22 2003 UTC (9 years, 5 months ago) by joeyh
File size: 10245 byte(s)
releasing version 20031223
1 debian-installer (20031223) unstable; 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 - Document the bootkbd boot parameter in syslinux f7.txt.
18 - Add "expert" mode boot to syslinux, which sets DEBCONF_PRIORITY=low.
19 - Include a doc/index.en.html in the install-images tarball, so
20 debian-cd will find some documentation and not include the boot floppies
21 docs.
22 - Include INSTALLATION-HOWTO there too, by way of a gross, gross hack.
23 - netcfg reorg
24 - scsi-common-modules reorg
25 - Grep out several encodings that confuse reduce-font:
26 ISO-8859-*, EUC-JP, CP1251. This is a temporary hackaround to get it
27 building again.
28 - Access floppy filled up, so move the network stuff to the access_drivers
29 floppy. That filled up access_drivers, so comment out SCSI support at
30 least for now.
31 - Turn ia64 back on, let's see if it builds now.
32 * Thiemo Seufer
33 - Build the demo tree only for architectures which support it.
34 - Don't build images for the demo target.
35 - Ensure TYPE=demo for the Makefile's demo target.
36 - Remove stamp files for tree and get_udebs at the begin of their rule,
37 create them at the rule's end.
38 - Ignore errors for the all_clean target.
39 - Don't use USERDEVFS for linux-mips.
40 - Fix 'make clean' if type demo is unsupported.
41 * Marco d'Itri
42 - Add preliminary support for .ko kernel modules.
43
44 -- Joey Hess <joeyh@debian.org> Sat, 13 Dec 2003 18:44:06 -0500
45
46 debian-installer (20031212) unstable; urgency=low
47
48 * Joey Hess
49 - Switch i386 to using dhcp-client rather than pump for netboot.
50 Left it using pump on other arches that did not already use dhcp-client,
51 at least for now.
52 - Switch i386, hppa, and ia64 to dhcp-client rather than udhcp
53 on the root floppy.
54 - Switch powerpc to pump on the root floppy.
55 - Switch i386 to dhcp-client rather than udhcp on the access floppy.
56 - Switch from pump to dhcp-client on powerpc.
57 - Add disk labels to the i386 floppy images, for use by the bootfloppy
58 initrd, and maybe later by the floppy retreiver, etc.
59 - In debian/rules, if the changelog is UNRELEASED, use unstable as the
60 DISTRIBUTION.
61 - makelabel takes the build date as its second parameter. Calculating
62 BUILD_DATE once at the start to avoid inconsistencies during
63 long/midnight builds.
64 - Add MEDIA_TYPE to configs for bootable image types.
65 - Add DEBIAN_VERSION to config.
66 - Add bootscreen-subst to substitute these variables into boot screens.
67 - Make a syslinux help screen, for all i386 syslinuxed boot media.
68 Includes the build date, debian version, and media type, and is derived
69 from isolinux help texts on the sarge cds, but modified to actually
70 match d-i:
71 - remove boot flavor docs, as we currently have no flavors
72 - remove rescue stuff, as d-i is not currently also a rescue disk
73 - reduce number of colors used for cleaner look
74 - remove mention of non-free
75 - try to make the prerequisites documentation somewhere close to
76 reality -- 64 mb ram and 256 mb disk.
77 - make every boot message screen 22 lines long, followed by a blank
78 line (which is in turn followed by the boot: prompt), for consistent
79 display
80 - remove references in f4.txt to a nonexistant table
81 - remove documentation of mono and vga16:off, as they do not work with
82 d-i
83 - remove keytimer hack documentation, that was for boot-floppies
84 - add documentation of d-i's boot time parameters, including the new
85 debian-installer/framebuffer=false
86 - remove the mailing list subscription info; boot time is not the
87 time to tell the user about this. In its place, make f9.txt be
88 about Debian.
89 - Remove DEBCONF_DEBUG setting from syslinux.cfg.
90 - Use bootscreen-subst on powerpc's boot.msg, too.
91 - Comment out the udeb apt status file stuff in get-packages, now is not
92 the time to be breaking the build with that.
93 - Build depend on elilo on ia64. This had better be the last one.
94 * Goswin von Brederlow
95 - Moved fetching of (u)debs into get-packages shell script.
96 - Changed sources.list to sources.list.udeb, added sources.list.deb.
97 - Allowed "deb file:/..." urls in /etc/apt/sources.list, (Closes: #221031)
98 simplified sed expression and change file to copy urls.
99 - Add explaining error message when apt-get update fails
100 - get-packages: Only seed dpkg status with libs when getting udebs
101 - pkg-lists/cdrom/alpha: missing input-modules-${kernel:Version}
102 - pkg-lists/mirror_udeb: lists for a partial mirror suitable for the CDs
103 - Drop pump-udeb (netboot on alpha, s390 and sparc) in favour of
104 dhcp-client-udeb
105 - debain/control: added Build-Depends: mkisofs
106 - daily-build: changed to copy last days images and rsync new ones
107 - daily-build: don't let the builder wait for logs, use tee
108 - No discover for mips/mipsel
109 - Added arch mips to the debian-installer.deb (Closes: #221534)
110 * Thiemo Seufer
111 - Fix error handling in tftpboot.sh
112 * Chris Tillman
113 - Add DEBCONF_PRIORITY note to powerpc boot message.
114 - Add MacRISC3 & 4 to ofboot.b for compatibility with G4/G5 powerpcs
115 * Mario Lang
116 - Add new boot floppy flavour "speakup" which uses a speakup-enabled
117 kernel version.
118 - Update the access flavour to use the same kernel version as the
119 speakup flavour.
120 - Update the access_drivers common and i386 pkg-list.
121 * Thiemo Seufer
122 - Sanitize tftpboot.sh. It aborts now on errors and won't move/copy
123 files around without good reason. Changed mipsel image generation
124 to t-rex.
125 - Add pkg-lists/netboot/mips.
126 - Add fdisk to the mips/mipsel CD images, add AT keyboard support
127 to mips image.
128 - Add AT keyboard support to mips demo image.
129 - Polish make/arch/linux-mips{,el} a bit.
130 - Switch config/arch/linux-mips to kernel 2.4.22 with -di flavour.
131
132 -- Joey Hess <joeyh@debian.org> Thu, 13 Nov 2003 14:39:21 -0500
133
134 debian-installer (20031113) unstable; urgency=low
135
136 * Joey Hess
137 - Add new loop-modules to bootfloppy, hd-media.
138 - Move input-modules from root floppy to bootfloppy, as the new
139 rootskel-bootfloppy prompts for the user to hit enter.
140 - Remove redundant usb-discover and usb-modules from root floppy;
141 the boot floppy takes care of that.
142 - Remove fat-modules and floppy-modules from the root floppy; they
143 boot floppy loads them.
144 - Create DEST before copying in DEST_KERNEL.
145 - ia64 build-depends on dosfstools. Closes: #219919
146 - sparc build-depends on genromfs. Closes: #220208
147 - remove brltty from everything except access. It is causing problems
148 (#219928) on sparc at least.
149 - add nic-extra-modules to netboot for i386, as it fits and netboot
150 should support as much as it can
151 - try to get full UTF-8 going on netboot
152 - add nano to netboot
153 * Richard Hirst
154 - Add mtools as a build-dep for ia64
155
156 -- Joey Hess <joeyh@debian.org> Sun, 9 Nov 2003 19:59:13 -0500
157
158 debian-installer (20031109) unstable; urgency=low
159
160 * Richard Hirst
161 - Remove efi-reader from ia64 cdrom pkglist for now; the one in the
162 archive is linked against libdebian-installer3 which is no longer
163 available.
164 - Stop including debootstrap-udeb in cdrom pkg-list for ia64.
165
166 -- Joey Hess <joeyh@debian.org> Fri, 07 Nov 2003 22:31:07 +0000
167
168 debian-installer (20031106.1) unstable; urgency=low
169
170 * Enable ia64 in control file. (Build report from Jeff Bailey)
171 * Idempotency fix in debian/rules install.
172 * Put in some stuff to allow for more than one release per day.
173
174 -- Joey Hess <joeyh@debian.org> Thu, 6 Nov 2003 15:12:48 -0500
175
176 debian-installer (20031106) unstable; urgency=low
177
178 * Improved the copyright file, decided not to try to list the copyright
179 of every component of the images.
180 * Uppercased the md5sums filename.
181 * New retriever menu setup:
182 - add load-floppy and download-installer to floppy
183 - add load-installer to cdrom, netboot
184 - add load-iso to hd-media
185 - add load-cdrom, hw-detect-full, ide-core-modules, and cdrom-detect
186 to cd_drivers, which is actually usable now
187 * Remove pcmcia-udeb from pkg-lists, hw-detect took over.
188 * Make d-i-demo catch SIGINT, clean up properly.
189 * Fix kernel module package names in udeb_include for driver floppies.
190 * Alastair McKinstry:
191 - Add additional shade characters to fix the scroll bar in the newt
192 frontend.
193 - The terminfo entries are now provided by di-utils-terminfo, not
194 the Makefile.
195 * Richard Hirst:
196 - Misc ia64 fixes - define KERNEL_FLAVOUR, clean up pkglists, etc
197 * Improved the description of debian-installer-demo. Closes: #219255
198 * Build includes new cdebconf, fixed partconf, fixed bogl-bterm redraw
199 problems, etc, etc. Many other fixes and improvements.
200
201 -- Joey Hess <joeyh@debian.org> Thu, 30 Oct 2003 15:12:38 -0500
202
203 debian-installer (20031029) unstable; urgency=low
204
205 * Initial release.
206 * This includes a deb that lets a demo of the installer be run
207 (and triggers autobuilders), but the main payload is the
208 debian-installer-images tarball, which is designed to be unpacked
209 by ftp-master into the ftp site.
210 * Set architecture to i386, powerpc for now. More will be added
211 once d-i works on them well enough to distribute images.
212
213 -- Joey Hess <joeyh@debian.org> Wed, 22 Oct 2003 16:16:21 -0400

  ViewVC Help
Powered by ViewVC 1.1.5