b43c7c3a8de8dc7d7ada8dbb82867a10d6d9b239
[rrq/maintain_lilo.git] / debian / changelog
1 lilo (1:24.0-1) unstable; urgency=low
2
3   * New upstream release:
4     - Fixes of manpages, added manpages.
5     - Old documentation now in html format.
6     - Better support for GPT hard disks.
7     - Support for kernel 3.x series.
8     - Now compatible to gcc 4.8 (and higher). Closes: #701315, #709818
9   * Update some patches, remove some patches.
10   * Use upstream html doc for lilo-doc package.
11   * Update debian/copyright file.
12   * debian/control:
13     - Bump to Standards Version 3.9.4 (no changes).
14     - Remove suggestion to package lilo-doc.
15     - Move to debhelper >=9.
16   * Fix: add full support for CFLAGS and LDFLAGS
17       to support hardening flags.
18
19  -- Joachim Wiedorn <ad_debian@joonet.de>  Sat, 08 Jun 2013 14:27:16 +0200
20
21 lilo (1:23.2-4) unstable; urgency=medium
22
23   * Enable use of linux 3.x in liloconfig script.
24   * Disable creating pdf documentation.  (Closes: #666320)
25   * Remove build dependency to texlive-latex-base.
26   * Use (patched) upstream scripts directly.
27   * Add html documentation as replacement for pdf files.
28   * Update Brazilian Portuguese debconf translations. (Closes: #663495)
29
30  -- Joachim Wiedorn <ad_debian@joonet.de>  Sun, 15 Apr 2012 12:16:49 +0200
31
32 lilo (1:23.2-3) unstable; urgency=low
33
34   * Fix tense use in debconf templates (thanks to Ivan Masar).
35   * Fix pending l10n issues: debconf translations:
36     - Dutch (Jeroen Schot), nl.po.       (Closes: #654397)
37     - Spanish (Omar Campagne), es.po.    (Closes: #655848)
38     - Indonesian (Mahyuddin Susanto), new id.po. (Closes: #660307)
39     - Polish (Michał Kułach), new pl.po. (Closes: #660534)
40     - Basque (Iñaki L. Murgoitio), eu.po. (Closes: #660640)
41     - Vietnamese (Hung Tran), vi.po.     (Closes: #660643)
42     - Italian (Luca Monducci), it.po.    (Closes: #660915)
43     - Slovak (Ivan Masar), new sk.po.    (Closes: #661143)
44     - Czech (Miroslav Kure), cs.po.      (Closes: #661437)
45   * Fix of some errors in lilo manpage.  (Closes: #659809)
46   * Fix of some typos in user.tex file (string EBDA).
47   * Add infos about old documentation in README.Debian.
48   * Bump to Standards Version 3.9.3 (no changes).
49   * Bump to Copyright Format 1.0 (DEP-5).
50
51  -- Joachim Wiedorn <ad_debian@joonet.de>  Sun, 04 Mar 2012 00:28:31 +0100
52
53 lilo (1:23.2-2) unstable; urgency=low
54
55   * debian/control:
56     - Move to debhelper (>= 8).
57     - Update Vcs Git and Browser URLs.
58     - Remove old Uploader (not active anymore).
59   * Move to compatibility level 8.
60   * Update lilo.conf manpage using better explanations. 
61       (Closes: #283281, #368133, #629321)
62   * Update of Swedish translation (sv.po). (Closes: #628931)
63   * Update of mkrescue script.  (Closes: #627120)
64
65  -- Joachim Wiedorn <ad_debian@joonet.de>  Sat, 18 Jun 2011 23:38:38 +0200
66
67 lilo (1:23.2-1) unstable; urgency=medium
68
69   [ Joachim Wiedorn ]
70   * New upstream release:
71     - Fix for larger kernel setup code. (Closes: #625266)
72     - Update of manpages (mkrescue.8, lilo.conf.5).
73   * Update of some patches; remove of some patches (now in upstream).
74   * debconf scripts:
75     - Update of French translation (fr.po). (Closes: #621845)
76     - Update of Portuguese translation (pt.po). (Closes: #622642)
77     - Update of Russian translation (ru.po). (Closes: #623794)
78     - Update of Japanese translation (ja.po). (Closes: #624629)
79   * debian/control:
80     - Bump to Standards-Version 3.9.2 (without changes).
81     - Remove mbr dependency for package lilo (no more needed).
82     - Replace perl-modules dependency with variable ${perl:Depends}.
83
84   [ Niels Thykier ]
85   * Added DMUA flag.
86
87  -- Joachim Wiedorn <ad_debian@joonet.de>  Sat, 07 May 2011 17:18:48 +0200
88
89 lilo (1:23.1-2) unstable; urgency=medium
90
91   [ Joachim Wiedorn ]
92   * debian/control:
93     - Remove dependency to lilo in package lilo-doc. (Closes: #613753)
94   * Fix: save errno for second command (device.c).
95   * Fix: save file permissions for converted lilo.conf (Closes: #615103)
96       and fix some typos in script lilo-uuid-diskid.
97   * Fix: missleading error message in geometry.c. (Closes: #445264)
98   * Reformatting of mkrescue manpage (thanks to M.E. Schauer).
99       (Closes: #617282)
100   * debconf scripts:
101     - Fix typos in some debconf translation files. (Closes: #504733)
102     - Use better style in debconf translations. (Closes: #312451, #504733)
103     - Remove debconf code for managing old boot/boot.b and similar files.
104     - Remove no more needed debian/lilo.lintian-overrides file.
105     - Remove script liloconfig and all appropriate debconf code.
106     - Update of German translation (de.po).
107     - Update of French translation (fr.po). (Closes: #615936)
108     - Update of Russian translation (ru.po). (Closes: #616691)
109     - Update of Galician translation (gl.po).
110     - Update of Danish translation (da.po). (Closes: #618004)
111     - Update of Basque translation (eu.po). (Closes: #618253)
112     - Update of Czech translation (cs.po).  (Closes: #618711)
113     - Update of Spanish translation (es.po). (Closes: #618813)
114     - Update of Finnish translation (fi.po). (Closes: #618886)
115     - Update of Italian translation (it.po). (Closes: #618801)
116     - Update of Brazilian Portuguese translation. (Closes: #618738)
117     - Update of Swedish translation (sv.po). (Closes: #618620)
118   * Add new script liloconfig, using template with comments,
119       works with UUID, LABEL and disk-id for root and boot options.
120   * Add new manpage for liloconfig, update of other manpages.
121   * Fix typos and phrases in manpage of lilo.conf. (Closes: #258472)
122
123   [ Niels Thykier ]
124   * Added Depends on perl-modules, since liloconfig needs it.
125
126  -- Joachim Wiedorn <ad_debian@joonet.de>  Sun, 20 Mar 2011 14:37:18 +0100
127
128 lilo (1:23.1-1) unstable; urgency=low
129
130   * New upstream release. (Closes: #339778)
131   * Upstream bugfixes:
132     - Option 'append' works with acpi=off. (Closes: #428390)
133     - Working on degraded RAID-1 device. (Closes: #278373, #522283)
134     - Working with MD v1.0 RAID-1 boot devices. (Closes: #598035)
135     - Working with spaces in labels. (Closes: #287257)
136     - Using new hook scripts for kernel and initrd only one time
137       when needed. (Closes: #599934)
138     - Include diffs for NMUs. (Closes: #504267, #409663)
139     - Fix error with LVM partition. (Closes: #244741)
140     - Compatible with devmapper version. (Closes: #325235)
141   * Solved upstream bugs of Ubuntu:
142     - Raid related error while upgrading (LP: #242879)
143     - Warn if initrd is too large (LP: #260059)
144     - Allow using LVM as root partition (LP: #274972)
145     - Stack overlaping on second stage (LP: #438177)
146     - Raid setup fatal errors (LP: #470502)
147     - Use hook scripts while updating kernel/initrd 
148       (LP: #43869, #345482, #628858, #636211, #691975)
149
150   * Remove all old patches.
151   * Remove very old lilo.conf examples.
152   * Remove obsolete file debian/NEWS.
153   * Bump to Standards Version 3.9.1.
154   * Move to debhelper compatibility level 7.
155   * Move to source format 3.0 (quilt).
156   * Update and new formatting of debian/copyright.
157   * debian/control:
158     - Move source dependency debhelper to version >= 7.0.15.
159     - Update some versions of source dependencies and remove quilt.
160     - Add VCS urls in Alioth.
161     - Add in package lilo-doc dependency to lilo.
162     - Optimize package descriptions.
163
164   * Update all debian/lilo.* and debian/lilo-doc.* files.
165   * Add new debian/lilo-doc.doc-base file.
166   * Remove lilo.sh wrapper script, used because of devfsd.
167   * Remove obsolete script lilo_find_mbr and its manpage.
168   * Remove configured link update-lilo to liloconfig.
169   * Remove some obsolete manpages.
170   * Move script liloconfig into directory debian/scripts.
171   * Add new script update-lilo and its manual page. (Closes: #335084)
172   * Add new script lilo-uuid-diskid for ID conversion and its manual page.
173
174   * Update scripts lilo.postinst, lilo.postrm, lilo.preinst. Using
175       dpkg-maintscript-helper for preserving old modified hook scripts.
176   * Add link creation for menu background sarge.bmp and sid.bmp
177       for compatibility in file debian/lilo.postinst.
178   * Remove hook scripts for kernel and initramfs and use upstream scripts.
179       (Closes: #590022, #306472, #389328)
180   * debian/patches:
181     - Add new patches for Debian.
182     - Add patches for simple rules using dh 7.
183   * debian/rules:
184     - Use simple rules with dh 7 capabilities.
185   * Move debian/Makefile.floppy into debian/floppy directory
186       and fix this Makefile. (Closes: #158955)
187   * Add debian/lilo.install file.
188   * Add lintian-overrides for package lilo.
189   * Update debian/README.Debian file.
190   * Remove obsolete file debian/NEWS.
191   * Remove obsolete debian/TODO file.
192   * Remove obsolete debian/lilo.changelogs file.
193   * Add patchset and changelog entries for use in Ubuntu. (Closes: #602824)
194
195   * debconf files:
196     - Remove message above old bitmap path. (Closes: #304065)
197     - Update of debian/lilo.templates and debian/lilo.config.
198     - Add some code to these files using lilo-uuid-diskid.
199     - Small update of german translation.
200     - Add updated Danish debconf translation. (Closes: #596258)
201
202   * Some more bugfixes:
203     - Add usage hints about -H option in src/lilo.c. (Closes: #459714)
204     - su-to-root command without path in debian/lilo.menu. (Closes: #431077)
205     - Diffs for NMUs already included. (Closes: #504267, #409663)
206     - Remove old obsolete workaround (see bugreport 146350#25).
207
208  -- Joachim Wiedorn <ad_debian@joonet.de>  Fri, 28 Jan 2011 22:51:10 +0100
209
210 lilo (1:22.8-10) unstable; urgency=low
211
212   * debian/control:
213     - Remove Conflicts to grub-legacy and grub-pc.  (Closes: #606952)
214   * debian/README.Debian:
215     - Add information about using more then one bootloader.
216
217  -- Joachim Wiedorn <ad_debian@joonet.de>  Tue, 14 Dec 2010 18:02:55 +0100
218
219 lilo (1:22.8-9ubuntu1) natty; urgency=low
220
221   * Merge from debian unstable (LP: #690090). Remaining changes:
222     - 03_boot-prompt.patch, 03_lilo-version.patch: Change Debian branding to
223       Ubuntu.
224
225  -- Bhavani Shankar <bhavi@ubuntu.com>  Tue, 14 Dec 2010 12:58:18 +0100
226
227 lilo (1:22.8-9) unstable; urgency=low
228
229   * New maintainer.
230   * debian/patches:
231     - Remove patch 16_geometry.patch for inaccessible disks and add
232       information in README.Debian about using of 'inaccessible' option.
233       (Closes: #409285, #400642)
234     - Fix script checkit for newer gcc.
235     - Fix for use LVM volume as root device. (Closes: #398957)
236     - Fix for better computing vmlinux size, upgrade hints in README.Debian.
237       (fixing sporadic failures).
238   * Fix hook scripts: check for /sbin/lilo.
239   * Add lacking file disk.com for creating test floppy.
240   * Add universal menu image for debian, remove menu image for sarge.
241       Update of template, postinst and postrm. (Closes: #420587, #427507)
242   * Set source format 1.0. Add README.source file.
243   * Update watch file to new alioth project area.
244   * debian/control:
245     - Remove VCS urls and add new Homepage url.
246     - Remove IA64 architecture (this is already status quo).
247     - Remove double lines of Priority and Section.
248     - Add package conflicts to grub-pc and grub-legacy.
249     - Remove conflicts to manpages.
250     - Bump to Standards-Version 3.9.1 (without changes).
251
252  -- Joachim Wiedorn <ad_debian@joonet.de>  Fri, 10 Dec 2010 22:21:25 +0100
253
254 lilo (1:22.8-8.3ubuntu1) natty; urgency=low
255
256   * Merge from debian unstable (LP: #669363). Remaining change:
257     - 03_boot-prompt.patch, 03_lilo-version.patch: Change Debian branding to
258       Ubuntu.
259
260  -- Bhavani Shankar <bhavi@ubuntu.com>  Mon, 01 Nov 2010 14:15:56 +0530
261
262 lilo (1:22.8-8.3) unstable; urgency=high
263
264   * Non-maintainer upload.
265   * Change kernel and initramfs hook scripts to do nothing if lilo.conf
266     does not exist (Closes: #594479)
267
268  -- Ben Hutchings <ben@decadent.org.uk>  Sat, 28 Aug 2010 03:10:47 +0100
269
270 lilo (1:22.8-8.2) unstable; urgency=high
271
272   * Non-maintainer upload.
273   * Add kernel and initramfs hook scripts to ensure lilo is reinstalled
274     whenever the kernel or initramfs is updated. (Closes: #590022)
275
276  -- Ben Hutchings <ben@decadent.org.uk>  Tue, 24 Aug 2010 04:25:24 +0100
277
278 lilo (1:22.8-8.1) unstable; urgency=low
279
280   * Non-maintainer upload.
281   * Fix pending l10n issues. Debconf translations:
282     - Czech (Miroslav Kure).  Closes: #505912
283     - Vietnamese (Clytie Siddall).  Closes: #513343
284     - Spanish (Francisco Javier Cuadrado).  Closes: #523466
285     - Italian (Luca Monducci).  Closes: #544597
286     - Basque (Iñaki Larrañaga Murgoitio).  Closes: #545514
287     - Finnish (Esko Arajärvi).  Closes: #545511
288     - Dutch (Vincent Zweije).  Closes: #546509
289
290  -- Christian Perrier <bubulle@debian.org>  Mon, 14 Sep 2009 19:54:16 +0200
291
292 lilo (1:22.8-8ubuntu1) karmic; urgency=low
293
294   * Merge from debian unstable, remaining changes: LP: #409321
295     - debian/control: Build for lpia, too.
296     - 03_boot-prompt.patch, 03_lilo-version.patch: Change Debian branding to
297       Ubuntu.
298
299  -- Bhavani Shankar <right2bhavi@gmail.com>  Wed, 05 Aug 2009 18:43:40 +0530
300
301 lilo (1:22.8-8) unstable; urgency=low
302
303   * Fix some more bashisms. (Closes: #535399)
304   * debian/lilo.postinst: Add -H flag to only install to active MD arrays.
305     (Closes: #507366)
306
307  -- William Pitcock <nenolod@dereferenced.org>  Sat, 01 Aug 2009 15:54:10 -0500
308
309 lilo (1:22.8-7ubuntu1) jaunty; urgency=low
310
311   * Merge from debian unstable, remaining changes: (LP: #304346)
312     - debian/control: Build for lpia, too.
313     - 03_boot-prompt.patch, 03_lilo-version.patch: Change Debian branding to
314       Ubuntu.
315
316  -- Bhavani Shankar <right2bhavi@gmail.com>  Tue, 02 Dec 2008 16:26:42 +0530
317
318 lilo (1:22.8-7) unstable; urgency=low
319
320   [ William Pitcock ]
321   * Acknowledge NMU. (Closes: #504295)
322   * Fix some remaining XSIisms in scripts. (Closes: #256736)
323
324   [ Christian Perrier ]
325   * Translation updates:
326     - French. (Closes: #504465)
327     - Swedish. (Closes: #504517)
328     - Japanese. (Closes: #504560)
329     - Arabic. (Closes: #504685)
330     - German. (Closes: #504732)
331     - Portuguese. (Closes: #505159)
332     - Russian. (Closes: #505581)
333
334  -- William Pitcock <nenolod@dereferenced.org>  Sat, 15 Nov 2008 11:01:59 -0600
335
336 lilo (1:22.8-6.4ubuntu1) jaunty; urgency=low
337
338   * Merge with Debian unstable. Remaining Ubuntu changes:
339     - debian/control: Build for lpia, too.
340     - 03_boot-prompt.patch, 03_lilo-version.patch: Change Debian branding to
341       Ubuntu.
342
343  -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 04 Nov 2008 12:08:07 +0100
344
345 lilo (1:22.8-6.4) unstable; urgency=low
346
347   * Non-maintainer upload.
348   * Don't add large-memory when no lilo.conf exists (Closes: #504376)
349
350  -- Paul Wise <pabs@debian.org>  Mon, 03 Nov 2008 18:09:53 +0900
351
352 lilo (1:22.8-6.3) unstable; urgency=low
353
354   * Non-maintainer upload.
355   * Brown-paper bag upload to fix initrd filename checks.
356
357  -- Paul Wise <pabs@debian.org>  Mon, 03 Nov 2008 00:25:04 +0900
358
359 lilo (1:22.8-6.2) unstable; urgency=low
360
361   * Non-maintainer upload.
362   * Also handle the case where the kernel/initrd symlinks are not in /
363
364  -- Paul Wise <pabs@debian.org>  Sun, 02 Nov 2008 23:50:29 +0900
365
366 lilo (1:22.8-6.1) unstable; urgency=low
367
368   * Non-maintainer upload.
369   * Add some information about large initrd boot problems:
370     - Document the issue and workarounds in README.Debian
371     - Alert users to the issue in NEWS.Debian
372     - Prompt users to add large-memory to /etc/lilo.conf
373     - Thanks to debian-l10n-english for the review!
374     (Closes: #479607)
375   * Include French debconf translation update by Christian Perrier
376
377  -- Paul Wise <pabs@debian.org>  Sat, 25 Oct 2008 21:25:18 +0800
378
379 lilo (1:22.8-6) unstable; urgency=low
380
381   * debian/liloconfig: Use large-memory mode. (Closes: #479607).
382   * debian/control: Update e-mail address, Standards-Version.
383
384  -- William Pitcock <nenolod@dereferenced.org>  Sat, 26 Jul 2008 15:47:25 -0500
385
386 lilo (1:22.8-5) unstable; urgency=low
387
388   [ William Pitcock ]
389   * Change patch system to quilt.
390   * debian/control:
391     - Add Vcs-Svn: and Vcs-Browser: fields.
392     - Change build dependency tetex-bin to texlive-latex-base.
393   * po/:
394     - Add Finnish debconf translation. (Closes: #469502)
395     - Update Japanese translation. (Closes: #463689)
396     - Update Brazilian Portugese translation. (Closes: #421531)
397     - Update Vietnamese translation. (Closes: #312450, #486227)
398     - Add Basque translation. (Closes: #487144)
399   * debian/liloconfig: Warn about large initrd images, as not
400     all systems can successfully boot when the 8MB barrier is reached,
401     it depends a lot on system BIOS and chipset configuration.
402     (Closes: #479607)
403
404   [ Christian Perrier ]
405   * [Lintian] Change menu section to Applications and subsection to
406     Administration
407   * [Lintian] Change call to su-to-root to /usr/bin/su-to-root in menu
408     file
409
410  -- William Pitcock <nenolod@sacredspiral.co.uk>  Mon, 16 Jun 2008 03:01:15 -0500
411
412 lilo (1:22.8-4) unstable; urgency=low
413
414   * Take over package. (Closes: #470683)
415   * Update to Standards-Version 3.7.3.
416
417  -- William Pitcock <nenolod@sacredspiral.co.uk>  Fri, 14 Mar 2008 13:13:12 -0500
418
419 lilo (1:22.8-3.1) unstable; urgency=low
420
421   * Non-maintainer upload.
422   * cdebconf transition: allow the dependency on debconf to be satisfied with
423     an alternate of debconf-2.0 (Closes: #332007).
424
425  -- Amaya Rodrigo Sastre <amaya@debian.org>  Mon, 20 Aug 2007 19:45:27 +0200
426
427 lilo (1:22.8-3) unstable; urgency=low
428
429   * Upload to unstable.
430
431  -- Andrés Roldán <aroldan@debian.org>  Tue, 20 Mar 2007 20:20:23 +0000
432
433 lilo (1:22.8-2) testing-proposed-updates; urgency=medium
434
435   * Acknowledging NMU. Thanks Christian.
436     (Closes: #411560, #409478, #410241, #412190)
437   * debian/patches/17_dont_scan_udev.dpatch:
438     - Added again and updated to avoid checking '/dev/fd'.
439       (Closes: #409994)
440
441  -- Andrés Roldán <aroldan@debian.org>  Thu, 15 Mar 2007 13:47:26 +0000
442
443 lilo (1:22.8-1.1) unstable; urgency=low
444
445   * Non-maintainer upload to fix pending l10n issues.
446   * Debconf translations:
447     - Dutch. Closes: #411560
448     - Danish. Closes: #409478
449     - Spanish. Closes: #410241
450     - Galician. Closes: #412190
451     - All PO files converted to UTF-8 (Japanese was UTF-8 already)
452   * Fix typos in man pages. Closes: #331045, #331046, #331047, #286596
453
454  -- Christian Perrier <bubulle@debian.org>  Fri,  2 Mar 2007 07:31:31 +0100
455
456 lilo (1:22.8-1) unstable; urgency=low
457
458   * New upstream release.
459   * Acknowledging NMUs, big thanks guys.
460     Closes: #396487, #399057, #400150, #404409, #406543, #408576
461     Closes: #407847, #407697, #401393, #403222
462   * debian/patches/{02_makefile-adds.dpatch,07_devfs_msg.dpatch}:
463     - Updated to fit new version.
464   * debian/patches/17_dont_scan_udev.dpatch:
465     - Not longer applied as upstream already managed this problem.
466
467  -- Andrés Roldán <aroldan@debian.org>  Thu, 22 Feb 2007 22:52:37 +0000
468  
469 lilo (1:22.7.3-1.4) unstable; urgency=low
470
471   * Non-maintainer upload with approval of maintainer for RC bug fix.
472   * New patch, 02_devmapper-use-major-minor, to address device-mapper devices
473     via major/minor instead of name for DM_DEVICE_TABLE;
474     closes: #401393, #403222.
475
476  -- Loic Minier <lool@dooz.org>  Sat,  3 Feb 2007 09:49:47 +0100
477
478 lilo (1:22.7.3-1.3) unstable; urgency=low
479
480   * Non-maintainer upload to fix a few more l10n issues.
481   * Debconf translations:
482     - German updated. Closes: #407697
483     - Swedish updated. Closes: #407847
484     - Czech updated. Closes: #408576
485     - Portuguese added (send directly by the translation team). Removed the
486       "wrong" pt_PT.po file
487
488  -- Christian Perrier <bubulle@debian.org>  Sun, 28 Jan 2007 14:23:17 +0100
489
490 lilo (1:22.7.3-1.2) unstable; urgency=low
491
492   * Non maintainer upload to fix a forgotten l10n issue
493   * Launch debconf-updatepo in the clean rule
494   * Debconf templates translations:
495     - French updated.
496
497  -- Christian Perrier <bubulle@debian.org>  Fri, 19 Jan 2007 22:25:44 +0100
498
499 lilo (1:22.7.3-1.1) unstable; urgency=low
500
501   * Non maintainer upload to fix longstanding l10n issues
502   * Debconf templates translations:
503     - French updated. Closes: #396487
504     - Danish uupdated. Closes: #399057
505     - Japanese updated. Closes: #400150
506     - Russian updated. Closes: #404409
507     - German updated. Closes: #406543
508
509  -- Christian Perrier <bubulle@debian.org>  Wed, 17 Jan 2007 22:29:06 +0100
510
511 lilo (1:22.7.3-1) unstable; urgency=medium
512
513   * New upstream release. (Closes: #384551)
514   * debian/patches/01_devmapper.dpatch:
515     - Removed as it is already on upstream source.
516   * debian/patches/*.dpatch:
517     - Updated to fit new version.
518   * debian/README.Debian:
519     - Add suggestion to run /sbin/lilo after upgrading or dist-upgrading.
520       (Closes: 337779)
521   * debian/rules:
522     - Now make is done with make all; make docs
523   * debian/patches/18_mkrescue_default_size.dpatch:
524     - Now default size when making an ISO image is 16MB. (Closes: #303009)
525   * debian/patches/01_buggy_bios_workaround.dpatch:
526     - Avoid a division by zero on buggy BIOS that return 0 sectors when
527       setting LBA. (Closes: #304776)
528
529  -- Andrés Roldán <aroldan@debian.org>  Mon, 18 Dec 2006 13:27:23 +0000
530
531 lilo (1:22.6.1-9) unstable; urgency=high
532
533   * Upload thanks to Julian Hernandez <julianhernandez@gmail.com>
534   * Urgency set to high because liloconfig (and hence update-lilo) failed when
535     selecting the desired bitmap and the file /etc/lilo.conf was generated
536     incorrectly.
537   * debian/liloconfig:
538     - Now the bitmap list can be selected using debconf and now liloconfig will work.
539     - Now liloconfig saves a backup file of the configuration before writing a
540       new one.
541   * debian/control:
542     - Change section of lilo package from base to admin
543     - mbr package is now a dependency to make liloconfig run smoothly.
544   * debian/watch:
545     - Updated to use the new upstream URL. (Closes: #354360)
546
547  -- Andrés Roldán <aroldan@debian.org>  Fri, 17 Nov 2006 15:31:05 +0000
548
549 lilo (1:22.6.1-8) unstable; urgency=high
550
551   * debian/patches/06_geometry.dpatch:
552     - Patch from Nathanael Nerode <neroden@fastmail.fm> to make sure that
553       disks marked 'inaccessible' do not have their partition tables checked
554       and do not have 'stat' run. (Closes: #379518)
555   * debian/patches/06_verbose-errmsg.dpatch:
556     - Applied changes suggested by Javier Fernández-Sanguino Pen~a
557       <jfs@computer.org> because some parts of the patch were never
558       executed. (Closes: #295465)
559   * debian/{liloconfig,lilo.templates}:
560     - Applied changes suggested by Artur R. Czechowski <arturcz@hell.pl>
561       to use debconf in liloconfig. (Closes: #351542)
562   * debian/patches/17_dont_scan_udev.dpatch:
563     - Patch from Noel Maddy <noel@zhtwn.com> to avoid checking the /dev/.udev
564       directory when scanning /dev. (Closes: #378923)
565   * debian/po/{sv,ru,nl,pt_PT}.po:
566     - Added and updated translations. Thanks guys. 
567       (Closes: #333278, #338070, #340632, #356214)
568      
569  -- Andrés Roldán <aroldan@debian.org>  Wed, 25 Oct 2006 15:08:22 +0000
570
571 lilo (1:22.6.1-7.1) unstable; urgency=medium
572
573   * Non-Maintainer Upload to fix a policy violation due to the use of mknod
574     instead of MAKEDEV.  Thanks to Martin Ferrari for the patch.
575     (Closes: #374477)
576
577  -- Margarita Manterola <marga@debian.org>  Mon, 31 Jul 2006 17:12:34 -0300
578
579 lilo (1:22.6.1-7) unstable; urgency=low
580
581   * Maintenance upload.
582   * Acknowledging NMUs. Thanks guys. (Closes: #304260)
583   * debian/lilo.{config,postinst}:
584     - Better check if a upgrade from old versions is detected. Fixes #316955
585       and #306472 at least on testing.
586   * debian/po/
587      -{nl,uk,pt_BR}.po: Updated. (Closes: #286208, #298341, #270319)
588     - ar.po : Added arabic translation. Thanks to Mohammed Adnene Trojette
589       <adn+deb@diwi.org>. (Closes: #320769)
590     - vi.po: Added vietnamese translation. Thanks to Clytie Siddall
591       <clytie@riverland.net.au>. (Closes: #312450)
592   * debian/patches/01_mkrescue-fixes.dpatch:
593     - Updated to fix some security problems detected on mkrescue . Thanks
594       to Javier Fernández-Sanguino Peña <jfs@computer.org>
595       (Closes: #292073, #310653)
596   * debian/liloconfig:
597     - Adds a section displaying an example of how to use the 'disk' parameter
598       and gives some examples with USB external devices.
599   * debian/patches/01_devmapper.dpatch:
600     - Updated. Hopefully closes: #309083
601
602  -- Andrés Roldán <aroldan@debian.org>  Thu, 29 Sep 2005 18:44:42 +0000
603
604 lilo (1:22.6.1-6.2) unstable; urgency=high
605
606   * Non-maintainer upload.
607   * High-urgency upload for sarge-targetted RC bugfix.
608   * Add "set -e" on lilo.postinst so the script actually fails when
609     an error occurs (closes: #304260).
610
611  -- Jordi Mallach <jordi@debian.org>  Wed, 25 May 2005 14:08:54 +0200
612
613 lilo (1:22.6.1-6.1) unstable; urgency=high
614
615   * Non-maintainer upload.
616   * High-urgency upload for sarge-targetted RC bugfix
617   * Don't ignore errors from running lilo on upgrade when it's required,
618     as this silently leaves the system in an unbootable state.
619     Closes: #304260.
620
621  -- Steve Langasek <vorlon@debian.org>  Sat, 14 May 2005 04:48:05 -0700
622
623 lilo (1:22.6.1-6) unstable; urgency=low
624
625   * debian/patches/15_space-bug.dpatch:
626     - Little, temporal, dirty and ugly hack that overwrites spaces by
627       underscores on labels and aliases. (Closes: #285055)
628   * debian/liloconfig:
629     - Won't add images as "Linux 0" but as "Lin img0".
630
631  -- Andrés Roldán <aroldan@debian.org>  Sat, 12 Mar 2005 22:13:34 +0000
632
633 lilo (1:22.6.1-5) unstable; urgency=low
634
635   * Built with newer libdevmapper (Closes: #296378) 
636
637  -- Andrés Roldán <aroldan@debian.org>  Tue, 22 Feb 2005 23:18:56 +0000
638
639 lilo (1:22.6.1-4) unstable; urgency=high
640
641   * debian/patches/13_bad-partition-warn.dpatch:
642     - Rewrote. Now it adds LVM partitions as a secure partition type to install
643       LILO in, while leaving the warning for really dangerous partition types.
644       It also removes the prompt when the user wants to install LILO on a 
645       Windows(R) partition.
646   * debian/lilo.config:
647     - Never set to 'false' lilo/runme template. (Closes: #284929) 
648
649  -- Andrés Roldán <aroldan@debian.org>  Thu,  9 Dec 2004 20:22:14 +0000
650
651 lilo (1:22.6.1-3) unstable; urgency=low
652
653   * debian/control:
654     - Changed architecture of lilo-doc from i386 to all. (Closes: #277919)
655   * debian/po/da.po:
656     - Updated, thanks to Claus Hindsgaul <claus_h@image.dk>. (Closes: #284175)
657   * debian/patches/13_bad-partition-warn.dpatch:
658     - New. This patch makes LILO to not ask whether to install the boot loader
659       onto a LVM partition. (Closes: #283351, #283346)
660
661  -- Andrés Roldán <aroldan@debian.org>  Tue,  7 Dec 2004 14:05:06 +0000
662
663 lilo (1:22.6.1-2) unstable; urgency=high
664
665   * debian/patches/12_kill-diagnostic.dpatch:
666     - This patch makes LILO not Build-Depends on elks-libc or dosfstools. 
667       (Closes: #282564)
668
669  -- Andrés Roldán <aroldan@debian.org>  Wed,  1 Dec 2004 14:00:31 +0000
670
671 lilo (1:22.6.1-1) unstable; urgency=low
672
673   * New upstream version.
674   * debian/control:
675     - Added amd64 and ia64 to the Architecture list. (Closes: #277919)
676   * debian/lilo.{config,templates}:
677     - Updated to show the user a most clear way to cleanly upgrade the package
678       from and old (woody) version. (Closes: #270872)
679   * debian/lilo.preinst:
680     - Won't remove files not owned by this package but warns about it.
681       (Closes: #275042)
682   * debian/patches/11_geom-speedup.dpatch:
683     - Patch from Jim Paris <jim@jtan.com> to speed up geometry detection.
684       (Closes: #278998)
685   * debian/lilo.postrm:
686     - Will erase /usr/share/lilo on purge.
687   * debian/patches/01_lilo.conf.5.dpatch:
688     - Fixes typo. (Closes: #258471)
689   * debian/patches/{01_mkrescue-fixes.dpatch,02_makefile-adds.dpatch,07_mkrescue_plus_spaces.dpatch}:
690     - Updated to fit new upstream version.
691   * debian/control:
692     - Build-Depends on dosfstools.
693   * debian/po/{es,fr,uk,cs}.po:
694     - Updated. (Closes: #281899, #281482, #281355)
695
696  -- Andrés Roldán <aroldan@debian.org>  Thu, 18 Nov 2004 18:56:11 +0000
697
698 lilo (1:22.6-1) unstable; urgency=high
699
700   * New upstream version.
701   * debian/control:
702     - Removed build dependency on nasm.
703     - Build-Depends on dpatch (>= 2.0.0) instead of (>= 1.11)
704   * debian/patches:
705     - Removed the following patches. Some of them were sent to upstream and
706       were incorporated into the main LILO source (see upstream's changelog):
707       01_keytab-lilo-regex.dpatch, 02_lilo-2.6.dpatch, 05_lilo.8-2.dpatch,
708       12_paranoia.dpatch, 11_addappend.dpatch, 12_ndevs-check.dpatch,
709       03_non-root-warn.dpatch, 10_fix_check_options.dpatch.
710   * debian/lilo.config:
711     - Add check for invalid or deprecated path values for bitmap field on
712       /etc/lilo.conf (closes: #267538)
713   * Severity set to high due to the resolution of the grave bug.
714   * debian/patches/03_boot-prompt.dpatch:
715     - Updated menu screen's title.
716   * debian/patches/03_readlink-overflow.dpatch:
717     - Merged into 01_devmapper.dpatch.
718   * debian/liloconfig:
719     - Will add memtest86 and memtest86+ images if found.
720   * debian/po:
721     - Updated es.po.
722     - Updated fr.po. (closes: #265812)
723     - Updated da.po.
724     - Updated pt_BR.po.
725   * debian/patches/10_install-references.dpatch:
726     - Changes confusing references to install= parameters. (closes: #270870)
727
728  -- Andrés Roldán <aroldan@debian.org>  Mon, 13 Sep 2004 19:12:13 +0000
729
730 lilo (1:22.5.9-6) unstable; urgency=medium
731
732   * debian/contrib/coffee-menu:
733     debian/contrib/coffeebmp.conf:
734     - New bitmap. Thanks to Federico Stella <fderfel@gmail.com>.
735   * debian/liloconfig:
736     - Added get_bitmap function that let the user to choose the bootsplash
737       bitmap. (closes: #259982)
738   * debian/patches/04_lilo.conf.5.dpatch.diff:
739     - Removed as fallback= option is already documented in upstream's manpage.
740       (closes: #261198)
741   * debian/patches/12_paranoia.dpatch:
742     - Patch provided by (paranoic) upstream.
743   * debian/po/de.po:
744     debian/po/da.po:
745     debian/po/pt_BR.po:
746     debian/po/cz.po:
747     - Updated. Thanks guys. (closes: #260397, #260866, #261238, #264214)
748   * Urgency set to medium to reach sarge soon.
749
750  -- Andrés Roldán <aroldan@debian.org>  Sat, 14 Aug 2004 21:53:21 +0000
751
752 lilo (1:22.5.9-5) unstable; urgency=medium
753
754   * debian/patches/12_ndevs-check.dpatch: Fixed. The check must be between the
755     counter (i) and MAX_BIOS_DEVICES. 
756
757  -- Andrés Roldán <aroldan@debian.org>  Tue, 13 Jul 2004 15:13:23 +0000
758
759 lilo (1:22.5.9-4) unstable; urgency=low
760
761   * debian/patches/01_devmapper.dpatch: Upgraded to upstream's version. Former
762     patch was a backport from 22.5.8 version.
763   * debian/patches/03_readlink-overflow.dpatch: Fixes readlink overflow when
764     more then one dm device exists. Thanks to Dan Merillat
765     <dmerillat@sequiam.com>. (closes: #244374)
766   * debian/patches/04_supwarn.dpatch: New. Suppresses warnings when not using
767     devmapper. (closes #247190)
768   * debian/patches/12_ndevs-check.dpatch: New. Added check to avoid buffer
769     overrun when ndevs is >= MAX_BIOS_DEVICES
770   * debian/liloconfig: Now it will remove leading whitespaces or tabs.
771     (closes: #256351)
772   * debian/lilo.postinst: Add extra check to see whether we need to mount /boot
773     or not. (closes: #254366)
774   * debian/lilo.preinst: New. Removes old directory. 
775     (closes: #256587, #257194)
776
777  -- Andrés Roldán <aroldan@debian.org>  Tue, 13 Jul 2004 02:24:28 +0000
778
779 lilo (1:22.5.9-3) unstable; urgency=low
780
781   * debian/lilo.templates: Changed debconf message. (closes: #252176)
782   * debian/lilo.postrm: Now purguing LILO will remove
783     /usr/share/lilo/contrib. (closes: #245616)
784   * Now all the bitmaps will be located on /boot. (closes: #250621)
785   * debian/control: Build-Depends on elks-libc. (closes: #249699)
786   * debian/rules: Added .conf files to /usr/share/lilo that explains how
787     to setup all the bitmaps provided. (closes: #246758)
788   * debian/lilo.links: /usr/sbin/liloconfig is now also called
789     /usr/sbin/update-lilo. (closes: #250972)
790   * debian/patches/11_addappend.dpatch: New. Add new per-image option,
791     addappend=. See lilo.conf(5). Thanks to Darren Salt. (closes: #249736)
792   * debian/lilo.doc: Now README.raid1 and README.bitmaps belong to lilo
793     package instead of lilo-doc.
794   * debian/README.Debian: New. 
795
796  -- Andrés Roldán <aroldan@debian.org>  Thu, 10 Jun 2004 23:47:48 -0500
797
798 lilo (1:22.5.9-2) unstable; urgency=low
799
800   * debian/patches/10_fix_check_options.dpatch: New. Fixes problem when
801     parsing options. Thanks to Julien Plissonneau Duquene. (closes: #244439)
802   * debian/po/de.po: Updated. Thanks to Florian Ernst. (closes: #244527)
803   * debian/patches/00list: Activated again 09_notinteractive.dpatch. 
804
805  -- Andrés Roldán <aroldan@debian.org>  Sun, 18 Apr 2004 21:59:27 +0000
806
807 lilo (1:22.5.9-1) unstable; urgency=low
808
809   * New upstream version.
810   * Updated (again) regex to determine the kernel version. (closes: #243529)
811
812  -- Andrés Roldán <aroldan@debian.org>  Tue, 13 Apr 2004 22:11:34 +0000
813
814 lilo (1:22.5.8-15) unstable; urgency=low
815
816   * debian/po/el.po: Updated. (closes: #240447)
817   * debian/po/tr.po: New. Added debconf turkish translation. (closes: #239145)
818   * debian/lilo.postinst: Updated. Upgraded regex to determine the kernel
819     version. (closes: #240333)
820   * debian/patches/09_notinteractive.dpatch: New. Patch to avoid interactive
821     mode when using -t flag. (closes: #236486) 
822
823  -- Andrés Roldán <aroldan@debian.org>  Tue, 30 Mar 2004 00:02:06 +0000
824
825 lilo (1:22.5.8-14) unstable; urgency=low
826
827   * debian/lilo.postinst: Check for existance of a block device instead 
828     a of character device.
829
830  -- Andrés Roldán <aroldan@debian.org>  Thu, 11 Mar 2004 20:01:07 +0000
831
832 lilo (1:22.5.8-13) unstable; urgency=low
833
834   * debian/control: Priority set to "optional". Changed because may cause
835     problems on the new debian-installer. (closes: #236071)
836   * debian/lilo.postinst: Big changes. First, it detects if the system has a
837     kernel 2.6.3 or higher and if network block device is being used and
838     creates the appropiate devices. (closes: #235805).
839     Second, it detects if the file /usr/share/lilo/contrib/debian.bmp exists 
840     and is symbolic link and won't override it if so. (closes: #234045)
841   * debian/lilo.links: Removed.
842
843  -- Andrés Roldán <aroldan@debian.org>  Thu, 11 Mar 2004 00:32:34 +0000
844
845 lilo (1:22.5.8-12) unstable; urgency=low
846
847   * Added danish debconf translation. Thanks to Claus Hindsgaul. (closes: #232860)
848   * Added ukrainian debconf translation. Thanks to Eugeniy Meshcheryakov.
849     (closes: #234065)
850   * Added patch that updates an old keytab-lilo's regex. Thanks to Bernd
851     Feige. (closes: #233492)
852
853  -- Andrés Roldán <aroldan@debian.org>  Tue, 24 Feb 2004 18:44:54 +0000
854
855 lilo (1:22.5.8-11) unstable; urgency=high
856
857   * Added greek debconf translation. (closes: #231002)
858   * Added Czech debconf translation. (closes: #231122)
859   * Updated liloconfig because of some unitialized variables bugs on gathering
860     and adding the images to the configuration file.
861   * Updated copyright file. Upstream URL has changed.
862   * Updated lilo.config. It was not running /sbin/lilo even when the user
863     wanted to run it. This may make some systems upgrading from woody to sarge
864     unbootable, that's why I set priority to high.
865
866  -- Andrés Roldán <aroldan@debian.org>  Fri, 13 Feb 2004 16:47:15 +0000
867
868 lilo (1:22.5.8-10) unstable; urgency=low
869
870   * Added patch to make lilo understand device-mapper block devices (LVM2 and
871     EVMS). Thanks to Christophe Boyanique. (closes: #229932)
872   * Build-Depends on libdevmapper1.00-dev.
873   * Added simplifed chinese translation. Thanks to Carlos Z.F. Liu.
874     (closes: #230371)
875   * Make LILO compile with -DAUTOAUTO. (closes: #230632) 
876
877  -- Andrés Roldán <aroldan@debian.org>  Sun,  1 Feb 2004 20:06:59 +0000
878
879 lilo (1:22.5.8-9) unstable; urgency=low
880
881   * Added patch to support spaces on the configuration file when you use
882     mkrescue.
883   * Fixed typo on lilo.8 manpage. (closes: #225278)
884
885  -- Andrés Roldán <aroldan@debian.org>  Mon, 26 Jan 2004 19:36:29 +0000
886
887 lilo (1:22.5.8-8) unstable; urgency=low
888
889   * Added again symbolic links on /boot. Since liloconfig now points to
890     /usr/share/lilo/contrib/debian.bmp, this will eventually be deleted.
891
892  -- Andrés Roldán <aroldan@debian.org>  Sun, 21 Dec 2003 02:23:39 +0000
893
894 lilo (1:22.5.8-7) unstable; urgency=low
895
896   * Updated liloconfig. 
897     - Now it detects if there is a initrd.img file and if so, it adds it to 
898       the generated lilo.conf file.
899     - Pointed bitmap= field to /usr/share/lilo/contrib/debian.bmp which is a
900       symbolic link to the distribution used.
901     - Closes: 224368
902   * Added upstream changelog again. It was moved by mistake. (closes: #223413)
903   * Added german translation. (closes: #223124)
904
905  -- Andrés Roldán <aroldan@debian.org>  Sat, 20 Dec 2003 20:38:29 +0000
906
907 lilo (1:22.5.8-6) unstable; urgency=low
908
909   * Now LILO can disable FDC on (weird?) BIOS using 2.6 kernel.
910     (closes: #221967)
911   * Updated debian/patches files to use the XX_name.dpatch scheme.
912   * Added version=2 to debian/watch file.
913   * Build-Depends on versioned bin86 package (>= 0.16).
914   * Added suggestion to use the "inaccessible" tag on the error message that
915     caused a lot of questions from the users. (closes: #222098)
916   * Changed Debian version message.
917   * Added check for commented lines on /etc/fstab in order to ignore warnings.
918     (closes: #222527)
919   * Changed error message when one RAID1 mirror is down. I will talk with
920     upstream to see if we can get the desired behaviour. (closes: #222528)
921   * Added patch that allow to have spaces on "label=" config line. You have
922     to enclose the name between quotes though. Updated liloconfig to add
923     labels with quotes. (closes: #155642)
924   * Changed the warning message when DEVFS_FS is compiled into the kernel and
925     the devfs=mount parameter was omitted. If the user really needs DEVFS_FS,
926     she will know that she has to put devfs=mount unless CONFIG_DEVFS_MOUNT is
927     set as well. (closes: #223015)
928
929  -- Andrés Roldán <aroldan@debian.org>  Sat,  6 Dec 2003 01:29:15 +0000
930
931 lilo (1:22.5.8-5) unstable; urgency=low
932
933   * Updated debian/lilo.postinst script.
934   * Updated debian/watch.
935   * Moved lilo_find_mbr manpage to section 8.
936   * Added LILO needed kernel headers from kernel-headers-2.4.22-1 package and
937     added patch to make LILO compile against those headers. This is for
938     compatibility reasons and may be removed when upstream releases a full
939     LILO version that does not need this hack. (closes: #218607)
940
941  -- Andrés Roldán <aroldan@debian.org>  Mon,  3 Nov 2003 22:13:57 +0000
942
943 lilo (1:22.5.8-4) unstable; urgency=low
944
945   * Updated liloconfig. Now it detects all the images installed on the system
946     and adds them to lilo.conf. This can be used as a "update-lilo" script.
947     Thanks to David Hardeman. (closes: #148867)
948   * copyright file is now UTF-8 encoded.
949
950  -- Andrés Roldán <aroldan@debian.org>  Sun, 26 Oct 2003 03:15:03 +0000
951
952 lilo (1:22.5.8-3) unstable; urgency=low
953
954   * Updated pt_BR file.
955   * Added check for /boot if it is on a separate partition. (closes: #216250)
956
957  -- Andrés Roldán <aroldan@debian.org>  Sat, 18 Oct 2003 21:03:11 +0000
958
959 lilo (1:22.5.8-2) unstable; urgency=medium
960
961   * The same as before but with urgency "medium".
962
963  -- Andrés Roldán <aroldan@debian.org>  Sat, 11 Oct 2003 15:57:16 +0000
964
965 lilo (1:22.5.8-1) unstable; urgency=low
966
967   * New upstream release. Hopefully closes: #212794, #214247
968   * Updated nl.po file.
969
970  -- Andrés Roldán <aroldan@debian.org>  Fri, 10 Oct 2003 19:37:42 -0500
971
972 lilo (1:22.5.7.2-5) unstable; urgency=medium
973
974   * Fixed bug that may double-mount /dev on a chrooted dir. Applied patch to 
975     debian/lilo.sh sent by Hans Ginzel <hans@matfyz.cz>. (closes: #214653)
976   * Stop build-depending on gcc-3.2. The bug that caused this dependency has
977     been closed on gcc-3.3.
978   * Updated postinst process. Now it detects whether it's necessary to run
979     /sbin/lilo and will ask the user to do that. This typically happens when
980     upgrading from woody to sarge. I hope this won't be necessary again. Set
981     the priority to "medium" because it mostly affects users upgrading from
982     woody to sarge. (closes: #214734)
983   * Updated templates.
984   * Updated (some) translated templates.
985
986  -- Andrés Roldán <aroldan@debian.org>  Fri, 10 Oct 2003 00:48:05 +0000
987
988 lilo (1:22.5.7.2-4) unstable; urgency=low
989
990   * Changed maintainer's e-mail.
991   * Added set +e and set -e for linking process on lilo.postinst.
992   * Updated liloconfig to make clearer the install= comments.
993     (closes: #183471).
994   * Updated ja.po translation. (closes: #213867)
995   * Changed misleading message when using -T option as not root. 
996     (closes: #204354)
997
998  -- Andrés Roldán <aroldan@debian.org>  Sun,  5 Oct 2003 18:55:18 +0000
999
1000 lilo (1:22.5.7.2-3) unstable; urgency=medium (See changes)
1001
1002   * Updated lilo.templates. Now it warns the user to run /sbin/lilo if it's an
1003     upgrade from older versions of LILO. This may lead to a crash in the
1004     booting process (for instance, when upgrading from woody to sarge).
1005     (closes: #211978)
1006   * Smart handling of bitmap links on /boot. Removed lilo.links for this 
1007     purpose and now the linking is made in the postinst process.
1008     (closes: #212152)
1009                       
1010  -- Andrés Roldán <aroldan@fluidsignal.com>  Wed, 24 Sep 2003 23:34:31 +0000
1011
1012 lilo (1:22.5.7.2-2) unstable; urgency=low
1013
1014   * Changed "image" for "label" on lilo.conf(5). (closes: #209132)
1015   * Build-depend on gcc-3.2 because the gcc-3.3 preprocessor is buggy and
1016     won't parse well the *.S files.
1017   * Updated default LILO menu.
1018   * Bumped Standards-Version to 3.6.1.
1019
1020  -- Andrés Roldán <aroldan@fluidsignal.com>  Sat, 20 Sep 2003 18:21:45 +0000
1021
1022 lilo (1:22.5.7.2-1) unstable; urgency=low
1023
1024   * New upstream version. 
1025  
1026  -- Andrés Roldán <aroldan@fluidsignal.com>  Thu, 21 Aug 2003 17:17:09 +0000
1027
1028 lilo (1:22.5.7.1-1) unstable; urgency=low
1029
1030   * Minimal upstream patch applied that fix a self-consistency check bug
1031     when using devfs (changed upstream version to 22.5.7.1).
1032     (closes: #205737)
1033   * Changed charset encoding to UTF-8 on es.po file. 
1034
1035  -- Andrés Roldán <aroldan@fluidsignal.com>  Sun, 17 Aug 2003 14:56:55 +0000
1036
1037 lilo (1:22.5.7-1) unstable; urgency=low
1038
1039   * New upstream version.
1040   * Now control and changelog files are UTF-8 encoded. (closes: #202146)
1041   * Make versioned dpatch Build-Depends.
1042   * Updated debian/patches files.
1043   * Now bitmap= field on liloconfig will point to /boot instead of that nasty
1044     /usr/share/lilo/contrib :) (Added symlinks of course).
1045   * Removed patch from device.c. This is already included on the upstream
1046     source.
1047   * Built with newer libc6.
1048   * Added dutch translation sent by Cobaco. (closes: #204925)
1049   * Added my own spanish translation.
1050
1051  -- Andrés Roldán <aroldan@fluidsignal.com>  Mon, 12 Aug 2003 08:00:21 +0000
1052
1053 lilo (1:22.5.6.1-1) unstable; urgency=low
1054
1055   * Minimal upstream patch applied (changed upstream version to 22.5.6.1).
1056   * Changed Debian string version.
1057   * Added lilo_find_mbr.1 manpage. (closes: #201484)
1058   * Cleaning and make up of debian/ directory.
1059   * Bumped standard versions to 3.6.0.
1060   * Applied patch that fix segfault when running lilo on a disk without
1061     partitions. (closes: #201601)
1062   
1063  -- Andrés Roldán <aroldan@fluidsignal.com>  Thu, 17 Jul 2003 16:27:26 +0000
1064
1065 lilo (1:22.5.6-1) unstable; urgency=low
1066
1067   * New upstream version.
1068   * Added fallback= documentation to lilo.conf manpage. 
1069     (closes: #198572)
1070   * Added README.pseudo and README.volumeID to documentation.
1071
1072  -- Andrés Roldán <aroldan@fluidsignal.com>  Sun, 29 Jun 2003 17:19:16 +0000
1073
1074 lilo (1:22.5.5-1) unstable; urgency=low
1075
1076   * New upstream version. (closes: #194666)
1077   * Fixed bug on mkrescue script. (closes: #198673)
1078   * Added another Debian bitmap submitted by Alfonso Acosta. Maybe there is
1079     someone that likes this bitmap more than the others. (closes: #197382)
1080
1081  -- Andrés Roldán <aroldan@fluidsignal.com>  Fri, 20 Jun 2003 17:11:16 +0000
1082
1083 lilo (1:22.5.4-2) unstable; urgency=low
1084
1085   * Fixed some typos.
1086   * lilo.templates updated (including translated templates).
1087   * Now lilo manpage refers to mkboot instead of mkbootdisk which doesn't
1088     exist. (closes: #196217)
1089   * Updated debian/patches dir to fit new dpatch needs.
1090   * Added icon for liloconfig. (closes: #192643)
1091   * Bumped standards version to 3.5.10.
1092   * Added Debian GNU/Linux string to any verbose level option.
1093
1094  -- Andrés Roldán <aroldan@fluidsignal.com>  Mon,  9 Jun 2003 16:30:44 +0000
1095
1096 lilo (1:22.5.4-1) unstable; urgency=low
1097
1098   * New upstream version.
1099   * Removed smarter_cache() call on lilo.c until the upstrem improve this
1100     funcion. (closes: #193730)
1101   * Added ja.po file submitter by Tomohiro KUBOTA. (closes: #192428)
1102   * Removed patch from Colin Watson since upstream has realized the proper way
1103     to do that :)
1104
1105  -- Andrés Roldán <aroldan@fluidsignal.com>  Mon, 26 May 2003 14:13:42 +0000
1106
1107 lilo (1:22.5.3.1-1) unstable; urgency=low
1108   
1109   * The "LILO para el mundo" release.
1110   * New upstream version.
1111   * Added po-based templates patch submitted from Christian Perrier (thank
1112     you :) (closes: #192126)
1113   * debian/rules now cleans debian/lilo.substvars.
1114   * Changed lilo prompt to avoid ugly feature on the boot menu. (closes:
1115     #192345, #192498)
1116   * Added fr_FR.po submitted by Christian Perrier.
1117   * Added pt_BR.po submitted by Andre Luis Lopes. (closes: #192832).
1118   * debconf cleaning due to multiple requests (closes: #192038)
1119
1120  -- Andrés Roldán <aroldan@fluidsignal.com>  Wed, 14 May 2003 19:38:10 +0000
1121
1122 lilo (1:22.5.2-2) unstable; urgency=low
1123
1124   * LILO configuration debconf message will be showed only when /etc/lilo.conf
1125     does not exists.
1126   * Added patch that allows users with devfs support compiled on kernel but
1127     not using it, can use lilo. (closes: #191878, #191812)
1128
1129  -- Andrés Roldán <aroldan@fluidsignal.com>  Sun,  4 May 2003 18:20:03 +0000
1130
1131 lilo (1:22.5.2-1) unstable; urgency=low
1132
1133   * The "I had to do it, Sargent" release.
1134
1135   * Luis Bustamante <luferbu@fluidsignal.com>
1136     - Clean up of copyright file
1137     - Fixed typos on README.bitmap. (closes: #121133)
1138   
1139   * Andrés Roldán <aroldan@fluidsignal.com>
1140     - New upstream version. (closes: #191509)
1141     - Removed stdout patch since it is already on the original tarball.
1142     - Now lilo uses debconf. (closes: #190090, #108300, #122348)
1143     - Fixed the big problem of typo mistake. (closes: #191153)
1144     - Applied patch submitted by Colin Watson to fix obscure manpage error.
1145       (closes: #191339)
1146   
1147  -- Luis Bustamante <luferbu@fluidsignal.com>  Fri,  2 May 2003 13:07:25 +0000
1148
1149 lilo (1:22.5.1-3) unstable; urgency=low
1150
1151   * Added boot menu for Sid and Sarge from debian-bootscreen. liloconfig has
1152     been changed to use Sid bitmap by default.
1153     (closes: #122479, #145466)
1154   * Now build depends on sharutils.
1155
1156  -- Andrés Roldán <aroldan@fluidsignal.com>  Wed, 23 Apr 2003 15:50:09 +0000
1157
1158 lilo (1:22.5.1-2) unstable; urgency=low
1159
1160   * More debian/ directory cleaning.
1161   * Applied minimal upstream patch.
1162   * Make message in the default boot screen a little bit clearer. 
1163     (closes: #177066)
1164
1165  -- Andrés Roldán <aroldan@fluidsignal.com>  Tue, 22 Apr 2003 02:54:23 +0000
1166
1167 lilo (1:22.5.1-1) unstable; urgency=low
1168
1169   * New upstream version.
1170   * Removed DX protect patch since it is already include in the original
1171     source.
1172   * Added lilo.menu to install a menu entry for liloconfig. (closes: #187734)
1173   * Cleaning and review of debian/rules.
1174
1175  -- Andrés Roldán <aroldan@fluidsignal.com>  Sat,  5 Apr 2003 20:49:31 +0000
1176
1177 lilo (1:22.5-1) unstable; urgency=low
1178
1179   * New upstream version.
1180   * Changed lilo.conf.5 duplicate paragraph mistake.
1181   * Now --purge will erase /boot/boot.b since it is an obsolete file.
1182     The other two files that are mentioned in this bug are already
1183     being handled by --purge. (closes: #147446)
1184   * Now build depends on dpatch package.
1185   * Applied DX protect patch provided by upstream.
1186   * Added activate.8 manpage.
1187   * Removed deprecated dh_testversion from rules file.
1188   * Bumped Standards-Version to 3.5.9.0, no changes necessary.
1189
1190  -- Andrés Roldán <aroldan@fluidsignal.com>  Sun, 30 Mar 2003 15:57:02 +0000
1191
1192 lilo (1:22.4.1-1) unstable; urgency=low
1193
1194   * New upstream version. (closes: #160686)
1195   * New maintainer. (closes: #179055)
1196   * Splitted former patch into debian/patches directory.
1197   * Added help to lilo.conf man page by adding devfs=mount option in the 
1198     "append" kernel boot options. (closes: #177761)
1199   * Updated to standards version 3.5.8.
1200
1201  -- Andrés Roldán <aroldan@fluidsignal.com>  Sat, 26 Feb 2003 09:30:10 -0500
1202
1203 lilo (1:22.4-2) unstable; urgency=medium
1204
1205   * Put the wrong file name in the previous version, this version really
1206     fixed #173238.
1207
1208  -- Russell Coker <russell@coker.com.au>  Sun, 26 Jan 2003 14:14:00 +0100
1209
1210 lilo (1:22.4-1) unstable; urgency=medium
1211
1212   * New upstream version.
1213
1214   * Fixes mkrescue to use mktemp.
1215     Closes: #173238
1216
1217   * Please note that lba32 is the default mode for LILO (and has been for
1218     some time).  If you have an ancient system (Pentium <100MHz or 486) then
1219     there is a possibility that lba32 may not work and that you need to
1220     use "linear".  Consult the manual for more details.
1221     Closes: #153950
1222
1223   * Fixes mem= options as described in bug 160123.
1224
1225   * Added vmdefault, vmdisable, and vmwarn options to lilo.conf for better
1226     support of vmware.
1227
1228  -- Russell Coker <russell@coker.com.au>  Sun, 26 Jan 2003 13:23:00 +0100
1229
1230 lilo (1:22.3.3-2) unstable; urgency=medium
1231
1232   * Changed the postrm script to only remove lilo.conf from /etc (not
1233     lilo.conf*)
1234     Closes: #159079
1235
1236  -- Russell Coker <russell@coker.com.au>  Sun,  1 Sep 2002 15:38:00 +0200
1237
1238 lilo (1:22.3.3-1) unstable; urgency=medium
1239
1240   * New upstream version that adds EVMS support.
1241     Closes: #152097
1242
1243   * Changed the postinst script to use readlink for checking link status.
1244     Closes: #159055
1245
1246  -- Russell Coker <russell@coker.com.au>  Sun,  1 Sep 2002 07:14:00 +0200
1247
1248 lilo (1:22.3.2-3) unstable; urgency=medium
1249
1250   * Remove /boot/map and /boot/0[0-9][0-9][0-9] on purge (/boot/boot.b is
1251     removed on installation and is not needed any more).  Addresses the
1252     issue of bug 147446.
1253
1254   * Added nasm to build-dependencies.
1255     Closes: #158910
1256
1257  -- Russell Coker <russell@coker.com.au>  Sat, 31 Aug 2002 11:04:00 +0200
1258
1259 lilo (1:22.3.2-2) unstable; urgency=medium
1260
1261   * Stop producing boot-compat.b type code.
1262
1263   * Removed the code for removing old debconf stuff.
1264
1265   * 22.3.x doesn't support /boot/*.b files so not installing them.
1266     Use "loader=text" for text mode.
1267
1268  -- Russell Coker <russell@coker.com.au>  Wed, 28 Aug 2002 20:02:00 +0200
1269
1270 lilo (1:22.3.2-1) unstable; urgency=HIGH
1271
1272   * New upstream version.
1273     Closes: #136757
1274
1275  -- Russell Coker <russell@coker.com.au>  Sat,  3 Aug 2002 23:34:00 +0200
1276
1277 lilo (1:22.2-5) unstable; urgency=HIGH
1278
1279   * Fixed the sym-link creation in postinst.
1280     Closes: #151058
1281
1282  -- Russell Coker <russell@coker.com.au>  Wed, 26 Jun 2002 10:23:00 -0400
1283
1284 lilo (1:22.2-4) unstable; urgency=HIGH
1285
1286   * Fixed Makefile.floppy
1287     Closes: #150943
1288
1289   * Added fix from NMU.
1290     Closes: #146350, #140243
1291
1292  -- Russell Coker <russell@coker.com.au>  Tue, 25 Jun 2002 12:14:00 -0400
1293
1294 lilo (1:22.2-3.1) unstable; urgency=HIGH
1295
1296   * This upstream version uses int15,0xe820 to fetch the memory map.
1297     However, sufficiently many systems don't implement this interrupt
1298     correctly.  We avoid the errant code for now.  The next upstream
1299     release fixes this problem for real.  Note to Russell: this patch must
1300     be removed for the next upstream release.
1301     Closes: #146350, #140243
1302
1303  -- Marc Singer <elf@buici.com>  Fri, 10 May 2002 19:18:25 -0700
1304
1305 lilo (1:22.2-3) unstable; urgency=HIGH
1306
1307   * Removed dependency on debconf.
1308     Closes: #142714
1309
1310  -- Russell Coker <russell@coker.com.au>  Sat, 13 Apr 2002 20:56:00 +0200
1311
1312 lilo (1:22.2-2) unstable; urgency=LOW
1313
1314   * Fixed most of the keymap problems in #124186.
1315
1316   * Added patch for verbosity on symlinks.
1317     Closes: #133993
1318
1319  -- Russell Coker <russell@coker.com.au>  Sat, 16 Feb 2002 13:56:00 +1100
1320
1321 lilo (1:22.2-1) unstable; urgency=LOW
1322
1323   * New upstream version.  Adds LVM support.
1324
1325   * Remove the /boot/boot-bmp.b.preserved file after running lilo.
1326
1327  -- Russell Coker <russell@coker.com.au>  Fri,  8 Feb 2002 12:13:00 +1000
1328
1329 lilo (1:22.1-6) unstable; urgency=HIGH
1330
1331   * Fixed the preinst script to preserve boot-bmp.b.
1332     Closes: #124280
1333
1334  -- Russell Coker <russell@coker.com.au>  Mon, 17 Dec 2001 07:52:00 +0100
1335
1336 lilo (1:22.1-5) unstable; urgency=HIGH
1337
1338   * Same as before with high priority!
1339
1340  -- Russell Coker <russell@coker.com.au>  Wed,  5 Dec 2001 00:52:00 +0100
1341
1342 lilo (1:22.1-4) unstable; urgency=LOW
1343
1344   * Made it correctly set the sym-link on a first install.
1345     Closes: #122220
1346
1347  -- Russell Coker <russell@coker.com.au>  Tue,  4 Dec 2001 00:53:00 +0100
1348
1349 lilo (1:22.1-3) unstable; urgency=LOW
1350
1351   * Stopped referring to /usr/lib/apt in the docs.
1352     Closes: #121786
1353
1354   * Added mkrescue to the package.
1355     Closes: #121790
1356
1357  -- Russell Coker <russell@coker.com.au>  Fri, 30 Nov 2001 09:47:00 +0100
1358
1359 lilo (1:22.1-2) unstable; urgency=LOW
1360
1361   * Changed the new "append=" manpage section to match the upstream.
1362
1363   * Changed the symlink to be relative not absolute for boot.b.
1364     Closes: #120130
1365
1366   * Added a mention in INCOMPAT about the lilo-doc package.
1367     Closes: #119194
1368
1369   * Made the postinst exit cleanly and quietly if the /etc/fstab contains
1370     "^# UNCONFIGURED FSTAB FOR BASE SYSTEM".  Should fix #116185.
1371
1372  -- Russell Coker <russell@coker.com.au>  Tue, 20 Nov 2001 01:30:00 +0100
1373
1374 lilo (1:22.1-1) unstable; urgency=LOW
1375
1376   * Support for splash screens added thanks to Raphael Bossek.
1377
1378  -- Russell Coker <russell@coker.com.au>  Sun,  4 Nov 2001 13:21:00 +0100
1379
1380 lilo (1:22.1-0) unstable; urgency=MEDIUM
1381
1382   * New upstream version.
1383     Closes: #117877
1384
1385   * THE NEW RAID1 IMPLEMENTATION IS NOT COMPATIBLE WITH VERSION 21.
1386     Those using version 21 should read 'README.raid1' in the lilo-doc package
1387     before installing these new codes.  There is a compatibility mode
1388     (lilo -x mbr-only) for existing RAID1 installations which are not going to
1389     be converted to the Version 22 implementation.
1390
1391   * Adds SHS digests for password.
1392     Closes: #12341
1393
1394   * Massively improved support for software RAID1.  Supports booting from RAID1
1395     on disks with different geometries and great control over how RAID1 booting
1396     works.
1397     Closes: #95706
1398
1399   * Clarified the way "append=" in lilo.conf(5).
1400     Closes: #117724
1401
1402  -- Russell Coker <russell@coker.com.au>  Fri,  2 Nov 2001 21:56:00 +0100
1403
1404 lilo (1:21.7.5-9) unstable; urgency=MEDIUM
1405
1406   * Minor changing to the wording of liloconfig when referencing partition
1407     numbers.
1408     Closes: #109882
1409
1410   * Changed the postinst code related to working around debconf.  Now it takes
1411     input from /dev/tty but leaves output to the default stdout.
1412     Closes: #114190, #110258
1413
1414  -- Russell Coker <russell@coker.com.au>  Sun,  7 Oct 2001 12:23:08 +0200
1415
1416 lilo (1:21.7.5-8) unstable; urgency=HIGH
1417
1418   * Fixed a terrible bug whereby upgrading the package twice without installing
1419     a new boot block would not preserve the *.b files and potentially render
1420     the system unbootable!
1421     Closes: #108453
1422
1423  -- Russell Coker <russell@coker.com.au>  Fri, 21 Sep 2001 00:43:50 +0200
1424
1425 lilo (1:21.7.5-7) unstable; urgency=MEDIUM
1426
1427   * Made /sbin/lilo not remove preserved files if -t is specified.
1428     Closes: #106955
1429
1430  -- Russell Coker <russell@coker.com.au>  Wed,  1 Aug 2001 17:08:57 +0200
1431
1432 lilo (1:21.7.5-6) unstable; urgency=MEDIUM
1433
1434   * Change /sbin/lilo to not remove preserved files if chroot operation is
1435     selected.  Also made it run $0.real instead of /sbin/lilo.real.
1436     Closes: #106956
1437
1438  -- Russell Coker <russell@coker.com.au>  Tue, 31 Jul 2001 05:41:05 +0200
1439
1440 lilo (1:21.7.5-5) unstable; urgency=MEDIUM
1441
1442   * Removed logrotate use.  Logrotate always changes the format of it's config
1443     and makes things more painful than the benefit it offers.
1444     Closes: #90588 #105474
1445
1446   * Double-check for a sym-link when rotating files to work around a base bug.
1447
1448  -- Russell Coker <russell@coker.com.au>  Mon, 16 Jul 2001 15:55:25 +0200
1449
1450 lilo (1:21.7.5-4) unstable; urgency=MEDIUM
1451
1452   * Made it purge old debconf settings.
1453     Closes: #98401
1454
1455   * Change the man page for lilo.conf to mention that vga= can be in hex.
1456     Closes: #51800
1457
1458  -- Russell Coker <russell@coker.com.au>  Sun, 15 Jul 2001 10:18:09 +0200
1459
1460 lilo (1:21.7.5-3) unstable; urgency=MEDIUM
1461
1462   * Changed liloconfig to match the latest command-line params for activate.
1463     Closes: #99111
1464
1465   * Made /boot/boot.b a sym-link as is recommended.
1466     Closes: #100036
1467
1468   * Made liloconfig ask about lba32 for large disks when generating lilo.conf.
1469     Will back-port this to potato.
1470     Closes: #89020
1471
1472  -- Russell Coker <russell@coker.com.au>  Wed, 11 Jul 2001 22:05:04 +0200
1473
1474 lilo (1:21.7.5-2) unstable; urgency=MEDIUM
1475
1476   * Made liloconfig not use strict.
1477     Closes: #64398
1478
1479   * Fixed the /usr/doc reference in liloconfig.8.
1480     Closes: #102802
1481
1482   * Fixed the /usr/doc reference in keytablilo.8.
1483     Closes: #102803
1484
1485  -- Russell Coker <russell@coker.com.au>  Tue, 10 Jul 2001 22:02:22 +0200
1486
1487 lilo (1:21.7.5-1) unstable; urgency=MEDIUM
1488
1489   * Fixed some bugs in the liloconfig script that prevent creation of lilo.conf.
1490     Closes: #98756
1491
1492   * Use install-mbr to install the Debian MBR.
1493     Closes: #98757
1494
1495  -- Russell Coker <russell@coker.com.au>  Mon, 28 May 2001 16:20:57 +0200
1496
1497 lilo (1:21.7.5-0) unstable; urgency=MEDIUM
1498
1499   * New upstream version.  Better support for DAC960 and some bug fixes.
1500
1501   * Removed the debconf code.
1502
1503  -- Russell Coker <russell@coker.com.au>  Thu, 10 May 2001 12:03:51 +0200
1504
1505 lilo (1:21.7.1-5) unstable; urgency=MEDIUM
1506
1507   * Changed the postinst to not source debconf and to not have an "exit 0"
1508     at the end.  It makes no difference to the operation but makes it look
1509     nicer.
1510
1511   * Put /usr/sbin/liloconfig back in.
1512     Closes: #96331
1513
1514   * Made compilation use -O2.
1515
1516  -- Russell Coker <russell@coker.com.au>  Thu, 10 May 2001 09:57:58 +0200
1517
1518 lilo (1:21.7.1-4) unstable; urgency=LOW
1519
1520   * Fised a typo in liloconfig.
1521     Closes: #95715
1522
1523  -- Russell Coker <russell@coker.com.au>  Sun, 29 Apr 2001 20:41:48 +0200
1524
1525 lilo (1:21.7.1-3) unstable; urgency=MEDIUM
1526
1527   * Changed the logrotate file to match the undocumented functionality of the
1528     latest logrotate.
1529     Closes: #95665, #95556
1530
1531  -- Russell Coker <russell@coker.com.au>  Sun, 29 Apr 2001 10:00:00 +0200
1532
1533 lilo (1:21.7.1-2) unstable; urgency=LOW
1534
1535   * Changed liloconfig to be a bit clearer.
1536     Closes: #95559
1537
1538   * Changed the description of AUTOREPLACE.
1539     Closes: #95556
1540
1541  -- Russell Coker <russell@coker.com.au>  Sat, 28 Apr 2001 07:56:09 +0200
1542
1543 lilo (1:21.7.1-1) unstable; urgency=LOW
1544
1545   * Added debconf support for serial console and for parameters to install-mbr.
1546
1547   * Added new /boot/boot-compat.b for broken SystemSoft BIOS.
1548     Closes: #59953
1549
1550  -- Russell Coker <russell@coker.com.au>  Sat, 28 Apr 2001 07:20:59 +0200
1551
1552 lilo (1:21.7.1-0) unstable; urgency=HIGH
1553
1554   * New upstream release containing minor bug fixes.  Most of the code was
1555     already in the previous version as Debian specific patches and this release
1556     brings the Debian version closer to the upstream release.
1557
1558   * Fixed the keytab-lilo manpage to not be a hack.
1559
1560   * Fixed the /sbin/lilo wrapper to correctly delete the old files.
1561
1562   * Changed the way automatic generation of lilo config files operates.
1563     Now it will grep for "^#AUTOREPLACE$" in /etc/lilo.conf to determine
1564     whether it should replace the file.
1565     Closes: #92284
1566
1567   * Made it rotate /etc/lilo.conf.old on install.
1568
1569  -- Russell Coker <russell@coker.com.au>  Fri, 27 Apr 2001 15:51:07 +0200
1570
1571 lilo (1:21.7-3) unstable; urgency=HIGH
1572
1573   * Added a patch from Compaq to address the issue described in bug report
1574     88831.  Not closing the bug report because it refers to Potato.
1575
1576  -- Russell Coker <russell@coker.com.au>  Wed, 7 Mar 2001 15:58:22 +0100
1577
1578 lilo (1:21.7-2) unstable; urgency=HIGH
1579
1580   * Fixed the "preinst shouldn't depend on package files" thing again
1581     (/etc/lilo-rotate.conf: No such file or directory).
1582     Closes: #87790
1583     Closes: #87795
1584
1585  -- Russell Coker <russell@coker.com.au>  Tue, 27 Feb 2001 20:43:29 +0100
1586
1587 lilo (1:21.7-1) unstable; urgency=HIGH
1588
1589   * Made it work with devfs style /dev/md/%d devices.
1590
1591   * Made the lilo wrapper work with `lilo -C "/etc/spare lilo config"` type
1592     invocation.
1593
1594   * Now it pre-depends on logrotate, so if you try installing with `dpkg -i`
1595     and logrotate isn't installed it won't replace the boot.b file that
1596     /boot/map references if you do another `dpkg -i`.
1597
1598   * Now installs the Debian MBR as it should.
1599     Closes: #81652
1600     Closes: #59732
1601
1602  -- Russell Coker <russell@coker.com.au>  Mon, 26 Feb 2001 15:09:27 +0100
1603
1604 lilo (1:21.7-0) unstable; urgency=HIGH
1605
1606   * New upstream version.
1607
1608   * Make it suggest mbr not recommend.
1609     Closes: #77591
1610
1611   * Updated the copyright file.
1612     Closes: #64877
1613
1614   * Changed the lilo wrapper to not be bash specific.
1615     Closes: #87413
1616
1617  -- Russell Coker <russell@coker.com.au>  Sun, 25 Feb 2001 12:30:42 +0100
1618
1619 lilo (1:21.6-14) unstable; urgency=HIGH
1620
1621   * Fixed a stupid bug that made it give spurious errors if you run "lilo"
1622     twice.
1623
1624   * Made it depend on logrotate.
1625     Closes: #87310, #87428, #87393, #87443
1626
1627  -- Russell Coker <russell@coker.com.au>  Sun, 25 Feb 2001 01:49:51 +0100
1628
1629 lilo (1:21.6-13) unstable; urgency=HIGH
1630
1631   * The support for non-root file system installation of the LILO block in
1632     the previous version has satisfied the person who reported the bug.
1633     Closes: #86992
1634
1635   * The new upstream version apparently stopped lilo giving a segv on bad
1636     config files.
1637     Closes: #78193
1638
1639   * Fixed the man page situation, made it use the new dh_installman instead of
1640     the old dh_installmanpages.
1641
1642   * Now it doesn't run lilo on package install.  It keeps preserving files
1643     under /boot until a successful run of lilo.
1644
1645  -- Russell Coker <russell@coker.com.au>  Fri, 23 Feb 2001 19:22:03 +0100
1646
1647 lilo (1:21.6-12) unstable; urgency=HIGH
1648
1649   * Fix the template again for VGA.
1650
1651   * Trim the length of overly long label fields.
1652
1653   * Made it work on DOS-format files.
1654     Closes: #77135
1655
1656   * The compact option is documented as causing problems on some systems.
1657     The fact that it used to work on an ancient version is not something I
1658     am able to investigate.  Please open another bug report if something
1659     similar occurs with a recent version.
1660     Closes: #30618
1661
1662   * Can't reproduce bug and reporter has disappeared.
1663     Closes: #33724
1664
1665   * Added support for installing LILO in the boot sector of a partition other
1666     than the root FS.
1667
1668  -- Russell Coker <russell@coker.com.au>  Thu, 22 Feb 2001 13:46:56 +0100
1669
1670 lilo (1:21.6-11) unstable; urgency=HIGH
1671
1672   * Adds conflicts with ancient manpages package to ensure smooth upgrade.
1673     Closes: #86772
1674
1675   * Better description for VGA mode.
1676     Closes: #81342
1677
1678   * Fixed these /etc/lilo.conf bugs previously:
1679     Closes: #81347, #81356, #81357, #81662, #82808, #83009
1680
1681   * Now run lilo on install of a new version.
1682     Closes: #84771
1683
1684   * Fixed these lilo.conf.8 bugs previously:
1685     Closes: #58202, #64783, #65120, #65820, #71053, #75902, #80482, #86772
1686
1687  -- Russell Coker <russell@coker.com.au>  Wed, 21 Feb 2001 11:25:14 +0100
1688
1689 lilo (1:21.6-10) unstable; urgency=HIGH
1690
1691   * Changes LiLO to LILO
1692     Closes:#83158
1693
1694   * Fixes spelling and grammar.
1695     Closes:#83160
1696
1697   * Preserve boot-menu.b
1698
1699   * Make the lba choice high importance.
1700
1701   * Fix the compact entry in the templates file.
1702     Closes:#85721
1703
1704  -- Russell Coker <russell@coker.com.au>  Tue, 13 Feb 2001 11:11:11 +0100
1705
1706 lilo (1:21.6-9) unstable; urgency=HIGH
1707
1708   * Fix the priority and section of lilo-doc.
1709
1710  -- Russell Coker <russell@coker.com.au>  Mon, 22 Jan 2001 14:03:15 +0100
1711
1712 lilo (1:21.6-8) unstable; urgency=HIGH
1713
1714   * Upload it again.
1715
1716   * Change the default for "compact".
1717
1718  -- Russell Coker <russell@coker.com.au>  Fri, 19 Jan 2001 18:17:48 +1100
1719
1720 lilo (1:21.6-7) unstable; urgency=HIGH
1721
1722   * Made debconf not call lilo_find_mbr (can't call it before it's installed).
1723
1724   * Build the package with the fixed dpkg.
1725
1726   * Corrected the time stamps.
1727     Closes:#81820
1728
1729  -- Russell Coker <russell@coker.com.au>  Thu, 11 Jan 2001 12:24:37 +1100
1730
1731 lilo (1:21.6-6) unstable; urgency=HIGH
1732
1733   * Closes:#81537
1734
1735   * Changed some of the descriptions in debconf template.
1736
1737  -- Russell Coker <russell@coker.com.au>  Sun, 7 Jan 2001 21:11:00 +1100
1738
1739 lilo (1:21.6-5) unstable; urgency=HIGH
1740
1741   * Made the debconf/liloconfig code check for -e (file exists) instead of
1742     -f (type is file).  Now will work correctly when there are sym-links.
1743
1744  -- Russell Coker <russell@coker.com.au>  Sun, 7 Jan 2001 20:59:54 +1100
1745
1746 lilo (1:21.6-4) unstable; urgency=HIGH
1747
1748   * Made it install correctly even when debconf only displays critical messages.
1749
1750   * Made some changes to the way it determines when to create a lilo.conf file.
1751
1752   * Made it arrange images in /etc/lilo.conf in reverse strcmp order.
1753
1754   * Added support for /etc/lilo.conf.extra
1755
1756  -- Russell Coker <russell@coker.com.au>  Sun, 7 Jan 2001 17:34:28 +1100
1757
1758 lilo (1:21.6-3) unstable; urgency=HIGH
1759
1760   * Made numerous improvements to the debconf setup.  Added an option to not
1761     change the /etc/lilo.conf file.
1762     Closes: 81342, 81347
1763
1764  -- Russell Coker <russell@coker.com.au>  Sun, 7 Jan 2001 03:17:00 +1100
1765
1766 lilo (1:21.6-2) unstable; urgency=MEDIUM
1767
1768   * Changed the lilo wrapper to not be bash specific.
1769     Closes: #87413
1770
1771   * Added more functionality to debconf.
1772
1773  -- Russell Coker <russell@coker.com.au>  Fri, 5 Jan 2001 10:50:43 +1100
1774
1775 lilo (1:21.6-1) unstable; urgency=MEDIUM
1776
1777   * Made it build lilo-doc package too.
1778
1779   * Added debconf support, thanks to Gergely Risko <risko@atom.hu>.
1780
1781  -- Russell Coker <russell@coker.com.au>  Tue, 2 Jan 2001 15:38:00 +1100
1782
1783 lilo (1:21.6-0) unstable; urgency=MEDIUM
1784
1785   * Debianized the new version.
1786     Closes: #80551, #75386, #75387
1787
1788   * Made liloconfig devfs aware and made it use mode 0600 for creating files.
1789     Closes: #56906, 62540
1790
1791   * Included lilo.conf(5)
1792     Closes: #58202, #64783, #65120, #65820, #71053, #75902, #80482
1793
1794   * Lilo adds the boot-menu.b file which gives a colored menu.  I think it
1795     solves the problem of no color on boot.
1796     Closes: #69253
1797
1798  -- Russell Coker <russell@coker.com.au>  Mon, 1 Jan 2001 21:41:29 +1100
1799
1800 lilo (1:21.4.3-2) unstable; urgency=HIGH
1801
1802   * Include fix from the upstream author to restore booting capability
1803     on big zImage kernel while keeping EBDA mode on.
1804
1805  -- Vincent Renardias <vincent@debian.org>  Sun, 21 May 2000 21:17:58 +0200
1806
1807 lilo (1:21.4.3-1) unstable frozen; urgency=HIGH
1808
1809   * new upstream fix (should definatly fix the RAID problems)
1810   * We now issue a BigFatWarning(tm) that older zImage kernels
1811       bigger than 448kb will not boot but we can now access kernels
1812       located above cylinder 1023.
1813     closes: #63516: command 'lilo' fails (not SEGFAULT) if kernel is not bzImage.
1814     closes: #63925: lilo: After upgrade - `Fatal: Kernel /vmlinuz is too big'.
1815     closes: #62270: lilo 21.3-3 wont boot non-bzImage between 448k and 512k.
1816     closes: #62060: can't install on a 34GiG IBM drive. make bzlilo fails.
1817     closes: #61928: new LILO renders system unbootable.
1818     closes: #61903: Fatal: Kernel /vmlinuz is too big.
1819     closes: #60507: Lilo 0.22 installer should be provided (as It has support for huge disk).
1820     closes: #64401: lilo: lilo refuses to create boot sector (kernel too big!).
1821   * removed lilo.conf manpage which already is in package manpages.
1822     closes: #63483: lilo: needs to Replace: version of manpages with the lilo manpage.
1823     closes: #63533: conflicts with manpages.
1824     closes: #63627: lilo: lilo tries to overwrite lilo.conf.5 manpage, that is also in manpages.
1825     closes: #64077: lilo: lilo conflicts with manpages.
1826
1827  -- Vincent Renardias <vincent@debian.org>  Sat, 20 May 2000 00:30:28 +0200
1828
1829 lilo (1:21.4.1-2) unstable; urgency=HIGH
1830
1831   * Fixed debian/control.
1832     closes: #54178: lilo-doc: Incorrect package description.
1833   * clean better.
1834     closes: #60537: lilo.prerm is getting longer and longer :).
1835
1836  -- Vincent Renardias <vincent@debian.org>  Wed, 12 Apr 2000 13:29:10 +0200
1837
1838 lilo (1:21.4.1-1) unstable; urgency=HIGH
1839
1840   * New upstream release.
1841     closes: #61165: New upstream version 21.4.1 released 2000-03-20.
1842     Should also fix:
1843     closes: #61903: Fatal: Kernel /vmlinuz is too big.
1844     closes: #58775: despite <1024 cylinders, can't install lilo.
1845
1846  -- Vincent Renardias <vincent@debian.org>  Wed, 12 Apr 2000 13:05:56 +0200
1847
1848 lilo (1:21.3-3) unstable; urgency=HIGH
1849
1850   * This version supports booting from cylinders above 1024.
1851     (Been in unstable for 3 weeks, and I got 0 complaints about it, so
1852     I think it's definatly worth to include it in potato).
1853
1854  -- Vincent Renardias <vincent@debian.org>  Sat, 25 Mar 2000 13:57:10 +0100
1855
1856 lilo (1:21.3-1) unstable; urgency=low
1857
1858   * New version.
1859     => LILO now doesn't have the 1024 cylinder limit anymore.
1860
1861  -- Vincent Renardias <vincent@debian.org>  Thu,  9 Mar 2000 16:06:02 +0100
1862
1863 lilo (1:21-14) frozen unstable; urgency=low
1864
1865   * Really fix the liloconfig bug this time, honnest ;)
1866     closes: #56326: liloconfig in lilo f***ed up.
1867     closes: #56196: lilo: fstab check fails on root raid.
1868     closes: #56322: Lilo install fails.
1869
1870  -- Vincent Renardias <vincent@debian.org>  Thu, 27 Jan 2000 14:46:34 +0100
1871
1872 lilo (1:21-13) frozen unstable; urgency=low
1873
1874   * Fix detection of partition names.
1875     closes: #56127: liloconfig bug and fix
1876     closes: #56153: Makes too much assumptions about the relation of partition- and disk names
1877
1878  -- Vincent Renardias <vincent@debian.org>  Tue, 25 Jan 2000 15:19:45 +0100
1879
1880 lilo (1:21-12) frozen unstable; urgency=low
1881
1882   * YANPFPM again ;)
1883     closes: #53517: (Important) installed lilo bootsector during an upgrade when i didn't want it to.
1884     closes: #54266: liloconfig error
1885     closes: #51418: liloconfig: actions don't match text presented to user!
1886
1887  -- Vincent Renardias <vincent@debian.org>  Sun,  9 Jan 2000 13:30:06 +0100
1888
1889 lilo (1:21-11) unstable; urgency=low
1890
1891   * Integrated YANPFPM (Yet Another Nice Patch From Peter Maydell ;):
1892     blank lines in /etc/fstab should be ignored silently.
1893     closes: #53517: installed lilo bootsector during an upgrade when i didn't want it to.
1894
1895  -- Vincent Renardias <vincent@debian.org>  Sun,  9 Jan 2000 13:30:06 +0100
1896
1897 lilo (1:21-10) unstable; urgency=low
1898
1899   * Add patch to support Compaq Smart-2 (or better) Disk Array Controllers.
1900
1901  -- Vincent Renardias <vincent@debian.org>  Thu, 23 Dec 1999 13:53:00 +0100
1902
1903 lilo (1:21-9) unstable; urgency=low
1904
1905   * put back the keytab-lilo manpage at the right place, and integrate
1906     another patch from Peter Maydell (thanks again ;) that fixes keytab-lilo.pl
1907     closes: #22958: lilo: keytab-lilo.pl is broken.
1908
1909  -- Vincent Renardias <vincent@debian.org>  Thu, 23 Dec 1999 13:53:00 +0100
1910
1911 lilo (1:21-8) unstable; urgency=high
1912
1913   * Integrated patch from Peter Maydell that fixes:
1914     - added error checking of various system calls
1915     - added $DEBUG switch and pulled lilo.conf and fstab filenames
1916       out into config variables.
1917     - turned on Perl's -w switch and use strict subs/refs
1918     - now does examination of current situation up front, separated
1919       from the logic of what we do in various situations.
1920     - added check for special marker in /etc/fstab that indicates that we
1921       are configuring the base filesystem and shouldn't actually do anything.
1922     Thanks Peter ;)
1923     Now, if the first line of /etc/fstab is '# UNCONFIGURED FSTAB FOR BASE SYSTEM'
1924     liloconfig will exit gracefully.
1925     Anyway, liloconfig should probably be rewritten to use debconf...
1926     closes: #49948: liloconfig makes bad lilo.conf when from scratch.
1927   * Fix reference to Changelog.
1928     closes: #52192: lilo: License refers to old, outdated '/usr/doc'.
1929
1930   * Other non-bugs/already fixed bugs:
1931     closes: #48594: (no subject).
1932       [Author aknowledges it's not a lilo bug.]
1933     closes: #30562: lilo: shouldn't prompt on upgrade.
1934       [liloconfig also checks for obsolete options in lilo.conf]
1935     closes: #34616: lilo: lilo gives important installation warning, but does not pause.
1936       [warning is now meaningless since lilo.conf is not part of the package anymore]
1937
1938  -- Vincent Renardias <vincent@debian.org>  Thu, 23 Dec 1999 12:09:40 +0100
1939
1940 lilo (1:21-7) unstable; urgency=low
1941
1942   * re-upload working lilo-21.
1943     Closes: #46154, #46168.
1944
1945  -- Vincent Renardias <vincent@debian.org>  Tue, 28 Sep 1999 12:17:37 +0200
1946
1947 lilo (21-6) unstable; urgency=low
1948
1949   * Changed MBR size in liloconfig.
1950     closes: #43768: mbr: Size should be 446, not 444.
1951   * Don't supply an empty lilo.conf anymore.
1952     closes: #42383, #41437.
1953   * Correct bug in liloconfig.
1954     closes: #35110: liloconfig doesn't complete installation
1955   * Fix type in control file.
1956     closes: #40753: lilo: typo in description.
1957   * Included man page written by Peter Maydell. Thanks Peter!
1958     closes: #32640: liloconfig(8) needs a manual page.
1959   * Fixed Werner's email addr.
1960     closes: #36817: Lilo home page.
1961   * lintian cleaned.
1962
1963  -- Vincent Renardias <vincent@debian.org>  Mon, 27 Sep 1999 16:57:13 +0200
1964
1965 lilo (21-5) unstable; urgency=low
1966
1967   * Move INCOMPAT.gz back from lilo-doc to lilo.
1968     closes: #33259, #33124, #33119.
1969     closes: #33203 (that actually was a bug in manpages which has been
1970     fixed recently).
1971
1972  -- Vincent Renardias <vincent@debian.org>  Sun, 21 Feb 1999 19:09:51 +0100
1973
1974 lilo (21-4) frozen unstable; urgency=low
1975
1976   * Adopt the package.
1977   * Build with USE_TMPDIR option (Fix bug #9303).
1978   * Fix typo in preinst script.
1979   * Reason to upload for frozen:
1980     1/ The previous upload fixed a lot of bugs and didn't seem
1981        to break anything.
1982     2/ The current version of lilo in slink (20-0.1) has a bug which
1983        is specially bad: If NT4 is also installed on the machine, lilo
1984        will prevent it to boot (error message: "INACCESSIBLE_BOOT_DEVICE" +
1985        a nice BSOD).
1986
1987  -- Vincent Renardias <vincent@waw.com>  Sat, 30 Jan 1999 22:34:41 +0100
1988
1989 lilo (21-3.1) unstable; urgency=low
1990
1991   * NMU to fix the bug #7570 I reported on Feb 22nd 1997
1992     (include real doc instead of the TeX source).
1993   * Include manpage for activate (Bug #10526,#8641).
1994   * Include manpage for keytab-lilo.pl (Bug #10526).
1995   * Add a link to undocumented.7.gz for liloconfig which has
1996     no manpage.
1997   * Close #20049 (This functionality is handled by syslinux,
1998     not lilo).
1999   * Fork a lilo-doc package to include the Postscript documentation.
2000   * Have lilo Suggests: lilo-doc.
2001   * Set severity of bug #29987 to fixed: When lilo.conf contains a passwd
2002     and is not mode 600, it displays a proheminent warning.
2003   * Set severity of bug #7629 to fixed: This is a perfectly legal option,
2004     given that the Debian policy is not to install lilo in the MBR by
2005     default.
2006   * Reassign bugs #5198, #8280 and #10526 to the package manpages since
2007     this is where lilo.8 lives. (Does anybody know why BTW?!)
2008   * Put some (hopefully) usefull comments in the default lilo.conf
2009     (Fix bug #25174).
2010   * Include Adam Heath <adam@usa.net>'s patch to add the new
2011     BOOT_VAR variable (Fix bug #30458).
2012   * lintian cleaned:
2013     - fix typo. in description.
2014     - don't install QuickInst with executable bit set.
2015     - include lilo.8 manpage (will open a BR on manpages so it
2016         doesn't provide it anymore).
2017   * Correct the lilo.8 manpage (Fix bug #5198) with patch from BR #10526.
2018
2019  -- Vincent Renardias <vincent@waw.com>  Sun, 24 Jan 1999 21:38:58 +0100
2020
2021 lilo (21-3) unstable; urgency=high (21-2 may break boot)
2022
2023   * setting CFLAGS im make breaks lilo with debian headers (HAS_BOOT_H is not defined in that case -> NORMAL_VGA is missing)
2024   * fixed return code checking in liloconfig (#30632)
2025
2026  -- Bernd Eckenfels <ecki@debian.org>  Sat, 12 Dec 1998 00:56:08 +0100
2027
2028 lilo (21-2) unstable; urgency=low
2029
2030   * Old maintainer got the package back
2031   * fixed broken depend again (#3772)
2032   * uses dh now
2033   * has an additional preinst now
2034   * ln in /boot need not to work (#16112,#3247)
2035   * dh installs changelog (#16582)
2036   * pre/postinst now sets -e and watches arguments (#15161)
2037   * use debians default keymap, use loadkeys to do all the work (#19900)
2038   * checks for incompatible any_d.b (#26016)
2039
2040  -- Bernd Eckenfels <ecki@debian.org>  Thu, 10 Dec 1998 01:31:51 +0100
2041
2042 lilo (21-1) unstable; urgency=low
2043
2044   * New maintainer.
2045   * Update copyright information.
2046   * Update to standards version 2.5.0.
2047   * New upstream release.
2048
2049  -- Martin Mitchell <martin@debian.org>  Mon,  7 Dec 1998 17:47:10 +1100
2050
2051 lilo (20-2) unstable frozen; urgency=low
2052
2053   * recompiled with new curses
2054   * suggests mbr instead of depends
2055
2056  -- Bernd Eckenfels <ecki@debian.org>  Sun,  1 Nov 1998 01:26:19 +0100
2057
2058 lilo (20-1) unstable frozen; urgency=low
2059
2060   * Maintainer release (thanks Martin!)
2061
2062  -- Bernd Eckenfels <ecki@debian.org>  Wed, 29 Apr 1998 21:18:40 +0200
2063
2064 lilo (20-0.1) unstable; urgency=low
2065
2066   * Non-maintainer release.
2067   * Leave copyright file uncompressed. (#14421)
2068   * Libc6 compile. (#11708)
2069   * New upstream sources. (#11081)
2070
2071  -- Martin Mitchell <martin@debian.org>  Sat, 22 Nov 1997 01:13:49 +1100
2072
2073 lilo (19-2) unstable; urgency=low
2074
2075   * upgraded to new package standards
2076
2077  -- Shaya Potter <spotter@itd.nrl.navy.mil>  Thu, 23 Jan 1997 10:12:06 -0500
2078