summaryrefslogtreecommitdiffstats
path: root/system-boot/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'system-boot/CHANGELOG.txt')
-rw-r--r--system-boot/CHANGELOG.txt142
1 files changed, 142 insertions, 0 deletions
diff --git a/system-boot/CHANGELOG.txt b/system-boot/CHANGELOG.txt
new file mode 100644
index 0000000..c7af538
--- /dev/null
+++ b/system-boot/CHANGELOG.txt
@@ -0,0 +1,142 @@
+2018-09-15 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+
+ * Releasing version 20180915.
+
+ [ Raphaël Hertzog ]
+ * Fixing typo in nls_ascii module (nls_asci -> nls_ascii).
+ * Improving removable_dev() in 9990-misc-helpers.sh when /sys/block/ is empty (#847802).
+ * Only copying /etc/live/boot if it exists.
+ * Do not duplicate files in /lib/live/boot/ and /bin/boot/ in the initrd, thanks to Daniel Reichelt <debian@nachtgeist.net> (#864385).
+ * Fixing spelling errors in live-boot(7).
+
+ [ Ronny Standtke ]
+ * Fixing read-only persistence mode with overlayfs, thanks to Ronny Standtke <ronny.standtke@fhnw.ch> (Closes: #877776).
+
+ [ Benjamin Drung ]
+ * Don't replace busybox's wget by the true wget (#885455).
+ * Avoiding double slashes in some paths (#885453).
+ * Support setting upperdir tmpfs size with overlay-size boot parameter (#885466).
+ * Simplify mount point handling by using /run/live instead of /lib/live/mount (#886328).
+ * Adding configuration variables to build a stripped down initrd (#886337).
+
+ [ Daniel Reichelt ]
+ * Using klibc's mount again for fuse mounts (#868559).
+
+ [ Raphaël Hertzog ]
+ * Stripping comments from checksums files passed to "shaXsum -c" (#856482).
+
+ [ raizo62]
+ * Updating DNSFILE even if DNSFILE contains only commented or empty lines.
+
+ [ Sameer Agrawal ]
+ * Fixing ifconfig parsing (#892772).
+
+ [ Chas Williams ]
+ * Adding back persistance fsck option.
+
+ [ Luca Boccassi ]
+ * Using true|false instead of y|n for environment variables.
+
+ [ Charles Williams ] Removing workaround for ipconfig issues.
+ * Fixing custom mounts after switch to /run/live.
+
+ [ Luca Boccassi ]
+ * Fixing fromiso after switch to /run/live.
+
+ [ Benjamin Drung ]
+ * Fixing overlay mount after switch to /run/live.
+ * Removing sourcing /scripts/functions in components.
+ * Support live-{top,premount,bottom} hooks (#884355).
+
+ [ Luca Boccassi ]
+ * Adding backward compatibility rbind mount /lib/live/mount -> /run/live.
+
+ [ Erik Ziegenbalg ]
+ * Adding support for local ISO in fromiso (ONIE).
+
+ [ Luca Boccassi ]
+ * Clarify fromiso documentation in live-boot manpage.
+ * Fixing typos in recently added manpage changes.
+
+ [ Benjamin Drung ]
+ * Fixing resolving FQDN given by DHCP.
+ * Double quoting to prevent globbing and word splitting.
+
+2016-11-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+
+ * Releasing version 20161101.
+
+ [ Kristian Klausen ]
+ * Adding FAT ascii iocharset support.
+ * Adding option to override UUID embedded in the initramfs (live-media-uuid).
+ * Adding option to specific alternative mount opts for live-media (live-media-mount-opts).
+
+ [ Gaudenz Steinlin ]
+ * Immediately detecting medium from live-media parameter.
+ * Fixing removable device flag handling for live-medium.
+ * Adding plymouth support for LUKS password prompt.
+ * Using human readable device label for LUKS prompt.
+ * Using build UUID in initramfs.
+
+2016-07-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+
+ * Releasing version 20160701.
+
+ [ Kristian Klausen ]
+ * Copying /etc/live/boot{,.conf} to initramfs.
+ * Checking /etc/live/boot.conf exist before trying copy.
+
+ [ Daniel Baumann ]
+ * Adding commit messages to previous changelog.
+
+2016-06-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+
+ * Releasing version 20160601.
+
+ [ trebmuh ]
+ * Adding French manpage translations.
+
+ [ Carlos Zuferri ]
+ * Using 'Live Systems Project' as default project in .pot files.
+
+ [ Evgeni Golov ]
+ * Updating manpages with default overlay filesystem.
+
+ [ Michael Prokop ]
+ * Reverting toram bootoption to expected behaviour.
+ * Supporting dns bootoption.
+
+ [ Ulrich Dangel ]
+ * Adding kms modules to initramfs.
+
+ [ Michael Prokop ]
+ * Try loading phram module twice to fix loading issue.
+ * Ignoring "unknown" filesystems in is_supported_fs().
+ * Enabling write-mode for persistency related devices in readonly/forensic mode.
+
+ [ Evgeni Golov ]
+ * Making copying libnss_dns.so.* unconditionally.
+ * Fixing nodhcp option to actually force DHCP off (Closes: #832734).
+
+ [ Wolfgang Scheicher ]
+ * Enabling multiple lower layers for overlayfs.
+
+ [ Russell Stuart ]
+ * Setting default host in fetch urls to be ROOTSERVER if it is blank (Closes: #832735).
+
+ [ Evgeni Golov ]
+ * Fixing detection of (no)persistence option in read-only mode.
+
+ [ Daniel Baumann ]
+ * Correcting spelling typo in variable name in live-boot frontend, thanks to Gianfranco Costamagna <locutusofborg@debian.org>.
+
+ [ Raphaël Hertzog ]
+ * No longer modifying PATH to point to /root and thus stop using executables from /root (Closes: #823069).
+ * Some fixups to ensure we work with busybox/klibc-utils.
+
+ [ Daniel Baumann ]
+ * Correcting version string in changelog.
+
+2016-05-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+
+ * Releasing version 20160501.