/[d-i]/trunk/tools/base-installer/debian/changelog
ViewVC logotype

Contents of /trunk/tools/base-installer/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3039 - (hide annotations) (download)
Wed May 7 23:34:03 2003 UTC (10 years ago) by andrelop
File size: 7957 byte(s)

  * Added pt_BR debconf template translation.
1 pere 3021 base-installer (0.021) UNRELEASED; urgency=low
2    
3     * Keep going even if /target/etc/fstab is missing. (Closes: #186443)
4 pere 3027 * Display a note using debconf when debootstrap return an error code.
5 pere 3022 (Closes: #178418)
6 pere 3029 * Make myself the uploader for this package.
7     * Upgrade standards-version from 3.5.2 to 3.5.9.
8 pere 3036 * Cleanup in kernel-installer postinst.
9 pere 3037 * Added translation framework, and Norwegian Bokmål translation (nb.po).
10 andrelop 3039 * André Luís Lopes :
11     - Added pt_BR debconf template translation.
12 pere 3021
13     -- Petter Reinholdtsen <pere@debian.org> Wed, 7 May 2003 14:10:29 +0200
14    
15 pere 2702 base-installer (0.020) unstable; urgency=low
16 pere 2671
17     * Petter Reinholdtsen
18     - Use debconf to report an error if kernel install fails.
19     (Closes: #188209)
20    
21 pere 2702 -- Petter Reinholdtsen <pere@debian.org> Fri, 11 Apr 2003 11:23:21 +0200
22 pere 2671
23 pere 2609 base-installer (0.019) unstable; urgency=low
24 waldi 2601
25     * Bastian Blank
26     - Add linux prefix to linux only templates.
27    
28 pere 2609 -- Petter Reinholdtsen <pere@debian.org> Sun, 6 Apr 2003 10:23:15 +0200
29 waldi 2601
30 pere 2142 base-installer (0.018) unstable; urgency=low
31 mlang 2033
32 pere 2142 * Mario Lang
33     - Remove brltty specific code from base-installer postinst. We now
34     have apt-install.
35     * Petter Reinholdtsen
36     - Process the apt-install queue in one call to apt-install, instead
37     of several. This should speed up the install.
38 mlang 2033
39 pere 2142 -- Petter Reinholdtsen <pere@debian.org> Tue, 4 Mar 2003 16:42:44 +0100
40 mlang 2033
41 kraai 1937 base-installer (0.017) unstable; urgency=low
42 pere 1921
43 kraai 1935 * Petter Reinholdtsen
44     - Moved apt-update and apt-install to rootskel.
45     * Matt Kraai
46     - Unset Debconf variables before calling apt-install (closes:
47     #180249).
48 kraai 1936 - Remove local component for network installs.
49 pere 1921
50 kraai 1937 -- Matt Kraai <kraai@debian.org> Wed, 12 Feb 2003 21:46:13 -0800
51 pere 1921
52 pere 1894 base-installer (0.016) unstable; urgency=low
53 pere 1879
54     * Use the same components in debootstrap and APT.
55 pere 1880 * Two new helper programs, apt-update and apt-install.
56     * Try to fix CDROM installs; Make sure 'apt-get update' is executed
57 pere 1885 when installing from CD, change the APT source protocol from file:
58     to copy:, and split 'apt-get install' into two parts, one
59     downloading outside /target/, and one installing within /target/.
60 pere 1881 * Install all pachages with DEBIAN_FRONTEND=noninteractive, and make
61     sure /target/proc/ is available during install.
62 pere 1882 * Make sure initrd-tools is installed before we modify its
63     configuration.
64 pere 1886 * Add package queue for extra packages to install into /target/.
65     Should apt-install move into rootskel or another package?
66 pere 1893 * Redirect stderr to /var/log/messages when installing packages.
67     * Make debug output easier to read.
68 pere 1879
69     -- Petter Reinholdtsen <pere@debian.org> Fri, 7 Feb 2003 15:22:36 +0100
70    
71 kraai 1877 base-installer (0.015) unstable; urgency=low
72 pere 1861
73 mlang 1862 * Mario Lang
74     - in base-installer postinst, if /sbin/brltty exists, brltty=... was
75     passed in kernel cmdline, and brltty is running, add it to debootstrap
76     --include list.
77 pere 1861 * Petter Reinholdtsen
78     - In kernel-installer, set DELAY=0 in
79     /target/etc/mkinitrd/mkinitrd.conf to disable the possibility of
80     interrupting the boot in the initrd.
81 pere 1873 - Add more error handling in kernel-installer.
82 kraai 1876 * Matt Kraai
83     - Add /usr/lib and /lib to LD_LIBRARY_PATH when invoking apt-get
84     (closes: 179994).
85 pere 1861
86 kraai 1877 -- Matt Kraai <kraai@debian.org> Thu, 06 Feb 2003 17:28:17 -0800
87 pere 1861
88 kraai 1858 base-installer (0.014) unstable; urgency=low
89 waldi 1498
90     * Bastian Blank
91     - remove kernel installation from base-installer
92     - add apt-get update to base-installer
93     - add kernel-installer
94 rhirst 1583 * Richard Hirst
95     - fix apt-get args for gzip and dpkg binaries
96     - get apt-get to tell dpkg to run in /target
97     - add target bin/sbin dirs to PATH for aptget/dpkg
98     - actually use rootskel initrd template for /etc/kernel-img.conf
99     - add relative_links=yes, image_in_boot=yes to kernel-img.conf
100 rhirst 1584 - unset DEBCONF_HAS_FRONTEND, etc in kernel-installer postinst,
101     as per base-installer postinst (undocumented hacks)
102 pere 1731 * Petter Reinholdtsen
103     - Detect missing 'debian-installer/kernel/image' and report this
104     as an error.
105 waldi 1498
106 kraai 1858 -- Matt Kraai <kraai@debian.org> Mon, 03 Feb 2003 20:34:29 -0800
107 waldi 1498
108 tfheen 1488 base-installer (0.013) unstable; urgency=low
109 rhirst 1463
110 rhirst 1464 * Richard Hirst
111 rhirst 1463 - create appropriate /target/etc/kernel-img.conf for hppa
112 tfheen 1468 * Tollef Fog Heen
113     - remove -x from postinst, to remove clutter.
114 pere 1471 * Petter Reinholdtsen
115     - Remove obsolete skolelinux debootstrap symlinks.
116 rhirst 1463
117 tfheen 1488 -- Tollef Fog Heen <tfheen@debian.org> Sat, 7 Dec 2002 16:53:30 +0100
118 rhirst 1463
119 tfheen 1450 base-installer (0.012) unstable; urgency=low
120 rhirst 1440
121 tfheen 1450 * Tollef Fog Heen
122     - Fix installer-menu-item
123 rhirst 1440 * Richard Hirst
124     - Add hppa support
125    
126 tfheen 1450 -- Tollef Fog Heen <tfheen@debian.org> Wed, 4 Dec 2002 03:36:08 +0100
127 rhirst 1440
128 tfheen 1273 base-installer (0.011) unstable; urgency=low
129    
130     * Tollef Fog Heen
131     - Set priority to required
132    
133     -- Tollef Fog Heen <tfheen@debian.org> Thu, 14 Nov 2002 02:42:06 +0100
134    
135 sjogren 1220 base-installer (0.010) unstable; urgency=low
136    
137 sjogren 2102 * Martin Sjögren
138 sjogren 1220 - Replace XBC with XB so our special control fields don't confuse the
139     changes files.
140    
141 tfheen 1263 -- Tollef Fog Heen <tfheen@debian.org> Thu, 14 Nov 2002 02:09:39 +0100
142 sjogren 1220
143 tfheen 1188 base-installer (0.009) unstable; urgency=low
144    
145     * support http_proxy
146    
147 tfheen 1209 -- Tollef Fog Heen <tfheen@debian.org> Wed, 6 Nov 2002 01:54:01 +0100
148    
149 pere 1026 base-installer (0.008) unstable; urgency=low
150    
151     * Do not crash if the questions netcfg/get_hostname or
152     netcfg/get_domain are unknown to debconf.
153 pere 1028 * Use default distribution if no debconf answer is available.
154 pere 1026 * Document how to avoid the 5 second 'get root without giving
155     password' window.
156 pere 1034 * Add hack to avoid messages like 'Note /etc/modules.conf is more recent
157     than /lib/modules/*/modules.dep'
158 pere 1038 * Choose kernel version based on the distribution name.
159 tfheen 1073 * Use dash instead of ash
160     * Fix paths to avoid double slashes.
161     * Only exclude if we have anything to exclude
162     * Make lilo not try to install itself, by echoing magic string
163     * Make -boot the maintainer but add me to Uploaders.
164 pere 1026
165 tfheen 1073 -- Tollef Fog Heen <tfheen@debian.org> Mon, 14 Oct 2002 17:08:13 +0200
166 pere 1026
167 pere 775 base-installer (0.007) unstable; urgency=low
168    
169 tfheen 777 * Log to /target/var/log/, not /tmp/.
170 tfheen 825 * Use distribution selected in choose-mirror.
171 pere 836 * Avoid adding bogus entry in /target/etc/hosts if debconf values for
172     netcfg/get_{hostname,domain} is empty.
173 pere 864 * Correct translation language code from 'no' to 'nb'.
174 tfheen 902 * Get rid of PROFILE stuff inside postinst, since it's not used.
175 sjogren 906 * Make sure /target/etc exists before writing files into it.
176 pere 775
177 tfheen 974 -- Tollef Fog Heen <tfheen@debian.org> Mon, 16 Sep 2002 17:57:19 +0200
178 pere 775
179 tfheen 725 base-installer (0.006) unstable; urgency=low
180    
181     * Support comments in /cdrom/.disk/* files. Thanks to Petter
182     Reinholdtsen for pointing this out.
183 tfheen 730 * The support for /cdrom/.disk/* files was quite broken -- a delimiter
184     was added to the end. This caused lots of grief, which should now be
185     fixed.
186     * Fix path to base_{include,exclude} files.
187    
188     -- Tollef Fog Heen <tfheen@debian.org> Wed, 3 Jul 2002 22:57:23 +0200
189 tfheen 725
190 tfheen 723 base-installer (0.005) unstable; urgency=low
191    
192     * Fix syntax error in postinst.
193     * Add support for base_{include,exclude} and fix the support for
194     --components when installing from CD.
195    
196     -- Tollef Fog Heen <tfheen@debian.org> Fri, 28 Jun 2002 10:18:19 +0200
197    
198 tfheen 719 base-installer (0.004) unstable; urgency=low
199    
200     * twiddle with kernel-img.conf
201     * pass --components with somewhat sane values to debootstrap.
202     * don't pass script to debootstrap.
203    
204     -- Tollef Fog Heen <tfheen@debian.org> Sun, 23 Jun 2002 10:11:20 +0200
205    
206     base-installer (0.003) unstable; urgency=low
207    
208     * Up version to actually get this installed
209     * Change architecture to all everywhere.
210    
211     -- Tollef Fog Heen <tfheen@debian.org> Wed, 19 Jun 2002 20:43:58 +0200
212    
213 tfheen 703 base-installer (0.002) unstable; urgency=low
214    
215     * Fix cdrom installation.
216    
217     -- Tollef Fog Heen <tfheen@debian.org> Wed, 19 Jun 2002 20:20:27 +0200
218    
219 tfheen 637 base-installer (0.001) unstable; urgency=low
220    
221     * Initial release
222    
223     -- Tollef Fog Heen <tfheen@debian.org> Sun, 10 Mar 2002 20:06:30 +0100

  ViewVC Help
Powered by ViewVC 1.1.5