summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-04-21 11:18:57 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:33 +0100
commita6a95bd6322e289fa420d0dcb282bcab3d64ea08 (patch)
tree404961d0a301c00366d1eee204dcc56641d95fe0 /debian
parent76c8a9bbbfa067fa749ddfd1d72d010cf5be42b0 (diff)
downloadlive-build-a6a95bd6322e289fa420d0dcb282bcab3d64ea08.zip
live-build-a6a95bd6322e289fa420d0dcb282bcab3d64ea08.tar.gz
Releasing live-helper 1.0~a45-1.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog34
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 03b2cf3..e97696f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,37 @@
+live-helper (1.0~a45-1) unstable; urgency=medium
+
+ [ Tiago Bortoletto Vaz ]
+ * lh_chroot_local-preseed: fix minor typo
+
+ [ Chris Lamb ]
+ * Install most chroot packages in one call (Closes: #475739)
+ * Install local packages using a local APT repo instead of using "dpkg -i"
+ * hooks/minimal: Use "find -print0 | xargs -0" idiom over "find | xargs"
+ * Allow fallback to chroot_package-lists inside binary lists
+ * Remove temporary binary package list files
+ * Tidy calls to new Expand_packagelist
+ * Rewrite Expand_packagelist to not be recursive
+
+ [ Daniel Baumann ]
+ * Updating snapshot build script.
+ * When building snapshot images, also storing source.list away.
+ * Building snapshot images with --apt-recommends disabled.
+ * Adding example script to build a row of images.
+ * Some formating and style cleanups.
+ * Using one single packages cache directory for all chroot packages.
+ * Using hardlinks to copy local packages into chroot.
+ * Moving lh_chroot_packages call in lh_chroot to old place.
+ * Updating snapshots url.
+ * Adding live-magic to snapshots.
+ * Adding debian-unofficial-archive-keyring to snapshots.
+ * Updating live-snapshots example sources.
+ * Removing non anymore existing live-backports example sources.
+ * Renaming image build script.
+ * Adjusting Save_cache(); to skip already cached .deb files and only
+ copying new packages to it.
+
+ -- Daniel Baumann <daniel@debian.org> Mon, 21 Apr 2008 00:00:00 +0200
+
live-helper (1.0~a44-1) unstable; urgency=medium
[ Chris Lamb ]