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

Contents of /trunk/build/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6284 - (hide annotations) (download)
Wed Nov 19 20:45:56 2003 UTC (9 years, 7 months ago) by joeyh
File size: 5834 byte(s)
reorder changelog to fit chronology
1 goswin 6137 debian-installer (20031114) UNRELEASED; urgency=low
2 joeyh 6036
3 joeyh 6284 * Joey Hess
4     - Switch i386 to using dhcp-client rather than pump for netboot.
5     Left it using pump on other arches that did not already use dhcp-client,
6     at least for now.
7     - Switch i386, hppa, and ia64 to dhcp-client rather than udhcp
8     on the root floppy.
9     - Switch powerpc to pump on the root floppy.
10     - Switch i386 to dhcp-client rather than udhcp on the access floppy.
11     - Switch from pump to dhcp-client on powerpc.
12     - Add disk labels to the i386 floppy images, for use by the bootfloppy
13     initrd, and maybe later by the floppy retreiver, etc.
14     - In debian/rules, if the changelog is UNRELEASED, use unstable as the
15     DISTRIBUTION.
16     - Turn off ia64 until someone sends me a real report of successful
17     building with only build deps. (Too many buildd failures, the latest
18     is something about elilo.)
19 goswin 6137 * Goswin von Brederlow
20 goswin 6140 - Moved fetching of (u)debs into get-packages shell script.
21     - Changed sources.list to sources.list.udeb, added sources.list.deb.
22 joeyh 6255 - Allowed "deb file:/..." urls in /etc/apt/sources.list, (Closes: #221031)
23 goswin 6140 simplified sed expression and change file to copy urls.
24 goswin 6143 - Add explaining error message when apt-get update fails
25 goswin 6158 - get-packages: Only seed dpkg status with libs when getting udebs
26     - pkg-lists/cdrom/alpha: missing input-modules-${kernel:Version}
27     - pkg-lists/mirror_udeb: lists for a partial mirror suitable for the CDs
28 goswin 6159 - Drop pump-udeb (netboot on alpha, s390 and sparc) in favour of
29     dhcp-client-udeb
30 goswin 6160 - debain/control: added Build-Depends: mkisofs
31 goswin 6219 - daily-build: changed to copy last days images and rsync new ones
32     - daily-build: don't let the builder wait for logs, use tee
33 goswin 6229 - No discover for mips/mipsel
34 goswin 6253 - Added arch mips to the debian-installer.deb (Closes: #221534)
35 joeyh 6046 * Thiemo Seufer
36     - Fix error handling in tftpboot.sh
37 toff 6110 * Chris Tillman
38     - Add DEBCONF_PRIORITY note to powerpc boot message.
39 toff 6121 - Add MacRISC3 & 4 to ofboot.b for compatibility with G4/G5 powerpcs
40 mlang 6232 * Mario Lang
41     - Add new boot floppy flavour "speakup" which uses a speakup-enabled
42     kernel version.
43     - Update the access flavour to use the same kernel version as the
44     speakup flavour.
45     - Update the access_drivers common and i386 pkg-list.
46 joeyh 6036
47     -- Joey Hess <joeyh@debian.org> Thu, 13 Nov 2003 14:39:21 -0500
48    
49 joeyh 6032 debian-installer (20031113) unstable; urgency=low
50 rhirst 5946
51 joeyh 5958 * Joey Hess
52     - Add new loop-modules to bootfloppy, hd-media.
53     - Move input-modules from root floppy to bootfloppy, as the new
54     rootskel-bootfloppy prompts for the user to hit enter.
55     - Remove redundant usb-discover and usb-modules from root floppy;
56     the boot floppy takes care of that.
57     - Remove fat-modules and floppy-modules from the root floppy; they
58     boot floppy loads them.
59     - Create DEST before copying in DEST_KERNEL.
60     - ia64 build-depends on dosfstools. Closes: #219919
61 joeyh 5966 - sparc build-depends on genromfs. Closes: #220208
62     - remove brltty from everything except access. It is causing problems
63     (#219928) on sparc at least.
64 joeyh 6025 - add nic-extra-modules to netboot for i386, as it fits and netboot
65     should support as much as it can
66     - try to get full UTF-8 going on netboot
67     - add nano to netboot
68 rhirst 5946 * Richard Hirst
69     - Add mtools as a build-dep for ia64
70    
71 joeyh 5958 -- Joey Hess <joeyh@debian.org> Sun, 9 Nov 2003 19:59:13 -0500
72 rhirst 5946
73 joeyh 5901 debian-installer (20031109) unstable; urgency=low
74 rhirst 5830
75     * Richard Hirst
76     - Remove efi-reader from ia64 cdrom pkglist for now; the one in the
77     archive is linked against libdebian-installer3 which is no longer
78     available.
79     - Stop including debootstrap-udeb in cdrom pkg-list for ia64.
80    
81     -- Joey Hess <joeyh@debian.org> Fri, 07 Nov 2003 22:31:07 +0000
82    
83 joeyh 5767 debian-installer (20031106.1) unstable; urgency=low
84 joeyh 5765
85     * Enable ia64 in control file. (Build report from Jeff Bailey)
86     * Idempotency fix in debian/rules install.
87 joeyh 5767 * Put in some stuff to allow for more than one release per day.
88 joeyh 5765
89     -- Joey Hess <joeyh@debian.org> Thu, 6 Nov 2003 15:12:48 -0500
90    
91 joeyh 5763 debian-installer (20031106) unstable; urgency=low
92 joeyh 5522
93     * Improved the copyright file, decided not to try to list the copyright
94     of every component of the images.
95 joeyh 5523 * Uppercased the md5sums filename.
96 joeyh 5689 * New retriever menu setup:
97     - add load-floppy and download-installer to floppy
98 joeyh 5744 - add load-installer to cdrom, netboot
99 joeyh 5689 - add load-iso to hd-media
100 joeyh 5744 - add load-cdrom, hw-detect-full, ide-core-modules, and cdrom-detect
101     to cd_drivers, which is actually usable now
102 joeyh 5689 * Remove pcmcia-udeb from pkg-lists, hw-detect took over.
103     * Make d-i-demo catch SIGINT, clean up properly.
104     * Fix kernel module package names in udeb_include for driver floppies.
105 joeyh 5709 * Alastair McKinstry:
106     - Add additional shade characters to fix the scroll bar in the newt
107     frontend.
108 mckinstry 5711 - The terminfo entries are now provided by di-utils-terminfo, not
109     the Makefile.
110 joeyh 5709 * Richard Hirst:
111     - Misc ia64 fixes - define KERNEL_FLAVOUR, clean up pkglists, etc
112 joeyh 5744 * Improved the description of debian-installer-demo. Closes: #219255
113     * Build includes new cdebconf, fixed partconf, fixed bogl-bterm redraw
114     problems, etc, etc. Many other fixes and improvements.
115 joeyh 5522
116     -- Joey Hess <joeyh@debian.org> Thu, 30 Oct 2003 15:12:38 -0500
117    
118 joeyh 5501 debian-installer (20031029) unstable; urgency=low
119 mckinstry 2603
120 pere 2351 * Initial release.
121 joeyh 5323 * This includes a deb that lets a demo of the installer be run
122     (and triggers autobuilders), but the main payload is the
123     debian-installer-images tarball, which is designed to be unpacked
124     by ftp-master into the ftp site.
125     * Set architecture to i386, powerpc for now. More will be added
126     once d-i works on them well enough to distribute images.
127 pere 2351
128 joeyh 5323 -- Joey Hess <joeyh@debian.org> Wed, 22 Oct 2003 16:16:21 -0400

  ViewVC Help
Powered by ViewVC 1.1.5