X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2FNEWS;h=b8a6f78ceb710456370d6b7cde43c0fd7dd0d70f;hp=43f9a58c40d1e9ab0beb5a36460d4aaad7bf999c;hb=88d2f6d3e660ad207f1b06455947457b8fa7b490;hpb=d9141d9b861662e4b514706a2961130860090c6f diff --git a/debian/NEWS b/debian/NEWS index 43f9a58..b8a6f78 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,57 @@ +grml-live (0.17.0) unstable; urgency=low + + 1) The sources.list handling has been further improved and + better integrated, config variable $GRML_LIVE_SOURCES has gone. + + 2) This release provides initial support for generating netboot + packages during build process (enabled by default). + + 3) If the according dependencies are available (xorriso + >=1.1.6-1 on buildsystem, grub-efi-amd64-bin inside chroot and + building using AMD64 class) then the ISOs provide initial UEFI + support. + + 4) For better integration with Jenkins a report of missing + packages in xunit format is generated and new options -A (for + ensuring clean builds and pack artifacts), -T (for unpacking + chroot archives) and -U (to ensure output files ownership) has + been introduced. + + 5) Using the SOURCES class provides support to retrieve Debian + package sources in the build process. + + -- Michael Prokop Fri, 09 Dec 2011 23:30:02 +0100 + +grml-live (0.15.0) unstable; urgency=low + + 1) The new command line option -D supports setting a + configuration directory instead of /etc/grml/fai. This is + the same as setting GRML_FAI_CONFIG. + + 2) Removed /etc/grml/fai/apt/sources.list, thanks to a redesign + of sources.list handling which provides a more consistent + approach. /etc/apt/sources.list will no longer use entries from + GRML_LIVE_SOURCES once the system has been initially installed. + Now handling of sources.list works as follows: + + ${GRML_FAI_CONFIG}/config/files/etc/apt/sources.list/GRML_LIVE_SOURCES_LIST + is generated based on $GRML_LIVE_SOURCES (if set by the user, + otherwise falling back to Grml repositories plus Debian). This + GRML_LIVE_SOURCES_LIST file then gets deployed on *fresh* + deployments. It won't be installed again when running grml-live + -u. This provides more flexibility combined with a more + transparent and consistent behaviour for the user. + + /etc/apt/sources.list.d/debian.list will be set up based on the + detected Debian suite and the files from + ${GRML_FAI_CONFIG}/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_*. + + /etc/apt/sources.list/grml-stable.list will be deployed and + (depending on the build type) also + /etc/apt/sources.list.d/grml-testing.list might be installed. + + -- Michael Prokop Fri, 08 Jul 2011 13:45:45 +0200 + grml-live (0.9.35) unstable; urgency=low The files from /etc/grml/fai/files have been moved to @@ -5,8 +59,8 @@ grml-live (0.9.35) unstable; urgency=low /etc/grml/fai/live-initramfs has been moved to /etc/grml/fai/config/ as well). This is an important step to use the config space and class concept of FAI in a more - decent and clean way. It allows much better customization. - + decent and clean way. It allows much better customization. + Please notice: If you didn't modify anything inside /etc/grml/fai/files you can safely remove the directory. Otherwise please check out the structure of the new