/[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 6046 by joeyh, Thu Nov 13 20:23:01 2003 UTC revision 8617 by ths-guest, Mon Feb 9 03:55:00 2004 UTC
# Line 1  Line 1 
1  debian-installer (20031114) unstable; urgency=low  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
123    
124      * Joey Hess
125        - Generate bootable hd-media images, not just the initrd.
126          These can be written directly the usb memory stick, then mounted
127          and a d-i iso copied in. As they're quite big (and sparse),
128          they are gzipped.
129        - NB: The above change means you need 128+ mb more free space to
130          build this package on i386.
131        - If System.map is included in the kernel image udeb, pass it to depmod
132          via -F and delete it when done. This is to support building on systems
133          running 2.6.
134        - Remove ide modules stuff from net drivers floppy. I don't know why it
135          was there, but its deps were not met and this could cause ugly messages
136          during install.
137        - Remove the same ide modules from i386 netboot.
138        - Document the bootkbd boot parameter in syslinux f7.txt.
139        - Add "expert" mode boot to syslinux, which sets DEBCONF_PRIORITY=low.
140        - Include a doc/index.en.html in the install-images tarball, so
141          debian-cd will find some documentation and not include the boot floppies
142          docs.
143        - Include INSTALLATION-HOWTO there too, by way of a gross, gross hack.
144        - netcfg reorg
145        - scsi-common-modules reorg
146        - Grep out several encodings that confuse reduce-font:
147          ISO-8859-*, EUC-JP, CP1251. This is a temporary hackaround to get it
148          building again.
149        - Access floppy filled up, so move the network stuff to the access_drivers
150          floppy. That filled up access_drivers, so comment out SCSI support at
151          least for now.
152        - Turn ia64 back on, let's see if it builds now.
153      * Thiemo Seufer
154        - Build the demo tree only for architectures which support it.
155        - Don't build images for the demo target.
156        - Ensure TYPE=demo for the Makefile's demo target.
157        - Remove stamp files for tree and get_udebs at the begin of their rule,
158          create them at the rule's end.
159        - Ignore errors for the all_clean target.
160        - Don't use USERDEVFS for linux-mips.
161        - Fix 'make clean' if type demo is unsupported.
162      * Marco d'Itri
163        - Add preliminary support for .ko kernel modules.
164    
165     -- Joey Hess <joeyh@debian.org>  Sat, 13 Dec 2003 18:44:06 -0500
166    
167    debian-installer (20031212) unstable; urgency=low
168    
169    * Joey Hess    * Joey Hess
170      - Switch i386 to using dhcp-client rather than pump for netboot.      - Switch i386 to using dhcp-client rather than pump for netboot.
# Line 8  debian-installer (20031114) unstable; ur Line 174  debian-installer (20031114) unstable; ur
174        on the root floppy.        on the root floppy.
175      - Switch powerpc to pump on the root floppy.      - Switch powerpc to pump on the root floppy.
176      - Switch i386 to dhcp-client rather than udhcp on the access floppy.      - Switch i386 to dhcp-client rather than udhcp on the access floppy.
177        - Switch from pump to dhcp-client on powerpc.
178        - Add disk labels to the i386 floppy images, for use by the bootfloppy
179          initrd, and maybe later by the floppy retreiver, etc.
180        - In debian/rules, if the changelog is UNRELEASED, use unstable as the
181          DISTRIBUTION.
182        - makelabel takes the build date as its second parameter. Calculating
183          BUILD_DATE once at the start to avoid inconsistencies during
184          long/midnight builds.
185        - Add MEDIA_TYPE to configs for bootable image types.
186        - Add DEBIAN_VERSION to config.
187        - Add bootscreen-subst to substitute these variables into boot screens.
188        - Make a syslinux help screen, for all i386 syslinuxed boot media.
189          Includes the build date, debian version, and media type, and is derived
190          from isolinux help texts on the sarge cds, but modified to actually
191          match d-i:
192            - remove boot flavor docs, as we currently have no flavors
193            - remove rescue stuff, as d-i is not currently also a rescue disk
194            - reduce number of colors used for cleaner look
195            - remove mention of non-free
196            - try to make the prerequisites documentation somewhere close to
197              reality -- 64 mb ram and 256 mb disk.
198            - make every boot message screen 22 lines long, followed by a blank
199              line (which is in turn followed by the boot: prompt), for consistent
200              display
201            - remove references in f4.txt to a nonexistant table
202            - remove documentation of mono and vga16:off, as they do not work with
203              d-i
204            - remove keytimer hack documentation, that was for boot-floppies
205            - add documentation of d-i's boot time parameters, including the new
206              debian-installer/framebuffer=false
207            - remove the mailing list subscription info; boot time is not the
208              time to tell the user about this. In its place, make f9.txt be
209              about Debian.
210          - Remove DEBCONF_DEBUG setting from syslinux.cfg.
211          - Use bootscreen-subst on powerpc's boot.msg, too.
212          - Comment out the udeb apt status file stuff in get-packages, now is not
213            the time to be breaking the build with that.
214          - Build depend on elilo on ia64. This had better be the last one.
215      * Goswin von Brederlow
216        - Moved fetching of (u)debs into get-packages shell script.
217        - Changed sources.list to sources.list.udeb, added sources.list.deb.
218        - Allowed "deb file:/..." urls in /etc/apt/sources.list, (Closes: #221031)
219          simplified sed expression and change file to copy urls.
220        - Add explaining error message when apt-get update fails
221        - get-packages: Only seed dpkg status with libs when getting udebs
222        - pkg-lists/cdrom/alpha: missing input-modules-${kernel:Version}
223        - pkg-lists/mirror_udeb: lists for a partial mirror suitable for the CDs
224        - Drop pump-udeb (netboot on alpha, s390 and sparc) in favour of
225          dhcp-client-udeb
226        - debain/control: added Build-Depends: mkisofs
227        - daily-build: changed to copy last days images and rsync new ones
228        - daily-build: don't let the builder wait for logs, use tee
229        - No discover for mips/mipsel
230        - Added arch mips to the debian-installer.deb (Closes: #221534)
231    * Thiemo Seufer    * Thiemo Seufer
232      - Fix error handling in tftpboot.sh      - Fix error handling in tftpboot.sh
233      * Chris Tillman
234        - Add DEBCONF_PRIORITY note to powerpc boot message.
235        - Add MacRISC3 & 4 to ofboot.b for compatibility with G4/G5 powerpcs
236      * Mario Lang
237        - Add new boot floppy flavour "speakup" which uses a speakup-enabled
238          kernel version.
239        - Update the access flavour to use the same kernel version as the
240          speakup flavour.
241        - Update the access_drivers common and i386 pkg-list.
242      * Thiemo Seufer
243        - Sanitize tftpboot.sh. It aborts now on errors and won't move/copy
244          files around without good reason. Changed mipsel image generation
245          to t-rex.
246        - Add pkg-lists/netboot/mips.
247        - Add fdisk to the mips/mipsel CD images, add AT keyboard support
248          to mips image.
249        - Add AT keyboard support to mips demo image.
250        - Polish make/arch/linux-mips{,el} a bit.
251        - Switch config/arch/linux-mips to kernel 2.4.22 with -di flavour.
252    
253   -- Joey Hess <joeyh@debian.org>  Thu, 13 Nov 2003 14:39:21 -0500   -- Joey Hess <joeyh@debian.org>  Thu, 13 Nov 2003 14:39:21 -0500
254    
# Line 44  debian-installer (20031109) unstable; ur Line 283  debian-installer (20031109) unstable; ur
283        archive is linked against libdebian-installer3 which is no longer        archive is linked against libdebian-installer3 which is no longer
284        available.        available.
285      - Stop including debootstrap-udeb in cdrom pkg-list for ia64.      - Stop including debootstrap-udeb in cdrom pkg-list for ia64.
   * This should be the final build for the beta.  
286    
287   -- Joey Hess <joeyh@debian.org>  Fri, 07 Nov 2003 22:31:07 +0000   -- Joey Hess <joeyh@debian.org>  Fri, 07 Nov 2003 22:31:07 +0000
288    

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

  ViewVC Help
Powered by ViewVC 1.1.5