summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:05:16 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:26 +0100
commitc68c0a270832ca340429878ce6a0ab606d435b06 (patch)
tree8f9a4286b138ca2768a724594ad4219bf30f6167 /docs
parentf314791fa2fa3e6a557ca50ecb4a0cf7798fee79 (diff)
downloadlive-build-c68c0a270832ca340429878ce6a0ab606d435b06.zip
live-build-c68c0a270832ca340429878ce6a0ab606d435b06.tar.gz
Adding live-helper 1.0~a21-1.
Diffstat (limited to 'docs')
-rw-r--r--docs/AUTHORS1
-rw-r--r--docs/ChangeLog23
2 files changed, 23 insertions, 1 deletions
diff --git a/docs/AUTHORS b/docs/AUTHORS
index ce0a01a..908a12e 100644
--- a/docs/AUTHORS
+++ b/docs/AUTHORS
@@ -1,4 +1,3 @@
Main Authors:
* Daniel Baumann <daniel@debian.org>
- * Marco Amadori <marco.amadori@gmail.com>
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 84dc5b6..fc54291 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,3 +1,19 @@
+2007-07-29 Daniel Baumann <daniel@debian.org>
+
+ * functions/packages.sh:
+ - Using dpkg-query to check for packages when building in chroot,
+ and on systems where dpkg-query is available.
+ * functions/stagefile.sh:
+ - Added missing NAME.
+
+2007-07-28 Daniel Baumann <daniel@debian.org>
+
+ * functions/chroot.sh:
+ - Added XORG_CONFIG="custom" to chroot call in order to disable
+ xserver-xorg.postinst (Closes: #430566).
+ * helpers/lh_binary_usb-hdd:
+ - Fixes for binary non-chroot build.
+
2007-07-27 Daniel Baumann <daniel@debian.org>
* Makefile, debian/postinst, prerm:
@@ -12,6 +28,13 @@
* templates/syslinux:
- Added installer specific templates.
- Renamebled additional boot targets (localboot).
+ * Uploaded 1.0~a20-1.
+
+2007-07-24 Mathieu Geli <mathieu.geli@gmail.com>
+
+ * helpers/make-live:
+ - synced usage message and getopts parsing (Closes and extends
+ #434481).
2007-07-19 Daniel Baumann <daniel@debian.org>