Releasing debian version 4.04+dfsg-9.
[syslinux-debian/hramrach.git] / debian / changelog
bloba43ab0372589bf95a01d1c02f309f055305ab06d
1 syslinux (2:4.04+dfsg-9) unstable; urgency=low
3   * Using linux keyword for linux kernel images to profit from syslinux'
4     automagic (Closes: #647603).
6  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 24 Nov 2011 11:20:58 +0100
8 syslinux (2:4.04+dfsg-8) unstable; urgency=low
10   * Updating accidentally my wrong email address in previous changelog
11     entry.
12   * Updating isohybrid-gpt.patch to not fail with --as-needed, thanks to
13     Colin Watson <cjwatson@ubuntu.com> (Closes: #648727).
15  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 15 Nov 2011 23:39:16 +0100
17 syslinux (2:4.04+dfsg-7) unstable; urgency=low
19   * Adding Slovak debconf translations from Slavko <linux@slavino.sk>
20     (Closes: #647086).
21   * Adding patch from Colin Watson <cjwatson@ubuntu.com> to gfxboot.c32
22     to allow boot entry to start with label instead of menu_label.
24  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 02 Nov 2011 07:57:23 +0100
26 syslinux (2:4.04+dfsg-6) unstable; urgency=low
28   * Adding patch from Matthew Garrett <mjg59@srcf.ucam.org> to generate
29     GPT and Mac bootable images isohybrid images.
30   * Sorting overrides in rules alphabetically.
32  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 28 Oct 2011 22:28:55 +0200
34 syslinux (2:4.04+dfsg-5) unstable; urgency=low
36   * Adding patch from Gene Cumm <gene.cumm@gmail.com> to fix geometry
37     handling in extlinux (Closes: #626488).
38   * Using compression level 9 also for binary packages.
39   * Adding patch to make ldlinux quiet by default.
40   * Adding patch to add option to enable verbose messages.
41   * Renumbering patches.
42   * Making isolinux quiet by default and dropping dedicated quiet
43     flavour.
44   * Making pxelinux quiet by default and dropping dedicated quiet
45     flavour.
47  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 12 Oct 2011 21:19:34 +0200
49 syslinux (2:4.04+dfsg-4) unstable; urgency=low
51   * Correcting typo in error message if a extlinux theme cannot be
52     found, thanks to M. Dietrich <mdt@emdete.de> (Closes: #639688).
53   * Moving extlinux from /usr/sbin to /usr/bin.
54   * Adding syslinux-udeb in agreement with debian-installer team.
55   * Avoid installing ms-dos executable into syslinux-common.
57  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 22 Sep 2011 20:43:09 +0200
59 syslinux (2:4.04+dfsg-3) unstable; urgency=low
61   * Adding pxelinux quiet flavour.
62   * Skipping /boot/vmlinuz-*.dpkg-tmp files in extlinux-update (Closes:
63     #632727).
64   * Handling cases of separate /boot partitions for memdisk entries too
65     (Closes: #629080).
66   * Adding Korean debconf translations from min-ji Kang
67     <justminji@gmail.com> (Closes: #632012).
68   * Compacting copyright file.
69   * Making comments in po file headers consistent.
70   * Correcting spelling mistakes in changelog.
71   * Simplify syslinux-common lintian overrides.
72   * Correcting corrupted date entry in changelog.
74  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 11 Jul 2011 09:48:02 +0200
76 syslinux (2:4.04+dfsg-2) unstable; urgency=low
78   * Simply looking up the device where /boot is on in order to
79     automatically guess the device to write the MBR automatically to,
80     previously the automagic worked only when / and /boot are on the
81     same disk.
83  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 23 May 2011 15:03:03 +0200
85 syslinux (2:4.04+dfsg-1) unstable; urgency=low
87   * Merging upstream version 4.04+dfsg.
88   * Removing pxelinux.patch, included upstream.
89   * Updating to standards version 3.9.2.
90   * Updating year in copyright file.
91   * Correcting MBR size to the actual value (440), thanks to Kolja Nowak
92     <kolja@nowak2000.de> (Closes: #614686).
93   * Skipping files matching '^initrd.*' from automatically being added
94     as memdisk entries (Closes: #618442).
95   * Adding Danish debconf translations from Joe Hansen
96     <joedalton2@yahoo.dk> (Closes: #621022).
97   * Adding isolinux quiet flavour.
98   * Adding patch from Salvatore Bonaccorso <carnil@debian.org> to use
99     use Digest::SHA for utils/sha1pass (Closes: #625812).
100   * Updating recommends on libdigest-sha-perl.
101   * Disabling diag/geodsp temporariily, it currently fails to build.
103  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 16 May 2011 09:44:07 +0200
105 syslinux (2:4.03+dfsg-12) unstable; urgency=low
107   * Updating defaults for default boot entry (Closes: #613054).
109  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 20 Feb 2011 00:39:01 +0100
111 syslinux (2:4.03+dfsg-11) unstable; urgency=low
113   * Adding missing echo in readlink call of extlinux postinst (Closes:
114     #612259).
115   * Shortening apt-get call for install syslinux-themes in readme.
116   * Adding note about requirement of the bootable flag in extlinux
117     readme (Closes: #612693).
119  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 12 Feb 2011 21:14:58 +0100
121 syslinux (2:4.03+dfsg-10) unstable; urgency=low
123   * Updating maintainer and uploaders fields.
124   * Removing vcs fields.
125   * Removing references to my old email address.
126   * Makeing packaging distribution neutral.
127   * Shortening instructions in extlinux readme file regarding theme
128     packages.
129   * Translate UUID to classic device names in extlinux postinst script
130     when calling extlinux-installer, thanks to Fabian Greffrath
131     <fabian@greffrath.com> (Closes: #610604).
133  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 06 Feb 2011 08:38:40 +0100
135 syslinux (2:4.03+dfsg-9) experimental; urgency=low
137   * Making directory where to look for memdisk images configurable
138     (Closes: #610389).
139   * Correcting quoting of os-proper support in extlinux-update (Closes:
140     #610537).
142  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 19 Jan 2011 18:24:21 +0100
144 syslinux (2:4.03+dfsg-8) experimental; urgency=low
146   * Adding Brazilian-Portuguese debconf translations from Adriano Rafael
147     Gomes <adrianorg@gmail.com> (Closes: #610412).
148   * Applying slightly modified patch from Fabian Greffrath
149     <fabian@greffrath.com> to add support for os-prober in extlinux-
150     update.
151   * Updating some variable names in extlinux-update a bit.
153  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 19 Jan 2011 09:51:36 +0100
155 syslinux (2:4.03+dfsg-7) experimental; urgency=low
157   * Adding patch from upstream to fix regression with pxelinux and gpxe
158     with qemu, thanks to Gene Cumm <gene.cumm@gmail.com> (Closes:
159     #592875).
161  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 08 Jan 2011 17:18:54 +0100
163 syslinux (2:4.03+dfsg-6) experimental; urgency=low
165   * Updating extlinux-udpate manpage to reflect current default for
166     extlinux entries.
167   * Unconditionally default to true for extlinux memdisk option in
168     extlinux-update.
169   * Updating entry about extlinux timeout in extlinux-update manpage for
170     consistency.
171   * Removing extlinux-{install,update} legacy symlinks to
172     {install,update}-extlinux.
173   * Removing superfluous default entry in linux.cfg (Closes: #609303).
175  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 08 Jan 2011 14:19:23 +0100
177 syslinux (2:4.03+dfsg-5) experimental; urgency=low
179   * Adding memdisk support for images stored in /boot.
180   * Prefixing internal linux labels with 'l' for consistency.
181   * Failing earlier in extlinux-install when user has not specified a
182     device to install.
184  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 07 Jan 2011 13:21:13 +0100
186 syslinux (2:4.03+dfsg-4) experimental; urgency=low
188   * Adding Italian debconf translations from Enrico Rossi
189     <e.rossi@tecnobrain.com> (Closes: #607768).
190   * Using breaks instead of conflicts in control, since this version is
191     for wheezy (and squeeze-backports), so no need for lenny compat
192     anymore.
193   * Simplyfing extlinux postinst script.
194   * Adding a missing escaping of a hyphen in extlinux-install manpage.
195   * Updating source lintian overrides.
197  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 22 Dec 2010 23:35:29 +0100
199 syslinux (2:4.03+dfsg-3) experimental; urgency=low
201   * Correcting mistake imported by me in extlinux-update when adapting
202     Michaels patch for the update function.
203   * Removing unneeded REAMDE.source and headers in copyright file.
204   * Simplyfing make handing in rules.
206  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 19 Dec 2010 22:14:53 +0100
208 syslinux (2:4.03+dfsg-2) experimental; urgency=low
210   [ Daniel Baumann ]
211   * Using tmpfiles when creating configuration files in extlinux-update
212     (Closes: #607516).
213   * Applying modified patch from Michael Tokarev <mjt@tls.msk.ru> to not
214     use tmpfiles but rather update in one go, updated to match existing
215     codying style.
217   [ Michael Tokarev ]
218   * Exiting early in extlinux-update if disabled.
220  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 19 Dec 2010 18:51:53 +0100
222 syslinux (2:4.03+dfsg-1) experimental; urgency=low
224   * Merging upstream version 4.03+dfsg.
225   * Updating to debhelper version 8.
226   * Switching to source format 3.0 (quilt).
227   * Correcting typo in extlinux-update manpage, thanks to Jakub Wilk
228     <jwilk@debian.org> (Closes: #603739).
230  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 20 Nov 2010 17:17:23 +0100
232 syslinux (2:4.02+dfsg-7) unstable; urgency=medium
234   [ Otavio Salvador ]
235   * Unconditionally redirect stdout to stderr (Closes: #597132).
237  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 14 Oct 2010 23:12:13 +0200
239 syslinux (2:4.02+dfsg-6) unstable; urgency=medium
241   [ Otavio Salvador ]
242   * Adding lacking exec in stdout to stderr redirection (Closes:
243     #597132).
245  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 11 Oct 2010 23:17:38 +0200
247 syslinux (2:4.02+dfsg-5) unstable; urgency=medium
249   * Updating to standards version 3.9.1.
250   * Making sure that readlink in extlinux-update doesn't return 1.
252  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 26 Sep 2010 09:26:22 +0200
254 syslinux (2:4.02+dfsg-4) unstable; urgency=medium
256   [ Daniel Baumann ]
257   * Adding Japanese debconf translations from Hideki Yamane
258     <henrich@debian.org> (Closes: #595456).
259   * Adjusting output when looking for extlinux directory in
260     extlinux scripts.
262   [ Otavio Salvador ]
263   * Redirect stdout to stderr due Debconf usage (Closes: #597132).
265   [ Fabian Greffrath ]
266   * Adding some special case handling for when the theme directory is a
267     symlink (Closes: #591479).
269  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 25 Sep 2010 08:14:47 +0200
271 syslinux (2:4.02+dfsg-3) unstable; urgency=medium
273   * Updating extlinux readme.
274   * Updating check for extlinux in extlinux kernel hook (Closes:
275     #591567).
277  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 04 Aug 2010 01:52:41 +0200
279 syslinux (2:4.02+dfsg-2) unstable; urgency=medium
281   [ Daniel Baumann ]
282   * Correcting previous changelog entry which had a cropped bug closing.
283   * Updating extlinux postinst for renamed kernel hoook (Closes:
284     #590236).
286   [ Otavio Salvador ]
287   * Stop searching for EXTLINUX directory.
288   * extlinux-update: create /boot/extlinux in case it do not exists.
290  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 01 Aug 2010 07:58:44 +0200
292 syslinux (2:4.02+dfsg-1) unstable; urgency=medium
294   * Updating TODO file.
295   * Adding Czech debconf translations from Michal Simunek
296     <michal.simunek@gmail.com> (Closes: #589806).
297   * Adding Spanish debconf translations from Camaleón
298     <noelamac@gmail.com> (Closes: #589929).
299   * Merging upstream version 4.02+dfsg:
300     - checks for diskspace when creating temporary files (Closes: #245152).
301     - respects environment variables when creating temporary files
302       (Closes: #245153).
303   * Updating po file headers.
304   * Removing dos-win32.patch, not required anymore.
306  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 24 Jul 2010 18:33:50 +0200
308 syslinux (2:4.01+dfsg-4) unstable; urgency=medium
310   * Correcting variables in syslinux readme, thanks to Fabian
311     Greffrath <fabian@greffrath.com> (Closes: #588889).
312   * Adding French debconf translations from Julien Patriarca
313     <patriarcaj@gmail.com> (Closes: #588942).
314   * Unexporting LDFLAGS in rules to avoid problems with dpkg-buildflags,
315     thanks to Colin Watson <cjwatson@ubuntu.com> (Closes: #589041).
316   * Updating extlinux readme file.
317   * Shortening language team header entry in French debconf
318     translations.
319   * Adding Russian debconf translations from Yuri Kozlov
320     <yuray@komyakino.ru> (Closes: #589253).
321   * Correcting typo in header of Russian debconf translations.
322   * Updating version string in po headers.
323   * Adding Swedish debconf translations from Martin Bagge
324     <brother@bsnet.se> (Closes: #589262).
325   * Renaming extlinux kernel to to zz-extlinux to match new kernel
326     policy.
328  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 18 Jul 2010 16:11:48 +0200
330 syslinux (2:4.01+dfsg-3) unstable; urgency=medium
332   * Reverting too strong depends and leaving it as it was before. This
333     does not reopen #588210, since that's not possible in lenny and
334     would uselessly make backporting harder. Once squeeze is released,
335     breaks will be used (Closes: #588678).
336   * Adding instructions to readme in syslinux on how to create
337     the floppy images manually (Closes: #588673).
339  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 12 Jul 2010 19:28:21 +0200
341 syslinux (2:4.01+dfsg-2) unstable; urgency=medium
343   * Correcting spelling error in previous changelog entry.
344   * Adding versioned conflicts against syslinux-common to extlinux
345     (Closes: #588210).
346   * Using source version for versioned conflicts and replaces instead of
347     explicit version numbers.
348   * Correcting debconf default for extlinux/install.
349   * Also adding symlinks from extlinux-install to install-extlinux for
350     convenience purposes.
351   * Making extlinux-install output a bit more verbose.
352   * Passing additional parameters given to extlinux-install to extlinux
353     call, useful when e.g. wanting to use --raid or --once.
354   * Adjusting some headers in the German po file.
355   * Adding Portuguese debconf translations from Américo Monteiro
356     <a_monteiro@netcabo.pt> (Closes: #588487).
358  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 10 Jul 2010 22:24:07 +0200
360 syslinux (2:4.01+dfsg-1) unstable; urgency=medium
362   * Saving current mbr to /boot in extlinux-install, thanks Fabian
363     Greffrath <fabian@greffrath.com> for the idea.
364   * Updating message when writing new mbr in extlinux-install.
365   * Silencing dd calls in extlinux-install, thanks to Fabian Greffrath
366     <fabian@greffrath.com>.
367   * Dropping floppy images from /usr/lib/syslinux, not really useful
368     anymore in these days.
369   * Downgrading dosfstools and mtools recommends to suggests.
370   * Also dropping local mtoolsrc config file previously used during
371     build to create floppy images.
372   * Sorting dh call in rules to more common order.
373   * Merging upstream version 4.01+dfsg:
374     - Fixes regression on some older machines (Closes: #587150).
375   * Removing extlinux-manpage.patch, went upstream.
376   * Removing syslinux-manpage.patch, went upstream.
377   * Updating package short and long descriptions.
378   * Shortening version strings in versioned conflicts.
379   * Appending .old suffix to backup mbr to reflect that it's not the
380     current mbr.
381   * Calling dh_install with fail-missing.
382   * Completing debhelper install files.
383   * Updating lintian overrides.
384   * Adding manpage for isohybrid.pl.
385   * Adding manpage for memdiskfind.
386   * Adding manpage for pxe-options.
387   * Correcting name of pxelinux-options manpage.
388   * Workarounding dh_installman automatism that leads to wrong handling
389     of isohybrid.pl manpage.
390   * Adding note about automatic mbr backups through extlinux-install in
391     readme.
392   * Adding debconf question to automatically install extlinux into the
393     mbr.
394   * Correcting spelling of MBR.
395   * Adding extlinux config script for debconf.
396   * Updating TODO file.
397   * Updating extlinux postinst to cope with UUIDs.
398   * Adding note in extlinux debconf templates about limitations of the
399     automatic installation.
400   * Regenerating debconf files.
402  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 04 Jul 2010 21:15:14 +0200
404 syslinux (2:4.00+dfsg-1) unstable; urgency=medium
406   * Updating standards version to 3.9.0.
407   * Merging upstream version 4.00+dfsg.
409  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 29 Jun 2010 00:54:14 +0200
411 syslinux (2:4.00~pre64+dfsg-1) unstable; urgency=low
413   * Merging upstream version 4.00~pre64+dfsg.
415  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 28 Jun 2010 13:44:49 +0200
417 syslinux (2:4.00~pre63+dfsg-1) unstable; urgency=low
419   * Calling extlinux-update in extlinux postinst script to automatically
420     re-populate /etc/default/extlinux on updates.
421   * Rather than calling extlinux-update directly in postinst script,
422     execute kernel hook.
423   * Merging upstream version 4.00~pre63+dfsg.
425  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 27 Jun 2010 23:34:17 +0200
427 syslinux (2:4.00~pre62+dfsg-1) unstable; urgency=low
429   * Adding comments in extlinux hook file.
430   * Prefixing internal variables with underscore in extlinux hook
431     script.
432   * Exit early if extlinux was removed (!= purged) in extlinux hook
433     script.
434   * Running extlinux hook file with set -e.
435   * Updating comments in extlinux-install script.
436   * Prefixing internal variables with underscore in extlinux-install
437     script.
438   * Prefixing internal variables with underscore in extlinux-update
439     script.
440   * Merging upstream version 4.00~pre62+dfsg.
441   * Correcting typo in extlinux readme.
442   * Automatically dropping 'quiet' boot parameter from recovery entries
443     in extlinux-update script.
444   * Adding information about all variables used in /etc/default/extlinux
445     in extlinux-update manpage.
447  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 27 Jun 2010 14:08:42 +0200
449 syslinux (2:4.00~pre61+dfsg-1) unstable; urgency=low
451   * Merging upstream version 4.00~pre61.
453  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 26 Jun 2010 23:17:32 +0200
455 syslinux (2:4.00~pre60+dfsg-1) unstable; urgency=low
457   * Merging upstream version 4.00~pre60.
459  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 26 Jun 2010 17:10:57 +0200
461 syslinux (2:4.00~pre59+dfsg-1) unstable; urgency=medium
463   * Merging upstream version 4.00~pre59+dfsg.
465  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 24 Jun 2010 23:37:34 +0200
467 syslinux (2:4.00~pre58+dfsg-1) unstable; urgency=medium
469   * Merging upstream version 4.00~pre58+dfsg.
471  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 24 Jun 2010 16:48:54 +0200
473 syslinux (2:4.00~pre57+dfsg-1) unstable; urgency=medium
475   * Updating TODO, extlinux integration scripts verified to work
476     properly with UUIDs.
477   * Always rewriting extlinux default file to ensure updates with new
478     features get automatically propagated.
479   * Adding option for controlling how many kernel entries should be put
480     into the config through extlinux-update.
481   * Merging upstream version 4.00~pre57+dfsg.
483  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 23 Jun 2010 23:25:13 +0200
485 syslinux (2:4.00~pre56+dfsg-1) unstable; urgency=medium
487   * Merging upstream version 4.00~pre56+dfsg.
489  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 23 Jun 2010 15:07:24 +0200
491 syslinux (2:4.00~pre55+dfsg-2) unstable; urgency=medium
493   * Adding libdigest-sha1-perl to recommends (Closes: #586767).
494   * Mentioning salt in sha1pass manpage, thanks to Mats Erik Andersson
495     <mats.andersson@gisladisker.se>.
496   * Adding manpage for md5pass as suggested by Mats Erik Andersson
497     <mats.andersson@gisladisker.se>.
498   * Adding manpage for mkdiskimage from Mats Erik Andersson
499     <mats.andersson@gisladisker.se> with some minor formatting changes.
500   * Adding manpage for isohybrid.
501   * Stopping to include keytab-lilo script in syslinux-common, it's
502     already included in the lilo package (at different location though).
503   * Correcting typo in previously added syslinux manpages file.
504   * Shortening package short-description of syslinux-common to not
505     exceed 80 characters.
507  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 22 Jun 2010 16:44:16 +0200
509 syslinux (2:4.00~pre55+dfsg-1) unstable; urgency=medium
511   * Merging upstream version 4.00~pre55+dfsg.
512   * Adding sample readme file for extlinux describing how to
513     setup extlinux as the bootloader.
514   * Renaming update-extlinux to extlinux-update for consistency reasons,
515     but keeping symlinks to update-extlinux arround. Thanks to Ralph
516     Amissah <ralph.amissah@gmail.com>.
517   * Correcting typo in wrong conflicts of syslinux.
518   * Updating version number and date in headers of local manpages.
520  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 22 Jun 2010 03:16:41 +0200
522 syslinux (2:4.00~pre54+dfsg-1) unstable; urgency=medium
524   * Adding and updating missing conflicts/replaces to easy upgrade from
525     syslinux 3.x to 4.x.
526   * Removing some more forgotten menu default entries that need to go
527     away.
528   * Merging upstream version 4.00~pre54+dfsg.
530  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 21 Jun 2010 20:38:44 +0200
532 syslinux (2:4.00~pre53+dfsg-1) unstable; urgency=medium
534   * Merging upstream version 4.00~pre53.
535   * Updating TODO file.
536   * Updating syslinux-common.install for new upstream.
537   * Updating package description to mention newly supported filesystems.
538   * Moving isohybrid from syslinux-common to syslinux since it was
539     rewritten in C.
540   * Setting the default entry to the newest one in update-extlinux.
542  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 21 Jun 2010 16:40:37 +0200
544 syslinux (2:3.86+dfsg-5) unstable; urgency=low
546   * Updating update-extlinux for new pathes in the themes package.
547   * Adding syslinux-themes-debian to recommends of extlinux.
548   * Correcting path handling in update-extlinux.
550  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 19 Jun 2010 18:03:00 +0200
552 syslinux (2:3.86+dfsg-4) unstable; urgency=low
554   * Updating TODO file.
555   * Moving docs in syslinux-common from /usr/share/doc/syslinux-common
556     to /usr/share/doc/syslinux.
557   * Adding manpage for sha1pass (Closes: #557974).
558   * Adding patch to update syslinux manpage wrt/ default entries as of
559     syslinux >= 3.85 (Closes: #572083).
561  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 12 Jun 2010 23:12:39 +0200
563 syslinux (2:3.86+dfsg-3) unstable; urgency=low
565   * Allowing to disable update-extlinux from being run through
566     /etc/default/extlinux.
568  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 29 May 2010 07:06:26 +0200
570 syslinux (2:3.86+dfsg-2) unstable; urgency=low
572   * Downgrading depends on dosfstools and mtools to recommends.
573   * Updating syslinux debhelper install file.
574   * Removing obsolete syslinux manpages debhelper file.
575   * Removing obsolete syslinux-common manpages debhelper file.
576   * Check for root permissions in extlinux-install and update-extlinux
577     scripts.
579  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 18 Apr 2010 11:01:56 +0200
581 syslinux (2:3.86+dfsg-1) unstable; urgency=low
583   * Merging upstream version 3.86+dfsg.
584   * Updating README.source.
586  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 02 Apr 2010 14:38:04 +0200
588 syslinux (2:3.85+dfsg-2) unstable; urgency=low
590   * Adding files section in update-extlinux manpage.
591   * Shortening date string to avoid line break in boot message.
592   * Flipping inversed logic when creating boot.txt in update-extlinu.
593   * Replacing kernel postinst/postrm symlink to update-extlinux with a
594     simple hook that checks if extlinux is enabled or not (Closes:
595     #573962).
597  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 19 Mar 2010 09:24:29 +0100
599 syslinux (2:3.85+dfsg-1) unstable; urgency=low
601   * Handling case where /boot and / are not on the same filesystem
602     (Closes: #560954).
603   * Updating todo file.
604   * Merging upstream version 3.85+dfsg.
605   * Updating year in copyright file.
606   * Rediffing dos-win32.patch.
608  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 21 Feb 2010 09:17:23 +0100
610 syslinux (2:3.84+dfsg-2) experimental; urgency=low
612   * Filter out commented lines when update-extlinux is searching for
613     root in fstab.
614   * Switching from /boot/extlinux/options.cfg to /etc/default/extlinux
615     to store update-extlinux settings.
616   * Updating year in copyright file.
617   * Updating to standards 3.8.4.
618   * Adding recommends to libcrypt-passwdmd5-perl in syslinux-common
619     (Closes: #567649).
620   * Simplyfing handling of /etc/default/extlinux.
621   * Including a copy of mbr.bin in extlinux and lowering depends on
622     syslinux-common to recommends.
623   * Prefixing variables in /etc/default/extlinux.
624   * Renaming single-user mode to recovery mode to be consistent with
625     grub2.
626   * Using quotes for variable assignements in /etc/default/extlinux.
627   * Also prefixing forgotten menu label variable.
628   * Prefixing some more forgotten variables.
629   * Updating comment for live entries.
630   * Making timeout and default entries configurable too.
631   * Using lsb_release to determine distribution string for menu labels,
632     if available.
633   * Correcting numbers of empty lines as separators.
634   * Changing recovery entries shortcut from s to r.
635   * Starting to count image entries by 0, not by 1.
636   * Shortening linux image entries to number.
637   * Renaming kernel.cfg to linux.cfg.
638   * Making default entries de-configurable.
639   * Updating todo file.
641  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 09 Feb 2010 18:08:30 +0100
643 syslinux (2:3.84+dfsg-1) experimental; urgency=low
645   * Making alternative entries configurable in update-extlinux.
646   * Using single hashes for 'comments' that get evaluated in update-
647     extlinux.
648   * Adding menu help texts in entry of update-extlinux.
649   * Adding theme-ing support in update-extlinux.
650   * Adding timeout message when not using a theme in update-extlinux.
651   * Shortening kernel entries in update-extlinux.
652   * Adding explicit source version 1.0 until switch to 3.0.
653   * Merging upstream version 3.84+dfsg.
654   * Rediffing dos-win32.patch.
656  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 19 Dec 2009 19:46:09 +0100
658 syslinux (2:3.83+dfsg-5) experimental; urgency=low
660   * Updating default values for prompt and timeout in update-extlinux.
661   * Adding note about extlinux.conf in extlinux manpage (Closes:
662     #548424).
663   * Correcting spelling mistake in changelog.
664   * Updating lintian overrides.
665   * Adding symlinks to update-extlinux for kernel hooks.
667  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 30 Nov 2009 23:29:43 +0100
669 syslinux (2:3.83+dfsg-4) experimental; urgency=low
671   * Simplifying debhelper install files.
672   * Moving syslinux-common from extlinux recommends to depends.
673   * Adding extlinux-install.
674   * Adding update-extlinux (Closes: #541293).
676  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 29 Nov 2009 18:35:23 +0100
678 syslinux (2:3.83+dfsg-3) unstable; urgency=low
680   * Adding conflicts/replaces to extlinux against syslinux without
681     split out extlinux (Closes: #558078).
682   * Correcting spelling mistake in extlinux long-description (Closes:
683     #558140).
684   * Correcting upstream-homepage in copyright.
686  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 28 Nov 2009 22:32:51 +0100
688 syslinux (2:3.83+dfsg-2) unstable; urgency=low
690   * Dropping lpia from architectures, lpia is dead.
691   * Splitting out extlinux into own package in order to use it as a
692     generic standalone bootloader.
694  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 25 Nov 2009 16:32:33 +0100
696 syslinux (2:3.83+dfsg-1) unstable; urgency=low
698   * Updating to standards version 3.8.3.
699   * Adding maintainer homepage field to control.
700   * Marking maintainer homepage field to be also included in binary
701     packages and changelog.
702   * Adding README.source.
703   * Removing not required build-dependency to netpbm.
704   * Moving maintainer homepage from control to copyright.
705   * Updating README.source.
706   * Merging upstream version 3.83+dfsg.
707   * Bumping versioned build-depends on debhelper.
708   * Bumping versioned build-depends on quilt.
710  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 06 Oct 2009 12:45:42 +0200
712 syslinux (2:3.82+dfsg-4) unstable; urgency=low
714   * Updating maintainer field.
715   * Updating vcs fields.
716   * Wrapping build-depends and depends.
718  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 14 Aug 2009 16:03:31 +0200
720 syslinux (2:3.82+dfsg-3) unstable; urgency=low
722   * Dropping --fail-missing from dh_install, apparently debhelper can
723     not deal sanely with that when using minimized rules files and
724     building an arch all package (Closes: #540395).
726  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 08 Aug 2009 10:38:09 +0200
728 syslinux (2:3.82+dfsg-2) unstable; urgency=low
730   * Updating year in copyright file.
731   * Updating package to standards version 3.8.2.
732   * Renaming directory to store local additions to more sensible
733     name.
734   * Simplyfing shell error handling in rules file.
735   * Updating lintian overrides.
736   * Merging patches to avoid building dos and win32 binaries.
737   * Minimizing rules file.
738   * Adding misc depends to syslinux-common.
740  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 07 Aug 2009 10:39:41 +0200
742 syslinux (2:3.82+dfsg-1) unstable; urgency=low
744   * Merging upstream version 3.82+dfsg.
746  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 09 Jun 2009 19:54:41 +0200
748 syslinux (2:3.81+dfsg-1) unstable; urgency=low
750   * Merging upstream version 3.81+dfsg:
751     - Adds support for idle mode (Closes: #504495).
753  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 30 May 2009 09:50:32 +0200
755 syslinux (2:3.80+dfsg-1) unstable; urgency=low
757   * Using correct rfc-2822 date formats in changelog.
758   * Merging upstream version 3.80+dfsg.
759   * Simplyfing build-depends on nasm.
761  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 05 May 2009 09:21:47 +0200
763 syslinux (2:3.75+dfsg-1) unstable; urgency=low
765   * Merging upstream version 3.75+dfsg.
766   * Removing extlinux-typo.patch, went upstream.
767   * Removing extlinux manpage, went upstream.
769  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 16 Apr 2009 22:44:00 +0200
771 syslinux (2:3.74+dfsg-2) unstable; urgency=low
773   * Adding build-depends to python (Closes: #523507).
775  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 10 Apr 2009 20:16:00 +0200
777 syslinux (2:3.74+dfsg-1) unstable; urgency=low
779   * Updating standards to 3.8.1.
780   * Merging upstream version 3.74+dfsg.
781   * Using quilt rather than dpatch.
782   * Removing old conflicts and replaces.
783   * Adding manpage for extlinux from Brian Pellin <bpellin@gmail.com>
784     (Closes: #520849).
785   * Tidy rules file.
786   * Updating rules file to current state of the art.
787   * Making the build directory a subdirectory of to avoid hypotetical
788     problems with make and rule target naming clashes.
790  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 09 Apr 2009 21:28:00 +0200
792 syslinux (2:3.73+dfsg-2) unstable; urgency=low
794   * Uploading to unstable.
796  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 15 Feb 2009 18:16:00 +0100
798 syslinux (2:3.73+dfsg-1) experimental; urgency=low
800   * Replacing obsolete dh_clean -k with dh_prep.
801   * Merging upstream version 3.73+dfsg.
803  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 26 Jan 2009 13:21:00 +0100
805 syslinux (2:3.72+dfsg-1) experimental; urgency=low
807   * Updating vcs fields in control file.
808   * Merging upstream version 3.72+dfsg.
809   * Rediffing win32.dpatch.
810   * Removing 64bit-autodetection patches, replaced by upstreams ifcpu64.c32.
811   * Removing menu-beep.dpatch, not needed anymore.
812   * Removing zero-files.dpatch, not needed anymore.
813   * Adding dos.dpatch to prevent dos executables beeing installed.
814   * Renumbering extlinux-typo.dpatch.
815   * Using the Makefiles install target to install syslinux rather than copying
816     manually.
817   * Completing clean target in rules.
818   * Updating lintian overrides for syslinux-common.
820  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 11 Oct 2008 10:45:00 +0200
822 syslinux (2:3.71+dfsg-5) unstable; urgency=medium
824   * Adding missing conflicts/replaces to allow package upgrades
825     (Closes: #497992, 497996).
827  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 06 Sep 2008 08:46:00 +0200
829 syslinux (2:3.71+dfsg-4) unstable; urgency=medium
831   * Splitting syslinux into syslinux and syslinux-common to allow accessing
832     bootloader files on other arches too (Closes: #278181, #357145, #436650).
834  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 03 Sep 2008 09:33:00 +0200
836 syslinux (2:3.71+dfsg-3) unstable; urgency=high
838   * Adding patch from upstream to fix correct isolinux handling of zero-length
839     files (Closes: #496869).
841  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 03 Sep 2008 08:33:00 +0200
843 syslinux (2:3.71+dfsg-2) unstable; urgency=medium
845   * Adding dosfstools to recommends (Closes: #253768).
846   * Added patch to correct a typo in extlinux documentation (Closes: #457844).
847   * Also including md5pass and sha1pass utility (Closes: #494973).
848   * Adding lintian overrides for having com32 modules executable.
849   * Also removing core/.depend in clean target of rules file.
851  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 25 Aug 2008 05:20:00 +0200
853 syslinux (2:3.71+dfsg-1) unstable; urgency=low
855   * Updating VERSION variable in rules to match new upstream.
856   * Merging upstream version 3.71+dfsg.
858  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 03 Aug 2008 16:02:00 +0200
860 syslinux (2:3.70+dfsg-3) unstable; urgency=medium
862   * Adding patch from Samuel Thibault <samuel.thibault@ens-lyon.org> to
863     also support beeps in graphical menu (Closes: #491571).
865  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 20 Jul 2008 18:28:00 +0200
867 syslinux (2:3.70+dfsg-2) unstable; urgency=low
869   * Stopping to build win32/syslinux.exe as it is of no real use on a linux
870     system. People interested in that very binary can get it from the upstream
871     source tarball.
872   * Updating package description (Closes: #484513).
874  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 11 Jul 2008 00:15:00 +0200
876 syslinux (2:3.70+dfsg-1) unstable; urgency=medium
878   * New upstream release.
879   * Upgrading package to debhelper 7.
880   * Adding vcs fields in control file.
881   * Rewriting copyright file in machine-interpretable format.
882   * Rediffing all patches.
883   * Adding lpia to architectures.
884   * Reordering rules file.
885   * Using install debhelper file rather instead of install target in rules.
887  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 01 Jul 2008 21:12:00 +0200
889 syslinux (2:3.70~pre18+dfsg-1) experimental; urgency=low
891   * New upstream release.
893  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 16 Jun 2008 12:43:00 +0200
895 syslinux (2:3.70~pre14+dfsg-1) experimental; urgency=low
897   * New upstream release.
898   * Adding patch from Ryan Finnie <ryan@finnie.org> to extend 64bit
899     autodetection to vesamenu.c32 (Closes: #485656).
900   * Removing watch file.
901   * Bumping policy.
903  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 10 Jun 2008 21:38:00 +0200
905 syslinux (2:3.70~pre9+dfsg-1) experimental; urgency=high
907   * New upstream release:
908     - Fixes problem with extlinux, which refuses to boot if there are some
909       deleted files on the ext2 filesystem (see upstream changelog for more
910       information).
912  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 10 Apr 2008 21:38:00 +0200
914 syslinux (2:3.63+dfsg-1) unstable; urgency=high
916   * New upstream release:
917     - Fixes problem with extlinux, which refuses to boot if there are some
918       deleted files on the ext2 filesystem (see upstream changelog for more
919       information).
921  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 10 Apr 2008 21:17:00 +0200
923 syslinux (2:3.70~pre8+dfsg-1) experimental; urgency=low
925   * New upstream release.
927  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 31 Mar 2008 21:33:00 +0200
929 syslinux (2:3.70~pre7+dfsg-1) experimental; urgency=low
931   * New upstream release.
933  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 31 Mar 2008 13:42:00 +0200
935 syslinux (2:3.62+dfsg-2) unstable; urgency=medium
937   * Applied patch from morph <matrixhasu@gmail.com> to fix clean target
938     (Closes: #424225).
940  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 05 Apr 2008 08:02:00 +0200
942 syslinux (2:3.62+dfsg-1) unstable; urgency=medium
944   * New upstream release.
945   * Rediffed 02-64bit-autodetection.dpatch.
946   * Disabled 03-define-clk-tck.dpatch for now, seems to introduce strange
947     behaviour with TIMEOUT on pxelinux, needs further investigation.
949  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 31 Mar 2008 13:24:00 +0200
951 syslinux (2:3.61+dfsg-1) unstable; urgency=medium
953   * Rebuild upstream tarball without non-free RFC document (Closes: #463930).
955  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 05 Feb 2008 07:28:00 +0100
957 syslinux (2:3.61-1) unstable; urgency=low
959   * New upstream release.
960   * Bumping package to debhelper 6.
962  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 04 Feb 2008 07:16:00 +0100
964 syslinux (2:3.60-2) experimental; urgency=low
966   * Applied update of 02-64bit-autodetection.dpatch from Robert Millan
967     <rmh@aybabtu.com> (Closes: #462157).
969  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 24 Jan 2008 07:34:00 +0100
971 syslinux (2:3.55-2) unstable; urgency=medium
973   * Applied update of 02-64bit-autodetection.dpatch from Robert Millan
974     <rmh@aybabtu.com> (Closes: #462157).
976  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 22 Jan 2008 23:21:00 +0100
978 syslinux (2:3.60-1) experimental; urgency=low
980   * New upstream release.
982  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 12 Jan 2008 20:04:00 +0100
984 syslinux (2:3.55-1) unstable; urgency=low
986   * New upstream release.
987   * Don't hide make errors in clean call of rules.
989  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 12 Jan 2008 19:59:00 +0100
991 syslinux (2:3.60~pre6-1) experimental; urgency=low
993   * New upstream release.
994   * Removed manpages, went upstream.
996  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 20 Dec 2007 08:22:00 +0100
998 syslinux (2:3.54-1) unstable; urgency=low
1000   * New upstream release.
1002  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 13 Dec 2007 09:45:00 +0100
1004 syslinux (2:3.53-1) unstable; urgency=low
1006   * New upstream release.
1008  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 18 Nov 2007 17:26:00 +0100
1010 syslinux (1:3.60~pre3-2) unstable; urgency=low
1012   * Only build-depending on gcc-multilib on amd64.
1013   * Removing old build-dependency against ia32-libs-dev.
1014   * Versioning build-depends against nasm.
1016  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 16 Nov 2007 11:42:00 +0100
1018 syslinux (1:3.60~pre3-1) unstable; urgency=low
1020   * New upstream release.
1022  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 12 Nov 2007 09:18:00 +0100
1024 syslinux (1:3.60~pre2-1) unstable; urgency=low
1026   * New upstream release.
1028  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 26 Aug 2007 11:16:00 +0200
1030 syslinux (1:3.60~pre1-1) unstable; urgency=low
1032   * New upstream release.
1033   * Works well with nasm 0.99.02 (Closes: #439418).
1035  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 25 Aug 2007 08:01:00 +0200
1037 syslinux (1:3.52~pre5-1) experimental; urgency=low
1039   * New upstream release.
1041  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 29 Jul 2007 20:55:00 +0200
1043 syslinux (1:3.52~pre3-1) experimental; urgency=low
1045   * New upstream release.
1047  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 15 Jul 2007 19:40:00 +0200
1049 syslinux (1:3.51-1) unstable; urgency=low
1051   * New upstream release.
1052   * Temporarily disabled 02-64bit-autodetection.dpatch; doesn't build anymore.
1053   * Added Otavio as co-maintainer.
1055  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 18 Jun 2007 19:04:00 +0200
1057 syslinux (1:3.36-5) unstable; urgency=low
1059   * Added patch from Otavio Salvador <otavio@debian.org> to add support to
1060     change menu vertical and horizontal shifting.
1061   * Added define-clk-tck patch from Timo Aaltonen <tjaalton@cc.hut.fi>.
1062     It defines CLK_TCK, since the com32 libc API does not have any idea about
1063     it, and its include files shadow /usr/include/time.h (which would provide
1064     CLOCKS_PER_SEC).
1066  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 31 May 2007 07:43:00 +0200
1068 syslinux (1:3.36-4) unstable; urgency=medium
1070   * Added build-depends on gcc-multilib (Closes: #423514).
1072  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 12 May 2007 20:33:00 +0200
1074 syslinux (1:3.36-3) unstable; urgency=medium
1076   * Rebuild because glibc.
1078  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 09 May 2007 10:36:00 +0200
1080 syslinux (1:3.50~pre6-1) experimental; urgency=low
1082   * New upstream release.
1084  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 01 May 2007 12:18:00 +0200
1086 syslinux (1:3.50~pre5-1) experimental; urgency=low
1088   * New upstream release.
1090  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 11 Apr 2007 10:11:00 +0200
1092 syslinux (1:3.36-2) unstable; urgency=low
1094   * Re-uploading previous 3.36-1.
1096  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 11 Apr 2007 10:09:00 +0200
1098 syslinux (1:3.31-4) unstable; urgency=medium
1100   * Uploading 3.31-3 from etch again to unstable, to not break the installer.
1102  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 09 Mar 2007 00:57:00 +0100
1104 syslinux (3.40~pre9-1) experimental; urgency=low
1106   * New upstream release.
1108  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 05 Mar 2007 02:05:00 +0100
1110 syslinux (3.36-1) unstable; urgency=low
1112   * New upstream release.
1113   * Rediffed 02-64bit-autodetection.dpatch.
1115  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 05 Mar 2007 01:32:00 +0100
1117 syslinux (3.31-3) unstable; urgency=medium
1119   * Added patch from Robert Millan <rmh@aybabtu.com> to fix
1120     02-64bit-autodetection.dpatch (Closes: #410729).
1122  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 13 Feb 2007 23:17:00 +0100
1124 syslinux (3.31-2) unstable; urgency=medium
1126   * Including all *.c32 modules (Closes: #391152).
1127   * Added patch from Byron Stanoszek <gandalf@winds.org> to autodetect 64bit
1128     CPUs (Closes: #408138).
1130  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 04 Feb 2007 16:52:00 +0100
1132 syslinux (3.35-1) experimental; urgency=low
1134   * New upstream release.
1136  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 04 Feb 2007 16:43:00 +0100
1138 syslinux (3.31-1) unstable; urgency=low
1140   * New upstream release.
1142  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 28 Sep 2006 20:11:00 +0200
1144 syslinux (3.20-2) unstable; urgency=low
1146   * Including mbr.bin (Closes: #357146).
1148  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 19 Sep 2006 03:30:00 +0200
1150 syslinux (3.30~pre4-1) experimental; urgency=low
1152   * New upstream pre-release.
1154  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 06 Sep 2006 22:51:00 +0200
1156 syslinux (3.20-1) unstable; urgency=low
1158   * New upstream release.
1159   * Taking over the package, Juan Cespedes is MIA.
1161  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 05 Sep 2006 23:21:00 +0200
1163 syslinux (3.11+3.20pre11-1) experimental; urgency=low
1165   * New upstream pre-release.
1167  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 10 Aug 2006 11:31:00 +0200
1169 syslinux (3.11+3.20pre10-1) experimental; urgency=low
1171   * New upstream pre-release.
1172   * Added myself as co-maintainer.
1173   * Redone packaging based on current debhelper templates, additionally:
1174     - added watch file.
1175     - cleaned up copyright files.
1176     - including all manpages as plain files, dropping docbook-to-man.
1177     - including com32/modules/menu.c32 into the package.
1178     - not using binaries from upstream, building everything from source.
1179     - using dpatch for upstream modifications now.
1181  -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 30 Jul 2006 09:43:00 +0200
1183 syslinux (3.11-3) unstable; urgency=low
1185   * Fixed FTBFS bug with latest "make" (closes: #343619)
1186   * Added "mkdiskimage" to the package (closes: #343617)
1188  -- Juan Cespedes <cespedes@debian.org>  Sun, 18 Dec 2005 16:54:26 +0100
1190 syslinux (3.11-2) unstable; urgency=low
1192   * Added correct build-depends for amd64 (Andreas Jochens <aj@andaco.de>)
1193                               (Closes: Bug#306123, Bug#249506, Bug#298940)
1194   * Acknowledged old NMU (Closes: #269424)
1196  -- Juan Cespedes <cespedes@debian.org>  Wed, 19 Oct 2005 16:00:38 +0200
1198 syslinux (3.11-1) unstable; urgency=low
1200   * New upstream version
1201   * Updated to new FSF postal address
1203  -- Juan Cespedes <cespedes@debian.org>  Tue, 18 Oct 2005 16:19:49 +0200
1205 syslinux (2.11-0.1) unstable; urgency=low
1207   * NMU with new upstream release.
1208     - ALL: Add an API call to get the configuration file name.
1209     - SYSLINUX: Fix bug in 2.10 that prevented it from working
1210       correctly for a lot of people. Closes: #269424
1211     - SYSLINUX: In the installer, make mtools a bit less fussy.
1212     - Make the menu system compile with newer gcc's.
1214  -- Joey Hess <joeyh@debian.org>  Fri, 10 Sep 2004 12:18:43 -0400
1216 syslinux (2.10-1) unstable; urgency=medium
1218   * New upstream version, fixing many bugs, among them a problem which
1219     prevented syslinux from booting large kernels (thanks to Torsten
1220     Knodt <tk-debian@datas-world.de>)   (closes: Bug#224606, Bug#242547)
1221                                                     (closes: Bug#258940)
1222   * New Standards-Version (3.6.1)
1223   * Removed dependency on lilo                      (closes: Bug#235439)
1224   * syslinux now uses mtools to install the image, it no longer requires
1225     msdos or vfat filesystem in the kernel           (closes: Bug#72124)
1226   * Added a "Recommend: mtools" control line        (closes: Bug#201354)
1228  -- Juan Cespedes <cespedes@debian.org>  Sat, 17 Jul 2004 10:32:37 +0200
1230 syslinux (2.04-1) unstable; urgency=low
1232   * New upstream version, needed for debian-installer  (closes: #186356)
1233   * This new upstream version of syslinux already
1234     uses mcopy to generate disk images              (closes: Bug#180660)
1235   * New Standards-Version:
1236     + Get rid of /usr/doc/syslinux symlink
1237   * Replaced all all # comments with /* */ to get rid
1238     of gcc-3.3 preprocessor errors                  (closes: Bug#196532)
1240  -- Juan Cespedes <cespedes@debian.org>  Wed, 11 Jun 2003 11:52:06 +0200
1242 syslinux (2.00-2) unstable; urgency=low
1244   * Fixed typo in description                       (closes: Bug#178582)
1246  -- Juan Cespedes <cespedes@debian.org>  Mon, 27 Jan 2003 13:26:42 +0100
1248 syslinux (2.00-1) unstable; urgency=low
1250   * New upstream version                            (closes: Bug#174565)
1251     (thanks to Andrea Bedini <andrea@bedini.homelinux.net>)
1252   * Added note about PXE in the description         (closes: Bug#151700)
1253   * Added man pages for gethostip, lss16toppm, ppmtolss16
1254     (thanks to dann frazier <dannf@dannf.org>)      (closes: Bug#107539)
1256  -- Juan Cespedes <cespedes@debian.org>  Sun, 26 Jan 2003 13:49:44 +0100
1258 syslinux (1.75-1) unstable; urgency=low
1260   * New upstream release
1261   * Added "memdisk" to the package      (closes: Bug#141605, Bug#143773)
1262   * Added "syslinux-debug.bin" to the package       (closes: Bug#143772)
1264  -- Juan Cespedes <cespedes@debian.org>  Thu, 20 Jun 2002 13:18:22 +0200
1266 syslinux (1.66-1) unstable; urgency=low
1268   * New upstream version
1269   * Boot images shorter than 64K, including memtest86 (closes: Bug#45133)
1271  -- Juan Cespedes <cespedes@debian.org>  Mon, 21 Jan 2002 01:56:55 +0100
1273 syslinux (1.63-1) unstable; urgency=low
1275   * New upstream release, fixing "No setup signature found" bug
1276     found with some newer kernels (closes: Bug#107345)
1277   * Reverted mtools patch for installer (it fails with some
1278     high-capacity floppy formats) (closes: Bug#108096)
1280  -- Juan Cespedes <cespedes@debian.org>  Wed, 22 Aug 2001 01:42:58 +0200
1282 syslinux (1.62-5) unstable; urgency=low
1284   * Added "Build-Depends: netpbm"                    (closes: Bug#97497)
1286  -- Juan Cespedes <cespedes@debian.org>  Mon, 14 May 2001 23:38:29 +0200
1288 syslinux (1.62-4) unstable; urgency=low
1290   * Yet another version of `ppmtolss16' from the author (hpa),
1291     fixing a bug regarding color space conversion
1293  -- Juan Cespedes <cespedes@debian.org>  Sun, 13 May 2001 17:21:02 +0200
1295 syslinux (1.62-3) unstable; urgency=low
1297   * New version of `ppmtolss16' from the author (hpa)
1299  -- Juan Cespedes <cespedes@debian.org>  Tue, 08 May 2001 21:39:45 +0200
1301 syslinux (1.62-2) unstable; urgency=medium
1303   * Changed small typo in manual page names
1304     (sylinux -> syslinux)                            (closes: Bug#96553)
1306  -- Juan Cespedes <cespedes@debian.org>  Mon, 07 May 2001 00:30:09 +0200
1308 syslinux (1.62-1) unstable; urgency=medium
1310   * New upstream version                             (closes: Bug#77269)
1311   * This version could fix Bug#56983 and Bug#69140, but I have no
1312     way to test it
1313   * Added Build-Depends                              (closes: Bug#60729)
1314   * New Standards-Version: 3.5.3
1315   * Fixed lintian error "copyright-refers-to-old-directory"
1316   * Fixed lintian warnings "no-priority-field" and "no-section-field"
1317   * Change the installer a bit so that it is no longer needed to run
1318     it as root, using mtools                         (closes: Bug#30982)
1319   * Added manual page for `syslinux', provided by
1320     Arthur Korn <arthur@korn.ch>                     (closes: Bug#18432)
1321   * Added manual page for `syslinux2ansi', provided by
1322     Kevin Kreamer <kkreamer@etherhogz.org>           (closes: Bug#35264)
1324  -- Juan Cespedes <cespedes@debian.org>  Tue, 01 May 2001 17:12:49 +0200
1326 syslinux (1.48-2) unstable; urgency=medium
1328   * New Standards-Version (3.1.1)
1329   * Fixed lintian bugs
1330   * Note in the package description that filesystem type `msdos' is
1331     needed in order to use this program (closes: Bug#23265)
1333  -- Juan Cespedes <cespedes@debian.org>  Sun, 19 Dec 1999 14:25:45 +0100
1335 syslinux (1.48-1) unstable; urgency=medium
1337   * New upstream version:
1338     + Changed HIGHMEM_MAX to 38000000h
1339     + Serial console support
1340     + New program PXELINUX to do network booting
1341   * FHS support
1342   * New Standards-Version: 3.0.1
1343   * Almost all the bugs regarding boot problems should be fixed with
1344     this upstream version:
1345       (closes: Bug#18271, Bug#22366, Bug#22700, Bug#22845, Bug#23181)
1346       (closes: Bug#23936, Bug#27755, Bug#28846, Bug#29296, Bug#32138)
1347   * Fixed copyright notice in "copybs.asm" (closes: Bug#35531)
1348   * "syslinux.com" is now included (closes: Bug#31460)
1350  -- Juan Cespedes <cespedes@debian.org>  Mon, 25 Oct 1999 11:09:02 +0200
1352 syslinux (1.43-1) unstable; urgency=medium
1354   * New upstream version:
1355     + Add syslinux2ansi script to display the contents of a
1356       colorized SYSLINUX file.
1357     + Changed the io_delay once again, after a report that the
1358       old delay port causes hangs on some systems.
1359     + Should fix: Bug#18271, Bug#22366, Bug#22845, Bug#23181,
1360       Bug#23936, Bug#27755, Bug#28846, Bug#29296, Bug#32138
1361   * Include "syslinux.com": Bug#31460
1363  -- Juan Cespedes <cespedes@debian.org>  Tue, 30 Mar 1999 12:53:48 +0200
1365 syslinux (1.42-2) frozen unstable; urgency=HIGH
1367   * Reverted patch for installer (it fails with some mtools versions)
1368     (Fixes grave bug: Bug#30791)
1370  -- Juan Cespedes <cespedes@debian.org>  Thu, 17 Dec 1998 10:33:37 +0100
1372 syslinux (1.42-1) frozen unstable; urgency=medium
1374   * New upstream version.  Mostly A20 bug fixes.
1375   * This should fix at least the following syslinux bugs:
1376     Bug#22845, Bug#23181, Bug#23936, Bug#27755, Bug#28846, Bug#29296.
1377   * Change the installer a bit so that it is no longer needed to run
1378     it as root
1380  -- Juan Cespedes <cespedes@debian.org>  Tue, 08 Dec 1998 21:20:31 +0100
1382 syslinux (1.40-3) frozen unstable; urgency=medium
1384   * Added "img1743k.gz" as suggested by Enrique Zanardi <ezanardi@ull.es>
1386  -- Juan Cespedes <cespedes@debian.org>  Mon, 09 Nov 1998 21:23:21 +0100
1388 syslinux (1.40-2) frozen unstable; urgency=medium
1390   * Added "safe, slow and stupid" option to the version
1391     for the boot floppies to be able to boot even on very
1392     buggy bioses. (Bug#23157, Bug#23181).
1393   * Increased A20M delay even a bit more, as suggested by
1394     Enrique Zanardi.
1395   * Changed the aspect of the syslinux banner a bit
1397  -- Juan Cespedes <cespedes@debian.org>  Sat, 06 Jun 1998 01:05:34 +0200
1399 syslinux (1.40-1) unstable; urgency=low
1401   * New upstream release:
1402         * Increase A20M delay and put in a test to avoid problems on
1403           certain IBM Thinkpads (thanks to Donnie Barnes of RedHat
1404           for vital info on this one.)
1405         * Support COMBOOT style boot command images.
1406         * Support chain loading (foreign operating systems, e.g. DOS).
1407         * Include a new "copybs" DOS utility to copy a boot sector to
1408           a file (under Linux, use "dd".)
1409         * Fix the DOS installer to work for disks over 32 MB.
1410         * SYSLINUX should now handle disks with more than 65536 tracks.
1411   * Changed section from "misc" to "base", to be in sync with then
1412     FTP archive
1414  -- Juan Cespedes <cespedes@debian.org>  Fri, 08 May 1998 11:22:46 +0200
1416 syslinux (1.37-1) frozen unstable; urgency=medium
1418   * New upstream version (Bug fixes only):
1419     + Fix a bug that caused "label" statements in syslinux.cfg to
1420       not be handled properly.
1421     + Updated the documentation.  Among other things, we now allow
1422       up to 128 "label" statements.
1424  -- Juan Cespedes <cespedes@debian.org>  Tue, 21 Apr 1998 00:19:18 +0200
1426 syslinux (1.36-2) frozen unstable; urgency=medium
1428   * Re-built for frozen (it fixes the "LABEL" behaviour, required
1429     for the boot floppies)
1431  -- Juan Cespedes <cespedes@debian.org>  Mon, 20 Apr 1998 19:25:13 +0200
1433 syslinux (1.36-1) unstable; urgency=medium
1435   * Applied patch to make all the "LABEL" keywords in config file work
1436   * New upstream version (bug fixes + new option "KBDMAP")
1438  -- Juan Cespedes <cespedes@debian.org>  Mon, 20 Apr 1998 02:30:58 +0200
1440 syslinux (1.34-2) unstable; urgency=low
1442   * Install files as img<size>k.gz instead of img<size>.gz
1444  -- Juan Cespedes <cespedes@debian.org>  Fri, 06 Mar 1998 20:04:59 +0100
1446 syslinux (1.34-1) unstable; urgency=low
1448   * New upstream version
1450  -- Juan Cespedes <cespedes@debian.org>  Thu, 05 Mar 1998 17:50:14 +0100
1452 syslinux (1.33-2) unstable; urgency=low
1454   * Fixed minor packaging bugs
1456  -- Juan Cespedes <cespedes@debian.org>  Sat, 28 Feb 1998 22:50:35 +0100
1458 syslinux (1.33-1) unstable; urgency=low
1460   * New upstream version (fixes:Bug#18654)
1462  -- Juan Cespedes <cespedes@debian.org>  Fri, 27 Feb 1998 10:42:05 +0100
1464 syslinux (1.32-1) unstable; urgency=low
1466   * New upstream release
1467   * Pristine source
1468   * Fixed author email address (hpa@zytor.com instead of hpa@linux.org)
1469   * New Standards-Version: 2.4.0.0
1470   * gzipped only big files in /usr/doc/syslinux
1471   * Changed architecture from all to i386
1473  -- Juan Cespedes <cespedes@debian.org>  Fri, 20 Feb 1998 22:16:20 +0100
1475 syslinux (1.30-6) unstable; urgency=low
1477   * New maintainer
1478   * New Standards-Version (2.3.0.0)
1479   * Changed rules file to no longer use debstd
1481  -- Juan Cespedes <cespedes@debian.org>  Sat, 01 Nov 1997 16:22:57 +0100
1483 syslinux (1.30-5) unstable; urgency=low
1485   * Install changelog correctly
1486   * #8532: Filed a bug report against ftp.debian.org because the
1487     package priorities and section are overridden on master.
1489  -- Christoph Lameter <clameter@waterf.org>  Wed, 29 Oct 1997 18:47:17 -0800
1491 syslinux (1.30-4) unstable; urgency=low
1493   * Changed architecture to all
1494   * Note in description that syslinux generates Intel Boot disks (from
1495     whatever platform you install it on)
1497  -- Christoph Lameter <clameter@waterf.org>  Thu, 04 Sep 1997 11:16:34 -0700
1499 syslinux (1.30-3) unstable; urgency=low
1501   * Include Images for 1.44K and 720K to boot Linux on an Atari Computer
1503  -- Christoph Lameter <clameter@waterf.org>  Tue, 25 Feb 1997 09:27:55 -0800
1505 syslinux (1.30-2) unstable; urgency=low
1507   * Control file: Priority set to optional and put into section "misc" where loadlin
1508     is also. (Bug #5424)
1509   * clean up debian directory
1511  -- Christoph Lameter <clameter@waterf.org>  Mon, 4 Nov 1996 10:42:17 -0800
1513 syslinux (1.30-1) unstable; urgency=low
1515   * Upstream update. Package made conformant to newest standards.
1517  -- Christoph Lameter <clameter@waterf.org>  Mon, 4 Nov 1996 10:26:25 -0800