Hi, while translating the release-notes into German, I noticed that the content for the installation system is still for Stretch.
I have prepared a first patch, to get that updated for Buster. My proposal would be, to go for something like a "minimalistic approach" like the following: (which means skipping the 'Major changes' section, since I feel we have many small changings, but not that much 'big deals'. Only my personal opinion. Correct me if I'm wrong!) <section id="inst-new"> <title>What's new in the installation system?</title> <para> There has been a lot of development on the Debian Installer since its previous official release with &debian; &oldrelease;, resulting in improved hardware support and some exciting new features or improvements. </para> <para> Most notably there is the initial support for UEFI Secure Boot, which has been added to the installation images. </para> <para> If you are interested in an overview of the detailed changes since &oldreleasename;, please check the release announcements for the &releasename; beta and RC releases available from the Debian Installer's <ulink url="&url-installer-news;">news history</ulink>. </para> </section> Holger -- Holger Wansing <hwans...@mailbox.org> PGP-Fingerprint: 496A C6E8 1442 4B34 8508 3529 59F1 87CA 156E B076
diff --git a/en/installing.dbk b/en/installing.dbk index c82a93c5..3691d917 100644 --- a/en/installing.dbk +++ b/en/installing.dbk @@ -34,36 +34,36 @@ debian-installer for a list of known issues. <para> There has been a lot of development on the Debian Installer since its previous official release with &debian; &oldrelease;, -resulting in both improved hardware support and -some exciting new features. +resulting in improved hardware support and +some exciting new features or improvements. </para> <para> -In these Release Notes we'll only list the major changes in the -installer. If you are interested in an overview of the detailed +Most notably there is the initial support for UEFI Secure Boot, which has +been added to the installation images. +</para> +<para> +If you are interested in an overview of the detailed changes since &oldreleasename;, please check the release announcements for the &releasename; beta and RC releases available from the Debian Installer's <ulink url="&url-installer-news;">news history</ulink>. </para> +<!-- <section id="inst-changes"> <title>Major changes</title> +--> <!-- - release-notes authors should check webwml repo or http://www.debian.org/devel/debian-installer/ Sources (for Stretch): -https://www.debian.org/devel/debian-installer/News/2015/20150721 -https://www.debian.org/devel/debian-installer/News/2015/20150815 -https://www.debian.org/devel/debian-installer/News/2015/20150913 -https://www.debian.org/devel/debian-installer/News/2015/20151026 -https://www.debian.org/devel/debian-installer/News/2016/20160110 -https://www.debian.org/devel/debian-installer/News/2016/20160521 -https://www.debian.org/devel/debian-installer/News/2016/20160704 -https://www.debian.org/devel/debian-installer/News/2016/20161112 -https://www.debian.org/devel/debian-installer/News/2017/20170115 +https://www.debian.org/devel/debian-installer/News/2017/20170903 +https://www.debian.org/devel/debian-installer/News/2017/20171206 +https://www.debian.org/devel/debian-installer/News/2018/20180619 +https://www.debian.org/devel/debian-installer/News/2018/20181215 +https://www.debian.org/devel/debian-installer/News/2019/20190202 --> @@ -71,81 +71,22 @@ https://www.debian.org/devel/debian-installer/News/2017/20170115 * --> +<!-- <variablelist> +--> <!-- The following empty paragraph purpose is to unb0rk - the build until real material get committed --> - -<varlistentry> -<term><!-- Empty Title --></term> -<listitem> -<para> -<!-- Empty Paragraph --> -</para> -</listitem> -</varlistentry> + the build until real material get committed -<!-- new in Stretch--> <varlistentry> -<term>Removed ports</term> +<term><Empty Title</term> <listitem> <para> -Support for the <literal>powerpc</literal> architecture has been removed. +Empty Paragraph </para> </listitem> </varlistentry> - -<!-- new in Stretch--> -<varlistentry> -<term>New ports</term> -<listitem> -<para> -Support for the <literal>mips64el</literal> architecture has been added to the installer. -</para> -</listitem> -</varlistentry> - -<!-- new in Stretch --> -<varlistentry arch="i386;amd64"> -<term>Graphical installer</term> -<listitem> -<para> -The graphical installer is now the default on supported platforms. -The text installer is still accessible from the very first menu, or if -the system has limited capabilities.</para> -</listitem> -</varlistentry> - -<!-- new in Stretch--> -<varlistentry arch="i386"> -<term>The kernel flavor has been bumped to <literal>i686</literal></term> -<listitem> -<para> -The kernel flavor <literal>i586</literal> has been renamed to <literal>i686</literal>, since <literal>i586</literal> is no longer supported. -</para> -</listitem> -</varlistentry> - -<!-- new in Stretch--> -<varlistentry> -<term>Desktop selection</term> -<listitem> -<para> -Since jessie, the desktop can be chosen within tasksel during installation, -and several desktops can be selected at the same time.</para> -</listitem> -</varlistentry> - -<varlistentry> -<term>New languages</term> -<listitem> -<para> -Thanks to the huge efforts of translators, &debian; can now be installed in 75 -languages, including English. -Most languages are available in both the text-based installation -user interface and the graphical user interface, while some -are only available in the graphical user interface. -</para> +--> <!-- No new languages <para> @@ -160,16 +101,9 @@ Languages added in this release: </itemizedlist> --> -<para> -The languages that can only be selected using the graphical installer as their -character sets cannot be presented in a non-graphical environment are: Amharic, -Bengali, Dzongkha, Gujarati, Hindi, Georgian, Kannada, Khmer, Malayalam, -Marathi, Nepali, Punjabi, Tamil, Telugu, Tibetan, and Uyghur. -</para> -</listitem> -</varlistentry> - +<!-- </variablelist> +--> </section> <section id="inst-auto"> @@ -188,7 +122,9 @@ Guide</ulink> has an updated separate appendix with extensive documentation on u preconfiguration. </para> </section> +<!-- </section> +--> </chapter>