X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=0a397cf8d7834d3079eede32c26646aec7d90a4c;hb=807aa6389f094accf58d6b4b654679d1dcbc84aa;hp=aeec40b7a88f072d12e81c903783715aebf441e2;hpb=c4ce70393af278beedaeab79808e0059d91f62b6;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index aeec40b..0a397cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,192 @@ +live-boot (4.0~a4-1) experimental; urgency=low + + * Updating year in copyright file. + * Supporting legacy filenames for checksums in debian within verify- + checksums. + * Correcting legacy filename for checksum files. + * By default including sha256sum only in progress-linux, keep md5sum + legacy for debian. + * Adding 3.0~b11-1 changelog entries. + + -- Daniel Baumann Wed, 02 Jan 2013 11:37:12 +0100 + +live-boot (4.0~a3-1) experimental; urgency=low + + [ Daniel Baumann ] + * Adding live-tools to recommends. + + [ Michal Suchanek ] + * Including util-linux mount in initramfs. + + [ Daniel Baumann ] + * Making overwriting of /bin/mount within initramfs with mount.util- + linux dependent on fuse usage, not on some additional boot parameter. + * Correcting spelling typo in bug script. + + [ Richard Nelson ] + * Update manpage information of ip= param to correctly reflect what + 9990-netbase.sh expects. + + [ Daniel Baumann ] + * Cleaning up manpage po files. + * Adding 3.0~b10-1 changelog entries. + + -- Daniel Baumann Mon, 17 Dec 2012 20:27:46 +0100 + +live-boot (4.0~a2-1) experimental; urgency=low + + [ Tails developers ] + * Making the /live to /lib/live move for the persistence code. + * Handling already mounted persistence backing media correctly. + * Fixing persistence-media option when no devices are attached. + * Using 'local' in a safe way. + + [ Daniel Baumann ] + * Adding 3.0~b9-1 changelog entries. + + -- Daniel Baumann Mon, 10 Dec 2012 20:06:28 +0100 + +live-boot (4.0~a1-1) experimental; urgency=low + + * Dropping specifics for squeeze based distributions. + + -- Daniel Baumann Fri, 30 Nov 2012 14:58:46 +0100 + +live-boot (3.0~b11-1) unstable; urgency=low + + * Updating year in copyright file. + * Supporting legacy filenames for checksums in debian within verify- + checksums. + * Correcting legacy filename for checksum files. + * By default including sha256sum only in progress-linux, keep md5sum + legacy for debian. + + -- Daniel Baumann Wed, 02 Jan 2013 11:32:21 +0100 + +live-boot (3.0~b10-1) unstable; urgency=low + + [ Daniel Baumann ] + * Adding live-tools to recommends. + + [ Michal Suchanek ] + * Including util-linux mount in initramfs. + + [ Daniel Baumann ] + * Making overwriting of /bin/mount within initramfs with mount.util- + linux dependent on fuse usage, not on some additional boot parameter. + * Correcting spelling typo in bug script. + + [ Richard Nelson ] + * Update manpage information of ip= param to correctly reflect what + 9990-netbase.sh expects. + + [ Daniel Baumann ] + * Cleaning up manpage po files. + + [ Evgeni Golov ] + * Do not fix mountpoints with live-persistence.conf as home-rw/live-rw. + + -- Daniel Baumann Mon, 17 Dec 2012 20:22:50 +0100 + +live-boot (3.0~b9-1) unstable; urgency=low + + [ Tails developers ] + * Making the /live to /lib/live move for the persistence code. + * Handling already mounted persistence backing media correctly. + * Fixing persistence-media option when no devices are attached. + * Using 'local' in a safe way. + + -- Daniel Baumann Mon, 10 Dec 2012 20:01:21 +0100 + +live-boot (3.0~b8-1) unstable; urgency=low + + * Removing eject from recommends, the script that ejects the live medium + is in live-config these days. + * Removing file from recommends, no usage of file in live-boot anymore. + * Updating package lists in bug script to match current implementations. + * Adding dpkg-source local options. + + -- Daniel Baumann Fri, 30 Nov 2012 14:48:16 +0100 + +live-boot (3.0~b7-1) unstable; urgency=low + + [ Daniel Baumann ] + * Updating file paths for /lib/live/mount. See + http://lists.debian.org/debian-live/2012/10/msg00021.html for more + information. + * Renaming /lib/live/mount/image to /lib/live/mount/medium. See + http://lists.debian.org/debian-live/2012/10/msg00023.html for more + information. + * Updating package descriptions. + * Properly wrap package descriptions to 80 characters per line. + + [ Tails developers ] + * Adding support for the previous persistence configuration file name, + for compatibility with systems that have been deployed with live- + persistence.conf already. + + -- Daniel Baumann Wed, 07 Nov 2012 15:04:32 +0100 + +live-boot (3.0~b6-1) unstable; urgency=low + + * Including hfs and hfsplus modules in initrd to access filesystems on + apple systems. + * Stopping to put a tmpfs on /root/lib/live from within initramfs, it + over-'layered' most prominently the live systems /lib/live/config, + making the runtime configuration impossible and the tmpfs is not + used or needed in the first place anyway. + * Renaming rofs to more intuitive rootfs. + * Removing source-only readme file about boot scripts from the binary + package. + * Renaming the boot scripts readme file to fixme to make it even more + obvious. + + -- Daniel Baumann Tue, 02 Oct 2012 10:32:44 +0200 + +live-boot (3.0~b5-1) unstable; urgency=low + + * Updating to standards version 3.9.4. + * Removing showmounts option as it's enable always anyway. + * Applying slightly modified patch from Reinhard Tartler + to ensure that a potentially stray tmpfs on + /live/overlay gets removed to fix netboot failures (Closes: + #685375). + + -- Daniel Baumann Sun, 30 Sep 2012 10:07:09 +0200 + +live-boot (3.0~b4-1) unstable; urgency=low + + * Switching to final name for the persistence configuration file + 'persistence.conf' in line with boot parameter. + * Moving remaining stuff from /live to /lib/live to avoid further + namespace pollution. + + -- Daniel Baumann Thu, 27 Sep 2012 13:23:33 +0200 + +live-boot (3.0~b3-1) unstable; urgency=low + + [ Daniel Baumann ] + * Always move live filesystem mounts to /root within initramfs, + regardless if mountpoint already exists or not (Closes: #688782). + + [ Gaudenz Steinlin ] + * Removing mountpoint if no persistence layer is found on a device. + + [ Daniel Baumann ] + * Exposing rofs and persistence mounts under /live in the live + systems, not just initramfs only (Closes: #687099). + * Updating code for exposing of overlay mounts under /live too. + + -- Daniel Baumann Wed, 26 Sep 2012 14:40:32 +0200 + +live-boot (3.0~b2-1) unstable; urgency=low + + * Recreating /etc/live/boot in postinst. + * Removing /etc/live/boot if empty on purge in postrm. + * Regenerating initramfs on remove. + + -- Daniel Baumann Fri, 24 Aug 2012 12:37:23 +0200 + live-boot (3.0~b1-1) unstable; urgency=low [ chals ]