summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-11-11 13:52:49 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:02 +0100
commit9c7aa9141ce947bf2ea2430e430d0571c28de954 (patch)
treecb7ad59cead9c026408093dba2804df9e05f58a1
parent161d502cc2ad8d9696969e2d96da6d7712a2ef24 (diff)
downloadlive-boot-9c7aa9141ce947bf2ea2430e430d0571c28de954.tar.gz
live-boot-9c7aa9141ce947bf2ea2430e430d0571c28de954.zip
Releasing version 1.139.1-4.
-rw-r--r--debian/changelog29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4c59e5f..97292f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,32 @@
+live-initramfs (1.139.1-4) unstable; urgency=medium
+
+ [ Chris Lamb ]
+ * Remove (accidental?) debian/changelog entry.
+ * Use "grep -qs" over "grep -q" for compatibility (see grep(1))
+ * Use "test -s" instead of testing file availability and size.
+ * Be consistent in using 0/1 for True/False values instead of English
+ representations.
+ * Reflow some grammar in comments and in live-initramfs(7).
+ * Reflow long 'tr'-based pipelines for readability.
+ * Don't "cat |" to grep.
+
+ [ Daniel Baumann ]
+ * Replacing obsolete dh_clean -k with dh_prep.
+
+ [ Marco Amadori ]
+ * Changed HOSTNAME and /etc/hosts handling.
+ * Conditional creation of /etc/fstab.
+ * live-snapshot: fixed include-list handling.
+ * Reordered persistence lookups and boundaries (Closes: #500672).
+ * Search for partition labels only (Closes: #486469).
+ * Implemented a snapshot exclude list.
+ * Implemented a persistence exclude list.
+ * Manpage clarifications on "nofiles".
+ * Do not pollute the logs when looking for swap partitions.
+ * Removed all "cat | grep", with grep, awk and sed.
+
+ -- Daniel Baumann <daniel@debian.org> Tue, 11 Nov 2008 13:00:00 +0100
+
live-initramfs (1.139.1-3) unstable; urgency=medium
[ Chris Lamb ]