Releasing debian version 5.0~a3-1.
[debian-live-build.git] / debian / changelog
blob254df09d806a1a7a17a88a36414bb6be54e74dc6
1 live-build (5.0~a3-1) experimental; urgency=low
3   [ Daniel Baumann ]
4   * Removing spurious .grep.swp temporary file in source tree.
5   * Adding check for isolinux build-depends in chroot.
6   * Updating d-i bootparameter separator for jessie.
7   * Enabling security and release updates for jessie.
8   * Correcting typo in stagefile check for includes.chroot.
9   * Using -iso-level 3 option for xorriso to work with image sizes beyond
10     4 GB (Closes: #775424).
11   * Correcting packagelist parsing when packages are listed with notation
12     of a specific version (Closes: #775832).
13   * Switching to default to linux-image-586 on i386.
15   [ Fathi Boudra ]
16   * Adding linux flavours for arm64/armhf architectures.
18   [ Daniel Baumann ]
19   * Making functions/chroot_bind_path.sh executable within the source tree
20     (Closes: #777096).
21   * Using same logic to create the source/.disk/archive_trace for
22     binary/.disk/archive_trace too (Closes: #774200).
23   * Applying patch from jnqnfe <jnqnfe@gmail.com> to correct grub2
24     bootloader directory within the binary images (Closes: #775316).
26  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 07 Feb 2015 06:57:26 +0100
28 live-build (5.0~a2-1) experimental; urgency=low
30   [ Raphaël Hertzog ]
31   * Skip comments in package lists.
33   [ Jan Blunck ]
34   * Bind local repository into chroot directory.
36   [ jnqnfe ]
37   * Address "should check that we're building on debian through e.g. a
38     'derivative-is-based-on' variable or somesuch" fixme.
40   [ Daniel Baumann ]
41   * Updating misc settings for progress-linux.
42   * Cleaning up from python removal (LIVE_IMAGE_PARENT_ARCHIVE_AREAS).
43   * Dropping cdebootstrap support (Closes: #773657).
45   [ Richard Nelson ]
46   * Dropping support of config type rescue in frontend/cgi.
48   [ Daniel Baumann ]
49   * Adding wget to recommends (Closes: #774326).
50   * Changing package dependency checks within chroot to work outside as
51     well.
52   * Updating wget dependency in installer_debian-installer to look for
53     wget on the host system rather than the chroot.
54   * Adding wget dependency in chroot_firmware.
55   * Dropping some sparc leftovers (Closes: #774196).
56   * Adding apt-utils to recommends (Closes: #774339).
57   * Adding gpgv and debian-keyring to suggests for bootstrapping archive
58     keyrings in derivative modes.
59   * Dropping unuseful information from bug-script (Closes: #774340).
60   * Applying slightly modified patch from jnqnfe <jnqnfe@gmail.com> to
61     show correct win32-loader ico file on windows (Closes: #772781).
62   * Correcting dependency checks in binary_package-lists (Closes:
63     #774336).
64   * Dropping manual include of dbus for live-config-systemd, it's a
65     recommends now.
66   * Updating year in copyright notices to 2015.
68  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 04 Jan 2015 20:06:56 +0100
70 live-build (5.0~a1-1) experimental; urgency=low
72   * Dropping support for wheezy.
74  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 10 Dec 2014 08:39:14 +0100
76 live-build (4.0.4-1) unstable; urgency=low
78   [ Daniel Baumann ]
79   * Applying patch from Gabriele Gristina <gabriele.gristina@gmail.com> to
80     fix automated checks for using aptitude.
81   * Adding hook to enable cryptsetup (Closes: #767195).
82   * Dropping prism2-usb-firmware-installer which fetches firmware from (at
83     least) temporarily broken website.
85   [ Raphaël Hertzog ]
86   * Update linux flavours for armhf/armel.
87   * Properly support empty package lists.
88   * binary_syslinux: correct the path used to check if the bootloader is
89     available.
91   [ Daniel Baumann ]
92   * Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE).
93   * Cleaning up from python removal (LIVE_IMAGE_ARCHIVE_AREAS).
94   * Avoid failing to autocreate live.list.chroot in lb config when using
95     --clean, thanks to jnqnfe <jnqnfe@gmail.com> (Closes: #770637).
97   [ jnqnfe ]
98   * Fix broken calls to Get_conffiles() from Read_conffiles() and
99     Print_conffiles() (Closes: #770645).
100   * Fix chroot_package-lists script saving to wrong cache (Closes:
101     #771002).
102   * Fix missing grub2 option in bootloader selection (Closes: #772671).
104   [ Daniel Baumann ]
105   * Correcting stage name check in chroot_includes, thanks to jnqnfe
106     <jnqnfe@gmail.com> (Closes: #771377).
107   * Correcting typo in apt.conf.d directory name, thanks to jnqnfe
108     <jnqnfe@gmail.com> (Closes: #771392).
110   [ jnqnfe ]
111   * Fix typo in variable name (LH_LINUX_FLAVOURS instead of
112     LB_LINUX_FLAVOURS) in installer_debian-installer script, affecting the
113     armel architecture (Closes: #770796).
115   [ Daniel Baumann ]
116   * Somewhat fixing sysvinit and casper legacy support, slightly improved
117     patch from Rui Miguel P. Bernardo <rui.bernardo.pt@gmail.com> (Closes:
118     #772522, #772651).
119   * Ugly hack to force dbus inclusion when using live-config-systemd
120     (Closes: #769635).
122  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 10 Dec 2014 08:23:55 +0100
124 live-build (4.0.3-1) unstable; urgency=low
126   [ Richard Nelson ]
127   * Adding cinnamon-desktop to frontend/cgi.
129   [ Daniel Baumann ]
130   * Updating to standards version 3.9.6.
132   [ Richard Nelson ]
133   * Correct variable name for apt_indices and adjust sed order for
134     population of build feedback on frontend/cgi.
136  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 25 Oct 2014 14:39:03 +0200
138 live-build (4.0.2-1) unstable; urgency=low
140   [ Daniel Baumann ]
141   * Creating live.list.chroot with live packages in config.
143   [ victory ]
144   * Fix typos in lb_config.1.
145   * Add Japanese translations.
147   [ Daniel Baumann ]
148   * Making populating of live.chroot.list distribution specific.
149   * Making check target in manpages makefile comply with the rest.
150   * Dropping incomplete German manpage translations.
151   * Dropping syslinux 6 symlinks from bootloader configs for wheezy.
152   * Removing source_includes from toplevel source script, it was a python
153     stub and will come back at a later point.
155  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 12 Sep 2014 13:42:37 +0200
157 live-build (4.0.1-1) unstable; urgency=low
159   * Dropping leftover testroot call in bootstrap_cdebootstrap and
160     bootstrap_debootstrap.
162  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Aug 2014 23:25:52 +0200
164 live-build (4.0.0-1) unstable; urgency=low
166   [ Daniel Baumann ]
167   * Correcting wrong target for /etc/mtab symlink in create-mtab-symlink
168     hook, thanks to Ben Armstrong <synrg@sanctuary.nslug.ns.ca>.
169   * Setting default distribution to jessie.
171   [ Ben Armstrong ]
172   * Exclude lib and non-main sections as tasksel does (Closes: #758218).
174   [ Daniel Baumann ]
175   * Moving partial python rewrite to separate branch, let's do it in the
176     jessie+1 cycle rather than go with the current mixed code.
177   * Restoring old manpages since we're back to the non-python
178     implementation (Closes: #745134).
180  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Aug 2014 00:59:45 +0200
182 live-build (4.0~alpha39-1) unstable; urgency=low
184   [ Daniel Baumann ]
185   * Updating isohdpfx handling for syslinux 6.
187   [ Richard Nelson ]
188   * Include mate-desktop in templates/cgi/debian/form.html
190   [ Daniel Baumann ]
191   * Enabling syslinux 6 support for jessie as well.
192   * Unconditionally replacing bootloader symlinks with syslinux 6 from
193     jessie, this will break building wheezy images (so we have to come up
194     with something better than that prior upload).
195   * Adding second set of bootloader templates for wheezy.
197  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 24 Jul 2014 05:05:17 +0200
199 live-build (4.0~alpha38-1) unstable; urgency=low
201   [ Daniel Baumann ]
202   * Also creating source stagefile in source_debian.
204   [ Carlos Zuferri ]
205   * Adding .po integrity check target to manpages/Makefile.
206   * Adding '--package-version' to po4a options.
208   [ Daniel Baumann ]
209   * Enabling syslinux 6 support for sid.
211   [ Kiel Christofferson ]
212   * Replace subprocess.call() with subprocess.check_call().
214   [ Richard Nelson ]
215   * Add --apt option on frontend/cgi.
217   [ Daniel Baumann ]
218   * Adding symlink for udeb data for jessie.
220   [ Simon McVittie ]
221   * If /etc/mtab exists as a file, replace it with a symlink (Closes:
222     #746570).
224  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 25 Jun 2014 21:04:46 +0200
226 live-build (4.0~alpha37-1) unstable; urgency=low
228   * Updating default boot parameters for live-config 4.x.
229   * Adding hook to create /etc/mtab as a symlink to /proc/mtab if not
230     already existing (Closes: #746570).
231   * Only removing stage files in lb clean --stage and keep .build around
232     in order for init to detect initialized config directories properly.
233   * Adding wheezy legacy handling for syslinux.
235  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 May 2014 07:01:35 +0200
237 live-build (4.0~alpha36-1) unstable; urgency=medium
239   [ Simon McVittie ]
240   * Truncate /etc/machine-id instead of deleting it.
242   [ Daniel Baumann ]
243   * Correcting os.chmod usage in lb init.
245  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Apr 2014 19:50:40 +0200
247 live-build (4.0~alpha35-1) unstable; urgency=low
249   [ Daniel Baumann ]
250   * Calling init in build as well when automatically populating a new
251     config tree.
252   * Switching default debian release to jessie.
253   * Allow cache directories to be symlinks as well (Closes: #741934).
254   * Cleaning /etc/hosts as in previous live-build versions (Closes:
255     #744939).
257   [ Simon McVittie ]
258   * Add support for making ext[234] or btrfs hdd images bootable with
259     extlinux (Closes: #745816)
261  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 27 Apr 2014 12:39:53 +0200
263 live-build (4.0~alpha34-1) unstable; urgency=low
265   [ Daniel Baumann ]
266   * Only automatically do replacements within syslinux configs when they
267     are not directories (as they can be in the pxelinux.cfg case), thanks
268     to Antony Messerli <amesserl@rackspace.com> (Closes: #745760).
269   * Correcting required installer package determination to avoid extra
270     packages, thanks to Benjamin Moody <benjamin.moody@gmail.com> (Closes:
271     #739729).
272   * Failing in lb config when config wasn't initialized first with lb init
273     (Closes: #744365).
274   * Using cp -a on all non-fat filesystems to copy content into the binary
275     image (Closes: #745824).
277   [ Simon McVittie ]
278   * Run hooks in sorted order (Closes: #745839).
280   [ Daniel Baumann ]
281   * Dropping superfluous comment about recompression initrd images in
282     chroot_hacks.
283   * Updating sha1sum for recompressed initrd images (Closes: #745205).
284   * Adjusting splash.svg filename in embedded syslinux configurations to
285     match code (Closes: #745020).
286   * Ensuring correct include directory permissions avoiding tainting of
287     target system in lb init.
288   * Abort early in installer_preseed if d-i is not included on the image
289     (Closes: #745855).
291  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 26 Apr 2014 08:01:22 +0200
293 live-build (4.0~alpha33-1) unstable; urgency=low
295   * Building with dh --parallel.
297  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2014 21:47:27 +0200
299 live-build (4.0~alpha32-1) experimental; urgency=low
301   [ Daniel Baumann ]
302   * Updating copyright notices for 2014.
304   [ Kiel Christofferson ]
305   * Use LB_INITRAMFS case instead of assuming "live".
306   * Only grab the latest version of kernel+initrd pair.
307   * Auto-detect foreign architectures in packagelist.
308   * Only call shift if args are not empty.
309   * Allow config command without root privileges.
310   * Include "components" when detecting local scripts.
312  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 02 Mar 2014 06:24:34 +0100
314 live-build (4.0~alpha31-1) experimental; urgency=low
316   [ Daniel Baumann ]
317   * Creating all includes directories in config.
318   * Decrufting depends, recommends and suggests.
319   * Dropping chroot_live-packages by moving logic outside of live-build
320     into the config directory.
321   * Adding initial stub for lb init.
322   * Adding lb-init manpage.
323   * Adding --distribution to lb-init.
325   [ chals ]
326   * Removing obsolete po4a flag 'no-backups' from manpages/Makefile.
327   * Fixing typo in lb-binary-hooks.1 manpage.
328   * Translating lb-binary-hooks.1 into Spanish.
329   * Updating small bits in several .po files, Spanish translation.
331   [ Daniel Baumann ]
332   * Correcting comment in bootstrap-cdebootstrap.
334   [ chals ]
335   * Translating lb-binary-includes.1 manpage into Spanish.
336   * Translating lb-bootstrap-includes.1 manpage into Spanish.
337   * Translating lb-chroot-includes.1 manpage into Spanish.
338   * Fixing copy and paste error in lb-bootstrap-includes.es.1 manpage,
339     Spanish translation.
340   * Translating lb-source-includes.1 manpage into Spanish.
342   [ Daniel Baumann ]
343   * Moving bootstrapping of derivative archive-keys from config to init.
344   * Moving live-build development disclaimer message from lb-config to lb-
345     init.
346   * Adding some notes on coding style in python readme.
348   [ chals ]
349   * Updating dates in manpages.
350   * Updating Spanish translation of lb-bootstrap-cdebootstrap manpage.
351   * Updating Spanish translation of lb-bootstrap-debootstrap manpage.
352   * Updating Spanish translation of lb-bootstrap-hooks manpage.
353   * Updating Spanish translation of lb-chroot-hooks manpage.
354   * Translating lb-init manpage into Spanish.
355   * Translating lb-source-hooks manpage into Spanish.
356   * Updating, again, lb-bootstrap-debootstrap manpage, Spanish
357     translation.
358   * Unfuzzying dates in the Spanish translation.
359   * Unfuzzying dates in the German translation of the manpages.
361   [ Daniel Baumann ]
362   * Unfuzzing German translation of lb-binary-hooks.1
363   * Correcting file open modes in lb-init.
364   * Correcting a few copy/paste errors in *-includes python stubs.
365   * Pre-emptively removing occurances of the short name of the Debian
366     derivative from Canonical that cannot be named.
367   * Silencing copying of syslinux themes since users get always distracted
368     about syslinux 6 files not being dereferenced (which can be totally
369     ignored if you're using syslinux 4).
371   [ Richard Nelson ]
372   * Adding jessie distribution to l-b-cgi frontend.
374   [ Diederik de Haas ]
375   * Updated gitignore file with newly generated files.
377   [ Daniel Baumann ]
378   * Explicitly building iso images with rock ridge extension.
380  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 07 Jan 2014 21:03:41 +0100
382 live-build (4.0~alpha30-1) experimental; urgency=low
384   * Updating filenames suffixes of example hook files.
385   * Switching from global lock file to config tree specific one.
386   * Simplifying package cache stanza in python bootstrap stubs.
387   * Adding program specification to lb_binary_hooks manpage.
388   * Adding program specification to lb_source_hooks manpage.
389   * Adding program specification to lb_chroot_hooks manpage.
390   * Adding program specification to lb_bootstrap_hooks manpage.
391   * Harmonizing options markup in manpages.
392   * Correcting spelling typo in manpages (s/hoooks/hooks/).
393   * Moving testroot into lb wrapper itself.
394   * Stuffing bootstrapping of archive-keys for derivatives into lb_config,
395     it's not a runtime thing and its logic should not be embedded in live-
396     build but the config directory.
397   * Handling bootstrap cache inside the bootstrap stubs itself.
398   * Streamlineing a few comments in the python stubs.
399   * Removing wrong reference to config/build in lb_*_hooks manpages.
400   * Switching to later submodule naming scheme for python stubs.
401   * Updating todos in python stubs.
402   * Rewriting chroot_includes in python.
403   * Updating program description of *-hook commands.
404   * Adding lb-chroot-includes manpage.
405   * Adding dependency check for cpio in chroot-includes.
406   * Correcting spelling typo in python stubs (s/optained/obtained/).
407   * Completing incomplete verbose message when copying files in chroot-
408     includes.
409   * Rewriting binary_includes in python.
410   * Adding lb-binary-includes manpage.
411   * Adding sources-includes.
412   * Adding lb-source-includes manpage.
413   * Adding bootstrap-includes.
414   * Correcting error message when no includes have been found in
415     *-includes commands.
416   * Adding lb-bootstrap-includes manpage.
418  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 04 Nov 2013 19:08:04 +0100
420 live-build (4.0~alpha29-1) experimental; urgency=low
422   * Updating to standards version 3.9.5.
423   * Rewriting bootstrap_hooks in python.
424   * Making various things in bootstrap manpages more consistent.
425   * Also processing config/hooks/*.hook in bootstrap_hooks, if any.
426   * Adding lb_bootstrap_hooks manpage.
427   * Rewriting chroot_hooks in python.
428   * Adding lb_chroot_hooks manpage.
429   * Updating file suffixes of the internal default hooks.
430   * Automatically symlink hooks upon creation of the configuration tree.
431   * Updating configuration path in update-apt-file-cache.hook.chroot.
432   * Rewriting binary_hooks in python.
433   * Adding lb_binary_hooks manpage.
434   * Rewriting source_hooks in python.
435   * Adding lb_source_hooks manpage.
436   * Adding see also entries in hooks manpages.
437   * Moving python stubs to their own subdirectory within the source tree.
438   * Manually adding --version to argparse in python stub since python 3.3
439     dropped the version keyword.
440   * Replacing os.link calls for hooks with shutil.copy to properly
441     dereference symlinks in python stubs.
443  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 04 Nov 2013 07:17:48 +0100
445 live-build (4.0~alpha28-1) experimental; urgency=low
447   [ Daniel Baumann ]
448   * Depending on python3, thanks to Richard Nelson <unixabg@gmail.com>
449     (Closes: #726806)
451   [ Richard Nelson ]
452   * Updating files to copy for finished build on l-b-cgi frontend and the
453     4.x branch.
455   [ Daniel Baumann ]
456   * Dropping incomplete and not really supported exposed root mode.
457   * Weakening mode on pts for compliance with eglibc 2.18 within
458     containers during build.
459   * Updating rsvg calls in binary_syslinux for newer versions of
460     librsvg2-bin, thanks to Roberto Carlos Morano <rcmorano@emergya.com>
461     (Closes: #728030).
463  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Oct 2013 08:35:53 +0100
465 live-build (4.0~alpha27-1) experimental; urgency=low
467   * Updating package descriptions.
468   * Replacing s390 with s390x in architecture specific defaults.
469   * Adding bootstrap hooks.
470   * Depending on python only for the time being, rather than python3.3.
471   * Rewrapping control file.
472   * Moving /selinux to /sys/fs/selinux to accomodate newer selinux in
473     debian.
474   * Making warning about alpha version of live-build in lb_config
475     conditional on the internal version.
476   * Using 4 instead of 4.0 for unreleased 4.x versions as version number
477     in python stubs.
478   * Updating German manpage translations.
479   * Harmonize comments in python stubs.
480   * Calling parted with optimal aligning.
481   * Sorting todo items in python stubs.
482   * Updating descriptions in python stubs.
483   * Adding note about outdated/unsupported versions in general develop-
484     ment-version warning message.
486  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 18 Oct 2013 09:48:31 +0200
488 live-build (4.0~alpha26-1) experimental; urgency=low
490   [ Jan Blunck ]
491   * Remove chroot-only configured apt sources in chroot_archives remove.
492   * Selectively remove chroot-only APT configuration and preferences
493     instead of wiping everything.
495   [ Daniel Baumann ]
496   * Removing unused description variable in syslinux configs.
497   * Updating to python 3.3 (Closes: #723702).
499  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 19 Sep 2013 09:10:12 +0200
501 live-build (4.0~alpha25-1) experimental; urgency=low
503   [ Richard Nelson ]
504   * Modify l-b-cgi frontend logging paths.
506   [ Daniel Baumann ]
507   * Making workaround for apt-get source actually working in backports-
508     included-but-not-enabled scenarios.
510  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 Sep 2013 10:23:16 +0200
512 live-build (4.0~a24-1) experimental; urgency=low
514   * Updating initsystem default for progress-linux releases.
516  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 06 Sep 2013 20:05:13 +0200
518 live-build (4.0~a23-1) experimental; urgency=low
520   * Updating cgi templates for current bootstrap version 3.0.0 based theme
521     on live-systems.org.
522   * Updating hardcoded defaults for syslinux splash descriptions for
523     progress-linux.
525  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 06 Sep 2013 18:30:14 +0200
527 live-build (4.0~a22-1) experimental; urgency=low
529   [ Daniel Baumann ]
530   * Updating binary repository prefix for progress-linux.
531   * Updating syslinux flavour detection for progress-linux.
533   [ Raphaël Hertzog ]
534   * Ensure xfsprogs and jfsutils are available in the ISO when d-i is
535     used.
537  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 05 Sep 2013 17:30:38 +0200
539 live-build (4.0~a21-1) experimental; urgency=low
541   * Breaking out installer integration into an own stage.
542   * Splitting out preseed handling from main installer script.
543   * Adding note about live-build version in build to get the lb version
544     into build logs.
545   * Using includes.installer instead of includes.debian-installer.
546   * Avoid failing on package lists fails that have no newline at the end.
547   * Reorganizing frontend in source tree.
548   * Dropping global archive definitions shipped in
549     /usr/share/live/build/archives (same as with packagelists, hidden
550     archive 'magic' is gone now in favour of explicit config tree
551     configuration).
552   * Removing some leftovers in chroot_archives from --archives removal.
553   * Handling dist-upgrade right after bootstrap with copy of
554     chroot_archives as bootstrap_archives in preparation for a future
555     multi-archive bootstrap.
556   * Moving caching out of bootstrap_{c,}debootstrap to own helper for
557     future unification with chroot caches helper.
558   * Debranding live sources.
559   * Expanding all variables in all syslinux configuration files, rathern
560     than on some selected ones only.
561   * Updating linux-image package names for 3.0 in installer_debian-
562     installer.
563   * Stripping backports from sources.list temporarily when obtaining
564     sources to workaround apts disregard of pinning for the cases where
565     backports are included but not enabled.
566   * Calling bootstrap_archives with correct pass argument.
567   * Correcting wrong defaults setting for parent distribution in
568     config/build.
569   * Removing obsolete starting of binary_debian-installer in binary.
570   * Renaming some leftover pieces from binary_debian-installer to
571     installer_debian-installer.
572   * Correcting wrong installer directory moving check in progress-linux
573     mode.
575  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 Aug 2013 18:06:23 +0200
577 live-build (4.0~a20-1) experimental; urgency=low
579   [ Richard Nelson ]
580   * Improve reading of post data on l-b-cgi frontend.
582   [ Daniel Baumann ]
583   * Removing importet test bashism in frontends/cgi/live-build-cgi.
584   * Updating versioning scheme references to match new scheme since
585     wheezy.
586   * Dropping some EOL ubuntu release information.
588   [ Richard Nelson ]
589   * Correcting bashism in frontends/cgi/live-build-cgi
590   * Reverting returning the error code from auto/build script, doesn't
591     work.
592   * Run build call from l-b-cgi.cron with noauto.
593   * Adding set +e to l-b-cgi.cron so script will finish on errors.
595   [ Daniel Baumann ]
596   * Adding hook to remove ssl-cert-snakeoil by default.
597   * Extending wget calls with options variable in bootstrap_archive-keys
598     too (Closes: #712710).
600  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 19 Jun 2013 08:01:17 +0200
602 live-build (4.0~a19-1) experimental; urgency=low
604   [ Richard Nelson ]
605   * Modified l-b-cgi cron to move submitted build file to temporary build
606     directory after reading.
607   * Initial commit on l-b-cgi frontend to support multiple instances of
608     image building.
609   * Formatting cleanup on l-b-cgi.cron wrt commit that support multiple
610     instances of image building.
612   [ Daniel Baumann ]
613   * Sorting kernel versions in reverse order (newest first) in syslinux
614     configurations in consistency with normal bootloader behaviours.
615   * Moving creation of chroot.files manifest in lb chroot after pseudo-
616     filesystems have been unmounted to avoid loops, thanks to Michal
617     Suchanek <hramrach@gmail.com>.
618   * Sorting imports in python stubs.
620   [ Richard Nelson ]
621   * Return the error code from auto/build script.
623   [ Daniel Baumann ]
624   * Including memtest86+ in syslinux menu.
626  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 May 2013 16:48:19 +0200
628 live-build (4.0~a18-1) experimental; urgency=low
630   [ Daniel Baumann ]
631   * Updating derivatives archive-key signature validiation to look by
632     default at both debian and debian-maintainers keyrings.
633   * Updating bootstrap mirror for progress-linux.
634   * Enabling release updates (formerly known as volatile) for wheezy.
635   * Updating todo in python stubs.
636   * Skipping loadlin inclusion on netboot images.
638   [ chals ]
639   * Changing how syslinux files are copied to make netboot images work
640     properly.
642   [ Daniel Baumann ]
643   * Adding ls -lR files as .files output.
644   * Renaming remove-udev-persistent-rules.chroot hook to remove-udev-
645     persistent-net-rules.chroot for future additional udev hooks.
646   * Adding hook to disable 70-persistent-cd.rules udev rule to prevent
647     udev remember the cd device name both the one of the build system and
648     the one of the live system (Closes: #706926).
649   * Renumbering hook scripts.
651  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 May 2013 20:09:54 +0200
653 live-build (4.0~a17-1) experimental; urgency=low
655   [ Michael Stummvoll ]
656   * Using LB_HDD_SIZE to determine the size of the image.
658   [ Daniel Baumann ]
659   * Replacing bootstrap_debootstrap with Python stub.
660   * Replacing bootstrap_cdebootstrap with Python stub.
661   * Updating bootstrap for Python stubs.
662   * Excluding Python scripts from shell script tests in top-level
663     Makefile.
664   * Adding depends to python3.2.
665   * Temporary hack for lb config to produce config/build until stuff is
666     cleaned up properly.
667   * Removing bootstrap_cache, not needed anymore.
668   * Dropping now unused intermediate config/image.
669   * Adding python readme.
670   * Moving old manpages out of the way.
671   * Adding new lb_bootstrap_debootstrap manpage.
672   * Adding initial German translation for bootstrap_debootstrap manpage.
673   * Adding new lb_bootstrap_cdebootstrap manpage.
674   * Adding initial German translation for bootstrap_cdebootstrap manpage.
675   * Switching argument and configuration handling order in Python stubs.
676   * Adding files section in bootstrap_debootstrap and
677     bootstrap_cdebootstrap manpages.
679   [ chals ]
680   * Adding initial Spanish translation of two man pages.
682   [ Daniel Baumann ]
683   * Writing errors to stderr in Python stubs.
685  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 08 Apr 2013 22:19:36 +0200
687 live-build (4.0~a16-1) experimental; urgency=low
689   [ Daniel Baumann ]
690   * Correcting typo directory when dereferencing syslinux symlinks when
691     building chrooted, thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
692   * Debranding package for derivatives.
693   * Using dpkg-divert in chroot_upstart script to handle upgrades of
694     upstart during the build (Closes: #702537).
695   * Using dpkg-divert for other diversions too to handle upgrades of the
696     diverted stuff during build.
697   * Adding generic live-build handle in chroot_dpkg for other live
698     packages to act upon.
699   * Updating fallback help message in live-build pseudo-command.
700   * Simplyfing live-build pseudo-command.
701   * Correcting grammer error in live-build description.
702   * Improving comment in lb about embedded live-build within config tree.
703   * Removing old docs.
704   * Adding set -e in example auto scripts.
705   * Setting memtest default to none.
706   * Using ntfs-3g to mount ntfs partitions.
707   * Adding check for ntfs-3g on the host system, precluding the initial
708     ntfs binary filesystem support (Closes: #697793).
709   * Dropping dedicated backports mirror handling, not needed anymore with
710     the move of backports.d.o into ftp.d.o.
711   * Dropping dedicated updates (formerly volatile) mirror handling, not
712     needed anymore.
713   * Renaming config/control to config/image.
714   * Removing dedicated emdebian mode, this can entirely be handled with
715     different defaults.
717   [ Michael Stummvoll ]
718   * Fixing missing quotes for tr commands to avoid unwanted expansions.
720   [ Richard Nelson ]
721   * Converting l-b-cgi frontend to process forms with post.
723   [ Daniel Baumann ]
724   * Replacing strings in all syslinux config files, not just certain
725     hardcoded ones.
726   * Cleaning up installer file locations for progress-linux.
727   * Aborting early in chroot_package-lists if no package list is found.
728   * Stripping out comments in package lists.
729   * Unifying append options in binary_syslinux when processing
730     configuration files.
732  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 01 Apr 2013 08:25:04 +0200
734 live-build (4.0~a15-1) experimental; urgency=low
736   * Removing all references to my old email address.
738  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 10 Mar 2013 22:18:46 +0100
740 live-build (4.0~a14-1) experimental; urgency=low
742   [ Richard Nelson ]
743   * Add sanity check on config type to build for l-b-cgi.
744   * Add _CGI_CONFIG_APPEND varialbe for appending options to lb config
745     call on l-b-cgi frontend.
746   * Change _CGI_CONFIG_APPEND to front of the lb config call on l-b-cgi
747     frontend.
748   * Removing quotes around _CGI_CONFIG_APPEND to handle multiple
749     parameters correctly on l-b-cgi frontend.
750   * Adding binary image type to config call on l-b-cgi frontend.
751   * Add log information of git:://url for l-b-cgi frontend.
752   * Append to log file on errors and not truncate the file on l-b-cgi
753     frontend.
755   [ Daniel Baumann ]
756   * Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-
757     barratt.org.uk>.
759   [ Raphaël Hertzog ]
760   * Fixing win32-loader.ini by including the GTK related entries.
762  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 10 Mar 2013 19:06:14 +0100
764 live-build (4.0~a13-1) experimental; urgency=low
766   [ Daniel Baumann ]
767   * Removing non-existent --apt-indices none references.
768   * Also showing distribution in lb config initial messages.
769   * Making messages about reading system conffiles in lb config more
770     accurate.
771   * Harmonize handling of pre-existing gnupg dotfiles in chroot when
772     handling fake signing keys for local repository.
773   * Making some more debian source-selections conditional on certain image
774     options.
776   [ Raphaël Hertzog ]
777   * Increasing oversizing factor of ext* filesystems from 5 to 6%.
779   [ Daniel Baumann ]
780   * Adding source_hooks for hooks on source images like already supported
781     on binary images.
783  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 21 Feb 2013 23:29:53 +0100
785 live-build (4.0~a12-1) experimental; urgency=low
787   * De-debianizing linux-flavour defaults on i386 and only including 486.
788   * Defaulting to latest ubuntu release by default in ubuntu mode.
789   * Adding release version for ubuntu raring.
790   * Updating d-i suite symlink for wheezy release.
791   * Removing incomplete support for root-command.
792   * Removing incomplete support for fakeroot.
793   * Correcting typo in grub2 config template.
794   * Synchronise grub and grub2 splashes with internal live-build splash
795     for syslinux bootloaders.
797  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 18 Feb 2013 21:49:32 +0100
799 live-build (4.0~a11-1) experimental; urgency=low
801   * Allowing to use parted its automatic offset handling at the beginning
802     of a disk, rather than to harcode it to first block (Closes: #647607).
803   * Aborting with error if hdd label has a whitespace (Closes: #648861).
804   * Dropping sparc bootloader support (silo), there is nobody actively
805     maintaining this in live-build.
806   * Dropping powerpc bootloader support (yaboot), there is nobody actively
807     maintaining this in live-build.
809  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 15 Feb 2013 12:39:09 +0100
811 live-build (4.0~a10-1) experimental; urgency=low
813   * Removing superfluous menu default directive in installer syslinux
814     menues.
815   * Updating wheezy release number.
816   * Adding 3.0.1-1 changelog entries.
818  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 15 Feb 2013 09:00:52 +0100
820 live-build (4.0~a9-1) experimental; urgency=low
822   * Updating wheezy pre-release number for b4.
823   * Dropping dpkg compression level.
824   * Correcting spelling typos in changelog to make lintian happy.
825   * Escaping quotes to workaround a false-positive of checkbashisms in
826     binary_debian-installer.
827   * Correcting install path in loadlins install.bat for the gtk d-i
828     flavour.
829   * Switching default binary filesystem for hdd images to fat32 to be more
830     robust on todays flash devices.
831   * Correcting vshift in syslinux themes to correct display bug with
832     overlong lines, thanks to Thanatermesis <thanatermesis@gmail.com>.
833   * Adding bootrap_archive-keys to establish secure trust-chain on top of
834     debian-keyring for derivatives.
835   * Updating syslinux configurations and handling for syslinux 5.
836   * Adding hook to remove systemd machine-id.
837   * Renumbering hooks.
838   * Correcting wrong debian-installer syslinux menu files.
839   * Including HDT in advanced options menu within syslinux menu.
840   * Updating binary_debian-installer for newer append replacement
841     variables used in syslinux configs.
842   * Dropping theme package support, themes are either in the config tree
843     or the embedded one from live-build is used.
844   * Correctly remove binary contents and packages file in clean script.
845   * Adding key-shortcut for advanced options in syslinux menu.
846   * Removing default menu marker for install entry in syslinux menu.
847   * Converting splash.svg not just splash.svg.in files as syslinux
848     bootsplashes.
849   * Removing dropped syslinux-theme config option from lb_config manpage.
850   * Adding 3.0.0-1 changelog entries.
852  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 09 Feb 2013 00:23:47 +0100
854 live-build (4.0~a8-1) experimental; urgency=low
856   [ Daniel Baumann ]
857   * Updating manpage year handling for 2013.
858   * Using cat instead of echo to workaround incompatible and conflicting
859     uses in escaping of \t in dash and bash, and less importantly to
860     workaround a false-positive in checkbashisms.
861   * Updating footer link to 'legal information' in cgi html template.
862   * Cleaning up binary_loadlin.
863   * Updating for twitter-bootstrap usage on live.debia.net in the cgi html
864     templates.
865   * Updating footer in cgi html template.
866   * Correcting spelling typo in html footer of the cgi, thanks to Jean-
867     Christophe Saint-Marc <jchristophe.stmarc@free.fr>.
868   * Removing reference to removed --package-lists option in lb_config
869     manpage (Closes: #698260).
871   [ Richard Nelson ]
872   * Correcting typo on functions/default.sh, thanks to jhcha54008
873     <jhcha54008@free.fr> (Closes: #698397).
875   [ Daniel Baumann ]
876   * Updating samhain workaround in chroot_dpkg to work if live-build is
877     being used with sudo or fakeroot (Closes: #698423).
878   * Correcting apt-key cleanup of local dummy signing keys when using
879     local packages, thanks to jhcha54008 <jhcha54008@free.fr>.
880   * Making xorriso option handling a bit more readable.
881   * Applying slightly modified patch from Raphaël Hertzog
882     <hertzog@debian.org> to fix automatic firmware inclusion when using
883     debian-installer with live-installer and having firmware packages
884     installed in the live system already.
885   * Adding config/control in example gitignore file.
886   * Adding 3.0~b6-1 changelog entries.
887   * Correcting variable default assignment for new configuration tree
888     layout.
889   * Avoiding to unconditionally adding whitespace separator to
890     config/control for existing configs.
892  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 20 Jan 2013 11:28:27 +0100
894 live-build (4.0~a7-1) experimental; urgency=low
896   * Omitting binary manifest creation when chroot filesystem is set to
897     none.
898   * Omitting memtest in binary if chroot filesystem is set to none.
899   * Simplifying exit check in chroot_linux-image.
900   * Splitting off chroot firmware handling into an own script.
901   * Removing redundant check for linux-images in binary_linux-image.
902   * Correcting glitch with plain chroot filesystems in binary_chroot.
903   * Switching order of kernel flavours in defaults, the last added one in
904     the list becomes the default symlink target in the rootfs by apt.
905   * Dropping support for now unused includes feature in package lists.
906   * Using .cfg suffix for consistency with debian-installer on preseed
907     files in config/preseed.
908   * Adding sample gitignore file in examples.
909   * Setting debian-installer to false in all modes by default.
910   * Updating year in all copyright notices.
911   * Updating removal of backup files in stripped example hook to also work
912     with spaces in filenames.
913   * Don't fail when adding symlinks for firmware in binary/firmware for
914     debian-installer and the symlink already exists (Closes: #696688).
915   * Defaulting to obsolete md5 for checksums instead of sha256 on debian,
916     as debians cdrom-check in d-i only supports md5.
917   * Defaulting to obsolete filenames for checksums on debian, as debians
918     cdrom-check in d-i only supports legacy filenames (Closes: #697082).
919   * Correcting spelling typo in help text within the binary checksums
920     file.
921   * Also ignoring legacy checksum filenames when creating checksum files.
922   * Creating autorun.inf in binary_win32-loader.
923   * Dropping stable and unstable dist symlinks for d-i in dists for
924     wheezy.
925   * Creating install.bat for loadlin.
926   * Only including gtk d-i in win32-loader config if available on the
927     target image.
928   * Updating win32-loader.ini for wheezy.
929   * Correcting legacy filename for checksum files.
930   * Removing all checksum files in lb clean.
931   * Adding support for sha512 checksums.
932   * Dropping pre-wheezy handling for win32-loader files.
933   * Adding 3.0~b5-1 changelog entries.
935  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jan 2013 11:50:55 +0100
937 live-build (4.0~a6-1) experimental; urgency=low
939   [ Daniel Baumann ]
940   * Moving removal of actual backup files for apt sources into correct
941     hook.
942   * Renumbering hooks.
943   * Disabling accidentally enabled removal of apt sources hook by default.
944   * Moving configuration version off as the first option into new config
945     tree format.
946   * Moving off binary image type into new config tree format.
947   * Moving off binary image architecture into new config tree format.
948   * Also reading in existing values from new config tree format.
949   * Separate between configured values and runtime values in new
950     configuration handling.
951   * Correcting architecture defaults.
952   * Using image name from configuration to name binary output files.
953   * Adding explicit warning for people that do not understand what stable
954     is.
955   * Using image name from configuration to name source output files.
956   * Setting default name to live-image for the time being.
958   [ Ben Armstrong ]
959   * Improving warning wording to reflect unfinished state of code better.
961   [ Daniel Baumann ]
962   * Including architecture in binary output filenames.
963   * Moving off binary image archive areas into new config tree format.
964   * Updating comment for image name config handling.
965   * Moving off binary image parent archive areas into new config tree
966     format.
967   * Only writing out Parent-Archive-Areas field into configuration when
968     building a derivative.
970   [ Richard Nelson ]
971   * Unify _DEBUG variable values to be true or false for l-b-cgi.
973   [ Daniel Baumann ]
974   * Removing pre-wheezy grub package from binary_debian-installer.
975   * Adding 3.0~b4-1 changelog entries.
977  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 23 Dec 2012 10:54:24 +0100
979 live-build (4.0~a5-1) experimental; urgency=low
981   * Removing old code in chroot_hacks for tasks which are not used
982     anymore.
983   * Moving kexec-tools default preseeding into its own hook script.
984   * Removing loop-aes-utils related hack for squeeze.
985   * Moving removal of backup and temporary files to their own hook script.
986   * Adding default hook to truncate log files.
987   * Also removing man chache in remove-temporary-files hook.
988   * Adding default hook to use newest nvidia version.
989   * Using consistent naming for default hooks.
990   * Adding default hook to use mesa glx renderer.
991   * Merging remove-linux-image-backups into remove-backup-files hook.
992   * Renumbering hooks.
993   * Correcting config tree version check for older versions.
994   * Correcting config tree version check for the current version.
995   * Removing some dead default handling code for global includes which do
996     not exist anymore.
997   * Removing kubuntu mode, it's not different anymore to standard ubuntu
998     mode.
999   * Adding 3.0~b3-1 changelog entries.
1001  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Dec 2012 20:32:41 +0100
1003 live-build (4.0~a4-1) experimental; urgency=low
1005   [ Daniel Baumann ]
1006   * Updating wheezy release number.
1007   * Removing not really useful symlinks example hook.
1008   * Adding default hook to remove mdadm configuration.
1009   * Correcting spelling typo in bug script.
1010   * Adding support for live-images configs and arbitrary configuration
1011     directories in lb_config --config option.
1012   * Avoid re-populating an already populated configuration tree when using
1013     lb config --config.
1014   * Updating removal of adjtime in a split out hook for wheezy.
1016   [ Richard Nelson ]
1017   * Update l-b-cgi frontend to support new git config structure.
1019   [ Daniel Baumann ]
1020   * Switching from genisoimage to xorriso.
1021   * Adding 3.0~b2-1 changelog entries.
1023  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 16 Dec 2012 22:01:58 +0100
1025 live-build (4.0~a3-1) experimental; urgency=low
1027   [ Raphaël Hertzog ]
1028   * Adding initial menu entries for debian-installer.
1030   [ Daniel Baumann ]
1031   * Removing local/bin by default in lb_clean too.
1032   * Skipping creation of soon to be replaced config/templates directory.
1033   * Adding 3.0~b1-1 changelog entries.
1035  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Dec 2012 20:40:05 +0100
1037 live-build (4.0~a2-1) experimental; urgency=low
1039   * Removing some leftovers from stripped and minimal package lists.
1040   * Updating powerpc kernel list on ubuntu.
1041   * Adding dropped empty-line separator in defaults.
1042   * Adding dropped empty-line separator in binary_debian-installer.
1043   * Updating version config tree version check (Closes: #695091).
1044   * Updating wording about regenerating config trees.
1045   * Harmonizing apt configuration handling in chroot_archives.
1046   * Adding support for local apt conf.d snippets in archive definitions
1047     (Closes: #685791).
1048   * Ensuring that functions are either sources locally or globally, but
1049     not both.
1050   * Adding proper header to build.sh include.
1051   * Dropping ubuntu guards on firmware selection code, we're not enabling
1052     firmware inclusion in ubuntu mode anyway.
1053   * Adding 3.0~a69-1 changelog entries.
1055  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 06 Dec 2012 21:17:32 +0100
1057 live-build (4.0~a1-1) experimental; urgency=low
1059   * Dropping support for squeeze and squeeze-based distributions.
1061  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Nov 2012 15:22:32 +0100
1063 live-build (3.0.5-1) unstable; urgency=low
1065   * Skipping loadlin inclusion on netboot images.
1067  -- Daniel Baumann <daniel@debian.org>  Tue, 30 Apr 2013 10:26:09 +0200
1069 live-build (3.0.4-1) unstable; urgency=low
1071   * Correcting variable typo when setting distribution specific defaults
1072     of the backports mirror for the binary image.
1074  -- Daniel Baumann <daniel@debian.org>  Mon, 29 Apr 2013 12:47:24 +0200
1076 live-build (3.0.3-1) unstable; urgency=low
1078   * Updating debian-backports mirrors for wheezy.
1079   * Enabling release updates (formerly known as volatile) for wheezy.
1081  -- Daniel Baumann <daniel@debian.org>  Thu, 25 Apr 2013 17:39:31 +0200
1083 live-build (3.0.2-1) unstable; urgency=low
1085   [ Daniel Baumann ]
1086   * Allowing to use parted its automatic offset handling at the beginning
1087     of a disk, rather than to harcode it to first block (Closes: #647607).
1088   * Aborting with error if hdd label has a whitespace (Closes: #648861).
1089   * Updating d-i suite symlink for wheezy release.
1090   * Correcting typo in grub2 config template.
1091   * Synchronise grub and grub2 splashes with internal live-build splash
1092     for syslinux bootloaders.
1093   * Removing non-existent --apt-indices none references.
1094   * Also showing distribution in lb config initial messages.
1095   * Making messages about reading system conffiles in lb config more
1096     accurate.
1097   * Harmonize handling of pre-existing gnupg dotfiles in chroot when
1098     handling fake signing keys for local repository.
1099   * Making some more debian source-selections conditional on certain image
1100     options.
1101   * Adding source_hooks for hooks on source images like already supported
1102     on binary images.
1104   [ Richard Nelson ]
1105   * Add sanity check on config type to build for l-b-cgi.
1106   * Add _CGI_CONFIG_APPEND varialbe for appending options to lb config
1107     call on l-b-cgi frontend.
1108   * Change _CGI_CONFIG_APPEND to front of the lb config call on l-b-cgi
1109     frontend.
1110   * Removing quotes around _CGI_CONFIG_APPEND to handle multiple
1111     parameters correctly on l-b-cgi frontend.
1112   * Adding binary image type to config call on l-b-cgi frontend.
1113   * Add log information of git:://url for l-b-cgi frontend.
1114   * Append to log file on errors and not truncate the file on l-b-cgi
1115     frontend.
1117   [ Daniel Baumann ]
1118   * Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-
1119     barratt.org.uk>.
1121   [ Raphaël Hertzog ]
1122   * Fixing win32-loader.ini by including the GTK related entries.
1124   [ Daniel Baumann ]
1125   * Correcting typo directory when dereferencing syslinux symlinks when
1126     building chrooted, thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
1127   * Using dpkg-divert in chroot_upstart script to handle upgrades of
1128     upstart during the build (Closes: #702537).
1129   * Using dpkg-divert for other diversions too to handle upgrades of the
1130     diverted stuff during build.
1131   * Adding generic live-build handle in chroot_dpkg for other live
1132     packages to act upon.
1133   * Updating fallback help message in live-build pseudo-command.
1134   * Correcting grammer error in live-build description.
1135   * Adding set -e in example auto scripts.
1137   [ Richard Nelson ]
1138   * Converting l-b-cgi frontend to process forms with post.
1140   [ Daniel Baumann ]
1141   * Cleaning up installer file locations for progress-linux.
1142   * Stripping out comments in package lists.
1143   * Updating derivatives archive-key signature validiation to look by
1144     default at both debian and debian-maintainers keyrings.
1145   * Updating bootstrap mirror for progress-linux.
1147  -- Daniel Baumann <daniel@debian.org>  Thu, 25 Apr 2013 12:41:54 +0200
1149 live-build (3.0.1-1) unstable; urgency=low
1151   * Removing superfluous menu default directive in installer syslinux
1152     menues.
1153   * Updating wheezy release number.
1154   * Updating squeeze point-release number.
1155   * Dropping German manpage translations stubs for the release.
1157  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 14 Feb 2013 19:31:04 +0100
1159 live-build (3.0.0-1) unstable; urgency=low
1161   * Updating wheezy pre-release number for b4.
1162   * Dropping dpkg compression level.
1163   * Correcting spelling typos in changelog to make lintian happy.
1164   * Escaping quotes to workaround a false-positive of checkbashisms in
1165     binary_debian-installer.
1166   * Correcting install path in loadlins install.bat for the gtk d-i
1167     flavour.
1168   * Switching default binary filesystem for hdd images to fat32 to be more
1169     robust on todays flash devices.
1170   * Correcting vshift in syslinux themes to correct display bug with
1171     overlong lines, thanks to Thanatermesis <thanatermesis@gmail.com>.
1172   * Adding bootrap_archive-keys to establish secure trust-chain on top of
1173     debian-keyring for derivatives.
1174   * Updating syslinux configurations and handling for syslinux 5.
1175   * Adding hook to remove systemd machine-id.
1176   * Renumbering hooks.
1177   * Correcting wrong debian-installer syslinux menu files.
1178   * Including HDT in advanced options menu within syslinux menu.
1179   * Updating binary_debian-installer for newer append replacement
1180     variables used in syslinux configs.
1181   * Dropping theme package support, themes are either in the config tree
1182     or the embedded one from live-build is used.
1183   * Correctly remove binary contents and packages file in clean script.
1184   * Adding key-shortcut for advanced options in syslinux menu.
1185   * Removing default menu marker for install entry in syslinux menu.
1186   * Converting splash.svg not just splash.svg.in files as syslinux
1187     bootsplashes.
1188   * Removing dropped syslinux-theme config option from lb_config manpage.
1190  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 09 Feb 2013 00:18:07 +0100
1192 live-build (3.0~b6-1) unstable; urgency=low
1194   [ Daniel Baumann ]
1195   * Updating manpage year handling for 2013.
1196   * Updating wheezy beta-release number.
1197   * Using cat instead of echo to workaround incompatible and conflicting
1198     uses in escaping of \t in dash and bash, and less importantly to
1199     workaround a false-positive in checkbashisms.
1200   * Updating footer link to 'legal information' in cgi html template.
1201   * Cleaning up binary_loadlin.
1202   * Updating for twitter-bootstrap usage on live.debia.net in the cgi html
1203     templates.
1204   * Updating footer in cgi html template.
1205   * Correcting spelling typo in html footer of the cgi, thanks to Jean-
1206     Christophe Saint-Marc <jchristophe.stmarc@free.fr>.
1207   * Removing reference to removed --package-lists option in lb_config
1208     manpage (Closes: #698260).
1210   [ Richard Nelson ]
1211   * Correcting typo on functions/default.sh, thanks to jhcha54008
1212     <jhcha54008@free.fr> (Closes: #698397).
1214   [ Daniel Baumann ]
1215   * Updating samhain workaround in chroot_dpkg to work if live-build is
1216     being used with sudo or fakeroot (Closes: #698423).
1217   * Correcting apt-key cleanup of local dummy signing keys when using
1218     local packages, thanks to jhcha54008 <jhcha54008@free.fr>.
1219   * Falling back to use genisoimage when building squeeze iso-hybrid
1220     images.
1221   * Applying slightly modified patch from Raphaël Hertzog
1222     <hertzog@debian.org> to fix automatic firmware inclusion when using
1223     debian-installer with live-installer and having firmware packages
1224     installed in the live system already.
1226  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 20 Jan 2013 10:17:42 +0100
1228 live-build (3.0~b5-1) unstable; urgency=low
1230   * Omitting binary manifest creation when chroot filesystem is set to
1231     none.
1232   * Omitting memtest in binary if chroot filesystem is set to none.
1233   * Removing redundant check for linux-images in binary_linux-image.
1234   * Correcting glitch with plain chroot filesystems in binary_chroot.
1235   * Switching order of kernel flavours in defaults, the last added one in
1236     the list becomes the default symlink target in the rootfs by apt.
1237   * Using .cfg suffix for consistency with debian-installer on preseed
1238     files in config/preseed.
1239   * Adding sample gitignore file in examples.
1240   * Setting debian-installer to false in all modes by default.
1241   * Updating year in all copyright notices.
1242   * Updating removal of backup files in stripped example hook to also work
1243     with spaces in filenames.
1244   * Don't fail when adding symlinks for firmware in binary/firmware for
1245     debian-installer and the symlink already exists (Closes: #696688).
1246   * Defaulting to obsolete md5 for checksums instead of sha256 on debian,
1247     as debians cdrom-check in d-i only supports md5.
1248   * Defaulting to obsolete filenames for checksums on debian, as debians
1249     cdrom-check in d-i only supports legacy filenames (Closes: #697082).
1250   * Correcting spelling typo in help text within the binary checksums
1251     file.
1252   * Also ignoring legacy checksum filenames when creating checksum files.
1253   * Creating autorun.inf in binary_win32-loader.
1254   * Dropping stable and unstable dist symlinks for d-i in dists for
1255     wheezy.
1256   * Creating install.bat for loadlin.
1257   * Only including gtk d-i in win32-loader config if available on the
1258     target image.
1259   * Updating win32-loader.ini for wheezy.
1260   * Correcting legacy filename for checksum files.
1261   * Removing all checksum files in lb clean.
1262   * Adding support for sha512 checksums.
1263   * Dropping pre-squeeze handling for win32-loader files.
1265  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Jan 2013 11:45:30 +0100
1267 live-build (3.0~b4-1) unstable; urgency=low
1269   [ Daniel Baumann ]
1270   * Moving removal of actual backup files for apt sources into correct
1271     hook.
1272   * Renumbering hooks.
1273   * Disabling accidentally enabled removal of apt sources hook by default.
1275   [ Richard Nelson ]
1276   * Unify _DEBUG variable values to be true or false for l-b-cgi.
1278   [ Daniel Baumann ]
1279   * Removing grub package from binary_debian-installer for wheezy.
1281  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 23 Dec 2012 10:50:38 +0100
1283 live-build (3.0~b3-1) unstable; urgency=low
1285   * Removing old code in chroot_hacks for tasks which are not used
1286     anymore.
1287   * Moving kexec-tools default preseeding into its own hook script.
1288   * Marking loop-aes-utils related hack as squeeze only.
1289   * Moving removal of backup and temporary files to their own hook script.
1290   * Adding default hook to truncate log files.
1291   * Also removing man chache in remove-temporary-files hook.
1292   * Adding default hook to use newest nvidia version.
1293   * Using consistent naming for default hooks.
1294   * Adding default hook to use mesa glx renderer.
1295   * Merging remove-linux-image-backups into remove-backup-files hook.
1296   * Renumbering hooks.
1297   * Correcting config tree version check for older versions.
1298   * Correcting config tree version check for the current version.
1299   * Removing some dead default handling code for global includes which do
1300     not exist anymore.
1301   * Removing kubuntu mode, it's not different anymore to standard ubuntu
1302     mode.
1304  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Dec 2012 20:29:56 +0100
1306 live-build (3.0~b2-1) unstable; urgency=low
1308   [ Daniel Baumann ]
1309   * Updating wheezy release number.
1310   * Removing not really useful symlinks example hook.
1311   * Adding default hook to remove mdadm configuration.
1312   * Correcting spelling typo in bug script.
1313   * Adding support for live-images configs and arbitrary configuration
1314     directories in lb_config --config option.
1315   * Avoid re-populating an already populated configuration tree when using
1316     lb config --config.
1317   * Updating removal of adjtime in a split out hook for wheezy.
1319   [ Richard Nelson ]
1320   * Update l-b-cgi frontend to support new git config structure.
1322   [ Daniel Baumann ]
1323   * Switching from genisoimage to xorriso.
1325  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 16 Dec 2012 21:57:11 +0100
1327 live-build (3.0~b1-1) unstable; urgency=low
1329   [ Raphaël Hertzog ]
1330   * Adding initial menu entries for debian-installer.
1332   [ Daniel Baumann ]
1333   * Removing local/bin by default in lb_clean too.
1334   * Skipping creation of soon to be replaced config/templates directory.
1336  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Dec 2012 20:38:58 +0100
1338 live-build (3.0~a69-1) unstable; urgency=low
1340   * Also avoiding to use xz compression for squashfs for kubuntu.
1341   * Removing some leftovers from stripped and minimal package lists.
1342   * Updating powerpc kernel list on ubuntu.
1343   * Adding dropped empty-line separator in defaults.
1344   * Adding dropped empty-line separator in binary_debian-installer.
1345   * Updating wording about regenerating config trees.
1346   * Correcting test for no config tree version number to match all other
1347     cases, not just lower-than-1.
1348   * Harmonizing apt configuration handling in chroot_archives.
1349   * Adding support for local apt conf.d snippets in archive definitions
1350     (Closes: #685791).
1351   * Ensuring that functions are either sources locally or globally, but
1352     not both.
1353   * Adding proper header to build.sh include.
1354   * Dropping ubuntu guards on firmware selection code, we're not enabling
1355     firmware inclusion in ubuntu mode anyway.
1356   * Adding back legacy filtering for firmware packages on squeeze when
1357     contrib or non-free is not enabled.
1359  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 06 Dec 2012 21:09:00 +0100
1361 live-build (3.0~a68-1) unstable; urgency=low
1363   [ Ben Armstrong ]
1364   * Fixing typo in cache directory names, thanks to Thanatermesis
1365     <thanatermesis@gmail.com>.
1367   [ Daniel Baumann ]
1368   * Correcting copying of archive specific apt preferences files, thanks
1369     to Thanatermesis <thanatermesis@gmail.com> (Closes: #693250).
1370   * Correcting a typo in chroot_apt when re-configuring apt preferences,
1371     found by Thanatermesis <thanatermesis@gmail.com> (Closes: #685924).
1373   [ Richard Nelson ]
1374   * Update git paths for cgi form.
1375   * Increased the maxlenth of the entry field cgipackages.list.chroot on
1376     l-b.cgi (Closes: #693732).
1378   [ Daniel Baumann ]
1379   * Adding backwards compatible handling for squeeze and the ubuntus for
1380     old-style Contents files in the archive.
1381   * Adding default-preseeding for non-free firmware only when non-free is
1382     actually included, to avoid cluttering debconf db by default on all
1383     systems.
1385   [ Richard Nelson ]
1386   * Correct typo on commit 11d97a6a5f17fe2c500a798aa4a32fa6889e409c
1387   * Correct another typo on commit
1388     11d97a6a5f17fe2c500a798aa4a32fa6889e409c
1390   [ Daniel Baumann ]
1391   * Marking comments in checksum files as such to avoid harmless but
1392     anoying warning messages during live-boots medium integrity check.
1393   * Updating note about integrity check boot parameter within checksum
1394     files.
1395   * Adding default hook to remove linux-image backup files.
1396   * Using four letter digit prefixes for hooks like for consistency with
1397     all other live packages.
1398   * Adding dpkg-source local options.
1399   * Using hash rather than pipe as sed separator for writing boot
1400     parameters into bootloader configurations (Closes: #694723).
1401   * Replicating same qemu support within bootstrap_debootstrao for
1402     bootstrap_cdebootstrap too (Closes: #694102).
1404  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Nov 2012 15:09:48 +0100
1406 live-build (3.0~a67-1) unstable; urgency=low
1408   [ chals ]
1409   * Addin missing comma in the long debootstrap-options that caused an
1410     unrecognized option message.
1412   [ Daniel Baumann ]
1413   * Renaming progress mode to progress-linux to match the used naming
1414     scheme.
1415   * Removing unecessary removal of apt preferences.
1416   * Removing workaround for #657560 where we had to temporarily include
1417     bzip2 into the bootstrapped chroot to avoid sids apt failing on
1418     mirrors with bzip2 indices only.
1419   * Removing cruft line breaks in bailout messages for bootstrap tools.
1420   * Using xargs when copying or hardlinking deb files from and to the
1421     package cache to avoid hit the shell max command limits (Closes:
1422     #691616).
1423   * Defaulting to systemd as initsystem for wheezy based progress-linux
1424     releases and newer.
1425   * Shortening initsystem specific hacks for wheezy, systemd on squeeze
1426     never was really supported anyway.
1427   * Removing sysvinit when building images with systemd.
1428   * Running chrooted commands with DEBCONF_NONINTERACTIVE_SEEN set to
1429     true to ensure debconf questions are not reasked uselessly on the
1430     final systems.
1431   * Making sysvinit removal on systemd systems conditional, newer
1432     bootstraps might not always pull in sysvinit packages anymore.
1433   * Also supporting the other way around: removing systemd from a
1434     bootstrap and switching to sysvinit for those distributions that
1435     default to systemd.
1436   * Removing debconf-nowarnings option, doesn't provide any advantage to
1437     disable this option in the first place.
1438   * Correcting typos in aptitude-options name in lb config, thanks to
1439     Frank Gard <frank@familie-gard.de> (Closes: #691930).
1440   * Workarounding recent archive changes wrt/ content files until
1441     #692111 is fixed.
1443  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 02 Nov 2012 12:23:38 +0100
1445 live-build (3.0~a66-1) unstable; urgency=low
1447   * Removing some left-overs from bootstrap-copy removal in lb config.
1448   * Removing local/functions functionality, it's not really usefull
1449     anyway.
1450   * Renaming local/scripts to local/bin for executables overriding not
1451     just lb scripts, but any command during live-build runs.
1452   * Renaming config/chroot_apt to simply config/apt. Eventually
1453     lb_chroot_apt will be folded into chroot_archives but that's left
1454     for after wheezy.
1455   * Renaming config/binary_debian-installer to simply config/debian-
1456     installer.
1457   * Removing support for local grub/grub2 splash image and config
1458     manipulations, custom templates should be used instead. Rather than
1459     doing all the heavy lifting in live-build that nobody really uses
1460     and which is quite inflexible, users should (in line with the
1461     syslinux handling) either stick with the default grub
1462     configurations, or, supply a custom one to live-build, rather than
1463     partial/single files only.
1464   * Avoid creating old left-over directory for custom syslinux splash
1465     handing from within the config tree in lb_config.
1466   * Renaming config/binary_rootfs to simply config/rootfs.
1467   * Renaming config/includes.binary_debian-installer to simply
1468     config/includes.debian-installer.
1470  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Oct 2012 20:44:44 +0200
1472 live-build (3.0~a65-1) unstable; urgency=low
1474   * Correcting variable handling for --bootappend-live-failsafe in lb
1475     config.
1476   * Stopping to support LB_INITRAMFS=auto, when switching the mode one
1477     has to update several parameters anyway, use of auto scripts are
1478     recommended.
1479   * Simplifying bootparameter assembling in defaults.
1480   * Correcting variable handling for --bootappend-live-failsafe in
1481     defaults.
1483  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 08 Oct 2012 20:47:02 +0200
1485 live-build (3.0~a64-1) unstable; urgency=low
1487   [ Daniel Baumann ]
1488   * Removing unsupported and unsupportable bootstrap_copy.
1489   * Removing ubuntu natty support, EOL.
1491   [ Michal Suchanek ]
1492   * Allowing to include multiple kernel images but menu entry is
1493     generated only for one.
1495   [ Daniel Baumann ]
1496   * Updating package descriptions.
1497   * Adding note about experimental in cgi frontend package description.
1498   * Making failsafe boot parameters fully customizable like the normal
1499     ones.
1500   * Making different boot options defaults depending on initramfs
1501     generator, not depending on mode.
1502   * Setting default compression to none. Normally, when using compressed
1503     file systems (squashfs), there is no point in further compressing
1504     the tarballs and images.
1506  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 05 Oct 2012 09:23:12 +0200
1508 live-build (3.0~a63-1) unstable; urgency=low
1510   * Add missing whitespace when concatenating multiple live.cfg syslinux
1511     files.
1512   * Booting by default with 'quiet' and 'splash' parameters.
1514  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 02 Oct 2012 21:24:22 +0200
1516 live-build (3.0~a62-1) unstable; urgency=low
1518   * Simplyfing clean option in lb config.
1519   * Only producing zsync files for iso and iso-hybrid images.
1520   * Supporting parent distribution as a variable field in syslinux
1521     splashes.
1522   * Supporting parent distribution as a variable field in archive
1523     definitions.
1524   * Avoiding warnings when checking for arguments in clean.
1525   * Updating squeeze point release version.
1526   * Updating wheezy pre-release version.
1527   * Also use .contents suffix for file list of sources images like for
1528     binary images, rather than the old .list suffix.
1529   * Using linux rather than kernel directive in syslinux configuration
1530     files.
1531   * Simplify internal replacement strings when processing syslinux
1532     configuration files.
1533   * Removing superfluous menu default directive in syslinux
1534     configuration files.
1535   * Clearing the screen when exiting syslinux menu.
1536   * Using menu default only once when populating syslinux configurations
1537     for more than one kernel flavour (Closes: #682957).
1539  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 01 Oct 2012 05:02:08 +0200
1541 live-build (3.0~a61-1) unstable; urgency=low
1543   [ Daniel Baumann ]
1544   * Correcting 'not-enough-arguments' check in Packages grep-aptavail
1545     helper.
1546   * Using dedicated initrd line in syslinux configurations rather than
1547     stuffing everything in one line.
1548   * Using initramfs generator specific boot parameters in syslinux
1549     configuration files.
1551   [ Adam Conrad ]
1552   * Switching Ubuntu from powerpc to powerpc-smp kernel.
1554   [ Colin Watson ]
1555   * Using i386 -generic-pae kernel flavour on Ubuntu precise.
1557   [ Daniel Baumann ]
1558   * Don't turn on xz compression in mksquashfs for ubuntu builds
1559     according to Adam Conrad <adconrad@ubuntu.com>.
1561   [ Colin Watson ]
1562   * If --build-with-chroot is false, run ! lines in package-lists in the
1563     host system.
1564   * Fixing execution of binary hooks.
1566   [ Daniel Baumann ]
1567   * Adding slightly modified patch from Adam Conrad
1568     <adconrad@ubuntu.com> to remove resolvconf artifacts.
1570  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 Sep 2012 09:46:53 +0200
1572 live-build (3.0~a60-1) unstable; urgency=low
1574   * Removing virtual-hdd image type. Rather than a half broken image
1575     type, we'll bet our money on having proper partman recipies support
1576     implemented for hdd image types. Even if we don't make it for
1577     wheezy, it's better to not have virtual-hdd in there and tell users
1578     to use the jessie version for proper hdd images.
1579   * Updating win32-loader inclusion handling.
1580   * Including loadlin on d-i images on amd64 and i386.
1581   * Updating to standards version 3.9.4.
1583  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 29 Sep 2012 14:08:42 +0200
1585 live-build (3.0~a59-1) unstable; urgency=low
1587   [ Daniel Baumann ]
1588   * Adding baureo-backports and charon-backports as valid distributions
1589     in progress mode.
1591   [ Richard Nelson ]
1592   * frontend/cgi correctly reference netboot binary-images in form.html.
1594   [ Daniel Baumann ]
1595   * Updating base-files hack for plymouth in progress mode.
1596   * Correcting cdebootstraps-options typo in getopt, thanks to chals
1597     <chals@altorricon.com>.
1598   * Renaming volatile options refering to volatile archive to updates to
1599     match current archive namings.
1600   * Removing intel-microcode special handling in chroot_linux-image,
1601     microcode packages are already included automatically anyway.
1603  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 26 Sep 2012 14:48:30 +0200
1605 live-build (3.0~a58-1) unstable; urgency=low
1607   [ Daniel Baumann ]
1608   * Simplyfing sourcing of build.sh and getting away with the broken
1609     subshell construct.
1611   [ Richard Nelson ]
1612   * Remove frontend/cgi unofficial custom binary and custom bootstrap
1613     options.
1615   [ Daniel Baumann ]
1616   * Correcting typo in binary_syslinux when writing the flavour name to
1617     the config files (Closes: #684865).
1618   * Correcting fallback for default binary volatile mirror on ubuntu,
1619     thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
1620   * Correcting wrong path to syslinux configuration files when using
1621     live-build from a local git clone, thanks to Raphael Hertzog
1622     <hertzog@debian.org> (Closes: #684893).
1623   * Switching back to use the more common ${@} instead of ${*}, it's not
1624     required in current lb_clean anymore.
1625   * Using /etc/live/build/*.conf instead of /etc/live/build.d/*.conf for
1626     consistency reasons.
1627   * Moving from cdn.debian.net to http.debian.net as binary mirror.
1629   [ Richard Nelson ]
1630   * frontend/cgi rename BINARY_INDICES to APT_INDICES
1631   * frontend/cgi only source /usr/lib/live/build.sh
1632   * frontend/cgi cleanup and support for clone, config, and build on
1633     cron job.
1634   * frontend/cgi cleanup remarked line of common function source from
1635     last commit on l-b-c.cron.
1637   [ Daniel Baumann ]
1638   * Improving check for missing apt-ftparchive to check for the actual
1639     file, rather than to check for a possible missleading bootstrap
1640     flavour.
1641   * Removing bootstrap-flavour option (Closes: #685675).
1642   * Removing bootstrap-include and bootstrap-exclude options.
1643   * Removing bootstrap-keyring option.
1644   * Correcting wrong bootstrap-qemu-exclude variable in defaults.
1645   * Applying patch from Colin Watson <cjwatson@ubuntu.com> to correct
1646     chroot hooks execution (Closes: #685534).
1647   * Exposing --debootstrap-options and --cdebootstrap-options publicly.
1648   * Adding some comments about the different locations of live-build in
1649     the central lb wrapper.
1650   * Calling local live-build embedded in config directly rather than to
1651     adjust path.
1652   * Removing old LB= hack when wrapper was not mandatory.
1653   * Moving aborting when no bootstrap tool is installed from defaults to
1654     the respective bootstrap script.
1655   * Correcting printf call cosmetically in central wrapper when
1656     prepending date and time for each command to not choke upon multiple
1657     arguments.
1658   * Making build.sh sourcing more robust (Closes: #684896).
1659   * Dropping lb prefix from live-build scripts, not needed anymore.
1660   * Setting default progress distribution from artax to baureo.
1662  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 Aug 2012 16:33:10 +0200
1664 live-build (3.0~a57-1) unstable; urgency=low
1666   [ Daniel Baumann ]
1667   * Concentrating all parted calls within lb_binary_hdd into one place
1668     in order to make things simpler.
1669   * Updating lb config --config manpage option to reflect that any Git
1670     Id can be specified, not just branches.
1671   * Removing manpage stubs for second-level commands.
1673   [ Richard Nelson ]
1674   * Initial work to support --config git option.
1675   * Remove settings that should be handled by --config git option.
1677   [ Daniel Baumann ]
1678   * Also removing binary.netboot.tar.xz before re-creating it in
1679     binary_netboot.
1680   * Adding live-build to depends for live-build-cgi.
1681   * Adding cron to recommends for live-build-cgi.
1683  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 10 Aug 2012 22:42:17 +0200
1685 live-build (3.0~a56-1) unstable; urgency=low
1687   * Adding possibility to specify a git branch when using lb config --
1688     config.
1689   * Adding messages about performing git operations when using --config.
1690   * Automatically update auto/config when using --config with extra
1691     options.
1692   * Avoid showing message in lb config running the second time through
1693     auto on git repository based config trees.
1694   * Adding shortcut helper for dctrl-tools.
1695   * Updating GPL standard header in all files.
1696   * Removing chroot_local-patches, too much overhead for just applying
1697     patches (notably, with -p1 enforced), hooks are more flexible
1698     anyway.
1699   * Disabling volatile for wheezy for the time being.
1701  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Jul 2012 21:55:32 +0200
1703 live-build (3.0~a55-1) unstable; urgency=low
1705   * Adding release information for jessie.
1706   * Updating all distribution specific selectors in defaults to be as
1707     future proof as possible.
1708   * Dropping global binary includes and moving binary local-includes to
1709     includes, just as with chroot includes and local-includes.
1710   * Dropping globale package lists for the desktop environments.
1711   * Moving off rescue package list to its own git repository for the
1712     config tree.
1713   * Allowing to specify a git repository to lb_config in order to
1714     bootstrap a config tree.
1715   * Reordering auto/config in lb_config to work with bootstrapping
1716     config tree from a git repository.
1717   * Showing a message about ignoring --config when the current directory
1718     already is a git repository.
1719   * Removing unmaintained gnustep package list.
1720   * Adding git to suggests.
1721   * Including gnupg on ubuntu by default through corresponding default
1722     for bootstrap includes.
1723   * Removing minimal package list, not needed anymore.
1724   * Removing unused debian-live package lists.
1725   * Removing debian-junior list, same as with debian-science, see
1726     9ad58f0d.
1727   * Adding support for executable statements as '! $command' in package
1728     lists.
1729   * Handling dctrl-tools temporary installation in chroot during
1730     package-lists expansion.
1731   * Removing chroot_task-lists, obsoleted by package lists.
1732   * Dropping global package-lists entirely, only local package lists
1733     within the config tree are support.
1734   * Also checking for dctrl-tools when assembling binary package lists.
1735   * Optimizing chroot package-lists handling for the cases where it's
1736     not used.
1738  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 29 Jul 2012 01:59:42 +0200
1740 live-build (3.0~a54-1) unstable; urgency=low
1742   * Making sure target directory for syslinux theme files exists when
1743     building non-chrooted.
1744   * Fixing up inclusion of functions while allowing local usage of live-
1745     build with different file layouts.
1746   * Correcting accidentally reverted check for rsvg in binary_syslinux
1747     when building non-chrooted.
1749  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 20 Jul 2012 04:36:21 +0200
1751 live-build (3.0~a53-1) unstable; urgency=low
1753   * Removing leftover creation of /var/log in toplevel makefile from the
1754     cron removals.
1755   * Moving main executables away from scripts subdirectory.
1756   * Moving scripts from /usr/share/live to /usr/lib/live for consistency
1757     with all debian-live packages.
1758   * Renaming example hooks to the newer filename patter that is required
1759     by live-build since a while.
1760   * Removing debian-installer-banner.binary example hook, this can be
1761     done through config/includes.binary_debian-installer directly.
1762   * Removing hal-automount.chroot example hook, not needed anymore.
1763   * Removing linux-modules.chroot example hook, this can be done by
1764     kmods conf.d directories directly.
1765   * Removing live-build-inclusion.binary example hook, too broken way to
1766     do it.
1767   * Removing okular-nodrm.chroot example hook, would need update for
1768     recent kde4 versions and I don't care about that.
1769   * Removing rt2570-modules.chroot example hook, obsoleted out-of-tree
1770     module.
1771   * Removing sun-java6.chroot example hook, obsoleted by openjdk.
1772   * Removing udev-generators.chroot example hook, obsoleted by live-
1773     builds own hacks.
1774   * Removing update-initramfs.chroot example hook, obsoleted by live-
1775     builds own hacks.
1776   * Removing virtualbox.chroot example hook, not required anymore with
1777     current virtualbox versions.
1778   * Removing sysvinit.chroot example hook, not useful on modern systems
1779     anymore.
1780   * Removing losetup-lukshome.chroot example hook, obsoleted by live-
1781     boots new persistence implementation.
1782   * Removing kernel-purge.chroot example hook, not usefull anymore.
1783   * Removing localepurge.chroot example hook, should be done solely
1784     through preseeding.
1785   * Removing debian-live-pxe-server.chroot example hook, not usefull in
1786     this way.
1787   * Installing examples into the correct location in /usr/share/doc.
1788   * Removing debian-science package list, there's science-tasks and
1789     #513296 to do this in proper.
1790   * Removing warning from minimal package list about minimal hook, which
1791     isn't the case anymore.
1792   * Removing ubuntu-cloud and ubuntu-cloud-desktop package lists.
1793   * Adding missing copyright fields in copyright file.
1794   * Correcting spelling typo in 3.0~a52-1 changelog entry.
1795   * Removing leftover maintainer scripts from cron removals.
1797  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 19 Jul 2012 04:14:38 +0200
1799 live-build (3.0~a52-1) unstable; urgency=low
1801   * Improving error message in lb wrapper to show the command in case of
1802     a missing command.
1803   * Adding svg splash for syslinux bootloaders.
1804   * Adding dynamic information into the splash and creating the png
1805     export at build time.
1806   * Truncating udev persistent net rules in remove-udev-persistent-
1807     rules.chroot hook rather than to remove them (Closes: #680763).
1808   * Removing discontinued live-build-cron autobuilder (Closes: #672379).
1809   * Updating dhcp packages in rescue package list to avoid transitional
1810     packages for squeeze and up.
1811   * Marking libguytools1 as squeeze only in rescue package list.
1812   * Marking ddrescue as squeeze-only in rescue list.
1813   * Using clamav-data for squeeze and clamav-freshclam for wheezy/sid in
1814     rescue list.
1815   * Applying patch from Steven Shiau <steven@nchc.org.tw> to
1816     conditionally copy /etc/apt/secring.gpg* files.
1817   * Renaming net flavour to netboot for consistency.
1818   * Adding support for zsync control files generation, thanks to Hector
1819     Oron <hector.oron@gmail.com> for the idea and prototype.
1820   * Adding xz as valid compression format.
1821   * Using xz to compress images on anything except squeeze, keeping gzip
1822     as default for squeeze.
1823   * Removing spurious lb_source_netboot, there's not such thing as a
1824     netboot specific source tarball anyway.
1825   * Handle multiple version numbers when having more than one linux
1826     flavours for splash.svg post-processing.
1827   * Adding support for pinning preferences files in
1828     config/archives/*.pref{.chroot,.binary}.
1829   * Updating splash.svg handling for unchrooted and chrooted builds.
1830   * Decrufting version flag.
1831   * Correcting live-build and live-boot versions for splash.svg post-
1832     processing.
1833   * Also removing zsync files in lb clean.
1834   * Slightly updating strings in splash.svg for better organization of
1835     the information presented.
1836   * Adding extlinux bootloader configuration files.
1837   * Correcting freudian typo in package check for chroot filesystems
1838     dependencies in binary_rootfs.
1839   * Adding support for ntfs as binary filesystem when using syslinux.
1840   * Updating squeeze point-release number.
1841   * Setting initial release number for wheezy.
1842   * Correcting spelling typo of ubuntus 12.10 codename.
1843   * Correcting some distribution specific checks to make them
1844     derivatives compliant.
1845   * Enabling security archives on wheezy.
1847  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 Jul 2012 22:46:55 +0200
1849 live-build (3.0~a51-1) unstable; urgency=low
1851   * For consistency, respecting config/environment too for both chroot
1852     and binary environments (but the content of sepcific environments
1853     for either chroot or binary still has precedence over the generic
1854     one).
1855   * Changing default binary.list filename to binary.contents to make it
1856     more explicit and not to be confused with package lists.
1857   * Automatically include intel-microcode when building with firmware
1858     and non-free enabled.
1859   * Redirecting rmdir output in postrm for live-build-cron properly
1860     (Closes: #676102).
1861   * Removing alpha and hppa stub support, both architectures have been
1862     dropped for wheezy in debian.
1863   * Switching from smbfs to cifs-utils (Closes: #679240).
1864   * Switching to xz compression in source and binary packages.
1866  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 27 Jun 2012 14:38:21 +0200
1868 live-build (3.0~a50-1) unstable; urgency=low
1870   [ Daniel Baumann ]
1871   * Updating auto example scripts.
1872   * Correcting cron.d directory removal in postrm.
1873   * Removing grub-efi from d-i packages for the time being, it doesn't
1874     work correctly yet.
1875   * Automatically translate date formats in po files.
1876   * Updating live-media checksum names for newer live-boot.
1877   * Defaulting to SHA256 live-media checksums.
1878   * Re-arranging frontends in source tree.
1879   * Updating l10n stuff before removing it.
1880   * Removing unmaintained l10n handling.
1881   * Dropping different debian cgi templates and use only the one used on
1882     live-build.debian.net.
1883   * Removing old/non-working graph-helper.
1885   [ Hector Oron ]
1886   * Dont assume bash when configuring chroot with QEMU.
1888  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 06 Jun 2012 20:00:02 +0200
1890 live-build (3.0~a49-1) unstable; urgency=low
1892   [ Daniel Baumann ]
1893   * Correcting renaming of syslinux files in progress mode to actually
1894     work.
1895   * Naming resulting binary isohybrid image binary.hybrid.iso from now
1896     on for consistency with the different hdd images later on.
1897   * Moving firmware symlink creation to the end of binary_debian-
1898     installer in order to ensure to take only the latest packages into
1899     account that get into the image, regardless if they come from the
1900     archive or are localy included.
1901   * Cleaning http_proxy and ftp_proxy settings in chroot, people using
1902     apt proxies set them throught the apt pseudo-proxy options, and
1903     people using real proxies use config/environment.{chroot,binary} to
1904     set them.
1905   * Allowing to inject variables through config/environment.binary into
1906     the binary environment.
1907   * Allowing to use comments in config/environment.{binary,chroot}.
1908   * Removing pre-squeeze XORG_CONFIG variable from the chroot
1909     environment.
1910   * Don't bother supporting firmware on ubuntu, they seem to have a
1911     different archive structure.
1912   * Renaming config/binary_debian-installer-includes to
1913     config/includes.binary_debian-installer for consistency with the
1914     other include directories.
1916   [ Ben Armstrong ]
1917   * Adding default for --debian-installer-preseedfile.
1919   [ Daniel Baumann ]
1920   * Removing some more configuration files on purge (Closes: #672379).
1921   * Renaming internal .stage to .build for consistency within the
1922     configuration tree.
1923   * Adding grub-efi to static list of packages for the d-i pool for
1924     amd64.
1925   * Making firmware package assembling a bit more robust.
1926   * Updating cache directory names to consistent naming scheme.
1927   * Moving local includes from auto/{functions,scripts} to
1928     local/{functions,scripts} where they belong.
1930  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 04 Jun 2012 12:15:37 +0200
1932 live-build (3.0~a48-1) unstable; urgency=low
1934   [ Daniel Baumann ]
1935   * Transforming failsafe boot parameter into an own option.
1936   * Updating release list for ubuntu.
1937   * Adding failsafe entries for syslinux bootloaders in embedded
1938     configs.
1940   [ Tails developers ]
1941   * Fixing typo in rescue package list.
1943   [ Daniel Baumann ]
1944   * Correcting typo in binary_rootfs to restore 'plain' live filesystem
1945     support.
1946   * Using /boot on live media instead of /isolinux or /syslinux in
1947     progress mode.
1948   * Allowing to inject variables through config/environment.chroot into
1949     the chroots environment.
1951  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 25 May 2012 08:22:27 +0200
1953 live-build (3.0~a47-1) unstable; urgency=low
1955   [ Daniel Baumann ]
1956   * When removing fstab for live-installer also touch an empty file for
1957     it to avoid other packages failing on non-existing fstab.
1958   * Making extraction of the manpage section in manpages/Makefile work
1959     with multiple dots in the filename.
1960   * Correcting regression in the form of a wrong path in binary_syslinux
1961     for syslinux theme packages.
1962   * Temporarily including bzip2 manually when bootstrapping until
1963     #657560 has been fixed in unstable.
1964   * Correcting destination directory for extraction of the gfxboot-theme
1965     in ubuntu mode.
1967   [ intrigeri ]
1968   * Adding nosplash to the list of options appended in fail-safe mode.
1970   [ Daniel Baumann ]
1971   * Adding memtest to the list of options appended in fail-safe mode.
1972   * Updating defaults for linux-latest metapackages in wheezy.
1973   * Adding support for including firmware packages automatically within
1974     debian-installer.
1975   * Installing packages into their detected sections within binary pool,
1976     needed for proper firmware package placement.
1977   * Generating package indices for the detected sections within binary
1978     pool, needed for proper firmware package placement.
1979   * Removing 'frozen' symlink in d-i dists, the other suitnames can
1980     probably go to.
1981   * Adding support for including firmware packages automatically within
1982     the live system.
1983   * Adding entries about the firmware options in lb_config manpage.
1984   * Automatically preseed some known firmware packages.
1985   * Also include firmware-linux meta package if non-free is enabled.
1986   * Updating static list of live specific packages that get
1987     unconditionally added and included in the source images.
1988   * Unconditionally including firmware in all images by default. This is
1989     safe since only firmware available within the configured archive
1990     area is included automatically, see manpage.
1991   * Adding symlinks in /firmware for debian-installer on live media.
1992   * Slight reordering in lb_binary_debian-installer.
1994  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 27 Apr 2012 11:37:00 +0200
1996 live-build (3.0~a46-1) unstable; urgency=low
1998   [ Daniel Baumann ]
1999   * Excluding honeyd for wheezy in rescue package list (Closes:
2000     #660601).
2001   * Including thttpd for squeeze only in rescue package list.
2002   * Excluding guymager for wheezy in rescue package list.
2003   * Removing full path from chroot calls in chroot function.
2005   [ Richard Nelson ]
2006   * Set parent distribution, parent debian installer, and mode, also
2007     disable backports on l-b.cgi
2009   [ Daniel Baumann ]
2010   * Removing --hostname cruft, live-config bootparameters should be used
2011     via --bootappend-live.
2012   * Removing --username cruft, live-config bootparameters should be used
2013     via --bootappend-live.
2014   * Updating copyright file machine-readable format version 1.0.
2015   * Updating to standards version 3.9.3.
2016   * Marking lde in rescue list as squeeze only, thanks to Michal
2017     Suchanek <hramrach@centrum.cz>.
2018   * Adding architecture to the output message when running lb_config.
2019   * Excluding security and volatile archives for ubuntu precise for the
2020     the time being.
2021   * Removing references to not existing --language option in lb_config
2022     manpage.
2023   * Switching default bootstrap mirror from ftp.de.debian.org to
2024     ftp.debian.org, now that ftp.debian.org has upgraded hardware and
2025     bandwith.
2026   * Avoid calling update-initrd in lb_chroot_hacks if the target system
2027     has no initrd, thanks to Hector Oron <zumbi@debian.org>.
2028   * Excluding console-common in standard list for ubuntu as console-
2029     common is in universe.
2030   * Adding Italian debconf translations from Beatrice Torracca
2031     <beatricet@libero.it> (Closes: #663428).
2032   * Updating release list for progress.
2033   * Updating release list for ubuntu.
2034   * Moving pxelinux.cfg to pxelinux.cfg/default in pxelinux bootloader
2035     configs.
2036   * Moving kernel and initrd into tftpboot directory for netboot images.
2037   * Prefering default modules in initrd even on netboot images (Closes:
2038     #667594).
2040  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 05 Apr 2012 10:32:51 +0200
2042 live-build (3.0~a45-1) unstable; urgency=low
2044   [ Daniel Baumann ]
2045   * Correcting typo in defaults for backports mirror.
2046   * Correcting typo in ubuntu default distribution name, thanks to Marco
2047     Lechner <marco.lechner@fossgis.de> (Closes: #659823).
2049   [ Ben Armstrong ]
2050   * Removing menu as it adds an unwanted menu to some DEs/WMs which
2051     prefer to do without.
2053   [ Daniel Baumann ]
2054   * Add forgotten fallback for mode setting if lsb_release is not
2055     installed.
2056   * Adding Polish debconf translations from Michal Kulach
2057     <michalkulach@gmail.com> (Closes: #660003).
2059  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 16 Feb 2012 21:47:11 +0100
2061 live-build (3.0~a44-1) unstable; urgency=low
2063   * Handling /etc/resolv.conf even if it's a dangling symlink like with
2064     resolv.conf, thanks to Stephane Graber <stgraber@ubuntu.com>
2065     (Closes: #657640).
2066   * Adding updated Spanish debconf translations from Javier Fernández-
2067     Sanguino Peña <jfs@computer.org> (Closes: #656404).
2068   * Adding Dutch debconf translations from Jeroen Schot <schot@a-
2069     eskwadraat.nl> (Closes: #657470).
2070   * Correcting lzcat call in binary_disk to not bail out due to non-
2071     standard file extension (unknown suffix -- unchanged), thanks to
2072     Luigi Capriotti <l.capriotti@xbmc.org> (Closes: #658995).
2073   * Correcting destination path for uuid.conf when using casper in
2074     binary_disk, thanks to Luigi Capriotti <l.capriotti@xbmc.org>
2075     (Closes: #658995).
2076   * Removing warning about resolvconf package, not be needed anymore.
2077   * Adding a workaround in rules to stop dh_link converting absolute
2078     symlinks to relative symlinks for bootloader configs.
2079   * Adding lintian overrides for symlink-should-be-relative (bootloader
2080     configs need to use absolute symlinks on purpose to allow chrooted
2081     builds).
2083  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 12 Feb 2012 22:08:49 +0100
2085 live-build (3.0~a43-1) unstable; urgency=low
2087   [ Daniel Baumann ]
2088   * Updating to debhelper version 9.
2090   [ Richard Nelson ]
2091   * l-b.cgi - Add pending build(s) to be processed ahead of your
2092     request.
2094   [ Daniel Baumann ]
2095   * Setting default mirror for progress to cdn.archive.progress-
2096     linux.org.
2097   * Updating lb_binary_syslinux for embedded syslinux themes.
2098   * Adding embedded copies for syslinux bootloaders (Closes: #622838,
2099     #635933, #636217, #645406, #646387, #646799, #651520, #652437).
2100   * Applying patch from Ivailo Monev to remove stage files for pseudo-
2101     filesystems helpers in exit function.
2102   * Correcting typo in security chroot mirror variable assembling.
2103   * Autodetecting mode depending on which distribution we're building.
2104   * Giving a note about what mode we are configuring, now that mode is
2105     determined automatically based on the host system.
2106   * Updating squeeze point release number.
2107   * Adding note about 404 errors that are on purpose when fetching udebs
2108     in derivative mode.
2109   * Avoid warning messages in binary_packagelists for not existing local
2110     lists.
2111   * Renaming forgotten binary_packagelists to binary_package-lists to
2112     match the rest of lb.
2113   * Removing removal of bootstrap-base udeb in binary_debian-installer.
2114   * Using /etc/apt/sources.list.d/debian.list instead of
2115     /etc/apt/sources.list in derivative mode.
2116   * Updating year in copyright notices for 2012.
2117   * Removing useless top-comment for
2118     /etc/apt/preferences.d/progress.pref.
2119   * Improve backports handling in derivatives mode.
2120   * Adding opt-in hook to remove all sources.list files, as it's
2121     desirable in some setups.
2122   * Avoid removing populated apt preferences file in derivative mode.
2123   * Dereferencing potential symlinked apt preference files in
2124     chroot_apt/*.pref.
2125   * Simplyfing automatic pinning in derivative modes.
2126   * Cleaning up handling of apt preferences when building in progress
2127     mode.
2128   * Shortening kernel and initrd filenames in /live again similar to
2129     what we did with in lenny.
2131  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Feb 2012 23:23:32 +0100
2133 live-build (3.0~a42-1) unstable; urgency=low
2135   [ Matthijs Kooijman ]
2136   * Make lb_chroot_hooks work with dash.
2137   * Fix pathname for running hooks in lb_chroot_hooks.
2138   * Make the config available to all hooks.
2139   * Fix path in 001-update-apt-file-cache.chroot.
2140   * Use a two-stage mount again for mounting config inside chroot in
2141     lb_chroot_hooks.
2142   * Unmount /root/config in case of error.
2143   * Unmount chroot/root/config when running lb_clean.
2145   [ Daniel Baumann ]
2146   * Adding armhf kernel defaults, thanks for Ying-Chun Liu
2147     <paulliu@debian.org> for bringing it up (Closes: #655557).
2148   * Correcting wrong and incompatible loop for casper initrds in
2149     binary_disk.
2150   * Using syslinux payload as fallback in lb_binary_syslinux if no
2151     destinct image type could be deduced (Closes: #655562).
2152   * Switching priorities of mirror defaults (which mirror default is
2153     used from which previously set mirror default etc.) to the way it
2154     was intendet to be.
2156   [ Colin Watson ]
2157   * Print the current time before starting a command with the lb wrapper
2158     script (Closes: #630089).
2160   [ Daniel Baumann ]
2161   * Adding reference to --parent-archive-areas in lb_config manpage
2162     (Closes: #646797).
2164  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 15 Jan 2012 19:25:42 +0100
2166 live-build (3.0~a41-1) unstable; urgency=low
2168   [ Richard Nelson ]
2169   * l-b.cgi correct naming of --architectures
2170   * l-b.cgi add option for amd64 to --architectures.
2171   * l-b.cgi cleanup cron.d operations.
2172   * l-b.cgi cleanup build.html to use LB_BINARY_INTICES.
2173   * l-b.cgi cleanup trailing whitespace in l-b.cgi.cron
2174   * l-b.cgi update to form.html to current --package-lists
2175   * l-b.cgi update form.html to current --binary-images
2176   * l-b.cgi correct virtual-hdd option form.html
2177   * l-b.cgi modify old --packages param to become
2178     cgipackages.list.chroot
2179   * l-b.cgi rename 686-bigmem to 686-pae on forms.
2180   * l-b.cgi remove mirror operations which should be handled in
2181     /etc/live/build.conf
2183   [ Daniel Baumann ]
2184   * Enabling contrib and non-free by default for progress.
2186   [ Matthijs Kooijman ]
2187   * Fixing lb_binary_rootfs leaving the chroot without archives files.
2189   [ Daniel Baumann ]
2190   * Adding support for apt preference.d in config/chroot_apt.
2191   * Fix unconditional overwriting of
2192     /etc/apt/preferences.d/progress.pref in progress mode.
2193   * Correcting assembling of automatic pinning in progress mode.
2194   * Adding temporary hack with pinning to avoid squashfs-tools mismatch
2195     for artax-backports.
2196   * Using xz compression for squashfs only on wheezy and sid for the
2197     moment, not artax-backports.
2198   * Adding updated Portuguese debconf translations from Miguel
2199     Figueiredo <elmig@debianpt.org> (Closes: #654966).
2200   * Adding updated Swedish debconf translations from Martin Bagge
2201     <brother@bsnet.se> (Closes: #651345).
2203  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 08 Jan 2012 02:23:00 +0100
2205 live-build (3.0~a40-1) unstable; urgency=low
2207   * Adding libasound2-plugins to standard-x11 package list, thanks to
2208     Nik Lutz <nik.lutz@gmail.com>.
2209   * Inverting logic for defaults or archive-areas wrt/ parent and
2210     derivatives.
2211   * Creating progress specific disk info files in progress mode.
2212   * Adding updated Czech debconf translations from Michal Simunek
2213     <michal.simunek@gmail.com> (Closes: #649110).
2214   * Adding updated Russian debconf translations from Yuri Kozlov
2215     <yuray@komyakino.ru> (Closes: #650870).
2216   * Adding updated French debconf translations from Julien Patriarca
2217     <patriarcaj@gmail.com> (Closes: #650655).
2219  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 04 Dec 2011 10:14:06 +0100
2221 live-build (3.0~a39-1) unstable; urgency=low
2223   * Adding temporary manual setting of d-i urls for progress.
2224   * Removing --tasks leftovers in lb_config.
2225   * Sorting overrides in rules alphabetically.
2226   * Also setting 5% margin for ext4 images, thanks to Neil Wilson
2227     <neil@aldur.co.uk> for spotting it (Closes: #647601).
2228   * Applying some of the suggestions from the reviewed control file from
2229     debian-l10n-english (Closes: #643957).
2230   * Applying some of the suggestions from the reviewed template file
2231     from debian-l10n-english.
2232   * Adding initial Czech debconf translations from Michal Simunek
2233     <michal.simunek@gmail.com> (Closes: #648457).
2234   * Adding initial Danish debconf translations from Joe Dalton
2235     <joedalton2@yahoo.dk> (Closes: #648346).
2236   * Adding initial Spanish debconf translations from Gildardo Adrián
2237     Maravilla Jácome <gilmjc@gmail.com> and Francisco Javier Cuadrado
2238     <fcocuadrado@gmail.com> (Closes: #648463).
2239   * Adding initial French debconf translations from Julien Patriarca
2240     <patriarcaj@gmail.com> (Closes: #647820).
2241   * Adding initial Portuguese debconf translations from Miguel
2242     Figueiredo <elmig@debianpt.org> (Closes: #648484).
2243   * Adding initial Russian debconf translations from Yuri Kozlov
2244     <yuray@komyakino.ru> (Closes: #647993).
2245   * Adding initial Swedish debconf translations from Martin Bagge
2246     <brother@bsnet.se> (Closes: #648377).
2247   * Adding initial Telugu debconf translations from Praveen Illa
2248     <mail2ipn@gmail.com> (Closes: #648693).
2249   * Adding initial German debconf translations from Holger Wansing
2250     <linux@wansing-online.de> (Closes: #648381).
2251   * Updating and completing German debconf translations.
2253  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Nov 2011 12:46:20 +0100
2255 live-build (3.0~a38-1) unstable; urgency=low
2257   * Disable backports forcefully when building artax-backports images
2258     direcly.
2259   * Updating symlinks for Ubuntu releases in debian-cd includes.
2260   * Adding hook to remove dbus machine id.
2261   * Renumbering hooks.
2262   * Bail out early in lb_source if source is disabled (Closes: #646807).
2263   * Adding expire date for oneiric in releases list.
2264   * Adding precise in releases list.
2265   * Correcting defaults d-i mirror for progress.
2267  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 Oct 2011 08:46:54 +0100
2269 live-build (3.0~a37-1) unstable; urgency=low
2271   * Also strip out source archives from local archive definitions when
2272     using --apt-source-archives false.
2273   * Correcting typo in defaults for system variable.
2275  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 13 Oct 2011 20:03:00 +0200
2277 live-build (3.0~a36-1) unstable; urgency=low
2279   * Using compression level 9 also for binary packages.
2280   * Updating squeeze point release number.
2281   * Correcting wrong location when looking for local preseed files in
2282     config tree, thanks to Eugenio Paolantonio <me@medesimo.eu> (Closes:
2283     #645116).
2284   * Deal with non-existing preseed files in config tree.
2286  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 13 Oct 2011 15:55:53 +0200
2288 live-build (3.0~a35-1) unstable; urgency=low
2290   [ Daniel Baumann ]
2291   * Treating sources.list top-level file specially to workaround bug in
2292     apt that makes sources.list.d sources to be never prefered over main
2293     sources.list when using pinning (Closes: #573054).
2294   * Making top sources.list conditional, not everyone necessarily always
2295     uses that.
2296   * Marking tct in debian-forensics package list as squeeze only, thanks
2297     to Michael Milligan <mmilligan@astro.umn.edu> (Closes: #643926).
2299   [ Ben Howard ]
2300   * Adding check for missing mtab during chrooted binary rootfs stage.
2302   [ Daniel Baumann ]
2303   * Updating ettercap entries in rescue list for wheezy, thanks to
2304     Michael Milligan <mmilligan@astro.umn.edu>.
2305   * Marking ntfsprogs as squeeze only in rescue list, thanks to Michael
2306     Milligan <mmilligan@astro.umn.edu>.
2307   * Adding bug number to comments when moving top-level sources.list.
2309   [ Ben Howard ]
2310   * Adding Ubuntu Cloud images packages lists.
2311   * Adding foreign bootstrap via qemu for cross arch building.
2313  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 08 Oct 2011 10:57:04 +0200
2315 live-build (3.0~a34-1) unstable; urgency=low
2317   [ Daniel Baumann ]
2318   * Removing unused global chroot_preseed.
2319   * Renaming and reworking previous chroot_local-preseed into
2320     chroot_preseed, now looking for config/preseed/*.preseed{,.chroot}
2321     files.
2322   * Correcting indenting glitch in lb_binary_chroot.
2323   * Using 'none' instead of 'plain' when specifying that no chroot
2324     filesystem should be used.
2325   * Renaming virtual-hdd-root-size to hdd-size in preparation of merging
2326     virtual-hdd into hdd.
2328   [ Ben Howard ]
2329   * Setting default armel linux flavour for Ubuntu.
2331   [ Daniel Baumann ]
2332   * Adding --system option to define the resulting image type to be a
2333     live system or a normal, non-live system.
2335   [ Colin Watson ]
2336   * Copying gfxboot theme when building for Ubuntu.
2338   [ Adam Conrad ]
2339   * Using the correct mirror locations for Ubuntu ports.
2341   [ Colin Watson ]
2342   * Defaulting to ubuntu-oneiric syslinux theme on Ubuntu.
2344   [ Daniel Baumann ]
2345   * Setting default ubuntu release to oneric.
2346   * Removing EOL Ubuntu dapper from release information.
2348  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Sep 2011 14:50:40 +0200
2350 live-build (3.0~a33-1) unstable; urgency=low
2352   * Correcting check for debian-installer-distribution when using daily
2353     images in non-derivatives mode.
2355  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 28 Sep 2011 07:33:59 +0200
2357 live-build (3.0~a32-1) unstable; urgency=low
2359   [ Daniel Baumann ]
2360   * Correcting wrong spelling of cache in exit function, thanks to David
2361     Endler for spotting it.
2362   * Adding option for setting filesystem label on usb-hdd images.
2363   * Correcting syntax error in tr command used in default for hdd-label
2364     in progress mode.
2365   * Renaming usb-hdd binary image type to simply hdd.
2366   * Updating volatile handling in chroot_archives for derivatives when
2367     using foo-backports distribution scheme.
2368   * Temporarily removing live-tools from standard package list, doesn't
2369     work for derivatives yet.
2370   * Making sure that volatile for the parent distribution is still
2371     included in derivatives mode.
2372   * Switching away from cdn.debian.net as default mirrors for progress,
2373     too unreliable outside of Europe.
2374   * Renaming forgotten lb_binary_usb and lb_source_usb to lb_binary_hdd
2375     resp. lb_source_hdd.
2376   * Correcting incomplete checks for local packages in lb_binary_debian-
2377     installer.
2378   * Removing leftovers from usb-hdd to hdd removal in lb_binary_hdd and
2379     lb_source_hdd.
2381   [ Yaroslav Halchenko ]
2382   * Enclosing shell variables for iso-* defaults in escaped double-
2383     quotes while evaluating for the length to allow using parentheses
2384     (Closes: #642463).
2386   [ Daniel Baumann ]
2387   * Correcting typo in config/includes.chroot creating in lb_config,
2388     thanks to Stanislav Bogatyrev <realloc@realloc.spb.ru> for reporting
2389     it.
2391   [ Yaroslav Halchenko ]
2392   * Fixing left-over uses of --binary-indices in templates/cgi.
2393   * Fixing left-over uses of --packages-lists in cron scripts and
2394     examples.
2396  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 27 Sep 2011 22:54:36 +0200
2398 live-build (3.0~a31-1) experimental; urgency=low
2400   [ Daniel Baumann ]
2401   * Renumbering hooks.
2402   * Introducing --apt-sources option to control if the live system
2403     should have deb-src entries in sources.list.
2404   * Setting apt-source to false in progress mode.
2405   * Avoiding magic defaults for --apt-indices option when using minimal
2406     or stripped packagelist.
2407   * Renaming --apt-source to --apt-source-archives.
2408   * Including live-tools in standard package list.
2409   * Adding support for ext4 for binary and chroot filesystem, including
2410     partial patch from Ben Howard <ben.howard@canonical.com> (Closes:
2411     #639298).
2413   [ intrigeri ]
2414   * Fixing typos brought in by ext4 support patch.
2416   [ Daniel Baumann ]
2417   * Only calling udevadm in losetup function when udev is installed on
2418     the host system.
2419   * Silencing rmdir calls in makefile.
2420   * Automatically using an embedded live-build copy from within the
2421     config tree at local/live-build, if existing.
2422   * Doing uuid.conf extraction from initrd with the correct
2423     decompression utility (Closes: #637979).
2424   * Completing the restoring of the outer chroot when building in
2425     chrooted to not taint subsequent rebuilds of the binary stage with
2426     leftovers from the initial lb_binary_rootfs (Closes: #620953).
2427   * Renaming binary.packages list files (that contain what package is
2428     installed in the chroot) to chroot as they are build during chroot
2429     stage, this fixes some rebuild issues.
2430   * Renaming forgotten lb_binary_local-packagelists to
2431     lb_binary_packagelists.
2432   * Renaming lb_chroot_local-includes into lb_chroot_includes and check
2433     for includes in config/includes.chroot.
2434   * Copying chroot.packages.live to binary.packages.
2435   * Improving messages when saving and restoring stage caches (Closes:
2436     #589728).
2437   * Improve message when skipping a helper because it is already run.
2438   * Renaming config/chroot_packages to config/packages.chroot.
2439   * Renaming lb_chroot_packagelists to lb_chroot_package-lists so that
2440     helper matches directory.
2441   * Setting origin in apt release files for local packages to
2442     config/packages.chroot.
2443   * Removing spurious version information in cgi form template.
2444   * Adding link to live-build homepage and version information in cgi
2445     footer template.
2446   * Using config/includes.binary rather than config/binary_local-
2447     includes.
2448   * Using config/packages.binary instead of config/binary_local-debs.
2449   * Using config/packages.binary instead of config/binary_local-udebs.
2450   * Updating lb_config for config/packages.binary.
2451   * Also respect config/packages for packages to be installed in both
2452     chroot and binary.
2453   * Correcting syntax error in local package handling.
2455  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 07 Sep 2011 17:41:19 +0200
2457 live-build (3.0~a30-1) experimental; urgency=low
2459   [ Daniel Baumann ]
2460   * Enabling volatile suite for progress itself in progress mode.
2461   * Correcting wrong variables in volatile handling for derivatives.
2463   [ Ben Armstrong ]
2464   * Removing old syslinux switches from lb_config manpage (Closes:
2465     #637939).
2467   [ Daniel Baumann ]
2468   * Unifying lb_chroot_packagelists and lb_chroot_local-packagelists.
2469   * Merging in last bit of lb_chroot_local-packages into
2470     lb_chroot_archives (Closes: #635046).
2471   * Using lightdm instead of gdm3 in xfce package for wheezy and newer.
2472   * Moving removal of openssh-server host keys from chroot_hacks to a
2473     hook, that way it can be easily skipped if desired.
2474   * Moving removal of udev persistent rules from chroot_hacks to a hook,
2475     that way it can be easily skipped if desired.
2477  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 24 Aug 2011 19:37:17 +0200
2479 live-build (3.0~a29-1) experimental; urgency=low
2481   [ Daniel Baumann ]
2482   * Using global version file rather than using copied information in
2483     functions/common.sh.
2485   [ Richard Nelson ]
2486   * Correcting path to VERSION file.
2487   * Rename references of live-build.cgi to live-build-cgi
2489   [ Daniel Baumann ]
2490   * Also guarding key additions for local configured archives to not
2491     fail if no key is supplied.
2493  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 13 Aug 2011 08:07:10 +0200
2495 live-build (3.0~a28-1) experimental; urgency=low
2497   * Guarding archives handling with an additional check to prevent ugly
2498     message about files not existing.
2499   * Adding share/hooks to toplevel makefile so that it's included in the
2500     test suite.
2501   * Renaming cgi files within the sources to consistently use the name
2502     live-build-cgi.
2503   * Removing some false-positive bashisms from live-build-cgi.
2504   * Limiting test target to actual scripts in cron subdirectory.
2505   * Since all (false positives for) bashisms are gone, making the test
2506     target fail on bashisms.
2508  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 08 Aug 2011 21:12:17 +0200
2510 live-build (3.0~a27-1) experimental; urgency=low
2512   * Reverse keywords in suffix of the archive definition files for
2513     consistency.
2514   * Reverse keywords in suffix of the package list files for
2515     consistency.
2516   * Also using definition files without suffix (so that e.g. foo.list is
2517     used for both chroot and binary stage).
2518   * Removing left-over mentioning of lb_binary_local-hooks instead of
2519     lb_binary_hooks in lb_binary.
2521  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 08 Aug 2011 08:04:08 +0200
2523 live-build (3.0~a26-1) experimental; urgency=low
2525   [ Richard Nelson ]
2526   * Update VERSION in common.sh to match last release.
2528   [ Daniel Baumann ]
2529   * Skipping binary_linux-image if no kernel was choosen to be installed
2530     deliberately, thanks to Adam Conrad <adconrad@ubuntu.com>.
2531   * Moving archives meta data arround in source tree.
2532   * Correcting filename of live.debian.net archive file.
2533   * Adding hook for calling update.mlocate, thanks to Colin Watson
2534     <cjwatson@ubuntu.com> (Closes: #627332).
2535   * Adding hook for calling update-apt-xapian-index, thanks to Colin
2536     Watson <cjwatson@ubuntu.com> (Closes: #627716).
2537   * Adding hook for removing gnome icon cache, thanks to Colin Watson
2538     <cjwatson@ubuntu.com> (Closes: #630088).
2539   * Adding hook to remove python py files, thanks to Colin Watson
2540     <cjwatson@ubuntu.com> (Closes: #631281).
2541   * Using --no-check-gpg option when using debootstrap >= 1.0.30 and apt
2542     secure is disabled, thanks to Eugenio Paolantonio <me@medesimo.eu>
2543     (Closes: #633356).
2544   * Also unmounting /run in lb_clean eventhough it's not really needed
2545     anyway but let's be on the caucious side (Closes: #633052).
2546   * Adding kubuntu mode in order to have different defadefault hooks
2547     enabled for ubuntu and kubuntu (needed for #630088).
2548   * Consolidating local hooks for chroot and binary into
2549     config/hooks/*.{chroot,binary}.
2550   * Numbering embedded hooks.
2551   * Saving packages in cache even when failing or interrupting a build
2552     (Closes: #586929).
2553   * Enabling hooks based on the mode we're building for.
2554   * Calling dpkg-divert with --quiet in chroot_dpkg.
2555   * Correcting comments in chroot_hooks to match usage.
2556   * Reworking binary hooks helper.
2558   [ Cody A.W. Somerville ]
2559   * Fixing corruption of usb binary images caused by trying to modify
2560     flags in partition table when image is mounted with offset.
2561   * Updating lb_binary_linux-image to only copy over kernel and initrd
2562     if LB_LINUX_PACKAGES doesn't equal 'none'.
2563   * Appending 'linux32' to LB_ROOT_COMMAND if 'uname -m' is x86_64 and
2564     LB_ARCHITECTURE is i386.
2566   [ Daniel Baumann ]
2567   * Updating cron scripts.
2568   * Compacting copyright file.
2569   * Reworking debconf stuff of merging former live-autobuild-manual and
2570     live-autobuild-images into a single live-build-cron.
2571   * Avoid to hijack root-command with linux32, rather set use it in the
2572     chroot function only.
2573   * Adding a comment to the chroot calls in excludes handling of
2574     binary_chroot whey the chroot function is not used.
2576   [ Cody A.W. Somerville ]
2577   * Setting partition flags in source_usb after creating the filesystem
2578     in order to avoid bug in parted that makes them forget the flags.
2579   * Adding function for more resilient detachment of loopback devices.
2581   [ Daniel Baumann ]
2582   * Calling mkdir with -p to avoid build failures with multiple kernels
2583     on disk info in ubuntu mode, thanks to Cody A.W. Somerville
2584     <cody.somerville@canonical.com>.
2585   * Correcting uuid extraction from initrds in ubuntu mode to work from
2586     within binary so that it is cleaned up by lb_clean on failed builds.
2587   * Setting default compression levels to -6 for gzip, bzip, lzip and
2588     lzma tarballs.
2590   [ Cody A.W. Somerville ]
2591   * Adding paths for remote debian-installer images on armel.
2592   * Making config tree available to chroot hooks.
2594   [ Daniel Baumann ]
2595   * Updating derivatives handling for d-i mirror defaults to better
2596     match the reality that by default, most derivatives are not going to
2597     actually rebuild d-i.
2598   * Adding mdadm manually to extra packages for binary pool for being
2599     used by debian-installer (Closes: #607225).
2600   * Add forgotten handling of already set chroot_hooks in defaults.
2601   * Updating grub packages list in binary_debian-installer.
2602   * Using 'live' rather than 'incomplete' for cd_type in .disk on images
2603     that include debian-installer with live-installer udeb.
2604   * Simplify bind mounting of the config tree during local hooks are run
2605     by using read-only bind mounts.
2606   * Removing unmaintained studio package lists.
2607   * Correcting debconf variables.
2608   * Updating TODO for live-build-cron.
2609   * Correcting typo in lb_config for program variable, thanks to
2610     intrigeri <intrigeri@boum.org>.
2611   * Adding virtual-hdd in lb_config manpage as binary image type.
2612   * Handle package-lists parameter for lb_config in live-build-cron-
2613     images script for both lb version 2.x and 3.x.
2614   * Setting default kernel flavours for armel to all available flavour
2615     due to the nature of armel images (single rootfs image, multiple
2616     kernel images).
2617   * Removing debian-instaler-distribution selection from live-build-
2618     cron-images for the time being.
2620   [ Ben Armstrong ]
2621   * Fixing/adding cross-references for live-boot and live-config.
2623   [ Daniel Baumann ]
2624   * Correcting cross-references to live-boot and live-config in
2625     lb_config manpage.
2626   * Adjusting check for target directory in live-build-cron scripts to
2627     fail if non-directories are used, thanks to Ben Armstrong
2628     <synrg@debian.org>.
2630   [ intrigeri ]
2631   * Cleaning up temporary directories at the same time as other cruft.
2633   [ Daniel Baumann ]
2634   * Removing -r from short options in lb_config (Closes: #636208).
2635   * Adding hook to update apt-file cache (Closes: #636440).
2636   * Renumbering hook files.
2637   * Adding missing 'set -e' in remove-python-py.chroot hook.
2638   * Correcting indentiation in hook defaults assignment.
2640  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 04 Aug 2011 21:51:37 +0200
2642 live-build (3.0~a25-1) experimental; urgency=low
2644   * Using updated kernel default flavours for sid also for wheezy.
2645   * Adding live-manual to recommends.
2646   * Adding initial live-build-cron package.
2648  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 15 Jul 2011 20:33:24 +0200
2650 live-build (3.0~a24-1) experimental; urgency=low
2652   [ Richard Nelson ]
2653   * Move lxde package-lists to use gdm3 instead of gdm.
2654   * Remove lxde test on LB_TASKS for gdm so we now get gdm3.
2656   [ Daniel Baumann ]
2657   * Correct gdm/gdm3 handling, prefere gdm for squeeze as before and use
2658     gdm3 for everything else.
2659   * Adding extlinux to rescue package list.
2660   * Adding live-boot-doc to recommends.
2661   * Adding live-config-doc to recommends.
2663  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 13 Jul 2011 10:42:29 +0200
2665 live-build (3.0~a23-1) experimental; urgency=low
2667   * Correcting wrong chroot call in chroot_archives, only affecting
2668     derivatives.
2670  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 29 Jun 2011 07:58:09 +0200
2672 live-build (3.0~a22-1) experimental; urgency=low
2674   [ Daniel Baumann ]
2675   * Using -wildcards option when calling mksquashfs with an excludes
2676     file.
2678   [ Colin Watson ]
2679   * Make --architectures armel only fail if --linux-flavours was not
2680     passed (Closes: #630464).
2682   [ Daniel Baumann ]
2683   * Renaming repositories option to archives for consistency with
2684     debian-policy terminology.
2685   * Renaming chroot_sources script to chroot_archives for consistency
2686     with debian-policy terminology.
2687   * Unifying config/chroot_archives and config/archives, now only using
2688     config/archives.
2689   * Setting default distribution to wheezy (at least until #622838 is
2690     handled).
2691   * Changing archives key suffix from .gpg to .key.
2692   * Using .list suffix in config/archives.
2693   * Unifying config/chroot_local-packagelists and config/binary_local-
2694     packagelists.
2695   * Moving internal global package lists from 'lists' to 'package-
2696     lists'. This is not a user visible change.
2697   * Moving config/chroot_local-tasklists/*.list to config/task-
2698     lists/*.chroot.list, analogue to config/package-lists.
2699   * Since we don't have global tasks anymore, renaming lb_chroot_local-
2700     tasklists to lb_chroot_task-lists.
2701   * Since we don't have global packages anymore, renaming
2702     lb_chroot_local-packages to lb_chroot_packages and
2703     config/chroot_local-packages to config/chroot_packages.
2705   [ Colin Watson ]
2706   * Fix default for LB_PARENT_ARCHIVE_AREAS (Closes: #630604).
2708   [ Daniel Baumann ]
2709   * Correct rmdir call in top-level Makefiles uninstall target to not
2710     fail if there was no prior live-build installation.
2711   * Adjust name of archives directory in config tree.
2712   * Removing forgotten reference to chroot_packages in lb_chroot.
2713   * Correct keyring packages temporary workaround to not fail when
2714     aptitude is selected (Closes: #630919).
2715   * Making copyright file distribution neutral.
2716   * Making copyright headers distribution neutral.
2717   * Making help message about missing po4a in manpages makefile
2718     distribution neutral.
2720  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 29 Jun 2011 06:18:11 +0200
2722 live-build (3.0~a21-1) unstable; urgency=low
2724   [ Daniel Baumann ]
2725   * Obtaining the live passes package selection information at the
2726     latest point to catch all other modifications in the package
2727     selection.
2728   * Moving installation of live packages to second pass.
2729   * Removing now unecessary stagefile check in lb_source.
2730   * Correct lb cleans source removals.
2732   [ Colin Watson ]
2733   * Add --swap-file-path and --swap-file-size options (Closes: #629637).
2734   * Divert flash-kernel aside while building the chroot (Closes:
2735     #630350).
2736   * Add --initramfs-compression option (Closes: #627677).
2738  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 13 Jun 2011 20:42:13 +0200
2740 live-build (3.0~a20-1) unstable; urgency=low
2742   [ Daniel Baumann ]
2743   * Dropping handling of --packages in order to simply things handle
2744     packages scheduled for installation through package lists only.
2745   * Removing unmaintained chroot_localization script.
2747   [ Colin Watson ]
2748   * Use powerpc and powerpc64-smp kernel flavours by default for Ubuntu,
2749     as there is no powerpc64 flavour (Closes: #630032).
2751   [ Daniel Baumann ]
2752   * Correct indenting in powerpc kernel defaults.
2754   [ Colin Watson ]
2755   * Use dpkg --force-unsafe-io if available (Closes: #630043).
2757   [ Daniel Baumann ]
2758   * Correcting indenting for dpkg sync configuration file.
2759   * Always disable dpkg sync, we only support squeeze and newer anyway.
2761   [ Colin Watson ]
2762   * Fix incorrect Ubuntu defaults for security and volatile mirrors
2763     (Closes: #630080).
2765   [ Daniel Baumann ]
2766   * Reworking chroot_tasks into chroot_local-tasklists, now packages and
2767     tasks are (almost) handled identical and through local lists only.
2768   * Creating chroot_local-tasklists directory in config.
2769   * Using locales-all instead of locales in standard list for progress.
2770   * Adding support for 'nif' in package lists.
2771   * Updating and simplyfing conditionals in package lists.
2772   * Allow to optionally run package installation in two passes.
2773     Eventually, this allows to have media containing a 'bigger' live
2774     system that what they end up installing (Closes: #627439).
2776  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 11 Jun 2011 17:46:24 +0200
2778 live-build (3.0~a19-1) unstable; urgency=low
2780   [ Richard Nelson ]
2781   * Update VERSION in common.sh to match last release.
2783   [ Daniel Baumann ]
2784   * Updating packages in sun-java6 example hook.
2785   * Updating default kernel flavour for progress on i386.
2786   * Updating default kernel flavour for debian on i386.
2788   [ Colin Watson ]
2789   * Use mkfs.ext2/mkfs.ext2 instead of genext2fs (Closes: #629533).
2790   * Make --initramfs none work more consistently (Closes: #627887).
2792   [ Richard Nelson ]
2793   * Add progress as an option for --mode in lb_config manpage.
2795   [ Daniel Baumann ]
2796   * Don't try to install standard task on anything but ubuntu.
2798  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 11 Jun 2011 11:04:08 +0200
2800 live-build (3.0~a18-1) unstable; urgency=low
2802   [ Colin Watson ]
2803   * Fix duplicate deconfiguration of apt, upstart, and sysv-rc if build-
2804     with-chroot is false (Closes: #627406).
2806   [ Daniel Baumann ]
2807   * Correcting accidentally unconditional default for linux-flavours in
2808     progress mode.
2809   * Restoring excludes functionality for mksquashfs. This was present
2810     some time ago but then got removed.
2811   * Moving 'default' hooks for minimal and stripped to example hooks,
2812     they will have to be enabled manually now (Closes: #627183).
2814   [ Colin Watson ]
2815   * Fixing ext2/ext3 case in lb_binary_rootfs to work with --build-with-
2816     chroot false (Closes: #627902).
2818   [ Daniel Baumann ]
2819   * Removing accidentally twice included English files when installing
2820     manpages (Closes: #628897).
2821   * Removing unused and not really usefull bootstrap-script option
2822     (Closes: #603114).
2823   * Correcting wrong task defaults.
2824   * Updating grub paths for d-i files (Closes: #627695).
2826  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 03 Jun 2011 11:59:30 +0200
2828 live-build (3.0~a17-1) unstable; urgency=low
2830   [ Daniel Baumann ]
2831   * Updating squeeze point release number.
2832   * Updating ubuntu releases.
2833   * Enabling xz compression by default for artax-backports.
2834   * Updating url for debian-installer daily-images.
2836   [ Ben Armstrong ]
2837   * Using gdm3 for wheezy instead of gdm.
2839   [ Daniel Baumann ]
2840   * Don't add security repository for wheezy.
2841   * Avoid wrong security mirrors when building for artax-backports.
2842   * Correct derivative main sources.list entries.
2843   * Correcting wrongly attributed -m switch to --mirror-bootstrap,
2844     thanks to Colin Watson <cjwatson@ubuntu.com> (Closes: #626905).
2845   * Correcting comments about which ubuntu release is LTS and which not
2846     in releases list.
2847   * Removing defaults for the alpha architecture, not supported by
2848     debian anymore.
2850   [ Colin Watson ]
2851   * Allow installing tasks using apt-get, and do so by default for
2852     Ubuntu (Closes: #626940).
2854   [ Daniel Baumann ]
2855   * Switching to apt as tasksel for all distributions, except Debian
2856     squeeze.
2857   * Updating to standards version 3.9.2.
2858   * Completing files section in live-build manpage (Closes: #626367).
2859   * Correcting top-level makefile to automatically get all the supported
2860     languages, rather than defining a static list.
2862   [ liandro sg ]
2863   * Be more careful with subshells (Closes: #623356).
2865  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 18 May 2011 19:49:53 +0200
2867 live-build (3.0~a16-1) unstable; urgency=low
2869   * Adding workaround for apt not respecting pinning on the fly.
2870   * Removing kernel-img.conf handling for lenny and older.
2871   * Making apt calls a bit more consistent over the different scripts.
2872   * Moving apt pinning workaround to the correct place.
2873   * Moving installation of tasks behind package and package lists
2874     installation; the tasks should only 'fill-up' with what has not
2875     already been provided by packages or package lists.
2877  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 23 Apr 2011 19:27:16 +0200
2879 live-build (3.0~a15-1) unstable; urgency=low
2881   * Adding temporary hack for progress until multistrap can be used for
2882     bootstrapping.
2884  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 22 Apr 2011 23:11:56 +0200
2886 live-build (3.0~a14-1) unstable; urgency=low
2888   [ Cody A.W. Somerville ]
2889   * Fixing lb_chroot_upstart to use correct path to initctl.
2891   [ Daniel Baumann ]
2892   * Adding old 2.x changelog entries in debian changelog.
2893   * Building standard image flavour with included --tasks standard.
2894   * Also including the standard task when building the rescue default
2895     flavour.
2896   * Marking rpncalc in rescue list as squeeze only.
2897   * Updating nilfs packagename in rescue list for squeeze and newer.
2898   * Setting default for debian-installer on debian to false.
2899   * Disabling security and volatile repositories for unreleased
2900     distributions.
2901   * Setting partition flags after creating the filesystem, workaround
2902     for bug in parted where we result in having the partition type set
2903     to linux otherways, thanks to Cody A.W. Somerville
2904     <cody.somerville@canonical.com> for the idea.
2905   * Disabling kexec-tools by default in debian mode.
2906   * Adding parent-archive-areas.
2907   * Removing obsolete debian-backports auto-configuration.
2908   * Updating security archive entries for progress.
2909   * Correcting repository handling for live.debian.net wrt/ derivatives.
2911  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 25 Mar 2011 09:13:52 +0100
2913 live-build (3.0~a13-1) unstable; urgency=low
2915   [ Steven Shiau ]
2916   * Correcting release filename when caching indices (Closes: #613895).
2918   [ Daniel Baumann ]
2919   * Updating default mirrors for emdebian (Closes: #614120).
2920   * Adding wpasupplicant in rescue list.
2922   [ Hector Oron ]
2923   * Removing superfluous whitespace in output of the usage function.
2925   [ Daniel Baumann ]
2926   * Updating archive signing key for live.debian.net repository.
2928  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 09 Mar 2011 19:27:39 +0100
2930 live-build (3.0~a12-1) experimental; urgency=low
2932   [ Daniel Baumann ]
2933   * Updating year in copyright.
2934   * Updating year in hooks and script files.
2936   [ Luigi Capriotti ]
2937   * Support for newer grub-common package.
2939   [ Daniel Baumann ]
2940   * Removing legacy handling for lenny in grub2 handling of
2941     lb_binary_iso.
2942   * Adding missing netinst udeb include files for ubuntu.
2944   [ Cody A.W. Somerville ]
2945   * Adding missing debian-cd data files for Ubuntu releases for some
2946     architectures.
2948   [ Daniel Baumann ]
2949   * Adding support for Ubuntu jaunty and natty, thanks to Cody A.W.
2950     Somerville <cody.somerville@canonical.com>.
2952   [ Philip Newborough ]
2953   * Update example path in 'all_binary_debian-installer-banner.sh'
2954     example hook.
2956   [ Marco Amadori ]
2957   * Do not exclude console-setup-udeb (Helps: #603974)
2959   [ Richard Nelson ]
2960   * Account for the + character in packages for l-b.cgi
2962   [ Daniel Baumann ]
2963   * Updating includes for squeeze.
2965   [ Richard Nelson ]
2966   * Minor grammatical correction on mail.txt
2968   [ Daniel Baumann ]
2969   * Adding initial support for making initsystem configurable.
2971   [ Marco Amadori ]
2972   * Upstart initsystem support.
2974   [ Daniel Baumann ]
2975   * Updating upstart support addition to current coding style.
2976   * Adding initial support for parent distribution for debian-installer.
2977   * Updating repositories for progress.
2978   * Renaming mirror options to parent mirror for handling derivatives
2979     nice in future.
2980   * Adding mirror option handling for derivatives.
2981   * Adding mirror handling for derivatives.
2982   * Adding multi-repository support for debian-installer udebs at build-
2983     time.
2984   * Correcting quoting of apt-options in derivatives upgrade hack.
2985   * Correcting logical error with default settings of initsystem.
2986   * Making sure to correctly deference syslinux theme files when
2987     building chrooted.
2988   * Correcting typo in derivatives check when fetching d-i components.
2989   * Correcting udeb download for derivatives to only fall back to
2990     debians repository if required to.
2992  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 15 Feb 2011 19:43:44 +0100
2994 live-build (3.0~a11-1) experimental; urgency=low
2996   * Disabling inclusion of GUI installer images on ubuntu.
2997   * Updating losetup-lukshome example hook to use blkid where available,
2998     thanks to Clint Adams <clint@gnu.org> (Closes: #607108).
2999   * Removing --apt-pdiff option, this doesn't belong into live-build in
3000     the first place.
3001   * Removing some more lenny-only stuff.
3002   * Simplyfing defaults function a bit.
3003   * Correcting outdated program variable.
3004   * Updating help function in lb for live-build.
3005   * Updating man function for newer live-build versions (Closes:
3006     #608477).
3007   * Removing xresprobe from standard-x11 list (Closes: #608566).
3008   * Generalizing compression handling and adding support for lzip
3009     tarballs.
3010   * Adding initial defaults for progress.
3011   * Removing encryption support until we have something for current
3012     kernels again.
3013   * Removing lb_chroot_sysvinit in favour of a hook, which is the
3014     appropriate way to handle this.
3015   * Removing legacy support for live-initramfs.
3016   * Correcting typo in compression defaults.
3017   * Removing unused debian-release mode.
3018   * Updating some defaults for progress.
3019   * Adding derivatives handling for progress.
3020   * Updating apt indices defaults for progress.
3021   * Shortening iso volume default for progress.
3022   * Correcting compression handling for tarballs.
3023   * Updating parent distribution defaults for progress.
3024   * Correcting typo in lzip default options.
3025   * Updating compression defaults for progress.
3027  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 11 Jan 2011 13:42:17 +0100
3029 live-build (3.0~a10-1) experimental; urgency=low
3031   [ Daniel Baumann ]
3032   * Removing header in copyright file.
3033   * Don't hard-depend on test target in Makefile.
3035   [ Ben Armstrong ]
3036   * Adding '--includes none' documentation in help and man page.
3038   [ Daniel Baumann ]
3039   * Marking afio in rescue list as sid only.
3040   * Adding debian-installer-launcher in prebuilt images.
3041   * Adding debian-cd data for ubuntu releases.
3042   * Removing old ubuntu release (jaunty).
3043   * Applying patch from Cody A.W. Somerville
3044     <cody.somerville@canonical.com> to update kernel packages for ubuntu
3045     in lb_binary_debian-installer.
3046   * Removing last live-helper remains in internal variables.
3047   * Removing old and outdated FAQ.
3048   * Mentioning Richard in authors file.
3049   * Updating credits file.
3050   * Removing unused name header in package lists.
3051   * Marking ntop as sid only in rescue list.
3052   * Marking tob as sid only in rescue list.
3054  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 14 Dec 2010 13:17:58 +0100
3056 live-build (3.0~a9-1) experimental; urgency=low
3058   [ Daniel Baumann ]
3059   * Once again updating volatile urls for squeeze.
3060   * Passing chroot directory explicitly to Apt() in preparation for
3061     multi-arch.
3062   * Renaming --architecture to --architectures in preparation for multi-
3063     arch.
3064   * Making default argument guessing for non-debian systems a bit more
3065     robust.
3067   [ Ben Armstrong ]
3068   * Updating lb config --help and man page.
3070  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Dec 2010 12:19:09 +0100
3072 live-build (3.0~a8-1) experimental; urgency=low
3074   [ Daniel Baumann ]
3075   * Replacing last occurences of lh with lb.
3076   * Renaming 'packages lists' to 'package lists' all over the place.
3077   * Updating grub package name for grub version 1.
3078   * Adding warning about non-usefullnes of the stripped hook.
3080   [ Ben Armstrong ]
3081   * Adding example auto scripts.
3083   [ Daniel Baumann ]
3084   * Applying slightly modified patch from Michael Hudson
3085     <michael.hudson@canonical.com> to make arguments in debootstrap
3086     calls more robust.
3087   * Updating initramfs switch in lb config manpage (Closes: #605255).
3089  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 29 Nov 2010 23:19:28 +0100
3091 live-build (3.0~a7-1) experimental; urgency=low
3093   [ Daniel Baumann ]
3094   * Enabling volatile for squeeze.
3095   * Updating volatile urls for squeeze.
3097   [ Richard Nelson ]
3098   * Cleanup l-b.cgi header file to reflect Live Build.
3100   [ Daniel Baumann ]
3101   * Removing apt-mirror-setup from udeb_exclude (Closes: #604027).
3102   * Renaming --binary-indices to --apt-indices for consistency.
3103   * Using bootloader-live in syslinux-themes, rather than just
3104     bootloader, since it's live specific.
3105   * Removing cdrom-detect/try-usb workaround, not needed anymore.
3106   * Correcting quoting of auto calls, thanks to Andreas Loibl
3107     <andreas@andreas-loibl.de>.
3108   * Also including auxiliary packages in d-i pool (Closes: #604551).
3109   * Simplyfing ssh host key removal.
3110   * Adding dpkg source options file.
3112  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Nov 2010 23:22:15 +0100
3114 live-build (3.0~a6-1) experimental; urgency=low
3116   [ Daniel Baumann ]
3117   * Removing cron examples, autobuild is handled by live-autobuild now.
3119   [ Richard Nelson ]
3120   * Make iso-hybrid default on l-b-cgi.
3121   * Make squeeze default on l-b-cgi.
3123   [ Daniel Baumann ]
3124   * Using old lenny syslinux bootsplash for squeeze, moving new splash
3125     to wheezy.
3126   * Updating path in copyright file.
3127   * Removing remaining last leftovers from lh in lb and live-build
3128     manpages.
3129   * Removing debian-maintainers.org and debian-projects.org repository
3130     entries, will re-add them after squeeze.
3131   * Updating special handling for backports.
3132   * Adding fsarchiver to rescue list.
3133   * Removing arm case for kernel defaults, squeeze has armel instead.
3134   * Removing hppa case for kernel defaults, squeeze and newer has no
3135     hppa anymore.
3136   * Removing deep link to bug page in the manual, since we don't have
3137     stable references yet.
3138   * Shuffeling dpkg tmpfs hack arround in preparation for generic tmpfs
3139     support.
3141   [ Ben Armstrong ]
3142   * Adding reference material to debian-live-devel list: live-boot,
3143     live-config and live-manual.
3145   [ Daniel Baumann ]
3146   * Adding vpnc in rescue list.
3147   * Updating debian-live-devel packages list (Closes: #602139).
3148   * Correcting typo in defaults handling of apt http proxy.
3149   * First step in cleaning up syslinux handling by using syslinux-theme
3150     packages rather than embedded templates.
3151   * Workarounding symlink on usb-hdd when including debian-installer and
3152     using vfat filesystems.
3154   [ Ben Armstrong ]
3155   * Fixing typo in symlink on fat workaround.
3157   [ Daniel Baumann ]
3158   * Enabling removal of ssh host keys, they are regenerated by live-
3159     config.
3160   * Making d-i indices copying depending on binary image type.
3162  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 13 Nov 2010 16:01:57 +0100
3164 live-build (3.0~a5-1) experimental; urgency=low
3166   * Removing --binary-pool again, not ready yet.
3168  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 04 Oct 2010 18:13:53 +0200
3170 live-build (3.0~a4-1) experimental; urgency=low
3172   [ Daniel Baumann ]
3173   * Handling live.debian.net repository differently, so that ubuntu
3174     people can use it too.
3175   * Updating to debhelper version 8.
3176   * Updating defaults for squeeze and d-i gui.
3177   * Updating images autobuild script for squeeze beta1.
3178   * Adding temporary workarounds to deal with latest archive breakages
3179     in image autobuild script.
3180   * Marking mrt in rescue list as lenny only.
3181   * Also using gdm legacy hack on xfce-desktop default images.
3183   [ intrigeri ]
3184   * Fixing squashfs.sort location with --build-with-chroot false.
3186   [ Daniel Baumann ]
3187   * Correcting typo with lb config call for usb-hdd in autobuild script.
3189  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 02 Oct 2010 10:18:16 +0200
3191 live-build (3.0~a3-1) experimental; urgency=low
3193   [ Otavio Salvador ]
3194   * Fixing debian-installer index generation.
3195   * Fixing debian-installer Release file generation.
3197   [ Daniel Baumann ]
3198   * Also correcting version number in debian-installer release file.
3199   * Avoid using bashism when handling codename/suite mapping for debian-
3200     installer release file.
3202  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 26 Sep 2010 23:24:01 +0200
3204 live-build (3.0~a2-1) experimental; urgency=low
3206   * Replacing lb_chroot_symlinks with a hook, that's more approriate.
3207   * Adding option to allow using the live-media pool in live system.
3208   * Updating version constraints in config tree version check.
3210  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 26 Sep 2010 20:09:14 +0200
3212 live-build (3.0~a1-1) experimental; urgency=low
3214   * Removing lenny support.
3215   * Switching to source format 3.0 (quilt).
3217  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 26 Sep 2010 12:38:28 +0200
3219 live-build (2.0.12-2) unstable; urgency=low
3221   * Adding preinst script to remove
3222     /usr/share/live/build/includes/squeeze (Closes: #611794).
3224  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 02 Feb 2011 12:35:41 +0100
3226 live-build (2.0.12-1) unstable; urgency=low
3228   [ Daniel Baumann ]
3229   * Removing l10n support for 2.0 branch.
3230   * Correcting outdated program variable.
3231   * Updating help function in lb for live-build.
3232   * Updating man function for newer live-build versions (Closes:
3233     #608477).
3234   * Marking xresprobe in standard-x11 list as lenny only (Closes:
3235     #608566).
3236   * Updating year in copyright.
3237   * Removing headers in copyright file.
3238   * Updating year in manpage, hooks, script and template files.
3240   [ Luigi Capriotti ]
3241   * Support for newer grub-common package.
3243   [ Daniel Baumann ]
3244   * Simplyfing grub-mkimage legacy handling for lenny in lb_binary_iso.
3245   * Adding ubuntu lucid for grub-mkimage legacy handling in
3246     lb_binary_iso.
3247   * Adding missing netinst udeb include files for ubuntu.
3249   [ Cody A.W. Somerville ]
3250   * Adding missing debian-cd data files for Ubuntu releases for some
3251     architectures.
3253   [ Daniel Baumann ]
3254   * Adding support for Ubuntu jaunty and natty, thanks to Cody A.W.
3255     Somerville <cody.somerville@canonical.com>.
3257   [ Philip Newborough ]
3258   * Update example path in 'all_binary_debian-installer-banner.sh'
3259     example hook.
3261   [ Daniel Baumann ]
3262   * Account for the + character in packages for l-b.cgi
3263   * Updating includes for squeeze.
3264   * Updating syslinux theme for squeeze.
3265   * Removing wheezy splash.
3267  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 01 Feb 2011 22:32:56 +0100
3269 live-build (2.0.11-1) unstable; urgency=low
3271   [ Daniel Baumann ]
3272   * Disabling inclusion of GUI installer images on ubuntu.
3273   * Updating losetup-lukshome example hook to use blkid where available,
3274     thanks to Clint Adams <clint@gnu.org> (Closes: #607108).
3276   [ Cody A.W. Somerville ]
3277   * Fixing numbering of live kernels and initrd files when using
3278     syslinux.
3280   [ Daniel Baumann ]
3281   * Removing unmaintained package lists (Closes: #598100).
3283  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 24 Dec 2010 18:49:26 +0100
3285 live-build (2.0.10-1) unstable; urgency=low
3287   [ Ben Armstrong ]
3288   * Adding '--includes none' documentation in help and man page.
3290   [ Daniel Baumann ]
3291   * Marking afio in rescue list as sid and lenny only.
3292   * Adding debian-installer-launcher in prebuilt images.
3294   [ Ben Armstrong ]
3295   * Fixing numerous spelling and other minor details in lb_config man
3296     page.
3297   * Adding *-desktop virtual package lists files (just comments for doc
3298     purposes).
3300   [ Daniel Baumann ]
3301   * Adding debian-cd data for ubuntu releases.
3302   * Removing old ubuntu release (jaunty).
3303   * Applying patch from Cody A.W. Somerville
3304     <cody.somerville@canonical.com> to update kernel packages for ubuntu
3305     in lb_binary_debian-installer.
3306   * Removing last live-helper remains in internal variables.
3307   * Removing old and outdated FAQ.
3308   * Mentioning Richard in authors file.
3309   * Updating credits file.
3310   * Removing unused name header in package lists.
3311   * Unfuzzying German manpage translations.
3312   * Marking ntop as lenny and sid only in rescue list.
3313   * Marking tob as lenny and sid only in rescue list.
3315  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 14 Dec 2010 13:05:39 +0100
3317 live-build (2.0.9-1) unstable; urgency=medium
3319   [ Daniel Baumann ]
3320   * Once again updating volatile urls for squeeze.
3322   [ Ben Armstrong ]
3323   * Updating lb config --help and man page.
3325   [ Daniel Baumann ]
3326   * Unfuzzying German manpage translations.
3328  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Dec 2010 12:01:43 +0100
3330 live-build (2.0.8-1) unstable; urgency=medium
3332   [ Daniel Baumann ]
3333   * Replacing last occurences of lh with lb.
3334   * Adding warning about non-usefullnes of the stripped hook.
3336   [ Ben Armstrong ]
3337   * Adding example auto scripts.
3339   [ Daniel Baumann ]
3340   * Applying slightly modified patch from Michael Hudson
3341     <michael.hudson@canonical.com> to make arguments in debootstrap
3342     calls more robust.
3343   * Updating initramfs switch in lb config manpage (Closes: #605255).
3345  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 29 Nov 2010 23:12:54 +0100
3347 live-build (2.0.7-1) unstable; urgency=medium
3349   [ Daniel Baumann ]
3350   * Enabling volatile for squeeze.
3351   * Updating volatile urls for squeeze.
3353   [ Richard Nelson ]
3354   * Cleanup l-b.cgi header file to reflect Live Build.
3356   [ Daniel Baumann ]
3357   * Removing apt-mirror-setup from udeb_exclude (Closes: #604027).
3358   * Removing cdrom-detect/try-usb workaround, not needed anymore.
3359   * Correcting quoting of auto calls, thanks to Andreas Loibl
3360     <andreas@andreas-loibl.de>.
3361   * Also including auxiliary packages in d-i pool (Closes: #604551).
3362   * Enabling removal of ssh host keys, they are regenerated by live-
3363     config.
3364   * Simplyfing ssh host key removal.
3366  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Nov 2010 23:13:43 +0100
3368 live-build (2.0.6-1) unstable; urgency=medium
3370   [ Ben Armstrong ]
3371   * Adding reference material to debian-live-devel list: live-boot,
3372     live-config and live-manual.
3374   [ Daniel Baumann ]
3375   * Adding vpnc in rescue list.
3376   * Updating debian-live-devel packages list (Closes: #602139).
3377   * Correcting typo in defaults handling of apt http proxy.
3378   * Workarounding symlink on usb-hdd when including debian-installer and
3379     using vfat filesystems.
3381   [ Ben Armstrong ]
3382   * Fixing typo in symlink on fat workaround.
3384   [ Daniel Baumann ]
3385   * Making d-i indices copying depending on binary image type.
3387  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 13 Nov 2010 16:10:43 +0100
3389 live-build (2.0.5-1) unstable; urgency=medium
3391   * Removing dpkg-tmpfs hack, this is too intrusive atm.
3393  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Oct 2010 09:44:14 +0200
3395 live-build (2.0.4-1) unstable; urgency=medium
3397   [ Richard Nelson ]
3398   * Addng lenny build option back to forms and removing wheezy on l-b-
3399     cgi.
3401   [ Daniel Baumann ]
3402   * Adding fsarchiver to rescue list.
3403   * Removing deep link to bug page in the manual, since we don't have
3404     stable references yet.
3406  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 28 Oct 2010 09:34:43 +0200
3408 live-build (2.0.3-1) unstable; urgency=medium
3410   [ Daniel Baumann ]
3411   * Removing cron examples, autobuild is handled by live-autobuild now.
3412   * Using old lenny syslinux bootsplash for squeeze, moving new splash
3413     to wheezy.
3415   [ Richard Nelson ]
3416   * Make iso-hybrid default on l-b-cgi.
3417   * Make squeeze default on l-b-cgi.
3419   [ Daniel Baumann ]
3420   * Updating path in copyright file.
3421   * Removing remaining last leftovers from lh in lb and live-build
3422     manpages.
3423   * Removing debian-maintainers.org and debian-projects.org repository
3424     entries, will re-add them after squeeze.
3425   * Updating special handling for backports.
3427  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 12 Oct 2010 11:05:07 +0200
3429 live-build (2.0.2-1) unstable; urgency=medium
3431   [ Daniel Baumann ]
3432   * Removing superfluous 'releasing' changelog entry in previous
3433     version.
3434   * Updating defaults for squeeze and d-i gui.
3435   * Updating images autobuild script for squeeze beta1.
3436   * Adding temporary workarounds to deal with latest archive breakages
3437     in image autobuild script.
3438   * Handling live.debian.net repository differently, so that ubuntu
3439     people can use it too.
3440   * Marking mrt in rescue list as lenny only.
3441   * Also using gdm legacy hack on xfce-desktop default images.
3443   [ intrigeri ]
3444   * Fixing squashfs.sort location with --build-with-chroot false.
3446   [ Daniel Baumann ]
3447   * Correcting typo with lb config call for usb-hdd in autobuild script.
3449  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 02 Oct 2010 10:00:45 +0200
3451 live-build (2.0.1-1) unstable; urgency=medium
3453   [ Daniel Baumann ]
3454   * Adding squeeze-backports as valid distribution codename in
3455     lb_config.
3456   * Correcting wrong stage file in lb_chroot_interactive.
3457   * Removing d-i hacks, should be fixed with newer live-installer.
3459   [ Otavio Salvador ]
3460   * Fixing debian-installer index generation.
3461   * Fixing debian-installer Release file generation.
3463   [ Daniel Baumann ]
3464   * Also correcting version number in debian-installer release file.
3465   * Avoid using bashism when handling codename/suite mapping for debian-
3466     installer release file.
3468  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 Sep 2010 07:41:45 +0200
3470 live-build (2.0.0-1) unstable; urgency=medium
3472   [ Daniel Baumann ]
3473   * Using short boot parameter 'config' to enable live-config, requires
3474     live-config 2.0.7.
3475   * Making rmdir calls on cleanups more robust.
3476   * Also supportin local global lists in config/lists, thanks to Mark
3477     Schneider <ms@it-infrastrukturen.org>.
3478   * Updating debian-live list for squeeze.
3479   * Renaming debian-live list to debian-live-devel.
3480   * Adding debian-live-pxe-server packages list.
3481   * Updating packages list for squeeze and wheezy.
3482   * Also only respecting packages lists with .list suffix in
3483     binary_local-packageslists for consistency.
3484   * Adding consle-setup and keyboard-configuration manually to package
3485     pool for debian-installer in order to workaround a flawed debian-
3486     installer change in squeeze.
3487   * Updating keyboard related packages to be in consistency with debian-
3488     installer.
3489   * Also handling console related packages in debian-installer when
3490     live-installer is used.
3491   * Also adding kbd to debian-installer packages.
3493   [ Hector Oron ]
3494   * Fixing bpo debian-maintainers.org typo (Closes: #597715).
3496   [ Daniel Baumann ]
3497   * Adding warning about using minimal directly in minimal packages
3498     list.
3499   * Adding initramfs related defaults for wheezy.
3500   * Using the same path for win32-loader in squeeze as in sid as it has
3501     finally migrated some time ago.
3502   * Not fail if /dev/random is not available in chroot, newer
3503     debootstrap seems not to create it anymore.
3504   * Releasing debian version 2.0.0-1.
3506  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 26 Sep 2010 12:14:46 +0200
3508 live-build (2.0~a29-1) unstable; urgency=low
3510   * Updating auto/scripts handling.
3511   * Adding somewhat prettier header in /etc/apt/sources.list.
3512   * Fixing lb_binary_syslinux to add quiet for the default live entries.
3513   * Correcting typo in lb_config when cleaning up auto/config.
3514   * Adding support for inclusion of the debian-backports repository.
3515   * Correcting freudian typo when reading in config files.
3516   * Correcting to narrow pattern for counting kernel images (Closes:
3517     #581252).
3518   * Updating kernel images number when installing them into live media.
3519   * Also populating config tree automatically when calling other top-
3520     level commands apart from lb_build.
3521   * Allowing also symlinks in chroot_local-packages (Closes: #593186).
3522   * Correcting typo in binary sources.list creating.
3524  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 16 Sep 2010 21:13:58 +0200
3526 live-build (2.0~a28-1) unstable; urgency=low
3528   [ Cody A.W. Somerville ]
3529   * Addding maverick to list of releases.
3531   [ Daniel Baumann ]
3532   * Removing EOL Ubuntu releases.
3533   * Adding preconfig project to repositories.
3534   * Updating path in local helper for live-build.
3535   * Prefixing helper scripts to make 'out of source' usage usable
3536     (Closes: #572455).
3537   * Avoid running helpers twice when using auto (Closes: #584884).
3539  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 13 Sep 2010 21:28:16 +0200
3541 live-build (2.0~a27-1) unstable; urgency=low
3543   * Shortening package description.
3544   * Updating internal variables from lh to lb scheme, should be the last
3545     piece to finish the live-helper to live-build rename.
3546   * Moving location of the global configuration file from
3547     /etc/default/live-build to /etc/live/build.conf resp.
3548     /etc/live/build.d/.
3549   * Correcting --clean handling in lb_config.
3550   * Replacing references to lh commands with lb in live-build manpage.
3552  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 07 Sep 2010 21:41:44 +0200
3554 live-build (2.0~a26-1) unstable; urgency=low
3556   * Removing desktop-base entry in gnome-full list, already inherited
3557     through the gnome-core list.
3558   * Exiting with 0 in live-boot bug script.
3559   * Updating debian-live homepage in various locations.
3560   * Updating gdm handling for lxde.
3561   * Adding support for wheezy.
3562   * Adding support for standalone live-boot as initramfs generator.
3563   * Updating lenny point release number.
3564   * Also deconfiguring /etc/hosts when using debootstrap to bootstrap
3565     system.
3567  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 06 Sep 2010 15:31:28 +0200
3569 live-build (2.0~a25-1) unstable; urgency=low
3571   * Updating internal calls to use live-build instead of live-helper.
3572   * Updating lenny point release number.
3574  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 15:15:31 +0200
3576 live-build (2.0~a24-1) unstable; urgency=low
3578   [ Richard Nelson ]
3579   * Add param to cgi for --tasks.
3580   * Add param to the build.html templates for --tasks.
3581   * Add param to the form.html templates for --tasks.
3583   [ Daniel Baumann ]
3584   * Correcting typo in emdebian keyring packages variable (Closes:
3585     #593346).
3586   * Updating copyright headers for live-build.
3587   * Replacing some references to live-helper with live-build.
3588   * Adding legacy symlinks for lh in live-helper transitional package.
3589   * Renaming manpages for live-build.
3590   * Replacing some references to live-helper with live-build in
3591     manpages.
3592   * Replacing some references to live-helper with live-build in
3593     templates.
3594   * Replacing some more references to live-helper with live-build in
3595     scripts.
3596   * Replacing some references to live-helper with live-build in the cgi.
3597   * Replacing some references to live-helper with live-build in
3598     examples.
3599   * Replacing some references to live-helper with live-build in lists.
3600   * Replacing some references to live-helper with live-build in
3601     debhelper bug files.
3603  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 02 Sep 2010 15:06:23 +0200
3605 live-build (2.0~a23-1) unstable; urgency=low
3607   * Adding slightly modified patch from Cody A.W. Somerville
3608     <cody.somerville@canonical.com> to extract casper uuid file from
3609     casper initrds.
3610   * Setting default distribution to squeeze.
3611   * Moving /usr/share/live-helper to /usr/share/live/build.
3612   * Removing old and unmaintained po files.
3614  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 14 Aug 2010 20:53:08 +0200
3616 live-build (2.0~a22-1) unstable; urgency=low
3618   [ Daniel Baumann ]
3619   * Making cp calls for syslinux templates recursive, thanks to Tiago
3620     Bortoletto Vaz <tiago@debian.org>.
3622   [ Chris Lamb ]
3623   * Fixing spelling typo.
3624   * Run chroot stage with /var/lib/dpkg mounted as a tmpfs
3626   [ Richard Nelson ]
3627   * Correct typo on build.html.
3628   * Update to change in location and name of /live-helper.sh to
3629     /scripts/build.sh.
3631   [ Daniel Baumann ]
3632   * Marking ndiff as lenny only in rescue list (Closes: #591469).
3634   [ Tiago Bortoletto Vaz ]
3635   * Adding curly braces to LH_MEDIA in syslinux template.
3636   * Fixing all LH_MEDIA related stuff in syslinux templates.
3637   * Adding Brazilian Portuguese templates for syslinux.
3639   [ Daniel Baumann ]
3640   * Updating debian-cd data.
3642   [ Chris Lamb ]
3643   * Fix LH_INTERACTIVE switch statement.
3645   [ Daniel Baumann ]
3646   * Setting default desktop for tasksel when installing package tasks to
3647     avoid ending up with a pulled in gnome in all cases, thanks a lot to
3648     Ben Armstrong <synrg@debian.org> for finding this solution.
3650  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 10 Aug 2010 04:21:01 +0200
3652 live-build (2.0~a21-1) unstable; urgency=low
3654   [ Daniel Baumann ]
3655   * Removing outdated repository configurations.
3656   * Updating backports repository configuration.
3658   [ Richard Nelson ]
3659   * Correct expression on l-b.cgi email field.
3661   [ Daniel Baumann ]
3662   * Updating package to standards version 3.9.1.
3664   [ Marco Amadori ]
3665   * Correcting typo, live-helper should depend on live-build.
3667  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 27 Jul 2010 16:07:52 +0200
3669 live-build (2.0~a20-1) unstable; urgency=low
3671   * Removing temporary hack to skip memtest86+ in image autobuild
3672     script.
3673   * Adding updated losetup-lukshome hook from Rui Miguel P. Bernardo
3674     <rui.bernardo.pt@gmail.com>.
3675   * Renaming live-helper package to its generic name live-build, now all
3676     Debian Live are consistently and properly named.
3677   * Splitting out cgi frontend to own package.
3678   * Rearranging helpers scripts in source tree.
3679   * Using global version file.
3680   * Updating po makefile.
3681   * Removing example sources, not really useful anymore since
3682     repositories are in place.
3684  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 24 Jul 2010 17:22:56 +0200
3686 live-helper (2.0~a19-1) unstable; urgency=low
3688   [ Daniel Baumann ]
3689   * Also creating .disk meta information on usb images, otherwise
3690     debian-installer doesn't detect the installer media.
3692   [ Richard Nelson ]
3693   * Allowing input for --mirror-binary on l-h.cgi.
3695   [ Daniel Baumann ]
3696   * Updating binary_local-packageslists to treat non-main packages
3697     correctly.
3698   * Truncating apts term.log to.
3699   * Removing apt log instead of truncating it, this is an additional
3700     file over a bootstrapped chroot.
3701   * Updating defaults to also add try-usb parameter for cdrom-detect
3702     when building iso-hybrid images with included debian-installer.
3703   * Updating syslinux splash screen for squeeze.
3704   * Updating image autobuild script for squeeze alpha2.
3706  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 18 Jul 2010 01:16:13 +0200
3708 live-helper (2.0~a18-1) unstable; urgency=low
3710   [ Richard Nelson ]
3711   * Added REMOTE_ADDR to l-h.cgi log file.
3712   * Added logging features to l-h.cgi cron.
3713   * Matching logging date format to apache to use log analyzers on l-
3714     h.cgi builds.
3716   [ Daniel Baumann ]
3717   * Adding ubuntu specifics for system-config-printer in gnome list,
3718     thanks to Philippe Lelédy <debian@leledy.fr>.
3719   * Updating package name for isohybrid, in syslinux 4 it's in syslinux
3720     instead of syslinux-common.
3721   * Updating package to standards version 3.9.0.
3722   * Updating hacks to cope with gdm and gdm3 packages.
3723   * Copying win32-loader recursively to cope with another win32-loader
3724     file re-arangement.
3726  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 10 Jul 2010 22:43:00 +0200
3728 live-helper (2.0~a17-1) unstable; urgency=low
3730   [ Richard Nelson ]
3731   * LH_BOOTAPPEND to LH_BOOTAPPEND_LIVE correction cgi operations.
3732   * LH_BOOTAPPEND_INSTALL added to cgi operations.
3733   * Add VERSION information and source in common live-helper common
3734     functions.
3736   [ Daniel Baumann ]
3737   * Using network-manager-gnome instead of wicd in lxde list for squeeze
3738     and newer.
3739   * Adding emacs23-nox for squeeze and newer in rescue list.
3741   [ Alexander Sack ]
3742   * Ensure that mtab is properly linked to /proc/mounts in
3743     binary_virtual-hdd.
3744   * Fix virtual-hdd packing only the stuff inside the binary/ tree in
3745     the image in binary_virtual-hdd.
3747   [ Daniel Baumann ]
3748   * Adding slightly modified patch from Alexander Sack <asac@linaro.org>
3749     to add meta info about filesystem size in binary_rootfs.
3751   [ Alexander Sack ]
3752   * Fix linux-image generation for no initramfs images.
3754   [ Daniel Baumann ]
3755   * Going back to using gdm for lxde as this is what the lxde meta
3756     package recommends.
3757   * Correcting entry about --language in lh_config manpage, it doesn't
3758     set the bootparameters automatically for locale selection.
3760  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 02 Jul 2010 18:23:47 +0200
3762 live-helper (2.0~a16-1) unstable; urgency=low
3764   [ Daniel Baumann ]
3765   * Also passing repositories to cgi build jobs.
3766   * Correcting wrong handling of --rsyncable in defaults autodetection
3767     of gzip options.
3768   * Also including url of the webbuilder in its images.
3769   * Including note where to send feedback to in webmails mail templates.
3770   * Including build-job in the mail that is sent by the cgi.
3771   * Silencing copying of parameters.txt in binary_linux-image.
3772   * Moving chroot exclude mechanisms to one central place in
3773     binary_chroot helper.
3774   * Adding nomodeset to failsafe parameters to disable kms.
3776   [ Richard Nelson ]
3777   * Cleaned up expression LH_BOOTAPPEND and included = for live-config
3778     calls.
3779   * Added : and / to LH_BOOTAPPEND for live-config.hooks calls.
3780   * LH_BINARY_IMAGES expression cleanup.
3781   * LH_PACKAGES_LISTS expression cleanup.
3782   * LH_PACKAGES expression cleanup.
3783   * LH_ARCHITECTURE expression cleanup.
3784   * LH_MIRROR_BOOTSTRAP expression cleanup.
3785   * LH_MIRROR_BINARY expression cleanup.
3786   * LH_MIRROR_BINARY_SECURITY expression cleanup.
3787   * LH_CHROOT_FILESYSTEM expression cleanup.
3788   * LH_LINUX_FLAVOURS expression cleanup.
3789   * Match encryption param man page and case for expression cleanup on
3790     l-h.cgi.
3791   * LH_ENCRYPTION expression cleanup.
3792   * LH_HOSTNAME expression cleanup.
3793   * LH_ISO_APPLICATION expression cleanup.
3794   * LH_ISO_PREPARER expression cleanup.
3795   * LH_ISO_PUBLISHER expression cleanup.
3796   * LH_ISO_VOLUME expression cleanup.
3797   * LH_MEMTEST expression cleanup.
3798   * LH_NET_ROOT_PATH expression cleanup.
3799   * LH_NET_ROOT_SERVER expression cleanup.
3800   * LH_USERNAME expression cleanup and build output cleanup.
3801   * _CUSTOM_BOOTSTRAP and _CUSTOM_BINARY expression cleanup.
3802   * Removed hostname from forms and cgi and can be configured with live-
3803     config.hostname= on bootappend.
3804   * Removed username from forms and cgi and can be configured with live-
3805     config.username= on bootappend.
3806   * Path correction on cgi/cron build file append to mailer.
3808   [ Daniel Baumann ]
3809   * Globally using packages cache during runtime of chroot_source
3810     (Closes: #586927).
3811   * Removing double implementation of binary_rootfs/excludes.
3812   * Removing distribution check for assemblink mksquashfs options in
3813     binary_rootfs, not required anymore.
3814   * Making excludes handling simpler, and dropping excluding of kernel
3815     images for minimal or stripped images (Closes: #586367).
3817  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 24 Jun 2010 01:49:57 +0200
3819 live-helper (2.0~a15-1) unstable; urgency=low
3821   [ Daniel Baumann ]
3822   * Running checkbashisms with -f and -x in Makefile.
3823   * Updating update-version script.
3824   * Directly depend on keyboard-configuration (rather than through
3825     console-setup) for squeeze in standard packages list.
3826   * Adding gnupg in minmal list for ubuntu (Closes: #586067).
3828   [ Richard Nelson ]
3829   * Whitespace removal
3831   [ Daniel Baumann ]
3832   * Temporarily removing grub2 from d-i packages again, needs some fixes
3833     first.
3835  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 18 Jun 2010 04:01:29 +0200
3837 live-helper (2.0~a14-1) unstable; urgency=low
3839   [ Cody A.W. Somerville ]
3840   * Standardize to machine readable package manifest.
3842   [ Daniel Baumann ]
3843   * Renaming manifest files to packages on debian.
3844   * Correcting install command for manpages in Makefile.
3845   * Simplyfing makefile a bit.
3846   * Also including grub2 in the debian-installer pool.
3847   * Using UTF-8 in German manpages.
3848   * Using umlauts in German manpages.
3849   * Using old pathes for win32-loader on squeeze too.
3851  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 30 May 2010 09:43:00 +0200
3853 live-helper (2.0~a13-1) unstable; urgency=low
3855   [ Daniel Baumann ]
3856   * Updating lh_config manpage wrt/ mirror defaults.
3857   * Once again updating path for win32-loader for squeeze and newer.
3858   * Visually improving test target of Makefile.
3859   * Updating default boot parameters to include live-config.
3860   * Thinking about removing openssh-server hostkeys, as they should be
3861     regenerated during boot anyway.
3862   * Using kde-plasma-desktop instead of kde-minimal for squeeze and
3863     newer in kde-core list, thanks to Diederik de Haas
3864     <didi.debian@cknow.org>.
3865   * Updating headers of German manpage po files.
3866   * Applying slightly modified patch from Cody A.W. Somerville
3867     <cody.somerville@canonical.com> to update titles for Ubuntu in live-
3868     media disk info.
3870   [ Cody A.W. Somerville ]
3871   * Generating casper uuid file in casper initrd.
3873   [ Daniel Baumann ]
3874   * Generalizing uuid handling so that we can enable it in debian later
3875     too.
3876   * Adding option for custom isohybrid arguments.
3877   * Also (try) unmounting /dev/shm in exit function.
3878   * Renaming --chroot-build to --build-with-chroot.
3879   * Correcting wrong apt-utils workaround in chroot_sources when using
3880     minimal and local packages.
3881   * Only installing gdm-themes for lenny in gnome packages list.
3882   * Using nodm instead of gdm in lxde packages list for squeeze and
3883     newer.
3884   * Adding user-setup to minimal packages list.
3885   * Setting version number to 2.0~a13.
3887  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 23 May 2010 12:37:33 +0200
3889 live-helper (2.0~a12-1) unstable; urgency=low
3891   * Updating package lists for gdm3.
3892   * Renaming md5sum helpers to checksums.
3893   * Allow to include multiple checksum files and specify which hashes to
3894     use.
3895   * Removing old NEWS file, news are stored in the wiki at
3896     live.debian.net since a while already.
3897   * Removing old DOWNLOAD file.
3898   * Removing old README file.
3899   * Updating kde-core list for sid, thanks to Diederik de Haas
3900     <didi.debian@cknow.org>.
3901   * Reworking manpages for live-helper 2.
3902   * Adding German manpage translations.
3903   * Seperating source tarballs into to, one for debian, one for debian-
3904     live.
3905   * Updating win32-loader pathes for squeeze (Closes: #580952).
3906   * Adding repository pre-configurations files for
3907     administration.debian-projects.org and customization.debian-
3908     projects.org.
3909   * Setting version number.
3911  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 12 May 2010 06:01:39 +0200
3913 live-helper (2.0~a11-1) unstable; urgency=low
3915   [ Daniel Baumann ]
3916   * Updating references to project homepage in the manpages.
3917   * Updating references to project homepage in the templates.
3918   * Updating synopsis of --packages-lists in lh_config manpage.
3919   * Don't fail on samhain workaround when we're cleaning up.
3921   [ Richard Nelson ]
3922   * Add uninstall and reinstall for l-h.cgi Makefile.
3923   * Remove plural typo on l-h.cgi mail.txt .
3925   [ Daniel Baumann ]
3926   * Updating uninstall and reinstall targets in cgi/Makefile.
3927   * Correcting spelling typo in previous changelog.
3928   * Correcting a couple of formating glitches in lh_config manpage.
3929   * Replacing 'noautoconfig' string in auto/ scripts with 'noauto'.
3930   * Printing message when auto scripts are used to make debug logs more
3931     understandable.
3932   * Making sure live-helper.sh is sourced early enough wrt/ auto
3933     scripts.
3934   * Updating maintainer field.
3936  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 30 Apr 2010 17:10:38 +0200
3938 live-helper (2.0~a10-1) unstable; urgency=low
3940   * Updating appending of union boot parameter to only append, when
3941     we're not using aufs.
3942   * Adding -r, --repositories option to select preconfigured third-party
3943     repositories more easily.
3944   * Making handling of cache/packages_bootstrap a bit more error proove,
3945     thanks to Michal Suchanek <michal.suchanek@ruk.cuni.cz> for bringing
3946     it up.
3947   * Adding special hack to prevent samhain from initializing.
3948   * Removing powerpc condition on gnu-fdisk recommends.
3949   * Calling Check_defaults twice in lh_config, once when we initialize
3950     and once when the modified configuration is written (Closes:
3951     #576573).
3952   * Correcting spelling typo in previous changelog entry.
3953   * Adding gdb to rescue list.
3954   * Updating Man function to work with lh as wrapper.
3956  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 09 Apr 2010 21:29:10 +0200
3958 live-helper (2.0~a9-1) unstable; urgency=low
3960   [ Daniel Baumann ]
3961   * Applying slightly modified patch from Cody A.W. Somerville
3962     <cody.somerville@canonical.com> to add support for custom debian
3963     installer images mirror.
3965   [ Trent W. Buck ]
3966   * Adding helper to prevent upstart from being run during chroot phase
3967     (Closes: #571056).
3969   [ Daniel Baumann ]
3970   * Adding lh_chroot_upstart manpage.
3971   * Updating year to 2010 in copyright notices.
3972   * Adding support for debian-volatile archive.
3973   * Setting debian-installer-gui default to false for squeeze and sid.
3974   * Removing outdated crontab and cronjob examples.
3975   * Merging live-webhelper.
3976   * Removing obsolete common file in cgi.
3977   * Updating function reading in the cgi.
3978   * Updating copyright headers in cgi.
3979   * Shuffeling cgi files arround.
3980   * Updating filesystem pathes in cgi.
3981   * Removing obsolete mechanism of using alternatives for templates, has
3982     never been used anyway and it's more suitable to directly specify
3983     them in the config tree instead.
3984   * Removing obsolete removal of (not used) logfile in the maintainer
3985     scripts.
3986   * Excluding cgi from checkbashism (checkbashism is too stupid).
3987   * Correcting she-bang in cgi.
3989   [ Steven Shiau ]
3990   * Fixing build failure with indices caching.
3992   [ Daniel Baumann ]
3993   * Only remove auxiliary packages in rootfs when not using pre-cached
3994     chroot (Closes: #572976).
3996   [ Richard Nelson ]
3997   * Removing LH_MIRROR_BOOTSTRAP_SECURITY in the cgi.
3998   * Cleaning up cgi templates.
3999   * Updating variables for live-helper 2 in the cgi.
4001   [ Daniel Baumann ]
4002   * Adding temporary makefile for the cgi.
4004   [ Richard Nelson ]
4005   * Removing etch legacy options in the cgi.
4006   * Updating booleans for live-helper 2 in the cgi.
4007   * Updating mail contents in the cgi.
4008   * Updating cron for live-helper 2 in the cgi.
4009   * Updating packages lists for live-helper 2 in the cgi.
4010   * Removing unused version variable in the cgi templates.
4011   * Updating homepage location in the cgi templates.
4013   [ Daniel Baumann ]
4014   * Updating hostname of ubuntu security updates.
4015   * Adding update repositories as volatile when building in ubuntu mode
4016     (Closes: #572983).
4017   * Correcting typo in desktop hacks.
4018   * Updating rescue list for squeeze.
4019   * Updating debian-forensics list.
4020   * Manually removing resolvconf when building kde-desktop release
4021     images.
4022   * Updating menu splash image for new syslinux.
4023   * Updating contact information in copyright file.
4024   * Updating autobuild script for squeeze alpha1 images.
4026   [ Richard Nelson ]
4027   * Clean out trailing white space and tabs on l-h.cgi cron.
4028   * Added debug option on l-h.cgi cron.
4029   * Added debug option on l-h.cgi cgi.
4030   * Clean out leading white space on l-h.cgi cgi.
4032   [ Daniel Baumann ]
4033   * Simplifying wording in bug-presubj file.
4034   * Reordering auto install overrides in rules file.
4036  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 14 Mar 2010 23:31:59 +0100
4038 live-helper (2.0~a8-1) unstable; urgency=low
4040   [ Daniel Baumann ]
4041   * Mention in lh config manpage that local packages need the .list
4042     suffix.
4044   [ Rodrigo P. Gomez ]
4045   * Updating kde and kde-full packages lists for squeeze.
4047   [ Daniel Baumann ]
4048   * Marking gwenview in chroot_localization as lenny-only, thanks to
4049     Rodrigo P. Gomez <armyofthepenguin@gmail.com>.
4050   * Updating error message on arm/armel regarding kernel flavour
4051     selection.
4052   * Automatically populating config tree when having auto/config present
4053     and lh build is called without having lh config run before.
4055   [ Richard Nelson ]
4056   * Removed the appending of LH_BOOTAPPEND_LIVE to
4057     LH_BOOTAPPEND_INSTALL.
4059   [ Marco Amadori ]
4060   * Installs policy-rc.d also in binary phase.
4062   [ Daniel Baumann ]
4063   * Cleaning up usb helpers for a future usb-zip addition.
4064   * Reworking iso-hybrid as an independent binary image type.
4065   * Updating rescue list for squeeze.
4066   * Updating image autobuild script.
4067   * Adding cpio to recommends.
4068   * Updating signing key of example sources.
4069   * Updating tasks handling for squeeze.
4070   * Updating default desktop configuration quirks.
4072  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 21 Feb 2010 14:42:21 +0100
4074 live-helper (2.0~a7-1) unstable; urgency=low
4076   [ Daniel Baumann ]
4077   * Changing binary indices behaviour as suggested by Ben Armstrong
4078     <synrg@debian.org>, means we're now including binary sources by
4079     default (unless they are the same as chroot ones), and binary
4080     indices now only controls if apt lists need to be included in the
4081     resulting binary image.
4082   * Updating mirror locations in image autobuild script.
4083   * Adding support for gfxboot.
4085   [ Tzafrir Cohen ]
4086   * For lh_local, checking first for helpers in LH_BASE.
4088   [ Daniel Baumann ]
4089   * Dropping lh_ prefix from internal helpers, this is not user visible.
4090   * Updating to standards version 3.8.4.
4091   * Updating homepage field in control.
4092   * Calling /usr/sbin/chroot with full path in Chroot(); should fix path
4093     problems when using live-helper from a local source tree.
4094   * Also using sources.list snipplets for local packages just as for the
4095     other repositories (Closes: #569619).
4096   * Removing remaining leftovers from etch-only options --genisoimage
4097     and --union-filesystem removals (Closes: #568261).
4098   * Don't append and re-append try-usb parameter to bootappend-install
4099     options over and over again.
4100   * Correcting gramatical typo in lh_config manpage, thanks to Tzafrir
4101     Cohen <tzafrir.cohen@xorcom.com>.
4102   * Removing whitespaces at the end of bootappend-install assignements.
4104  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 17 Feb 2010 12:30:46 +0100
4106 live-helper (2.0~a6-1) unstable; urgency=low
4108   * Updating defaults for kernel packages to not include separate aufs-
4109     modules for squeeze, not needed anymore.
4110   * Recommending gnu-fdisk on powerpc.
4111   * Updating packages list for powerpc.
4112   * Adding update-alternatives call to set sun-java as default java in
4113     sun-java example hook.
4114   * Also making use of package cache during chroot_local-hooks (Closes:
4115     #566838).
4117  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 31 Jan 2010 14:20:23 +0100
4119 live-helper (2.0~a5-1) unstable; urgency=low
4121   [ Ben Armstrong ]
4122   * Update lh_source_debian to deal with multiple dsc files for the same
4123     source.
4125   [ Daniel Baumann ]
4126   * Adding misc depends.
4127   * Wrapping suggests.
4128   * Minimizing rules file.
4129   * Adding special handling for kde-desktop hook in lh_chroot_hocks.
4130   * Removing dead code for bootstrap mirror defaults.
4131   * Displaying a message between setting up squashfs-tools and starting
4132     mksquashfs so that users know what is going on, thanks to Michal
4133     Suchanek <michal.suchanek@ruk.cuni.cz> (Closes: #566250).
4135  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 23 Jan 2010 12:47:21 +0100
4137 live-helper (2.0~a4-1) unstable; urgency=low
4139   * Handling d-i required packages regarding kernel flavours differently
4140     on ubuntu.
4141   * Bumping ubuntu default distribution to karmic.
4142   * Changing local packageslists behaviour for consistency reasons, now
4143     looking for .list suffix and enabling them automatically (Closes:
4144     #545403).
4145   * Replacing lxnm in lxde package list with wicd as suggested by Jun
4146     Nogata and confirmed by Andrew Lee.
4147   * Ensure that precached-chroots are prepared as well.
4148   * Only using wicd instead of lxnm for squeeze and newer.
4149   * Removing mailx from rescue list.
4150   * Correcting handling of precached chroot when using plain chroot
4151     filesystem.
4152   * Making unmount routines a bit more robust.
4153   * Marking aufs-source and squashfs-source in debian-live packagelist
4154     as lenny-only (Closes: #562664).
4155   * Updating year in copyright file.
4156   * Renaming directory that holds automatic scripts (e.g. scripts/config
4157     or scripst/clean) to auto for consistency reasons.
4158   * Automatically setting-up backports repository when specifying lenny-
4159     backports as target distribution.
4160   * Adjusting lh_config manpage to reflect changes wrt/ local packages
4161     lists.
4163  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 19 Jan 2010 20:25:35 +0100
4165 live-helper (2.0~a3-1) unstable; urgency=low
4167   * Updating icedove-l10n packagename handling for post-lenny, thanks to
4168     intrigeri <intrigeri@boum.org>.
4169   * Adding a 'sleep 1' before removing the loopdevice when creating usb-
4170     hdd images.
4171   * Don't try to install parameters.txt for casper in ubuntu mode
4172     (Closes: #560109).
4173   * Removing lpia support, this architecture is dead.
4174   * Setting win32-loader to disabled in ubuntu mode.
4175   * Adding explicit debian source version 1.0 until switch to 3.0.
4176   * For consistency, using true|false instead of enabled|disabled in
4177     configuration options.
4178   * Adding experimental support for isohybrid (Closes: #558688).
4180  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 13 Dec 2009 21:41:49 +0100
4182 live-helper (2.0~a2-1) unstable; urgency=low
4184   * Updating config tree version checks.
4185   * Dropping etch support.
4186   * Replacing categories with archive-areas in package lists.
4187   * Using /etc/apt/sources.list.d mechanism for local sources.list
4188     snipplets.
4189   * Adding example hook to remove udev persistent device generator
4190     rules.
4191   * Adding suffix .list to sources.list.d snipplets.
4192   * Replacing sed 4.2 command to assemble debootstraps components option
4193     with a less advanced one, in order to work on legacy distributions.
4194   * Removing obsolete parameter.txt for etchs casper.
4195   * Setting LH_BASE variable in defaults.sh globally.
4196   * Adding changelog of 1.0.6-2.
4198  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Nov 2009 12:41:06 +0100
4200 live-helper (2.0~a1-1) experimental; urgency=low
4202   * Renaming categories to archive areas (Closes: #519690).
4203   * Renaming functions.sh to live-helper.sh.
4204   * Installing helpers to /usr/share/live-helper/helpers instead of
4205     /usr/bin.
4206   * Removing legacy function for dashed commands.
4208  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 15 Nov 2009 22:42:59 +0100
4210 live-helper (1.0.6-2) unstable; urgency=high
4212   * Replacing sed 4.2 command to assemble debootstraps components option
4213     with a less advanced one, in order to work on legacy distributions.
4215  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 22 Nov 2009 13:35:50 +0100
4217 live-helper (1.0.6-1) unstable; urgency=medium
4219   [ Daniel Baumann ]
4220   * Updating lenny point release number.
4221   * Settinglosetup-lukshome example hook executable bit again.
4222   * Adding kernelpurge example hook to remove all kernel images except
4223     the newest one.
4224   * Making replace-di-banner hook to not fail when no d-i is included in
4225     the image.
4226   * Allowing to overwrite default gzip options through config switch or
4227     option.
4229   [ Cody A.W. Somerville ]
4230   * Unify bootloader helpers.
4231   * Only add available install frontend boot entries.
4233   [ Daniel Baumann ]
4234   * Automatically optaining version number for config tree format.
4235   * Updating presubj text for reportbug.
4236   * Correcting install calls for reportbug files in rules.
4237   * Adding console-setup to standard package list.
4238   * Adding gfortran and gnat to rescue list.
4239   * Updating debian-live snapshots repository entries.
4240   * Adding live snapshots repository gpg key.
4241   * Updating debian-backports example sources for lenny.
4242   * Removing old beryl source repository example.
4243   * Removing old fai source repository example.
4244   * Removing old debian-edu source repository example.
4245   * Updating git snapshot repository in image autobuild script.
4246   * Respecting /etc/hostname in case it's part of chroot_local-includes,
4247     thanks to Luigi Capriotti <l.capriotti@xbmc.org> for the idea.
4248   * Updating kde-core package list for squeeze/sid, thanks to Diederik
4249     de Haas <didi.debian@cknow.org>.
4250   * Adding mailutils to rescue list.
4251   * Updating conditionals in package lists for squeeze.
4252   * Updating debian-forensics packages list.
4253   * Updating vcs fields.
4254   * Using pre-cached bootstrap stage, if available, in order to build
4255     chroot image which dramatically speads up building of large images.
4256   * Returning error value of the last process before exiting (Closes:
4257     #527331).
4258   * Allow to enforce syslinux menu module through LH_SYSLINUX_MENU.
4259   * Respecting (possibly) customized LH_SYSLINUX_CFG when autodecting
4260     syslinux menu module (Closes: #533846).
4261   * Deprecating all dashed forms of commands.
4262   * Giving message to users that lh_config is actually doing something.
4263   * Avoid showing 'dashed commands are deprecated' warning more than one
4264     within lh_clean.
4265   * Updating distribution release information.
4266   * Allow to overload global functions with local functions stored in
4267     the config tree at scripts/functions.
4268   * Also actually creating the functions directory in lh_config.
4269   * Correcting conditional reading of local functions.
4270   * Correcting spelling typo in a previous changelog entry to please
4271     lintian.
4272   * Fixing nroff formatting error in lh_config manpage.
4273   * Updating to debhelper 7.
4274   * Updating to standards version 3.8.3.
4275   * Don't use dh_clean in favour of dh_prep.
4276   * Fixing another nroff formatting error in lh_config manpage.
4277   * Updating defaults of linux packages for sid (>= 2.6.31).
4279   [ Rui Miguel Bernardo ]
4280   * Correcting apt pinning support.
4282   [ Daniel Baumann ]
4283   * Merging initial and experimental grub2 support from Luigi Capriotti
4284     <l.capriotti@xbmc.org>.
4285   * Adding check for config tree version and fail or give warnings if
4286     the version doesn't match.
4288   [ Karl Goetz ]
4289   * Adding missing exit 1 in the archtiecture detection case.
4290   * Correcting comment about replacing /dev/urandom with /dev/random.
4291   * Replacing all -ge with -gt checks for string max lenghts of iso meta
4292     information.
4293   * Correcting spelling type in 'wrong config tree version' error
4294     message.
4295   * Rewording some of the error messages in Check_defaults().
4297   [ Daniel Baumann ]
4298   * Fixing regression imported by fixing #533846 incorrectly.
4299   * Correcting pathes in include statements when building netboot images
4300     (Closes: #546910).
4301   * Correctly replacing pathes in exithelp.cfg for returning back to
4302     syslinux menu.
4303   * Adjusting pathes for boot-screens in netboot images.
4304   * Escaping variables in binary.sh of lh_binary_iso, thanks to Luigi
4305     Capriotti <l.capriotti@xbmc.org>.
4306   * Simplyfing chroot copying in lh_binary_chroot.
4307   * Tidy helper calls before and after switching chroot filesystem in
4308     lh_binary_rootfs to not leave certain helpers activated at the end
4309     of the build, thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
4310   * Adding patch from Dusty Hendrickson <dhendrickson@cleversafe.com> to
4311     allow lh_bootstrap_debootstrap to bootstrap from different section
4312     than main and evaluate LH_CATEGORIES for that purpose.
4313   * Adding example hook from Rui Miguel Bernardo
4314     <rui.bernardo.pt@gmail.com> for bugfixing cdrom-detect when using
4315     live-installer in lenny.
4316   * Renaming example hooks and prefixing them with distribution name.
4318   [ Cody A.W. Somerville ]
4319   * Omit numbering for first kernel and initrd installed into binary.
4320   * Fixing intermittent truncating of filesystem.
4321   * Correcting LH_BOOTAPPEND_INSTALL default values.
4323   [ Daniel Baumann ]
4324   * Giving conditional message in lh_config when creating or updating
4325     the config tree.
4326   * Respecting that etch has no prompt.cfg in netboot images.
4327   * Adding syslinux hardcoded default label entries.
4328   * Adding another workaround for etchs syslinux generation to manually
4329     treat live.cfg.
4330   * Only adding hardcoded fallback syslinux label when not using neither
4331     vesamenu nor gfxboot.
4332   * Removing newline in f8.txt.install syslinux template.
4333   * Removing newline in f6.txt syslinux template.
4335  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 15 Nov 2009 17:16:19 +0100
4337 live-helper (1.0.5-2) unstable; urgency=low
4339   [ Cody A.W. Somerville ]
4340   * Reflect addition of the ubuntu mode and add missing contents where
4341     marked FIXME in lh_config manpage.
4343   [ Daniel Baumann ]
4344   * Preserve quoting in lh when passing through to sub commands (Closes:
4345     #521824).
4346   * Outputting usage if lh is called without argument.
4347   * Adding example hook to allow hal automounting local partitions.
4349   [ Cody A.W. Somerville ]
4350   * Simplifying template precedence.
4352   [ Daniel Baumann ]
4353   * Using common prefix for packages lists of packaging teams.
4354   * Updating version and date in manpage headers.
4355   * Exclude di-utils-exit-installer from udeb_exclude, we want it on the
4356     images on purpose.
4357   * Correcting spelling typo in hal-automount.sh, thanks to Martin
4358     Engelmann <martin.engelmann@gmx.de>.
4359   * Installing gdm after lxde in lxde package list in order to not pull
4360     in gnome depends uselessly, thanks to Fabian Greffrath
4361     <greffrath@leat.rub.de> (Closes: #536230).
4362   * Correcting typo in default values assignment of losetup functions.
4363   * Avoid using HOSTNAME variable in order to not get false positives
4364     from checkbashism.
4365   * Cosmetical simplification of debian-installer DESTDIR assignement,
4366     thanks to Cody A.W. Somerville <cody.somerville@canonical.com>.
4367   * Updating ubuntu specific package preselection.
4368   * Removing config stage file on purge, if the user is using an auto
4369     script to generate the config.
4371   [ Chris Lamb ]
4372   * Support LH_BOOTSTRAP_FLAVOUR="standard" when using debootstrap
4373   * Fix usb-hdd d-i installation.
4374   * Remove potentially-expanding architecture list by making current x86
4375     vars the fallback.
4376   * Update my email address.
4377   * Generate correct bootappend line for preseed/live-installer/usb-hdd
4378     combination.
4379   * Add replace-di-banner.sh example hook to replace the graphical d-i
4380     banner.
4382   [ Daniel Baumann ]
4383   * Marking replace-di-banner.sh executable and adjust line wrapping.
4385   [ Chris Lamb ]
4386   * Fix s/coppy/copy/ typo
4388   [ Daniel Baumann ]
4389   * Including archive trace into .disk meta information.
4390   * Consistenly installing gdm later than the desktop packages in order
4391     to ensure non-inflated installs.
4392   * Replacing policy-rc.d text that is used by sbuild too.
4393   * Setting binary mirror default to cdn.debian.net.
4394   * Setting bootstrap mirror default to ftp.de.debian.org,
4395     ftp.us.debian.orgs is too unreliable (round-robin out of sync).
4396   * Adding example hook from Rui Miguel Bernardo
4397     <rui.bernardo.pt@gmail.com> to use home on a separated luks
4398     encrypted partition.
4399   * Improving replace-di-banner example hook.
4400   * Adding localepurge example hook.
4401   * Simplyfing localepurge hook.
4402   * Applying patch from Chris Leick <c.leick@vollbio.de> to fix some
4403     spelling typos in the manpages (Closes: #543868).
4404   * Adding German manpage translations from Chris Leick
4405     <c.leick@vollbio.de> (Closes: #544512).
4407   [ Cody A.W. Somerville ]
4408   * Fix build failure when retrying build at deconfiguring file
4409     /bin/hostname.
4410   * Add option to disable use of GTK debian-installer.
4412   [ Rui Miguel Bernardo ]
4413   * Correcting some rough edges in lukshome example hook.
4415   [ Daniel Baumann ]
4416   * Updating kernel defaults for squeeze (removing squashfs, not
4417     required anymore).
4418   * Adding a message about which hook made a build fail, if any.
4419   * Updating lenny point release number.
4421  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 04 Sep 2009 13:21:04 +0200
4423 live-helper (1.0.5-1) unstable; urgency=medium
4425   [ Daniel Baumann ]
4426   * Shortening LH_ISO_VOLUME defaults to not exceed max lenght (Closes:
4427     #515974).
4428   * Adding checks for exceeding lenght of the iso header strings.
4429   * Emitting a warning rather than an error when iso strings are too
4430     long.
4431   * Evalualting iso volume before checking their lenght, thanks to
4432     Roberto C. Morano <rcmorano@emergya.es>.
4434   [ Chris Lamb ]
4435   * Correcting spelling of s/lenght/length/ in warning messages.
4436   * Improving grammar and clarity of LH_ISO_APPLICATION etc. warnings
4438   [ Daniel Baumann ]
4439   * Adding initial support for virtual-hdd binary image type.
4440   * Updating manpage headers.
4441   * Updating manpage po4a.
4442   * Adding missing use of which in defaults setting of bootstrap
4443     program.
4444   * Correcting win32-loader copy call to work with non-chrooted builds
4445     too.
4446   * Only trying to copy syslinux english templates if they are actually
4447     available.
4448   * Only trying to handle syslinux help screens if they are actually
4449     available.
4450   * Improving check for syslinux templates by checking actual content,
4451     not just the directory.
4452   * Don't always overwrite keyring package option on debian or emedebian
4453     mode.
4455   [ Cody A.W. Somerville ]
4456   * Checking for installer README.html to prevent build failure.
4458   [ Daniel Baumann ]
4459   * Adding gpm to rescue list (Closes: #521557).
4460   * Adding bonnie++ to rescue list.
4461   * Updating first bunch of architectures to new location of d-i daily
4462     images.
4464   [ Cody A.W. Somerville ]
4465   * Do not fail build when greps to generate udeb exclusion list return
4466     no results or grepped files do not exist.
4468   [ Daniel Baumann ]
4469   * Removing some code in chroot_apt helper that left over the
4470     preferences files in the final image.
4471   * Removing old todo file.
4472   * Updating internal release numbers to current state in debian.
4474   [ Cody A.W. Somerville ]
4475   * Adding Ubuntu mode.
4477   [ Daniel Baumann ]
4478   * Not adding squashfs-modules to linux-packages on sid anymore, there
4479     it's mainlined.
4481   [ Cody A.W. Somerville ]
4482   * Adding lpia support.
4483   * Updating defaults.sh to correctly set default LH_CATEGORIES when in
4484     Ubuntu mode.
4486   [ Daniel Baumann ]
4487   * Manually ensuring correct permissions of filesystem.squashfs in
4488     order to prevent unbootable systems in some nutcases.
4489   * Updating location of powerpc d-i daily images.
4490   * Cleaning up makefile.
4491   * Simplyfing architecture handling for d-i daily URLs.
4492   * Adding update-initramfs call back in lh_chroot_hacks, but only for
4493     netboot.
4494   * Correcting typo in Makefile about line wrapping.
4495   * Correcting chroot call for update-initramfs in lh_chroot_hacks.
4496   * Correcting clean option of lh_config to tidy configuration tree.
4498   [ Chris Lamb ]
4499   * Update location of ia64 d-i dailies. Thanks to Luk Claes.
4501   [ Daniel Baumann ]
4502   * Not removing man/index.db in lh_chroot_hacks to keep man -k aka
4503     apropos working, thanks to Juliusz Chroboczek
4504     <Juliusz.Chroboczek@pps.jussieu.fr> (Closes: #527311).
4505   * Updating credits file.
4506   * Adding cdebootstrap and rinse to rescue list.
4507   * Exporting LH_CONFIG_VERSION for the configuration tree format.
4509   [ Chris Lamb ]
4510   * Print a warning if you are using "stripped" or "minimal" but you
4511     have set LH_BINARY_INCICES="enabled" (Closes: #527974)
4513   [ Tzafrir Cohen ]
4514   * Returning to menu in syslinux.
4516   [ Daniel Baumann ]
4517   * Always rebuilding initrd in chroot_hacks to avoid inclusion of
4518     previously removed udev rules (such as persistent devices).
4519   * Removing madwifi from rescue list; packages are removed from debian,
4520     and currently we don't support nested ifdefs in packages lists.
4522   [ Cody A.W. Somerville ]
4523   * Fixing LH_BOOTAPPEND_INSTALL issues for Ubuntu based builds.
4525   [ Daniel Baumann ]
4526   * Adding kpdf-nodrm example hook from Tzafrir Cohen
4527     <tzafrir.cohen@xorcom.com>.
4528   * Updating kpdf-nodrm hook to also work with KDE4.
4529   * Correcting spelling mistake in kde-no-pdf-drm example hook.
4530   * Correcting another spelling mistake in kde-no-pdf-drm example hook.
4532   [ Cody A.W. Somerville ]
4533   * Unmounting all mounts in chroot.
4535   [ Daniel Baumann ]
4536   * Marking paketto and sing in rescue list as etch and lenny only
4537     (Closes: #531795).
4539   [ Cody A.W. Somerville ]
4540   * Also respecting general apt/aptitude options for the install
4541     functions used during binary stage.
4542   * Fixing build failure in lh_binary_syslinux that occurs if
4543     exithelp.cfg does not exist.
4545   [ Daniel Baumann ]
4546   * Emitting a warning if resolvconf is detected on the to be generated
4547     live system. Beware of resolvconf, it's broken beyond repair.
4549  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 14 Jun 2009 15:00:00 +0200
4551 live-helper (1.0.4-1) unstable; urgency=low
4553   * Handling kernel selection properly in example images build script.
4554   * Updating udeb exclude lists.
4555   * Adding new setting for binary indices: If set to none, no indices
4556     are included at all.
4557   * Trimming down gnome-desktop images to fit cd size in example build
4558     script.
4559   * Updating release numbers.
4560   * Updating syslinux menu configuration.
4561   * Updating boot menu title when using syslinux menu.
4562   * Correcting typo in example image build script.
4563   * Removing explicit defaults from example image build script.
4564   * Updating doc includes.
4565   * Updating debian-cd doc includes.
4566   * Correcting path within netboot tarballs.
4567   * Redirecting stderr to log as well in example image build script.
4569  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 14 Feb 2009 18:00:00 +0100
4571 live-helper (1.0.3-2) unstable; urgency=medium
4573   [ Daniel Baumann ]
4574   * Regenerationg live-helper pot file.
4575   * Fixing typo in changelog.
4576   * Correcting order of genisoimage option assembling, the exludes do have to be
4577     processed last.
4578   * Adding clean parameter to lh_config to minimize config directory by
4579     automatically removing unused and thus empty subdirectories.
4580   * Splitting out win32-loader handling into own helper script.
4581   * Take win32-loader from the target distribution by using the chroot.
4582   * Revert using debhelper 7 command in rules.
4583   * Prefixing debhelper files with package name.
4584   * Updating copyright file.
4585   * Cleaning up rules file.
4586   * Moving binary manifest to live subdirectory on the images.
4587   * Moving live-initramfs or casper parameter list to live subdirectory on the
4588     images.
4589   * Introducing debian-release mode.
4590   * Adding own iso volume when beeing in release mode.
4591   * Correcting typo in iso volume.
4592   * Including the distribution name in iso volume when being in debian mode.
4593   * Renaming win32-loader executable as debian-cd does.
4594   * Creating win32-loader.ini in win32-loader helper script.
4595   * Updating .disk/info generation when building iso images.
4596   * Updating lenny cd includes.
4597   * Updating install call for live-helper defaults file.
4598   * Updating syslinux help screens.
4599   * Correcting bootstrap default logic to not overwrite the 'copy' method.
4600   * Really correcting bootstrap default logic to not overwrite the 'copy'
4601     method.
4602   * Updating image example build script.
4603   * Overwriting default kernels in image autobuild script only when being on
4604     i386.
4605   * Updating binary-filesystem reference in lh_config manpage.
4606   * For space consideration, don't install laptop task in desktop images by
4607     default anymore.
4608   * Only enabling win32-loader by default if we also include debian-installer.
4610   [ Tiago Bortoletto Vaz ]
4611   * Updating pt_br localization (Closes: #514196).
4613  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 10 Feb 2009 00:00:00 +0100
4615 live-helper (1.0.3-1) unstable; urgency=medium
4617   [ Antonio Terceiro ]
4618   * Don't break messages into parts; this make it impossible for translators
4619   * Adding missing newlines in Echo_error
4620   * Not considering some strings as translatable.
4621   * Adding Echo function as translatable
4622   * Don't ask for translators to translate a bunch of asterisks
4623   * Removing incorrect extra argument
4624   * Translating the description of the helpers
4625   * Must be printf instead of echo!
4626   * Fixing message for i18n compatibility
4628   [ Cyril Brulebois ]
4629   * Get rid of MIRROR_BOOTSTRAP_SECURITY in documentation.
4630   * Document LH_BOOTSTRAP_FLAVOUR as empty by default.
4631   * Fix --apt-pdiffs disabled being ignored.
4632   * Make hacks not break if there are no initrds.
4633   * Actually fix initrd-related breakage in chroot hacks.
4635   [ Daniel Baumann ]
4636   * Adding short comments to the different cases in Check_defaults();.
4637   * Adding check for currently not supported bootloader/image-type combinations.
4638   * Unsupported bootloader/image type combinations are errors, not warning.
4639   * Parsing lh_config flags from config.cfg, if available.
4640   * If config.cfg is executable, we execute it and accept its output as extra
4641     arguments. This makes dynamic configuration possible.
4642   * Adding support for using cdebootstra-static as bootstrap program.
4643   * Setting default taskel program from aptitude to tasksel.
4644   * Correcting typo in previous aptitude->tasksel commit.
4645   * Updating mode help message in lh_config.
4646   * Adding missing --dump to help output of lh_config.
4647   * Making sure that /tmp has the right permissions after installing
4648     sun-java*-doc through sun-java example hooks. Apparently, sun-java*-doc
4649     packages are tampering with it.
4650   * Actually doing apt-ftparchive operations in chroot as it was originally
4651     intended to be, otherwise apt-utils would be need to be a depends of
4652     live-helper.
4653   * Adding temporary workaround to 'failed to install grub' error when using
4654     live-installer.
4655   * Removing enforced installation of mawk in the chroot in
4656     lh_binary_debian-installer, mawk is priority required and therefore always
4657     there anyway. Additionally, this would unnecessarily blow up images that
4658     have gawk (or any other awk implementation) installed.
4659   * Fixing and unifying handling of hooks.
4660   * Using common function file to source shell includes.
4661   * Updating year in copyright notices for 2009.
4662   * Including functions.sh, forgot to add it before.
4663   * Marking aufs and unionfs in devel-live packages list as lenny and sid,
4664     resp. etch-only.
4665   * Updating forensic packages in rescue list.
4666   * Removing vim-tiny from minimal packages list, it's not a requirement for
4667     live-initramfs :)
4668   * Correcting lh_configs config.cfg handling, so that it's at least working
4669     when not using config.cfg. Will have to be fixed properly later.
4670   * Rewriting all existent manpages.
4671   * Running po4a for manpages.
4672   * Adding simple manpages for every other live-helper command.
4673   * Also covering compressed manpages in uninstall target of Makefile.
4674   * Automatically displaying manpage when calling a helper with -h or --help.
4675   * Replacing previous attempt of using config.cfg, now using scripts/config.sh
4676     and scripts/clean.sh instead.
4677   * Adding dummy live-helper command to make any confused user aware that
4678     live-helper is a set of commands starting with the lh_ prefix.
4679   * Removing shell specific extensions and call of scripts/config and
4680     scripts/clean, thanks to Tzafrir Cohen <tzafrir.cohen@xorcom.com>.
4681   * Overwriting the debootstrap or fdisk program if it is set to a value that
4682     is not on the host system anymore, but another alternative of it is.
4683   * Correcting typo for libewf in rescue list.
4684   * Updating name of arhive keys in image autobuild script.
4685   * Fixing infinit loop when using autoconfig for lh_config and lh_clean.
4686   * Adding autoconfig support to lh_build as well.
4687   * Correcting wrong logic in defaults.sh which resultet in having
4688     loop-aes-utils always installed.
4690  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun,  1 Feb 2009 17:00:00 +0100
4692 live-helper (1.0.2-4) unstable; urgency=low
4694   * Prefering local resolv.conf over truncated one.
4695   * Prefering local hosts over truncated one.
4696   * Moving removal of apt packages lists from minimal and stripped hook
4697     to lh_chroot_sources, thanks to Ben Armstrong <synrg@debian.org>.
4699  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Jan 2009 13:00:00 -0500
4701 live-helper (1.0.2-3) unstable; urgency=medium
4703   [ Chris Lamb ]
4704   * Add 'dump' as a getopt longoption so as not to prevent rejection of --dump
4705     argument to lh_config.
4706   * Only print versions of live-helper in --dump output, not every package
4707     installed.
4708   * Test for dpkg-query instead of dpkg if we are only going to run dpkg-query
4709     within that scope.
4710   * Don't assume that if dpkg is installed, we'll actually get a live-helper
4711     version number from it.
4712   * Re-order arguments to find(1) to silence warning about sub-optimal ordering.
4713   * Set default value of _COLOR to "false" from "disabled".
4715   [ Daniel Baumann ]
4716   * Also handling custom apt.conf in config/chroot_apt/apt.conf to allow further
4717     apt configuration (Closes: #511247).
4718   * Adding sample hook to add custom /etc/modules entries.
4719   * Truncating resolv.conf created during bootstrap stage, otherwise we'll end
4720     up with a local resolv.conf in the final image. Thanks to Ben Armstrong
4721     <synrg@debian.org>.
4723  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 10 Jan 2009 15:00:00 -0500
4725 live-helper (1.0.2-2) unstable; urgency=medium
4727   * Marking fragrouter in rescue list as etch only.
4728   * Correcting naming of source tarballs in image autobuild script.
4729   * Marking pstack in rescuelist as i386 only.
4730   * Updating location of archive key in in image autobuild script.
4732  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 26 Dec 2008 09:00:00 +0100
4734 live-helper (1.0.2-1) unstable; urgency=medium
4736   * Marking ardour-gtk in studio package list as etch and sid only.
4737   * Iterating over all installed kernel images in update-initramfs example hook.
4738   * Updating udeb data.
4739   * Updating cd includes.
4741  -- Daniel Baumann <mail@daniel-baumann.ch>  Sat, 20 Dec 2008 15:00:00 +0100
4743 live-helper (1.0.1-4) unstable; urgency=medium
4745   [ Daniel Baumann ]
4746   * Don't attempt to remove scripts directory in lh_clean if it doesn't exist.
4747   * Adding tct to rescue list.
4748   * Updating lxde-desktop support.
4749   * Adding missing endif in rescue list.
4750   * Removing nested ifdefs in rescue list.
4751   * Correcting defaults check for diverted losetup binary to also cope with
4752     host systems that do install loop-aes-utils after populating live-helper
4753     config.
4754   * Correcting update-initramfs example hook description.
4755   * Mention possibility to symlink example hooks in their descriptions.
4756   * Also installing build-essential manually in module example hooks, as
4757     module-assistant doesn't do it automatically.
4758   * Adding Debian Science package list.
4759   * Removing debian-edu mode, outdated and apparently not used anymore.
4760   * Adding emdebian grip mode.
4762   [ Marco Amadori ]
4763   * NEW: "binary_debian-installer-includes" config directory.
4765  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 11 Dec 2008 06:00:00 +0100
4767 live-helper (1.0.1-3) unstable; urgency=medium
4769   [ An-Cheng Huang ]
4770   * Copy menu binary from the correct directory
4772   [ Antonio Terceiro ]
4773   * Adding missing arguments to printf (l10n disabled)
4775   [ Daniel Baumann ]
4776   * Correcting typo in dh_prep call in rules.
4777   * Correcting wrong defaults setting for internal _L10N variable.
4778   * Applied patch from Maximilian Gass <mxey@cloudconnected.org> to fix
4779     typo in generation of release files in lh_chroot_sources.
4780   * Removing wrong 'new-line' in running echo functions when using no
4781     color output.
4782   * Removing scripts directory through lh_clean, if it's not empty.
4783   * Even though users are supposed to have any local-includes with the
4784     correct owner and permissions, we set them manually on /home/user as
4785     it's likely that anybody will forget it (Closes: #506553).
4787  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 25 Nov 2008 12:00:00 +0100
4789 live-helper (1.0.1-2) unstable; urgency=medium
4791   [ An-Cheng Huang ]
4792   * ignore harmless warnings from parted.
4794   [ Chris Lamb ]
4795   * Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert
4796     <ant+bdo@hsg-kl.de>. (Closes: #498385)
4797   * Ensure local packages lists are sourced over global ones (Closes: #499656)
4798   * Fix timing issue in create of source tarballs. Patch by Sebastian H
4799     <shbugreport@online.de>. (Closes: #499793)
4800   * Additionally save the 'scripts/' subdirectory if it contains files when
4801     building source images.
4802   * Syncing options in lh_config(1) with lh_config, etc. Thanks to Luca Bruno.
4803   * Create a "missing-source.txt" file containing missing source packages
4804     instead of exiting.
4805   * Don't build up source package list inside chroot.
4806   * Install appropriate tasksel program.
4807   * Correcting sparc architecture detection to ensure correct source package
4808     contents.
4809   * Include source for sparc-utils on that architecture.
4810   * Ensure all files installed via chroot_local-includes are owned by root:root.
4811     Thanks to Julien Cristau <jcristau@debian.org>.
4812   * For consistency, don't preserve uid/gid for files in binary_local-includes.
4813   * Add utility function to call 'Exit' when script exits.
4814   * Print message when Exit is called.
4815   * Setup cleanup hook in the high-level helpers.
4816   * Refactor utility to locate conffiles.
4817   * Add utility to dump specified file to stdout.
4818   * Add utility to dump all conffiles to stdout.
4819   * Add lh_dumpconfig helper to print suitable output for pastebins and other
4820     remote debugging.
4823   [ Daniel Baumann ]
4824   * Adding explicit --yes to apt-get call when installing keyring packages
4825     (previously, this was inherited through Apt(); wrapper) (Closes: #499625).
4826   * Correcting wrong spelling of sl-modem-daemon in rescue list.
4827   * Fixing bcm43xx-fwcutter entry in rescue list, only available in etch.
4828   * Automatically correct LH_SETUP value if the configured losetup cannot be
4829     found.
4830   * Improving indices workaround by checking LH_BOOTSTRAP_FLAVOUR rather than
4831     LH_PACKAGES_LISTS in order to handle chicken-egg problem for installing
4832     apt-utils when having bootstrapped a minimal chroot.
4833   * Also accept x86_64 as alias for amd64 when checking for cross architecture
4834     support.
4835   * Adding virtualbox-ose hook.
4836   * Adding lh_chroot_selinuxfs helper to support building live images on a
4837     selinux enabled host (Closes: #501652).
4838   * Applying patch from Frederic Boiteux <fboiteux@calistel.com> to support
4839     wildcards in rootfs exclude lists (Closes: #500677).
4840   * Making removal stage of lh_chroot_selinuxfs dependent on the existence of
4841     /selinux, otherwise that directory would be always created in the chroot.
4842   * Manually setting owner of /etc/skel to root.
4843   * Making sure /etc/sudoers has right owner/permissions.
4844   * Using simplified Require_stagefile(); calls by passing multiple arguments.
4845   * Enforcing lh_config to be run before lh_build, see also
4846     http://lists.debian.org/debian-live/2008/10/msg00102.html (Closes: #500740).
4847   * Updating version number in common.sh.
4848   * Removing LIVE_* grep from Exit(); as we have switched to LH_* variables long
4849     time ago.
4850   * Adding unmount calls for pseudo-filesystems in Exit();.
4851   * Excluding ipppd from rescue list due to #502693.
4852   * Correcting intendation in conffile.sh.
4853   * Adjusting code style of lh_dumpconfig.
4854   * Merging lh_dumpconfig into lh_config as --dump parameter.
4855   * Updating Debian Forensics packages in rescue list.
4856   * Using dd rather than cat to write mbr.bin to usb-hdd images; dd is more
4857     robust in case mbr.bin is corrupted.
4858   * Improving version output of lh_config --dump.
4859   * Removing double cryptsetup entry in rescue list.
4860   * Adding lsof in rescue list.
4861   * Updating releases.sh to match internal namespace of included functions.
4862   * Marking grub and lilo in rescue list as amd64 and i386 only.
4863   * Grouping bootloaders in rescue list.
4864   * Adding hppa bootloader to rescue list.
4865   * Renaming internal Read_conffile(); to Read_conffiles(); for consistency
4866     reasons.
4867   * Generalizing internal Chroot(); by requiring its first argument to be the
4868     chroot directory.
4869   * Don't use set -e in sourced functions, this is the job of the actual
4870     executed script.
4871   * Check for availability of gettext at runtime, and only use it if existing.
4872   * Updating color functions.
4873   * Adding armel to architecture specific checks.
4874   * Slightly reordering genisoimage option assembling.
4875   * Slightely improving wording of the 'bootloader not yet supported' when
4876     creating images.
4877   * Updating signals in exit and lockfile traps.
4878   * Syncing internal lockfile functions.
4879   * Syncing internal l10n functions.
4880   * Generalizing internal LH_L10N variable.
4881   * Generalizing internal LH_FORCE variable.
4882   * Generalizing internal LH_DEBUG variable.
4883   * Generalizing internal LH_QUIET variable.
4884   * Generalizing internal LH_VERBOSE variable.
4885   * Generalizing internal LH_BREAKPOINTS variable.
4886   * Implementing colorful output (currently disabled by default, though).
4887   * Cleaning up code of 'lh' short helper.
4888   * Correcting manpage section reference in a comment in lh.
4889   * Removing double warning symbol.
4890   * Also checking for gettext catalogs to be installed before enabling l10n.
4891   * Using package variable to refere internally to live-helper.
4892   * Generalizing internal LH_CONFFILE variable.
4893   * Replacing obsolete dh_clean -k with dh_prep.
4895   [ Marco Amadori ]
4896   * lh_config --help and manpage 'copy' mention.
4897   * Ensure lh_binary_debian-installer includes local debs (Closes: #502877)
4899   [ Maximilian Gass ]
4900   * Only install memtest in lh_binary_syslinux if enabled.
4902   [ Kai Hendry ]
4903   * Removing etch-only madwifi-doc package from madwifi example hook.
4905  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 11 Nov 2008 13:00:00 +0100
4907 live-helper (1.0.1-1) unstable; urgency=medium
4909   [ Chris Lamb ]
4910   * Improve architecture auto-detection.
4911   * mksquashfs in Lenny supports -no-progress, so remove (broken) check.
4912   * Standardise on appending " (fail-safe mode)" for all bootloaders.
4913   * Use cp's "-T" option instead of shell globbing to ensure dotfiles in the
4914     binary image's / are copied.
4915   * Add "/.disk" metadata on usb-hdd images.
4916   * Unmount chroot/dev.tmp/pts filestems created by lh_binary_usb-hdd in
4917     lh_clean.
4918   * Additionally unmount chroot/binary.tmp in lh_clean --chroot.
4919   * Refactor partition size calculation, ensuring a uniform increase for ext
4920     partitions.
4921   * Warn when using syslinux with a non-FAT LH_BINARY_FILESYSTEM.
4922   * Use tar to perform lh_bootstrap_copy (Closes: #498385)
4923   * Add silo to sparc source package selection.
4924   * Correcting package name "dd_rescue" -> "ddrescue".
4925   * Correcting package names for "madwifi", only installing if non-free
4926     selected.
4927   * Removing packages from rescue list where they 'Conflict:' with each other.
4928   * Fix handling of --version and getopt program name.
4930   [ Daniel Baumann ]
4931   * Adding support for squeeze (lenny+1).
4932   * Don't install more than one kernel image when building minimal or stripped
4933     images.
4934   * Removing currently unused Upstream-Depends field in control.
4935   * Making gettext depends unversioned.
4936   * Fixing a chicken-egg problem with package indices when using
4937     minimal/stripped list *and* including local-packages.
4938   * Adding color functions for future usage.
4939   * Adding cursor functions for future usage.
4940   * Updating vcs fields in control file.
4941   * Applying patch from Ian Jackson <ian@davenant.greenend.org.uk> to update
4942     package selection of the rescue list.
4943   * Removing unsupported, unmaintained and unused knoppix package lists.
4944   * Adding syslinux-common to rescue list.
4945   * Adding scalpel to rescue list as suggested by Mathieu Geli
4946     <mathieu.geli@gmail.com>.
4947   * Correcting typo with if/endif statements in the rescue list.
4948   * Removing alsa-oss from standard-x11 package list, this should not really be
4949     in a default list.
4950   * Adding posh and dash to devel-live packages list.
4951   * Not including syslinux-common on lenny just yet, it still neds 1.5 days to
4952     migrate.
4953   * Adding rescue flavour to autobuild images.
4954   * Always using apt to install keyring packages (Closes: #498531).
4955   * Correcting wrong logic in lh_cleans check for beeing in the config directory
4956     or not (in order to prevent accidental cleaning by the user).
4957   * Automatically enforcing fat32 on usb-hdd when detecting files bigger than
4958     2GB.
4959   * Automatically enforcing fat32 on usb-hdd when detecting partitions bigger
4960     than 2GB.
4961   * Simplyfing partition size check when enforcing fat32.
4962   * Removing example hook for qemu-launcher, this is now in the archive as
4963     autorun4linuxcd package.
4964   * Adding example hook to update initramfs.
4965   * Updating cursor.sh with additional functions.
4966   * Re-including syslinux-common for lenny in the rescue list.
4967   * Adding lxde list, thanks to Kam Salisbury <kam@kamsalisbury.com>.
4968   * Adding moreutils to rescue list.
4969   * Adding scripts directory to to include custom helper scripts.
4970   * Removing sbm, not needed anymore.
4972   [ Mathieu Geli ]
4973   * Correcting some little glitches building with the rescue list.
4975   [ Marco Amadori ]
4976   * Splitted "longoptions" in various lines.
4978  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 19 Sep 2008 14:00:00 +0200
4980 live-helper (1.0.0-2) unstable; urgency=medium
4982   [ Daniel Baumann ]
4983   * Adding nilfs2-tools to rescue list.
4984   * Including btrfs-tools in rescue list only when building sid.
4985   * Using internal prefix for PACKAGES variable in function/packages.sh
4986     (Closes: #468900).
4987   * Improving check for a mounted chroot/dev/pts to cover all terminals, not
4988     just the 0th (Closes: #459697, #459779).
4989   * Renaming sections to categories in order to use the same names as Debian
4990     Policy does (Closes: #483777).
4991   * Since #433076 is fixed in live-initramfs, we only need to adjust owner of
4992     the live-user when using casper for etch builds.
4993   * Moving the automatic run of the script tests to package build-time
4994     invokation.
4995   * Introducing config/binary_rootfs/excludes as a generic way to exclude files
4996     manually from the binary image.
4997   * Passing -wildcards to mksquashfs call when having excludes, thanks to
4998     Phillip Lougher <phillip@lougher.demon.co.uk>.
4999   * Adding Debian Forensics packages to rescue list.
5000   * Replacing Chroot(); call for removing the udev persistent-net rules with a
5001     direct rm call to avoid beeing expanded by the shell based on the build
5002     systems files.
5003   * Adding some more packages to the rescue list.
5004   * Adding some more packages to the rescue list again.
5005   * Setting project email address to the new debian-live@lists.debian.org.
5006   * Adding lsusb to rescue list.
5007   * Correcting chroot call to process config/binary_rootfs/excludes in chrooted
5008     builds.
5010   [ Marco Amadori ]
5011   * Fixed 2 typos in getopt longoptions string.
5013  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  1 Sep 2008 00:00:00 +0200
5015 live-helper (1.0.0-1) unstable; urgency=medium
5017   [ Antonio Terceiro ]
5018   * Sorting functions alphabetically.
5019   * Replacing file checking with ls by function calls
5021   [ Chris Lamb ]
5022   * Install loop-aes-utils if we are using encryption.
5023   * Support expanding wildcards in udeb excludes.
5024   * Remove pointless whitespace.
5025   * Only install unionfs-tools under Etch in rescue list.
5026   * Correct logic in LH_BOOTAPPEND_INSTALL handling
5027   * Removing surrounded braces from LH_BOOTAPPEND_INSTALL - it is expanded by
5028     sed, not the shell.
5029   * Correcting typo LH_BOOTSTRAP_INSTALL -> LH_BOOTAPPEND_INSTALL in Grub kernel
5030     parameters.
5031   * Correct bogus path for d-i preseed files.
5032   * Don't install lists from chroot_local-packageslists without them being
5033     specified in LH_PACKAGES_LISTS (Closes: #490755)
5034   * Don't use interpolation to print usage and help as it breaks newlines and
5035     tabs.
5036   * Remove accidental trailing '"' (quote) package from lh_config usage.
5037   * Tidy "install" / "install-binary" handling in lh_chroot_apt.
5038   * Add informational comments to generated /etc/apt/preferences stanzas.
5039   * Generate Release file for chroot_local-packages when APT_SECURE is disabled.
5040   * Prevent (harmless) duplicate entries appearing in /etc/apt/preferences
5041   * Remove gettext from Build-Depends (it's already in Build-Depends-Indep).
5042   * Correcting aesthetic typo "proces" -> "process".
5043   * Add leading space to prevent unnecessary diff when running lh_config
5044     repeatedly.
5045   * Rename internal LH_BOOTAPPEND_PRESEED variable to _LH_BOOTAPPEND_PRESEED
5046   * Ensure the binary image does not inherit the binary stage's APT settings.
5047   * Always create stagefile for chroot_install-packages and require it for
5048     lh_source
5049   * Correct indentation of conditional code.
5050   * Clean source.list instead of binary.list when calling lh_clean --source.
5051   * Move gettext to Build-Depends-Indep.
5052   * Add busybox to DI_PACKAGES as its required to install kernels.
5053   * Choose correct d-i install method for "live" and usb-hdd/tar image types.
5054   * Don't duplicate .debs of packages in binary/pool that are installed via
5055     live-installer.
5056   * Create pool/main to prevent build failure when no local .debs are queued for
5057     installation.
5058   * Don't include the bootstrap .debs on live-installer based disks (saves
5059     ~30MiB).
5060   * Rework WGET_OPTIONS and use "--no-verbose" by default (just prints the URL).
5061   * Fix "lh_config -c". Thanks to Simon Schiele <lists@codingmonkey.de>.
5062   * Remove --debian-installer-daily from getopt call.
5063   * Update lh_config(1) to match status of
5064     LH_DEBIAN_INSTALLER_{DAILY,DISTRIBUTION}.
5065   * Fix a bug in chroot_local-packages where packages were upgraded with
5066     themselves during lh_binary stages.
5067   * Fix bug in LH_DEBIAN_INSTALLER_DISTRIBUTION = "daily" handling.
5068   * Disabling call to "update-initramfs" in lh_chroot_hacks.
5069   * Always add our apt_preference(5) pinning stanza when using local-packages.
5070   * Ensure packages in config/chroot_local-packages override all others.
5071   * Test whether to use hard-links when caching d-i downloads.
5072   * Print a warning when package caching is disabled but d-i integration is
5073     enabled.
5074   * Don't install Recommends of d-i packages.
5075   * Call "Check_defaults" in lh_build.
5076   * Print nicer error message when bootstrap missing from LH_CACHE_STAGES.
5077   * Remove 'E:' prefix in call to Echo_error - it gets added later too.
5078   * Don't attempt install deprecated helpers/make-live.
5079   * Add lh_chroot_local-patches helper to apply local patches against chroot.
5080   * Fix cache poisoning issue in lh_binary_debian-installer with 404 downloads
5081   * Don't attempt to use live-installer on Etch; it would simply result in no
5082     bootstrap method.
5083   * Cache d-i kernel, initrd and mini.iso downloads (Closes: #492085)
5084   * Wrap most calls to wget in lh_binary_debian-installer.
5085   * Add system-config-printer as a replacement to gnome-cups-manager.
5086   * Removed "gnome-cups-manager" from package lists as it has been removed from
5087     Lenny due to being obsolete. (Closes: #491695)
5089   [ Daniel Baumann ]
5090   * Preserve changed apt settings (pdiffs, recommends, and secure) in binary
5091     image (Closes: #494640).
5092   * Updating chroot hacks to reflect namechange of the udev persistent rules.
5093   * Correcting typo in win32-loader config.
5094   * Correcting win32-loader default values.
5095   * Moving win32-loader inclusion support from external hook into main program
5096     (Closes: #476546).
5097   * Adding generic echo function.
5098   * Removing currently unused help message in lh_config.
5099   * Sorting authors file.
5100   * Removing superfluous echo type from echo call.
5101   * Correcting escaping of $VERSION in LH_ISO_PREPARER defaults.
5102   * Updating po files.
5103   * Replacing remaining echo calls with proper echo functions.
5104   * Don't expand version in default configuration, but rather use it
5105     dynamically.
5106   * Moving live-helper defaults file for cron autobuilder from
5107     /etc/default/live-helper to /etc/default/live-helper_autobuild in order to
5108     not conflict with the system-wide default file for helper configuration.
5109   * Adding guessing of the preseeding filename, and way to manually overwrite it
5110     (or select it in case of multiple available preseeding files).
5111   * Switching chechbashism call to now fail and abort rather than just give a
5112     warning if bashishms are detected.
5113   * Using $HOST rather than $HOSTNAME to avoid false positive in checkbashisms.
5114   * Using signal names rather than signal numbers in trap calls.
5115   * Merging debian-installer-daily option into debian-installer-distribution.
5116   * Bumping version number to 1.0.0.
5117   * Updating credits file.
5118   * Only using hardlinks for local-packages when hardlinks are possible.
5119   * Removing make-live legacy helper.
5120   * Updating debian release information.
5121   * Making check for local-patches silent.
5122   * Making check for local-includes silent.
5123   * Using rfc2606 invalid tld instead of dummy.
5124   * Using better suited variable name for live-helpers local key.
5126   [ Frederic Daniel Luc Lehobey ]
5127   * Added po4a support for manpages. Use case: 'make po4a'.
5129   [ Marco Amadori ]
5130   * Removing evms from rescue list, package got removed from debian.
5132   [ Tiago Bortoletto Vaz ]
5133   * Making help.sh and version.sh messages translatable.
5134   * Making lh_chroot_interactive and lh_source_usb-hdd messages translatable.
5135   * Making lh_binary_usb-hdd messages translatable.
5136   * Making usage.sh messages translatable.
5137   * Supporting remote preseeding files.
5138   * Also allowing multiple preseeding files for netboot.
5139   * Allowing to use more than one preseeding file to be on the media.
5140   * Adding last modifications in order to have localization fully working in
5141     live-helper. This commit goes with some pt_BR translations just for testing.
5142     Thanks to Antonio Terceiro for helping and coding in some shell stuff.
5143   * Adding the basic infrastructure to provide l10n support for live-helper.
5144   * Minor typo fix for encryption parameter in lh_config help message.
5145   * Suporting debian-installer distribution choice, which makes possible to
5146     build a image using a system-independent debian-installer suite. The config
5147     option for this is --debian-installer-distribution CODENAME.
5148   * Adding missing debian-installer options in lh_config --help message.
5149   * Improving message when using default values in /etc/default/live-helper.
5151  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun, 24 Aug 2008 00:00:00 +0200
5153 live-helper (1.0~a48-1) unstable; urgency=medium
5155   [ Chris Lamb ]
5156   * Additionally clean md5sum.txt temporary file.
5157   * Remove pointless whitespace.
5158   * Temporarily replace /dev/urandom with /dev/random when creating local
5159     packages key.
5160   * Correct d-i kernel and initrd locations in grub entries. Thanks to Jun
5161     NOGATA <nogajun@gmail.com> for the patch. (Closes: #490245)
5162   * Fix a bug where a /etc/apt/preferences supplied in chroot_local-includes was
5163     always being deleted when used in conjunction with
5164     config/chroot_apt/preferences.
5165   * Abort build if working directory contains spaces - not supported by (at
5166     least) debootstrap and cdebootstrap.
5167   * Replace spaces in LH_BOOTSTRAP_{IN,EX}CLUDE variables with commas on use.
5168     Thanks to Cyril Brulebois <cyril.brulebois@kerlabs.com>. (Closes: #490114)
5169   * Fix syntax error in --ignore-system-defaults handling.
5170   * Ensure ~/.gnupg exists (required for gnupg >= ~1.4.9)
5171   * Fix bug where command-line argument --ignore-system-default was not seen
5172     before it was required.
5173   * Fix formatting error with --ignore-system-defaults in "lh_config --help"
5174   * Add --ignore-system-defaults option to not source /etc/default/live-helper.
5175   * Correct location of /etc/default/live-helper in lh_config(1) manpage.
5176   * Perform in LH_BOOTAPPEND_INSTALL conditional expansion manually to avoid
5177     expansion bug/feature on repetitive calls to lh_config (Closes: #488672)
5178   * Use a temporary apt key when installing local packages (Closes: #488257)
5179   * Fix caching of APT indices (Closes: #478744)
5180   * Refactor d-i GTK image selection, ensuring the GTK installer is only chosen
5181     on the netboot variant when building on powerpc.
5182   * Only consider linux-image-2.6-prep powerpc kernel image on Etch.
5183   * Refactor remote d-i location handling and ensure correct locations for
5184     powerpc.
5185   * Print a friendlier message if debootstrap or cdebootstrap cannot be found.
5186   * Re-order a case statement for consistency.
5187   * Fix incorrect test for sparc architecture in binary include handling.
5188   * Add support for generation of sparc netboot images.
5189   * Add support for sparc "tar" binary image type.
5190   * Add support for sparc install includes.
5191   * Refactor destination setting in lh_binary_silo to check arguments at
5192     beginning of the script.
5193   * Abort build if building from the root directory (/) as this causes misc
5194     build failures.
5195   * Emit a warning when running lh_build without a config/ directory.
5196   * Migrate a In_list candidate to grep -E.
5197   * Migrate a few uses of grep to In_list.
5198   * Add In_list function to extract various bits of code that did (or should
5199     have done) the same job.
5200   * Remove a useless space
5201   * Consolidate grep text searching predicates to use "grep -qs"
5202   * Revert aborting live d-i installation if minimal/stripped is selected and
5203     instead attempt to not break the chroot too much in this case
5204   * Replace another unweildy "if P1 || P2" statement with its "case" equivalent.
5205   * Remove more imported whitespaces.
5206   * Adjust "lh_config --help" and lh_config(1) so that the -m option corresponds
5207     with --mirror-bootstrap isntead of --mirror-binary-security.
5208   * Only deference symlinks on usb-hdd filesystems that do not support symlinks.
5209   * Add support for ext2 and ext3 to lh_source_usb-hdd.
5210   * Add support for usb-hdd on sparc (requires parted 1.8 from experimental).
5211   * Refactor mkfs handling.
5212   * Refactor partition table type handling.
5213   * Refactor partition type handling.
5214   * Prefix mount and unmount in lh_binary_debian-installer with LH_ROOT_COMMAND.
5215   * Add support for sparc to lh_binary_debian-installer.
5216   * Add support for the sparc architecture.
5217   * Add lh_binary_silo and associated templates to support the SILO bootloader.
5218   * Ensure apt-utils is installed in the helpers it is required.
5219   * Abort if "live" d-i installation is attempted with minimal or stripped
5220     LH_PACKAGES_LISTS
5221   * Fix truncated Echo_breakage messages.
5222   * Fix d-i locations in yaboot entries.
5223   * Fix trivial typographic error ("flavor" => "flavour")
5224   * Only deference symlinks on FAT{16,32} partitions on usb-hdd.
5225   * Replace install.amd/install -> install.386/install symlink with a real copy.
5226   * Revert always deferencing symlinks when installing some binary includes.
5227   * Add Echo_breakage for messages preceeding often-breaking stages and use
5228     before {c,}debootstrap calls
5229   * Replace a few unweildy "if" statements with their "case" equivalents
5230   * Move Etch syslinux workaround closer to the original definitions
5231   * Use correct location of powerpc d-i images.
5232   * Set correct d-i image type on usb-hdd and tar image types
5233   * Remove pointless "echo" statements pre- and post- cdebootstrap
5234   * Allow LH_APT_SECURE to disable package cdebootstrap package authentication
5235   * Rename USE_NETBOOT_DI to DI_IMAGE_TYPE
5236   * Always deference symlinks when installing some binary includes to fix
5237     breakage on amd64.
5238   * Ensure "Using system defaults" message appears when calling lh_config
5239     without --verbose
5240   * Don't skip single dot-files in the root directory of binary and chroot local
5241     includes
5242   * Don't exclude live-installer when LH_DEBIAN_INSTALLER=live
5243   * Fix a few bogus guards in lh_binary_debian-installer
5244   * Show contents of /etc/default/live-helper in bug info collection script
5246   [ Daniel Baumann ]
5247   * Removing imported whitespaces.
5248   * Parsing local arguments to lh_config last.
5249   * Correcting order where system-wide lh_config defaults file is read, thanks
5250     to Juergen Fiedler <juergen.fiedler@gmail.com>.
5251   * Only saving source indices to indices cache if source indices are actually
5252     existing, thanks to Thanatermesis <thanatermesis.ecvs@elivecd.net>.
5253   * Correcting path for system-wide lh_config defaults file.
5255   [ Marco Amadori ]
5256   * Added support for /etc/live-helper.
5257   * Removed a useless space.
5259  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Jul 2008 00:00:00 +0200
5261 live-helper (1.0~a47-1) unstable; urgency=medium
5263   [ Antonio Ospite ]
5264   * Fix formatting problems in lh_config man page
5266   [ Chris Lamb ]
5267   * Create chroot_local-preseed/ directory when building config/ in
5268     lh_config
5269   * Fix minor typographical error in live-helper(7)
5270   * Compress build logs. Thanks to Mathieu Geli for the suggestion.
5272   [ Daniel Baumann ]
5273   * Updating vcs fields in control file.
5274   * Adding uuid-runtime to suggests.
5275   * Moving bugs document to live-manual.
5276   * Updating to standards 3.8.0.
5277   * Updating udeb include/exclude files from debian-cd.
5278   * Reverting previous commit to compress build logs.
5280  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  9 Jun 2008 00:00:00 +0200
5282 live-helper (1.0~a46-2) unstable; urgency=medium
5284   [ Chris Lamb ]
5285   * Allow needle and haystack parts of packagelist #if constructs to be
5286     lists
5287   * Conditionally add non-free rar and unrar. Add unrar-free
5288     unconditionally.
5289   * Remove buggy ext2resize
5290   * Remove oldstable-only hwtools from rescue list
5291   * Remove removed/non-Debian packages pasd, irpas and nsed from rescue
5292     list
5293   * Correct typo of "ntfs3g" -> "ntfs-3g" in rescue list
5294   * Only install reaim on Etch in rescue list
5295   * Correct typo of "geopip-bin" => "geoip-bin"
5296   * Only install sysutils on Etch in rescue list
5297   * Only install read-edid on i386 and powerpc in rescue list
5299  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Apr 2008 18:00:00 +0200
5301 live-helper (1.0~a46-1) unstable; urgency=low
5303   [ Tiago Bortoletto Vaz ]
5304   * Support list of items for conditionals in package lists
5305   * Fixed minor typographical error in rescue flavor file.
5306   * Improving rescue flavor: added a set of missing tools, mainly for
5307     file system
5309   [ Chris Lamb ]
5310   * Only install pstack on i386 (Closes: #477815)
5311   * Support simple conditionals in package lists (Closes: #478273)
5312   * Use APT::Install-Recommends to disable installation of recommends
5313     for Etch
5315   [ Daniel Baumann ]
5316   * Adding netboot tarballs and plain squashfs images to images build
5317     script.
5318   * Adding powerpc64 to default kernel flavours (in addition to the
5319     normal 32 bit one).
5320   * Adjusting obtaining of the date string in snapshots.sh to new git
5321     log date format.
5322   * Updating Richards email address.
5323   * Producing rsyncable tarballs where possible.
5324   * Also taking mirrors from environment in image.sh.
5325   * Taking config variables for images.sh from environment.
5326   * Handling sourceless builds in images.sh.
5327   * Removing old cron example scripts for image building, they are
5328     obsoleted by images.sh.
5329   * Updating live-magic git location.
5330   * Getting architecture dynamically in images cron script.
5331   * Correcting permissions in snapshot script.
5333  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Apr 2008 00:00:00 +0200
5335 live-helper (1.0~a45-1) unstable; urgency=medium
5337   [ Tiago Bortoletto Vaz ]
5338   * lh_chroot_local-preseed: fix minor typo
5340   [ Chris Lamb ]
5341   * Install most chroot packages in one  call (Closes: #475739)
5342   * Install local packages using a local APT repo instead of using "dpkg -i"
5343   * hooks/minimal: Use "find -print0 | xargs -0" idiom over "find | xargs"
5344   * Allow fallback to chroot_package-lists inside binary lists
5345   * Remove temporary binary package list files
5346   * Tidy calls to new Expand_packagelist
5347   * Rewrite Expand_packagelist to not be recursive
5349   [ Daniel Baumann ]
5350   * Updating snapshot build script.
5351   * When building snapshot images, also storing source.list away.
5352   * Building snapshot images with --apt-recommends disabled.
5353   * Adding example script to build a row of images.
5354   * Some formating and style cleanups.
5355   * Using one single packages cache directory for all chroot packages.
5356   * Using hardlinks to copy local packages into chroot.
5357   * Moving lh_chroot_packages call in lh_chroot to old place.
5358   * Updating snapshots url.
5359   * Adding live-magic to snapshots.
5360   * Adding debian-unofficial-archive-keyring to snapshots.
5361   * Updating live-snapshots example sources.
5362   * Removing non anymore existing live-backports example sources.
5363   * Renaming image build script.
5364   * Adjusting Save_cache(); to skip already cached .deb files and only
5365     copying new packages to it.
5367  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 21 Apr 2008 00:00:00 +0200
5369 live-helper (1.0~a44-1) unstable; urgency=medium
5371   [ Chris Lamb ]
5372   * lh_chroot_linux-image: Catch missing case in local live-initramfs
5373     handling
5374   * helpers/lh_config, functions/defaults.sh: Correct "boostrap" ->
5375     "bootstrap"
5376   * lh_binary_debian-installer: Add dependency on 'wget'
5377   * Don't install "Recommends:" when installing local tools
5378   * Fix a number of issues with Syslinux templates (Closes: #476204)
5379   * Use "find -path" for matching "path/to/file" files (Closes: #476206)
5380   * Fix quoting when installing local packages (Closes: #470683)
5381   * Fix typo in policy-rc.d
5383   [ Daniel Baumann ]
5384   * Updating oot example hooks to loop through all install kernel
5385     flavours.
5386   * Sorting image file lists.
5387   * Consistenly using short options rather than long options in function
5388     files.
5389   * Improving .deb caching by using hardlinks (if possible).
5390   * Creating binary and source file lists in build directory.
5391   * Also copying binary package list to build directory.
5392   * Also adding a packages.txt when building etch images, although there
5393     is a casper/filesystem.manifest already.
5395  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 Apr 2008 00:00:00 +0200
5397 live-helper (1.0~a43-1) unstable; urgency=medium
5399   * Sort md5sum.txt files again after filename.
5400   * Fixing forgotten variable in conffile loop.
5401   * Updating help output of lh_config.
5402   * Applied patch from Erwan Le Gall <elegall@linagora.com> to give a
5403     warning when installing local packages with wrong naming scheme.
5404   * Using new Read_conffile(); now.
5405   * Allowing multiple arguments for Read_conffile();.
5406   * Centraly evaluate LH_CONFIG for custom configuration file.
5407   * Adding 'all' configuration file.
5408   * Removing temporary workaround of adding lzma-modules2.6 to linux
5409     packages, all fixed squashfs are now in sid and lenny.
5411  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  7 Apr 2008 00:00:00 +0200
5413 live-helper (1.0~a42-1) unstable; urgency=medium
5415   * Also including lzma modules on lenny temporarily.
5416   * Applying patch from Bas Wijnen <wijnen@debian.org> to correct error
5417     messages in Require_stagefile (Closes: #472774).
5418   * Applying patch from Bas Wijnen <wijnen@debian.org> to make
5419     Check_crossarchitecture() working on non-listed architectures
5420     (Closes: #472775).
5422  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Mar 2008 00:00:00 +0200
5424 live-helper (1.0~a41-1) unstable; urgency=medium
5426   [ Daniel Baumann ]
5427   * Fixing md5sum.txt creation to not fail on filenames with
5428     whitespaces, thanks to Bas Wijnen <wijnen@debian.org> (Closes:
5429     #469085).
5430   * Updating copy instructions in example sources to match current
5431     state.
5432   * Updating credits.
5433   * Switching default of LH_APT from aptitude to apt for >= lenny.
5434   * Correcting wrong logic on handling secure apt.
5435   * Including 686 kernel flavour on i386 too, but defaulting (still) to
5436     486 for compatibility reasons.
5438   [ Chris Lamb ]
5439   * lh_chroot_hacks: Ensure initrds are group- and world- readable
5440   * Allow LH_ENCRYPTION="disabled" to disable encryption
5441   * lh_binary_encryption: Rework and fix broken AES encryption routines
5442   * lh_binary_rootfs: Remove
5443   * lh_binary_debian-installer: Preseed by repacking initrd in some
5444     situations
5445   * lh_binary_debian-installer: Merge pool/netboot determining logic
5446   * lh_binary_debian-installer: Remove "local"-oriented bashisms
5447     (Closes: #471873).
5448   * lists/gnome-core: Add gnome-themes
5449   * lh_chroot_linux-image: Install dependencies differently when using
5450     aptitude
5451   * lh_binary_debian-installer: Don't use --no-clobber for downloading
5452     files
5453   * lh_binary_debian-installer: Only create package pools when necessary
5454   * lh_binary_debian-installer: Re-enable d-i on netboot images
5455   * hooks/stripped: Clean Lintian and Linda overrides in 'stripped' hook
5457   [ Cyril Brulebois ]
5458   * Fix various typos.
5460  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Mar 2008 00:00:00 +0100
5462 live-helper (1.0~a40-1) unstable; urgency=medium
5464   [ Chris Lamb ]
5465   * Ensure syslinux entry names match templates and standard d-i names
5466   * Don't append 'quiet' kernel parameter in rescue modes
5468   [ Daniel Baumann ]
5469   * Updating bug script to also check for recently added packages to
5470     suggests.
5471   * Adding bug presubj message.
5472   * Fixing incomplete changelog entry from git-dch.
5473   * Reworded package description.
5474   * Improved wording of debian-live splash license.
5475   * Removing (temporary) preinst, not needed anymore.
5476   * Cleaning up target depends in rules.
5477   * Updating documentation about how to report bugs.
5478   * Updating copyright years to 2008.
5479   * Bumping live-helper version.
5480   * Re-adding quiet on all d-i install targets in post-etch, except
5481     expert (and keeping Chris fixed quiet handling).
5482   * Adjusting wrong variable convention in syslinux templates for
5483     LH_VERSION (Closes: #468841).
5484   * Fixing wrong debian-installer auto target configuration.
5486   [ Otavio Salvador ]
5487   * functions/losetup.sh: use SECTORS as variable name to reflect the
5488     real usage
5490  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Mar 2008 00:00:00 +0100
5492 live-helper (1.0~a39-1) unstable; urgency=medium
5494   [ Bas Wijnen ]
5495   * Making usb-hdd images large enough (Closes: #468855).
5497   [ Chris Lamb ]
5498   * Use ${*} instead of ${@} for checking for no arguments in lh_clean.
5500   [ Daniel Baumann ]
5501   * Fixing spelling mistake in changelog.
5502   * Fixing manpage quoting errors.
5503   * Rewriting copyright in machine-interpretable format.
5504   * Adding option to set binary-net compression (or disable it).
5505   * When a wrong argument is passed, that argument should be listed
5506     (Closes: #468201).
5507   * Added forgotten getopts arguments for chroot mirror.
5508   * Adding lzma modules on sid.
5509   * Changing version scheme for snapshots.
5510   * Fixing typo in sed call to set isolinux splash file.
5511   * Honor local preseeding file for debian-installer.
5512   * Using wildcards to support more than one preseeding file.
5513   * Including default kernel-img.conf in live-systems.
5514   * It's actually enough to just truncate kernel-img.conf and also less
5515     invasive than including a default configuration.
5516   * Adding --jffs2-eraseblock parameter.
5517   * Adding temporary hack to remove fstab when using live-installer.
5518   * Fixed accidental overwriting of LH_NET_TARBALL value in defaults.
5519   * Also handling ext3 in lh_binary_rootfs, thanks to Bas Wijnen
5520     <wijnen@debian.org> (Closes: #468902).
5522  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  3 Mar 2008 00:00:00 +0100
5524 live-helper (1.0~a38-1) unstable; urgency=medium
5526   [ Chris Lamb ]
5527   * Implement -u/--usage function in lh_clean (Closes: #454553)
5528   * Implement -v/--version and -h/--help in lh_clean.
5529   * Remove 'ssl' package references from mini and minimal hooks.
5530   * Don't prompt when autoremoving packages in minimal hooks.
5531   * Don't put more than one glob on a 'for' line, unless they are
5532     guaranteed
5533   * Refactor installing file to binary/pool/main/./.* functionality.
5534   * Remove conditionals, as an expansion never 'fails': it just
5535   * Move installing binary.deb/archives/*.deb.
5536   * Use Install_file for udebs.
5537   * Refactor d-i udeb handling with better failure mode (Closes:
5538     #444565)
5539   * Re-add guards against bogus 'for' shell expansion.
5540   * Re-order hooks such that local hooks are executed first. (Closes:
5541     #453360)
5542   * Remove trailing newline from syslinux splash screens. (Closes:
5543     #457740)
5544   * Remove duplicated 'irpas' package in rescue list.
5545   * Use C-style 'include' in lists (backwards compatible).
5547   [ Daniel Baumann ]
5548   * New upstream release.
5549   * Fixing typing error in Makefile.
5550   * Also removing manpage cache in cleanup.
5551   * Fixed incomplete fdisk parameter list in lh_config --help.
5552   * Don't fail silently when extern executables are configured but not
5553     present.
5554   * Fixing changelog email address.
5555   * Bumping standards version.
5556   * Removing mkisofs from recommends, not needed anymore.
5557   * Updating rules.
5558   * Checking LH_APT when using mini and minimal package lists.
5559   * Adding example binary hook to copy live-helper and its config based
5560     on the idea from Tzafrir Cohen <tzafrir.cohen@xorcom.com>.
5561   * Adding lh_local based on the idea from Tzafrir Cohen
5562     <tzafrir.cohen@xorcom.com>.
5563   * Addjusting lh helper to be called from lh_local.
5564   * Switching to GPL3+.
5565   * Removing discover from standard-x11 list, udev does the same.
5566   * Don't fail if resolv.conf is a symlink, thanks to David Madore
5567     <david.madore@ens.fr> (Closes: #457595).
5568   * Fixing changelog.
5569   * Consistently using the pipe as separator in sed commands now.
5570   * Checking for /sys/class rather than /sys/kernel, avoids problem when
5571     running under OpenVZ which doesn't have sys/kernel, thanks to
5572     Takeshi Yaegashi <yaegashi@debian.org>.
5573   * Using ftp.us.debian.org rather than ftp.debian.org, see
5574     http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html.
5575   * Fixing typo, thanks to Fathi Boudra <fabo@debian.org>.
5576   * Merging old live-package debian changelog into current debian
5577     changelog.
5578   * Merging old live-package debian changelog entry for testing upload.
5579   * Renaming mini flavour to stripped to avoid confusion, thanks to
5580     Fathi Boudra <fabo@debian.org> and Ben Armstrong <synrg@debian.org>.
5581   * Installing initramfs generator from local-packages, if available.
5582   * Removing install call for old changelog, which is not needed
5583     anymore.
5584   * Correcting wrong installation attempt of initramfs generator from
5585     local-packages.
5586   * Working arround aptitude behaviour of removing packages rather than
5587     to installing missing depends when using initramfs generator from
5588     local-packages.
5589   * Removing unintendet set -x.
5590   * Fixing typo.
5591   * Adding apt/aptitude options.
5592   * Renaming extra bootstrap indices to chroot.
5593   * Renaming LH_MIRROR_BOOTSTRAP* to LH_MIRROR_CHROOT and introducing
5594     dedicated LH_MIRROR_BOOTSTRAP for debootstrap/cdebootstrap only.
5595   * Improving etch compat warnings.
5596   * Fixing aptitude typo.
5597   * Fixing quoting with chroot wrapper calls.
5598   * Re-adding additional indices updated, otherwise we wouldn't honor
5599     thirdparty repositories (anymore).
5600   * Updating devel-live package list.
5602   [ Otavio Salvador ]
5603   * bootstrap: adds support to debootstrap 1.0.7
5604   * bootstrap: use minbase flavour when LH_PACKAGES_LISTS is set to
5605     minimal
5606   * binary: do not fail if parameters.txt isn't available
5607   * chroot: don't fail if /dev/pts is already mounted
5608   * debian: add mtd-tools in suggests field since it's used when jffs2
5609     is chosen
5610   * lh_source_debian: add mtd-tools since it provides mkfs.jffs2
5611     application
5612   * lh_config: add jffs2 in supported filesystems
5613   * lh_binary_encryption: add jffs2 as not supported filesystem
5614   * lh_binary_rootfs: add support to generate jffs2 filesystem
5616  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 26 Feb 2008 13:33:00 +0100
5618 live-helper (1.0~a37-2) unstable; urgency=medium
5620   * Disabling global arguments in lh_clean (Closes: #451960).
5622  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 19 Nov 2007 18:00:00 +0100
5624 live-helper (1.0~a37-1) unstable; urgency=medium
5626   * New upstream release.
5627   * Preparing live-helper 1.0~a37-1.
5628   * Fixing some coding style issues.
5629   * Removing German manpages, they will be re-translated after the
5630     English manpages are finished.
5631   * Rewritten live-helper manpage.
5632   * Fixing typing errors.
5633   * Extending conffiles to allow config/., config/., as well as config/,
5634     config/. and config/..
5635   * Adding manpage for lh.
5636   * Fixed wrapping.
5637   * Rewritten lh_binary manpage.
5638   * Rewritten lh_bootstrap manpage.
5639   * Rewritten lh_chroot manpage.
5640   * Rewritten lh_source manpage.
5641   * Rewritten lh_build manpage.
5642   * Fixing fstab handling.
5643   * Moving lh_losetup into an internal function, avoiding helper failure
5644     with return value due to new trap.
5645   * Fixing typing error.
5646   * Mounting pseudo filesystems before creating binary images in non-
5647     chrooted builds.
5648   * Do not create the filesystem with parted.
5649   * Do really not create the filesystem with parted.
5650   * Speeding up the dd call, thanks to Peter Skogstroem
5651     <peter.skogstrom@bitrunner.com>.
5652   * Adding binary filesystem option, currently only supporting fat16 and
5653     fat32.
5654   * Adding an upgrade and dist-upgrade to lh_chroot_sources, so that
5655     security updates gets pulled into the base system. Thanks to Kai
5656     Hendry <hendry@iki.fi>.
5657   * Fixing wrong parted call.
5658   * Removing lh_bootstrap_* manpages temporarily.
5659   * Switching lh_clean to proper command line arguments.
5660   * Moving sanity check in lh_clean to the earliest possibility.
5661   * Rewriting lh_clean manpage.
5662   * Fixing lh_clean manpage synopsis formatting.
5663   * Rewritten lh_config manpage.
5664   * Rewritten lh_testroot manpage.
5666  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 19 Nov 2007 00:00:00 +0100
5668 live-helper (1.0~a36-1) unstable; urgency=medium
5670   * New upstream release.
5671   * Preparing live-helper 1.0~a36-1.
5672   * Fixing trap call as suggested by Justin Pryzby
5673     <jpryzby@quoininc.com> (Closes: #431160, #449087).
5674   * Correcting some language shortcommings.
5675   * Fixing wrong kernel flavour warning message on m68k.
5676   * Evaluating local arguments befor setting the defaults (Closes:
5677     #444985).
5678   * Adding custom reportbug script.
5679   * Allowing LH_BOOTSTRAP_FLAVOUR to be minimal or mini.
5680   * Fixing some coding style issues.
5681   * Added warning about etch compatibility of lh_config options.
5682   * Adding generic lh wrapper.
5683   * Fixing spelling mistake, thanks to Kel Modderman <kel@otaku42.de>.
5684   * Improving trap call to unmount pseudo filesystem when failing as
5685     suggested by Justin Pryzby <jpryzby@quoininc.com>.
5686   * Updating to install the generic wrapper.
5687   * Fixing trap call, thanks to An-Cheng Huang <ancheng@vyatta.com>.
5688   * Making umount calls check if they are actually necessary.
5689   * Extending --force to also cover lockfiles to avoid recursive loop
5690     within trap.
5691   * Fixing typing error, thanks to An-Cheng Huang <ancheng@vyatta.com>.
5692   * Adding some more fakeroot related fixes from An-Cheng Huang
5693     <ancheng@vyatta.com>.
5694   * Adding a check to see if user is running lh_clean from a sane
5695     location (i.e. not config/), thanks to Kai Hendry
5696     <hendry@webconverger.com>.
5697   * Adding check to detect gnu-fdisk and using the original fdisk,
5698     thanks to Peter Skogström <peter.skogstrom@bitrunner.com> for the
5699     report.
5700   * Removing the whole cache, not just the .deb cache in mini and
5701     minimal hooks, thanks to Franklin Piat <fpiat@bigfoot.com>.
5702   * Adding option to disable md5sum generation.
5703   * Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
5704   * Adding checkbashsms call to test target of the Makefile as suggested
5705     by Trent W. Buck <trentbuck@gmail.com>.
5706   * Outputting an own message when having more than one case in a
5707     helper, instead of a global one.
5708   * Removing the unmounting of pseudo filesystems from the trap call,
5709     needs some other changes before it can safely be done.
5710   * Adding 'remove' case, which is in between of all and purge.
5712  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Nov 2007 00:00:00 +0100
5714 live-helper (1.0~a35-1) unstable; urgency=medium
5716   [ Daniel Baumann ]
5717   * New upstream release.
5718   * Preparing live-helper 1.0~a35-1.
5719   * Corrected wrong path, thanks to Ben Armstrong <synrg@debian.org>.
5720   * Renaming live-failsafe boot target to livefailsafe (Closes:
5721     #450576).
5722   * Using shell redirection to truncate rather than additional
5723     commands/forks/files, thanks to Justin Pryzby
5724     <jpryzby@quoininc.com>.
5725   * Documenting preseeding for sun-java hooks, thanks to Antonio Amorim
5726     <Antonio.Amorim@sim.fc.ul.pt>.
5727   * Adding option to allow building in fakeroot/fakechroot environment,
5728     thanks to An-Cheng Huang <ancheng@vyatta.com>.
5730   [ Jesse Hathaway ]
5731   * add force flag when removing /etc/mtab for exposedroot mode
5732   * allow basename of net-root-path to be binary
5733   * add /etc/adjtime to list of writable files in exposed root mode
5734   * fix syslinux timeout option
5735   * fix isolinux when booting multiple kernel flavours
5736   * add new option --syslinux-menu to enable syslinux menu
5738  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  5 Nov 2007 00:00:00 +0100
5740 live-helper (1.0~a34-1) unstable; urgency=medium
5742   [ Daniel Baumann ]
5743   * New upstream release.
5744   * Correcting homepage field.
5745   * Respecting LH_BOOTSTRAP_FLAVOUR (Closes: #448034).
5746   * Fixing typing error (missing paranthese).
5747   * Correcting vcs fields.
5748   * Fixing typing error (wrong variable name).
5749   * Setting LH_BOOTSTRAP_FLAVOUR only when using cdebootstrap.
5750   * Fixing indenting.
5751   * Adding lh_chroot_devpts.
5753   [ Jesse Hathaway ]
5754   * add new option to mount cow device on nfs volume
5756   [ Maarten ter Huurne ]
5757   * Fixed lh_config tool name in manpage.
5758   * Avoid [Y/n] query on package autoremove in "mini" hook.
5760  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 29 Oct 2007 00:00:00 +0100
5762 live-helper (1.0~a33-1) unstable; urgency=medium
5764   [ Daniel Baumann ]
5765   * New upstream release.
5766   * Preparing live-helper 1.0~a33-1.
5767   * Adding cryptsetup.
5768   * Removing ubuntu support.
5769   * Removing mkisofs support.
5770   * Setting default union filesystem to for etch to unionfs.
5772   [ Alex Owen ]
5773   * fix lh_chroot_sources to actually install *.deb from
5774     config/chroot_sources
5776   [ Jesse Hathaway ]
5777   * add exposedroot option which exposes the root fs as ro
5779   [ Maarten ter Huurne ]
5780   * Remove ".img" from kernel image file name.
5781   * Added feature to exclude paths from the root filesystem.
5783  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 22 Oct 2007 00:00:00 +0200
5785 live-helper (1.0~a32-1) unstable; urgency=medium
5787   [ Daniel Baumann ]
5788   * New upstream release.
5789   * Preparing live-helper 1.0~a32-1.
5790   * Fixing consistency error.
5791   * Adding sudo and fakeroot to suggests.
5792   * Adding check to fail if a cross build is started (Closes: #444669, #444670).
5793   * Not interpreting LH_UNION_FILESYSTEM, so that it gets set with an actual
5794     value at build-time (Closes: #446306).
5795   * Adding support for a local /etc/apt/preferences file in
5796     config/chroot_apt/preferences.
5797   * Adjusting error message: debootstrap is default, hence listed first.
5798   * Setting union filesystem default to aufs since default distribution is
5799     lenny.
5800   * Fixing typing error, thanks to Peter Skogström
5801     <peter.skogstrom@bitrunner.com>.
5802   * Updating Debian stable release number, thanks to Peter Skogström
5803     <peter.skogstrom@bitrunner.com>.
5804   * Adding lh_binary_local-packageslists.
5806   [ Jesse Hathaway ]
5807   * Unify syslinux code, so that pxelinux isolinux & usb-hdd
5808   * readd support for booting etch via syslinux
5809   * lh_binary_syslinux: fix usb-hdd etch images
5811   [ Otavio Salvador ]
5812   * lh_binary_syslinux: check for  and not  to detect wrong path
5813   * lh_binary_syslinux: always put splash image as splash.{rle,png} to avoid
5814     filename issues
5816  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 15 Oct 2007 00:00:00 +0200
5818 live-helper (1.0~a31-1) unstable; urgency=medium
5820   [ Daniel Baumann ]
5821   * New upstream release.
5822   * Preparing live-helper 1.0~a31-1.
5824   [ Otavio Salvador ]
5825   * cdebootstrap: simplified code using case instead of if's so it's
5826     easier to read
5827   * iso: move mini and minimal flavors assigment to a cannonical place
5828   * hooks/mini: remove dselect package since it's mostly unused now
5829   * bootstrap: add support to include and exclude packages
5830   * syslinux: force latin1 encoding on texts used for labels
5831   * iso: use -allow-multidot option when calling genisoimage
5832   * templates: change font used on syslinux menu to a better one
5833   * fix version guessing using proper evaluation
5834   * syslinux: fix usb-hdd entries to use menu.cfg file
5835   * syslinux: properly change timeout and do not fail if help files do
5836     not exists
5837   * syslinux: fix usb-hdd templates coping
5839  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  8 Oct 2007 00:00:00 +0200
5841 live-helper (1.0~a30-1) unstable; urgency=medium
5843   [ Daniel Baumann ]
5844   * New upstream release.
5845   * Preparing live-helper 1.0~a30-1.
5846   * Replacing backticks with POSIX expression.
5847   * Fixing typing error, thanks to Maarten ter Huurne
5848     <maarten.ter.huurne@philips.com>.
5849   * Fixing typing error, thanks to Jesse W. Hathaway <jesse@mbuki-
5850     mvuki.org>.
5851   * Respecting LH_QUIET for cdebootstrap calls, thanks to Justin Pryzby
5852     <pryzbyj@justinpryzby.com>.
5854   [ Ben Armstrong ]
5855   * genext2fs: new switch name: --reserved-percentage; thanks, Zagiox
5857   [ Otavio Salvador ]
5858   * add template to be used by syslinux vesa menu support
5859   * add new options to allow support for syslinux with vesa menu
5860   * implements syslinux vesa menu support
5861   * refactoring: simplified if/else case since the list of supported
5862     arch were too long
5863   * syslinux: defaults to english text if we lack the specified language
5864   * syslinux: fix menu label usage for normal live boot
5865   * templates: move syslinux-menu to syslinux/menu
5866   * syslinux: always output MENU LABEL since they're ignored if menu.c32
5867     isn't loaded
5868   * syslinux: split syslinux configuration in multiple files
5869   * templates: split syslinux templates to reduce diverting
5870   * syslinux: fix memcheck path since it was using the wrong path
5871   * syslinux: fix module detection otherwise it won't be copied
5872   * debian/control: use XS-Homepage to avoid errors while calling dpkg-
5873     gencontrol
5875  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  1 Oct 2007 00:00:00 +0200
5877 live-helper (1.0~a29-1) unstable; urgency=medium
5879   * New upstream release:
5880     - Adding preinst to take care about package upgrades with respect to
5881       directories that are symlinks now (Closes: #442408, #442922).
5882     - Fixed typing error in lh_binary_syslinux, thanks to Jean Pierre LeJacq
5883       <jp.lejacq@quoininc.com> (Closes: #443099).
5885  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Sep 2007 00:00:00 +0200
5887 live-helper (1.0~a28-1) unstable; urgency=medium
5889   * New upstream release.
5891  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Sep 2007 00:00:00 +0200
5893 live-helper (1.0~a27-1) unstable; urgency=medium
5895   * New upstream release.
5897  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 10 Sep 2007 00:00:00 +0200
5899 live-helper (1.0~a26-1) unstable; urgency=medium
5901   * New upstream release.
5903  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  3 Sep 2007 00:00:00 +0200
5905 live-helper (1.0~a25-1) unstable; urgency=medium
5907   * New upstream release.
5909  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 27 Aug 2007 00:00:00 +0200
5911 live-helper (1.0~a24-1) unstable; urgency=medium
5913   * New upstream release:
5914     - lh_clean accepts more than one argument at the same time
5915       (Closes: #439947).
5917  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 20 Aug 2007 00:00:00 +0200
5919 live-helper (1.0~a23-1) unstable; urgency=medium
5921   * New upstream release.
5923  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 13 Aug 2007 00:00:00 +0200
5925 live-helper (1.0~a22-1) unstable; urgency=medium
5927   * New upstream release:
5928     - Replacing make-live with lh_config and lh_build (Closes: #435484).
5929     - Added workaround from matth in lh_binary_grub, lh_binary_syslinux and
5930       lh_binary_yaboot to work under dash (Closes: #431748).
5931     - Using fake hostname instead of setting it at build-time (Closes: #435699).
5933  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  6 Aug 2007 00:00:00 +0200
5935 live-helper (1.0~a21-1) unstable; urgency=medium
5937   * New upstream release:
5938     - Suppresses xorg configuration in chroot (Closes: #430566).
5940  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Jul 2007 00:00:00 +0200
5942 live-helper (1.0~a20-1) unstable; urgency=medium
5944   * New upstream release.
5946  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 23 Jul 2007 00:00:00 +0200
5948 live-helper (1.0~a19-1) unstable; urgency=medium
5950   * New upstream release:
5951     - Supports using packages from the build host (Closes: #433611).
5952     - Adds destdir to default entries in grub (Closes: #433612).
5954  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 16 Jul 2007 00:00:00 +0200
5956 live-helper (1.0~a18-1) unstable; urgency=medium
5958   * New upstream release:
5959     - Dropping transitional package, not needed anymore.
5961  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  9 Jul 2007 00:00:00 +0200
5963 live-helper (1.0~a17-1) unstable; urgency=medium
5965   * New upstream release.
5967  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  2 Jul 2007 00:00:00 +0200
5969 live-helper (1.0~a16-1) unstable; urgency=medium
5971   * New upstream release:
5972     - Caches also linux-image packages (Closes: #430511).
5974  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 25 Jun 2007 00:00:00 +0200
5976 live-helper (1.0~a15-1) unstable; urgency=medium
5978   * New upstream release:
5979     - corrected wrong project name in examples/sources/fai (Closes: #428360).
5981  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 18 Jun 2007 00:00:00 +0200
5983 live-helper (1.0~a14-1) unstable; urgency=medium
5985   * New upstream release:
5986     - fixes typo in manpage (Closes: #428192).
5988  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 11 Jun 2007 00:00:00 +0200
5990 live-helper (1.0~a13-1) unstable; urgency=medium
5992   * New upstream release.
5994  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  4 Jun 2007 00:00:00 +0200
5996 live-helper (1.0~a12-1) unstable; urgency=medium
5998   * New upstream release.
6000  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 May 2007 00:00:00 +0200
6002 live-helper (1.0~a11-1) unstable; urgency=medium
6004   * New upstream release.
6006  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 21 May 2007 00:00:00 +0200
6008 live-helper (1.0~a10-1) unstable; urgency=medium
6010   * New upstream release:
6011     - really removed forgotten set -x in the cron (Closes: #421105).
6013  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 14 May 2007 00:00:00 +0200
6015 live-helper (1.0~a9-1) unstable; urgency=medium
6017   * New upstream release.
6019  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  7 May 2007 00:00:00 +0200
6021 live-helper (1.0~a8-1) unstable; urgency=medium
6023   * New upstream release:
6024     - updated syslinux templates (Closes: #399658).
6025     - removed forgotten set -x in the cron (Closes: #421105).
6027  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Apr 2007 00:00:00 +0200
6029 live-helper (1.0~a7-1) unstable; urgency=medium
6031   * New upstream release:
6032     - make-live unmounts proc and sys on exit and failures
6033       (Closes: #394334, #410147).
6034     - supporting sudo (Closes: #387069).
6036  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 23 Apr 2007 00:00:00 +0200
6038 live-helper (1.0~a6-1) unstable; urgency=low
6040   * New upstream release.
6042  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 16 Apr 2007 00:00:00 +0200
6044 live-helper (1.0~a5-1) unstable; urgency=low
6046   * New upstream release.
6048  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  9 Apr 2007 00:00:00 +0200
6050 live-helper (1.0~a4-1) unstable; urgency=low
6052   * New upstream release.
6054  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  2 Apr 2007 00:00:00 +0200
6056 live-helper (1.0~a3-2) unstable; urgency=low
6058   * New upstream snapshot.
6060  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 26 Mar 2007 17:00:00 +0200
6062 live-helper (1.0~a3-1) unstable; urgency=low
6064   * New upstream release.
6066  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 26 Mar 2007 00:00:00 +0100
6068 live-helper (1.0~a2-1) unstable; urgency=low
6070   * New upstream release.
6072  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 19 Mar 2007 00:00:00 +0100
6074 live-helper (1.0~a1-3) unstable; urgency=low
6076   * New upstream snapshot.
6078  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 14 Mar 2007 21:00:00 +0100
6080 live-helper (1.0~a1-2) unstable; urgency=low
6082   * New upstream snapshot.
6084  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 14 Mar 2007 18:00:00 +0100
6086 live-helper (1.0~a1-1) unstable; urgency=low
6088   * Initial release, replacing live-package.
6090  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Mar 2007 00:00:00 +0100
6092 live-package (0.99.26-1) unstable; urgency=low
6094   * New upstream release.
6096  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri,  9 Mar 2007 12:27:00 +0100
6098 live-package (0.99.25-1) unstable; urgency=low
6100   * New upstream release.
6102  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri,  9 Mar 2007 01:49:00 +0100
6104 live-package (0.99.24-1) unstable; urgency=low
6106   * New upstream release:
6107     - adds LIVE_INCLUDE_CHROOT to the manual exported variables as reported by
6108       Mathieu Geli <mathieu.geli@gmail.com> (Closes: #412325).
6110  -- Daniel Baumann <mail@daniel-baumann.ch>  Sun,  3 Mar 2007 12:25:00 +0100
6112 live-package (0.99.23-1) unstable; urgency=low
6114   * New upstream release.
6116  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 21 Feb 2007 22:08:00 +0100
6118 live-package (0.99.22-1) unstable; urgency=low
6120   * New upstream release:
6121     - updates manpage (Closes: #411008).
6123  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri, 16 Feb 2007 20:38:00 +0100
6125 live-package (0.99.21-1) unstable; urgency=low
6127   * New upstream release.
6129  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 12 Feb 2007 15:06:00 +0100
6131 live-package (0.99.20-1) unstable; urgency=low
6133   * New upstream release:
6134     - Fixed manual pruning in minimal flavour as suggested by
6135       Bas Wijnen <wijnen@debian.org> (Closes: #410040).
6137  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu,  1 Feb 2007 17:35:00 +0100
6139 live-package (0.99.19-1) unstable; urgency=low
6141   * New upstream release.
6143  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 31 Jan 2007 12:38:00 +0100
6145 live-package (0.99.18-1) unstable; urgency=low
6147   * New upstream release.
6149  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 25 Jan 2007 08:29:00 +0100
6151 live-package (0.99.17-1) unstable; urgency=low
6153   * New upstream release.
6155  -- Daniel Baumann <mail@daniel-baumann.ch>  Wed, 24 Jan 2007 22:18:00 +0100
6157 live-package (0.99.16-1) unstable; urgency=low
6159   * New upstream release.
6161  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu, 18 Jan 2007 16:25:00 +0100
6163 live-package (0.99.15-1) unstable; urgency=low
6165   * New upstream release:
6166     - switched default distribution back to unstable, as unstable is usable
6167       again from the kernel point of view (Closes: #400457).
6168     - added file to the minimal package list (Closes: #400485).
6170  -- Daniel Baumann <mail@daniel-baumann.ch>  Tue, 16 Jan 2007 21:24:00 +0100
6172 live-package (0.99.14-4) testing; urgency=medium
6174   * 02defaults.sh: Updated kernel flavours to match etch.
6175   * 14chroot.sh: Removed xorg hack, not needed in etch.
6176   * 14chroot.sh: Fixed misspelling of aptitude.
6177   * main.sh: Updated release codenames to match etch.
6179  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu,  8 Mar 2007 10:55:00 +0100
6181 live-package (0.99.14-3) unstable; urgency=high
6183   * Adding workaround for new xorg packages by including xserver-xorg-input-all
6184     and xserver-xorg-video-all in all X11 package lists. See #405639 for more
6185     information.
6186   * Adding xdebconfigurator to all X11 package lists.
6188  -- Daniel Baumann <mail@daniel-baumann.ch>  Fri,  5 Jan 2007 22:34:00 +0100
6190 live-package (0.99.14-2) unstable; urgency=high
6192   * Adding workaround for initrd backup files (Closes: #404314).
6194  -- Daniel Baumann <mail@daniel-baumann.ch>  Thu,  4 Jan 2007 20:52:00 +0100
6196 live-package (0.99.14-1) unstable; urgency=medium
6198   * New upstream release:
6199     - fixed typo for policy-rc.d hack (Closes: #396813), thanks to
6200       Markus Bauer <bauer-markus@web.de>.
6201     - corrected manpage section (Closes: #396083), thanks to
6202       Sune Vuorela <reportbug@pusling.com>.
6203     - fixes script sourcing to exclude files in .svn (Closes: #396861),
6204       thanks to Markus Bauer <bauer-markus@web.de>.
6206  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  6 Nov 2006 00:00:00 +0200
6208 live-package (0.99.13-1) unstable; urgency=medium
6210   * New upstream release.
6212  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 30 Oct 2006 00:00:00 +0200
6214 live-package (0.99.12-1) unstable; urgency=medium
6216   * New upstream release.
6217     - Reverted mangling of LIVE_DISTRIBUTION for sources.list generation
6218       (Closes: #394226).
6220  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 23 Oct 2006 00:00:00 +0200
6222 live-package (0.99.11-1) unstable; urgency=medium
6224   * New upstream release.
6226  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 16 Oct 2006 00:00:00 +0200
6228 live-package (0.99.10-1) unstable; urgency=medium
6230   * New upstream release.
6232  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  9 Oct 2006 00:00:00 +0200
6234 live-package (0.99.9-1) unstable; urgency=medium
6236   * New upstream release:
6237     - adds support for custom repositories (Closes: #387068).
6238     - using proxy for chroot creating too (Closes: #390378).
6240  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  2 Oct 2006 00:00:00 +0200
6242 live-package (0.99.8-1) unstable; urgency=medium
6244   * New upstream release.
6246  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 25 Sep 2006 00:00:00 +0200
6248 live-package (0.99.7-1) unstable; urgency=medium
6250   * New upstream release:
6251     - removes the now outdated handling of testing specific kernels
6252       (Closes: #387562).
6253     - added fix from Bas Wijnen <wijnen@debian.org> for space handling in
6254       arguments (Closes: #388204).
6255     - fixes package list handling similar to the fix suggested by Alex Owen
6256       <r.alex.owen@gmail.com> (Closes: #388060).
6258  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 18 Sep 2006 00:00:00 +0200
6260 live-package (0.99.6-1) unstable; urgency=medium
6262   * New upstream release:
6263     - fixing netboot.
6265  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 11 Sep 2006 00:00:00 +0200
6267 live-package (0.99.5-1) unstable; urgency=low
6269   * New upstream release.
6270   * Set maintainer to the project list.
6272  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon,  4 Sep 2006 00:00:00 +0200
6274 live-package (0.99.4-1) unstable; urgency=low
6276   * New upstream release:
6277     - Added patch from Alex Owen <r.a.owen@qmul.ac.uk> to update pxelinux.cfg
6278       for NFS root in casper (Closes: #380512).
6279     - Temporarily hacks xorg configuration file to remove BusID and set
6280       default driver to vesa (Closes: #382391).
6282  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 28 Aug 2006 00:00:00 +0200
6284 live-package (0.99.3-1) unstable; urgency=low
6286   * New upstream release:
6287     - fixed configuration file handling (Closes: #384598).
6288   * Update long descriptiong (Closes: #382473).
6290  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 21 Aug 2006 00:00:00 +0200
6292 live-package (0.99.2-1) unstable; urgency=low
6294   * New upstream release.
6296  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 31 Jul 2006 00:00:00 +0200
6298 live-package (0.99.1-1) unstable; urgency=low
6300   * New upstream release.
6302  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 24 Jul 2006 00:00:00 +0200
6304 live-package (0.99-1) unstable; urgency=low
6306   * Initial release.
6308  -- Daniel Baumann <mail@daniel-baumann.ch>  Mon, 17 Jul 2006 00:00:00 +0200