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

Contents of /trunk/build/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.5