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

  ViewVC Help
Powered by ViewVC 1.1.5