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

Contents of /trunk/utils/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2026 - (show annotations) (download)
Sun Feb 23 14:27:47 2003 UTC (10 years, 3 months ago) by pere
File size: 6462 byte(s)
Added nn.po and nb.po.
1 debian-installer-utils (0.17) UNRELEASED; urgency=low
2
3 * mapdevfs.c: Add mapping for serial devices, and fix segfault on
4 faulty input.
5 * Max Kosmach <max@tcen.ru>: updated ru.po
6 * Petter Reinholdtsen
7 - Added Norwegian Bokmål (nb.po) translations recieved from
8 Bjørn Steensrud.
9 - Added Norwegian Nynorsk (nn.po) translations recieved from
10 Gaute Hvoslef Kvalnes.
11
12 -- Mario Lang <mlang@debian.org> Fri, 21 Feb 2003 11:02:16 +0100
13
14 debian-installer-utils (0.16) unstable; urgency=low
15
16 * Create a di-utils-mapdevfs package.
17
18 -- Matt Kraai <kraai@debian.org> Sat, 08 Feb 2003 12:11:57 -0800
19
20 debian-installer-utils (0.15) unstable; urgency=low
21
22 * Make di-utils-mount-partitions architecture dependent (closes:
23 #180016).
24
25 -- Matt Kraai <kraai@debian.org> Thu, 06 Feb 2003 17:24:50 -0800
26
27 debian-installer-utils (0.14) unstable; urgency=low
28
29 * Jordi Mallach
30 - Add Catalan translation.
31 * Richard Hirst
32 - add ia64 support, using parted
33 * Matt Kraai
34 - Add proc entry to empty fstab.
35 * Martin Sjögren
36 - Set ext2 as default filesystem for di-utils-mkfs.
37 - Change the type of di-utils-mount-partitions/manual-mountpoint to
38 string.
39
40 -- Matt Kraai <kraai@debian.org> Mon, 03 Feb 2003 20:37:32 -0800
41
42 debian-installer-utils (0.13) unstable; urgency=low
43
44 * Tollef Fog Heen
45 - Fail if no discs are detected.
46 - Make mkfs and mount defaults a lot smarter (they will now not reselect
47 an item which they have operated on.)
48 - Add di-utils-fake-{partitioner,mkfs,mount-partitions} packages, if you
49 already done the needed work by hand
50 - Make di-utils-partitioner fail gracefully when no discs are detected
51 - Make di-utils-mount-partitions smart with regards to default choice
52 * Martin Sjögren
53 - The fake packages shouldn't be menu items.
54 - Tidy up the descriptions
55 * André Luís Lopes
56 - Sync pt_BR templates translation with original english.
57
58 -- Tollef Fog Heen <tfheen@debian.org> Sat, 7 Dec 2002 17:13:40 +0100
59
60 debian-installer-utils (0.12) unstable; urgency=low
61
62 * Martin Sjögren
63 - di-utils-mount-partitions now depends on made-filesystems, which
64 di-utils-mkfs provides.
65 * Tollef Fog Heen
66 - fix installr-menu-item
67 * Richard Hirst
68 - add hppa support, uses *fdisk, like i386
69
70 -- Tollef Fog Heen <tfheen@debian.org> Thu, 5 Dec 2002 01:39:01 +0100
71
72 debian-installer-utils (0.11) unstable; urgency=low
73
74 * Tollef Fog Heen
75 - Add menutest script for shell as well
76
77 -- Tollef Fog Heen <tfheen@debian.org> Tue, 26 Nov 2002 03:57:09 +0100
78
79 debian-installer-utils (0.10) unstable; urgency=low
80
81 * Bastian Blank
82 - add s390 support (uses fdasd)
83 - remove depency to fdisk-udeb
84
85 -- Tollef Fog Heen <tfheen@debian.org> Tue, 19 Nov 2002 02:35:38 +0100
86
87 debian-installer-utils (0.09) unstable; urgency=low
88
89 * Fix filenames for arch-independent udebs.
90
91 -- Tollef Fog Heen <tfheen@debian.org> Sun, 17 Nov 2002 11:32:17 +0100
92
93 debian-installer-utils (0.08) unstable; urgency=low
94
95 * Martin Sjögren
96 - Replace XBC with XB so our special control fields don't confuse the
97 changes files.
98 * André Luís Lopes
99 - Include di-utils-mkfs.templates into debian/po/POTFILES.in.
100 - Run debconf2po-update to update all translation.
101 - Update Brazilian Portuguese (pt_BR) translation.
102 * Tollef Fog Heen
103 - Fix installer-menu-item values. (Multiply by ten)
104
105 -- Tollef Fog Heen <tfheen@debian.org> Fri, 8 Nov 2002 14:40:33 +0100
106
107 debian-installer-utils (0.07) unstable; urgency=low
108
109 * Tollef Fog Heen:
110 - Add di-utils-mkfs
111
112 -- Tollef Fog Heen <tfheen@debian.org> Fri, 8 Nov 2002 04:42:18 +0100
113
114 debian-installer-utils (0.06) unstable; urgency=low
115
116 * Added french translation from Pierre Machard (Closes: 165857).
117 * André Luís Lopes
118 - Sync pt_BR.po with original english.
119 - Unfuzzy old translations.
120 - Define pt_BR.po fields (last translator, etc).
121 * Tollef Fog Heen
122 - use /dev/console for accessing the terminal, this works on all
123 systems, both those with and those without VCs
124 - fix this for the partitioner as well.
125
126 -- Tollef Fog Heen <tfheen@debian.org> Wed, 6 Nov 2002 02:15:24 +0100
127
128 debian-installer-utils (0.05) unstable; urgency=low
129
130 * use /dev/vc/0 to access the terminal
131 * Reduce menu item order from 2 to 9 to place it at the bottom of the
132 menu list.
133 * Convert to po-debconf, set Build-Depends: debhelper (>= 4.1.13) and
134 po-debconf (>= 0.5.0) to ensure that generated templates are right,
135 and set output encoding to UTF-8.
136 * Add mapdevfs tool for mapping devfs to old-style names
137 * Use udpkg-print-architecture for deciding whether to run fdisk to/from
138 vc or not.
139 * Use mapdevfs for writing fstab.
140
141 -- Tollef Fog Heen <tfheen@debian.org> Mon, 14 Oct 2002 17:25:14 +0200
142
143 debian-installer-utils (0.04) unstable; urgency=low
144
145 * German templateupdate thanks to
146 Sebastian Feltel <sebastian@feltel.de>.
147 * Add Brazilian Portuguese debconf templates for
148 partitioner and choose-medium and update the template
149 for shell.
150 * Add partitioner and mounter
151
152 -- Tollef Fog Heen <tfheen@debian.org> Mon, 16 Sep 2002 17:56:10 +0200
153
154 debian-installer-utils (0.03) unstable; urgency=low
155
156 * get rid of silly, unused configure target
157 * split out translated templates in separate files
158 * add partition-wrapper to the utils list.
159 * use new dpkg features so build isn't too cludgy
160 * add Spanish translation for shell thanks to
161 Carlos Valdivia Yagüe <valyag@teleline.es> (closes: #106725)
162 * add German template for shell thanks to
163 "Sebastian Feltel" <sebastian@feltel.de> (Closes: #99331)
164 * add Brazilian portuguese template for shell thanks to
165 Andre Luis Lopes <andrelop@ig.com.br> (closes: #108516)
166 * Russian template for shell thanks to
167 Ilgiz Kalmetev <ilgiz@bashtelecom.ru> (closes: #137635)
168 * Get rid of emacs variables in changelog.
169 * Put debian-boot as maintainer, put David Kimdon and Tollef Fog Heen
170 into uploaders
171 * Build-depend on libcdebconf-dev instead of cdebconf-dev
172
173 -- David Kimdon <dwhedon@debian.org> Tue, 23 Jul 2002 22:37:50 +0200
174
175 debian-installer-utils (0.02) unstable; urgency=low
176
177 * must build depend on cdebconf-dev (closes: #87537)
178
179 -- David Whedon <dwhedon@debian.org> Tue, 8 May 2001 00:04:27 -0700
180
181 debian-installer-utils (0.01) unstable; urgency=low
182
183 * Initial Release.
184
185 -- David Whedon <dwhedon@debian.org> Mon, 12 Feb 2001 21:16:51 -0800

  ViewVC Help
Powered by ViewVC 1.1.5