diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-10-18 22:55:56 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:06 +0100 |
| commit | 6bfe95a7c93d84d0a2f9071bbe3809c173287402 (patch) | |
| tree | efa5a633ddaf313e96a0ab86cc1691464e648fb3 | |
| parent | bcb57ad3afaefc543f3a6574ca624e06bd19098b (diff) | |
| download | live-boot-6bfe95a7c93d84d0a2f9071bbe3809c173287402.tar.gz live-boot-6bfe95a7c93d84d0a2f9071bbe3809c173287402.zip | |
Preparing live-initramfs 1.110.3-1.
| -rw-r--r-- | Makefile | 8 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | docs/parameters.txt | 2 |
3 files changed, 11 insertions, 5 deletions
@@ -108,10 +108,10 @@ uninstall: update: set -e; for FILE in docs/parameters.txt; \ do \ - sed -i -e 's/2007\\-15\\-08/2007\\-10\\-22/' \ - -e 's/2007-15-08/2007-10-22/' \ - -e 's/15.10.2007/22.10.2007/' \ - -e 's/1.110.2/1.110.3/' \ + sed -i -e 's/2007\\-10\\-22/2007\\-10\\-29/' \ + -e 's/2007-10-22/2007-10-29/' \ + -e 's/22.10.2007/29.10.2007/' \ + -e 's/1.110.3/1.110.4/' \ $$FILE; \ done diff --git a/debian/changelog b/debian/changelog index 01ce444..76d4276 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +live-initramfs (1.110.3-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Daniel Baumann <daniel@debian> Mon, 22 Oct 2007 00:00:00 +0200 + live-initramfs (1.110.2-1) unstable; urgency=medium * New upstream release. diff --git a/docs/parameters.txt b/docs/parameters.txt index 91c48a9..f8bb2f4 100644 --- a/docs/parameters.txt +++ b/docs/parameters.txt @@ -1,7 +1,7 @@ Boot Parameters for Debian Live ------------------------------- -Updated for live-initramfs 1.110.2-1 on 2007-10-15. +Updated for live-initramfs 1.110.3-1 on 2007-10-22. These options (can be combined) work from the bootloader prompt: |
