Indholdsfortegnelse
Der er mere om dette emne på Wiki.
Debian 8 introducerer to nye arkitekturer:
arm64, 64-bit portering for ARM-maskiner.
ppc64el, 64-bit little-endian-portering for POWER-maskiner.
Følgende er de officielt understøttede arkitekturer i Debian 8:
32-bit PC (»i386«) og 64-bit PC (»amd64«
64-bit ARM (»amd64«)
ARM EABI (»armel«)
ARMv7 (EABI hard-float ABI, »armhf«)
MIPS (»mips« (big endian) og »mipsel« (little endian))
PowerPC (»powerpc«)
64-bit little-endian PowerPC (»ppc64el«)
IBM System z (»s390x«)
Tre arkitekturer som var en del af Debian 7 bliver ikke udgivet med jessie.
Som annonceret da Debian 7 blev udgivet, er 32-bit s390
-porteringen blevet afbrudt og erstattet med
s390x
.
Som annonceret er portene til IA-64 og Sparc blevet fjernet fra denne
udgivelse på grund af utilstrækkelig udviklerunderstøttelse. Sparc var en
understøttet arkitektur i Debian siden 2.1 (1999), mens ia64
blev introduceret i Debian 3.0 (2002).
Endelig er Debianporteringer til FreeBSD-kernen, kfreebsd-amd64 og kfreebsd-i386, inkluderet som teknologiske forhåndsvisninger i Debian 6.0 og Debian 7, ikke en del af denne udgivelse.
Du kan læse mere om porteringsstatus og porteringsspecifik information om din arkitektur på Debians websider om porteringer.
TODO: Make sure you update the numbers in the .ent file using the changes-release.pl script found under ../
This new release of Debian again comes with a lot more software than its predecessor wheezy; the distribution includes over 12253 new packages, for a total of over 43512 packages. Most of the software in the distribution has been updated: over 24573 software packages (this is 66% of all packages in wheezy). Also, a significant number of packages (over 5441, 14% of the packages in wheezy) have for various reasons been removed from the distribution. You will not see any updates for these packages and they will be marked as 'obsolete' in package management front-ends; see Afsnit 4.10, “Forældede pakker”.
Debian leveres igen med flere skrivebordsprogrammer og miljøer. Blandt andre inkluderer Debian nu skrivebordsmiljøerne GNOME 3.14, KDE 4.11 Xfce 4.10, og LXDE.
Produktivitetsprogrammer er også blevet opgraderet, inklusive kontorpakkerne:
Opdateringer af andre skrivebordsprogrammer inkluderer opgraderingen til Evolution 3.12.
Blandt meget andet inkluderer denne udgave følgende opdateringer:
TODO: (JFS) List other server software? RADIUS? Streaming ?
Debian understøtter Linux Standard Base (LSB) version 4.1, med en undtagelse og Debianspecifik derogation fra LSB 4.1-specifikationen: Qt3 er ikke inkluderet.
Den officielle Debian-distribution leveres nu på 9-10 binære
dvd'er
eller 61-69 binære cd'er
(afhængig af arkitektur) og 8
kilde-dvd'er eller 46 cd'er med
kildekode. Herudover findes der en dvd til
flere arkitekturer med en begrænset del af udgivelsen
for arkitekturerne amd64
og i386
sammen med kildekoden. Debian udgives også som Blu-ray diskaftryk på
(BD): 2
diskaftryk for hver af arkitekturerne amd64
og
i386
, eller ét med kildekoden. Af pladshensyn er visse
meget store pakker udeladt fra cd'erne, men de findes på
dvd og BD, da der er bedre plads til
dem her.
Being upgraded to version 3.14, the new GNOME desktop brings many new features and usability improvements.
The design of the GNOME shell has been updated. The bottom message tray is larger, easier to use and less prone to appear accidentally. A new system status area in the upper right corner puts all useful settings in the same place.
The screensaver has been replaced by a "lock screen" that still brings minimal functionality when the user is away. For example, you can pause the music, be informed of a new e-mail, or change the screen brightness, all of that without entering a password. Pressing the Escape key or starting to type the password brings back the login prompt. The GNOME display manager uses the exact same design for consistency.
Several applications, including the Nautilus file manager, the gedit text editor, and the evince document viewer have seen their design made much more compact, merging the window titlebar with the toolbar. This leaves much more room for the documents the user is working on. The standard dialog boxes have undergone similar changes.
Support for touch screens has been fully integrated, including intuitive gestures based on multiple finger movements. GNOME now also supports high resolution (HiDPI) screens, taking full advantage of fine pixeling for the clearest rendering.
GNOME supports geolocation, and includes a smooth mapping and navigation application.
The user documentation is much more complete, and includes video tutorials for new users.
More information can be found in the GNOME 3.14 release notes.
Introduced in Debian 7, systemd
is now the default init system. It
provides advanced monitoring, logging, and service management capabilities.
Selv om den er designet som en direkte sysvinit
-erstatning og som sådan gør brug af
eksisterende SysV init-skripter, så kan pakken systemd
installeres sikkert sammen med
sysvinit
og startes via
kerneindstillingen init=/bin/systemd
. Pakken systemd-sysv
tilbyder
/sbin/init
-erstatningen.
For yderligere information om dette emne, så se Debians wiki.
The legacy secure sockets layer protocol SSLv3 has been disabled in this release. Many system cryptography libraries as well as servers and client applications have been compiled or configured without support for this protocol.
The Linux kernel features a security mechanism which nullifies many symlink attacks. It is enabled in the Debian Linux kernel by default. /tmp-related bugs which are rendered non-exploitable by this mechanism are not treated as security vulnerabilities. If you use a custom Linux kernel you should enable it using a sysctl setting:
echo 1 > /proc/sys/fs/protected_symlinks
In some rare cases the security support for a package shipped in a Debian
release needs to be terminated prior to the end of support for the full
distribution. Jessie provides a new package (debian-security-support
) which emits a warning
if support for a package needs to be terminated in advance. It also
documents packages where the scope of security support is limited. As such,
it is recommended to install debian-security-support on all
security-relevant systems.
Continuing on the path set by Wheezy, more packages have been
built with hardened compiler flags. Also, the stack protector flag has been
switched to stack-protector-strong for extra hardening. Note that the
hardened build flags are not enabled by default in gcc
, so they are not used automatically when
locally building software. The package hardening-wrapper
can provide a
gcc
with these flags enabled.
New in this release is the needrestart
package. When installed, it will
perform a check after each APT upgrade session. If any services running on
the system require a restart to take advantage of changes in the upgraded
packages then it offers to perform these restarts. It is recommended to
install needrestart
to ensure that
security updates in libraries are propagated to running services.
Along with the older MySQL 5.5, Jessie ships the new MariaDB 10.0. See the Debian MySQL Team wiki page for more information. Only one of them is likely to be included in Debian 9.
Note that upstream support for MySQL 5.5 will cease in December 2017 (and Debian security support will have to follow that), while MariaDB 10.0 will receive upstream security support until March 2019.
The Debian Games Team proudly presents the Debian Games Blend consisting of 33 metapackages
which simplify the installation of games per category. The selection
includes among many others strategy, simulation, card, and programming
games. Debian Games also offers developers a quick way to install
recommended software for developing games in the C++, Java, Perl, or Python
3 programming languages. Content developers will find useful tools for
creating game art in games-content-dev
. The project homepage
provides screenshots and further information and offers a compact overview
about all games including Debian's finest
games.