Chapter 4. A Detailed History

Table of Contents

4.1. The 0.x Releases
4.1.1. The Early Debian Packaging System
4.2. The 1.x Releases
4.3. The 2.x Releases
4.4. The 3.x Releases
4.5. The 4.x Releases
4.6. The 5.x Releases
4.7. The 6.x Releases
4.8. The 7.x Releases
4.9. The 8.x Releases
4.10. The 9.x Releases
4.11. The 10.x Releases
4.12. The 11.x Releases
4.13. Important Events
4.13.1. July 2000: Joel Klecker died
4.13.2. October 2000: Implementation of Package Pools
4.13.3. March 2001: Christopher Rutter died
4.13.4. March 2001: Fabrizio Polacco died
4.13.5. July 2002: Martin Butterweck died
4.13.6. November 2002: Fire burnt Debian server
4.13.7. November 2003: Several Debian servers hacked
4.13.8. May 2004: Manuel Estrada Sainz and Andrés García Solier died
4.13.9. July 2005: Jens Schmalzing died
4.13.10. December 2008: Thiemo Seufer died
4.13.11. July 2009: Steve Greenland died
4.13.12. August 2010: Frans Pop died
4.13.13. April 2011: Adrian von Bidder died
4.13.14. May 2013: Ray Dassen died
4.13.15. July 2014: Peter Miller died
4.13.16. February 2015: Clytie Siddall died
4.13.17. December 2015: Ian Murdock died
4.13.18. September 2016: Kristoffer H. Rose died
4.14. What's Next?

Debian was begun in August 1993 by Ian Murdock, then an undergraduate at Purdue University. Debian was sponsored by the GNU Project of The Free Software Foundation, the organization started by Richard Stallman and associated with the General Public License (GPL), for one year -- from November 1994 to November 1995.

Debian 0.01 through Debian 0.90 were released between August and December of 1993. Ian Murdock writes:

"Debian 0.91 was released in January 1994. It had a primitive package system that allowed users to manipulate packages but that did little else (it certainly didn't have dependencies or anything like that). By this time, there were a few dozen people working on Debian, though I was still mostly putting together the releases myself. 0.91 was the last release done in this way.

Most of 1994 was spent organizing the Debian Project so that others could more effectively contribute, as well as working on dpkg (Ian Jackson was largely responsible for this). There were no releases to the public in 1994 that I can remember, though there were several internal releases as we worked to get the process right.

Debian 0.93 Release 5 happened in March 1995 and was the first "modern" release of Debian: there were many more developers by then (though I can't remember exactly how many), each maintaining their own packages, and dpkg was being used to install and maintain all these packages after a base system was installed.

"Debian 0.93 Release 6 happened in November 1995 and was the last a.out release. There were about sixty developers maintaining packages in 0.93R6. If I remember correctly, dselect first appeared in 0.93R6."

Ian Murdock also notes that Debian 0.93R6 "... has always been my favorite release of Debian", although he admits to the possibility of some personal bias, as he stopped actively working on the project in March 1996 during the pre-production of Debian 1.0, which was actually released as Debian 1.1 to avoid confusion after a CD-ROM manufacturer mistakenly labelled an unreleased version as Debian 1.0. That incident led to the concept of "official" CD-ROM images, as a way for the project to help vendors avoid this kind of mistake.

During August 1995 (between Debian 0.93 Release 5 and Debian 0.93 Release 6), Hartmut Koptein started the first port for Debian, for the Motorola m68k family. He reports that "Many, many packages were i386-centric (little endian, -m486, -O6 and all for libc4) and it was a hard time to get a starting base of packages on my machine (an Atari Medusa 68040, 32 MHz). After three months (in November 1995), I uploaded 200 packages from 250 available packages, all for libc5!" Later he started another port together with Vincent Renardias and Martin Schulze, for the PowerPC family.

Since this time, the Debian Project has grown to include several ports to other architectures, a port to a new (non-Linux) kernel, the GNU Hurd microkernel, and at least one flavor of BSD kernel.

An early member of the project, Bill Mitchell, remembers the Linux kernel

"... being between 0.99r8 and 0.99r15 when we got started. For a long time, I could build the kernel in less than 30 minutes on a 20 MHz 386-based machine, and could also do a Debian install in that same amount of time in under 10Mb of disk space.

" ... I recall the initial group as including Ian Murdock, myself, Ian Jackson, another Ian who's surname I don't recall, Dan Quinlan, and some other people who's names I don't recall. Matt Welsh was either part of the initial group or joined pretty early on (he has since left the project). Someone set up a mailing list, and we were off and running.

As I recall, we didn't start off with a plan, and we didn't start off by putting together a plan in any highly organized fashion. Right from the start, I do recall, we started off collecting up sources for a pretty random collection of packages. Over time, we came to focus on a collection of items which would be required to put together the core of a distribution: the kernel, a shell, update, getty, various other programs and support files needed to init the system, and a set of core utilities."

At the very early stages of the Project, members considered distributing source-only packages. Each package would consist of the upstream source code and a Debianized patch file, and users would untar the sources, apply the patches, and compile binaries themselves. They soon realized, however, that some sort of binary distribution scheme would be needed. The earliest packaging tool, written by Ian Murdock and called dpkg, created a package in a Debian-specific binary format, and could be used later to unpack and install the files in the package.

Ian Jackson soon took over the development of the packaging tool, renaming the tool itself dpkg-deb and writing a front-end program he named dpkg to facilitate the use of dpkg-deb and provide the Dependencies and Conflicts of today's Debian system. The packages produced by these tools had a header listing the version of the tool used to create the package and an offset within the file to a tar-produced archive, which was separated from the header by some control information.

At about this time some debate arose between members of the project -- some felt that the Debian-specific format created by dpkg-deb should be dropped in favor of the format produced by the ar program. After several revised file formats and correspondingly-revised packaging tools, the ar format was adopted. The key value of this change is that it makes it possible for a Debian package to be un-packaged on any Unix-like system without the need to run an untrusted executable. In other words, only standard tools present on every Unix system like 'ar' and 'tar' are required to unpack a Debian binary package and examine the contents.

When Ian Murdock left Debian, he appointed Bruce Perens as the next leader of the project. Bruce first became interested in Debian while he was attempting to create a Linux distribution CD to be called "Linux for Hams", which would include all of the Linux software useful to ham radio operators. Finding that the Debian core system would require much further work to support his project, Bruce ended up working heavily on the base Linux system and related installation tools, postponing his ham radio distribution, including organizing (with Ian Murdock) the first set of Debian install scripts, eventually resulting in the Debian Rescue Floppy that was a core component of the Debian installation toolset for several releases.

Ian Murdock states:

"Bruce was the natural choice to succeed me, as he had been maintaining the base system for nearly a year, and he had been picking up the slack as the amount of time I could devote to Debian declined rapidly."

He initiated several important facets of the project, including coordinating the effort to produce the Debian Free Software Guidelines and the Debian Social Contract, and initiating an Open Hardware Project. During his time as Project Leader, Debian gained market share and a reputation as a platform for serious, technically-capable Linux users.

Bruce Perens also spearheaded the effort to create Software in the Public Interest, Inc.. Originally intended to provide the Debian Project with a legal entity capable of accepting donations, its aims quickly expanded to include supporting free software projects outside the Debian Project.

The following Debian versions were released during this time:

  • 1.1 Buzz released June 1996 (474 packages, 2.0 kernel, fully ELF, dpkg)

  • 1.2 Rex released December 1996 (848 packages, 120 developers)

  • 1.3 Bo released July 1997 (974 packages, 200 developers)

There were several interim "point" releases made to 1.3, with the last being 1.3.1R6.

Bruce Perens was replaced by Ian Jackson as Debian Project Leader at the beginning of January, 1998, after leading the project much of the way through the preparation for the 2.0 release.

Ian Jackson became the Leader of the Debian Project at the beginning of 1998, and was shortly thereafter added to the board of Software in the Public Interest in the capacity of Vice President. After the resignation of the Treasurer (Tim Sailer), President (Bruce Perens), and Secretary (Ian Murdock), he became President of the Board and three new members were chosen: Martin Schulze (Vice President), Dale Scheetz (Secretary), and Nils Lohner (Treasurer).

Debian 2.0 (Hamm) was released July 1998 for the Intel i386 and Motorola 68000 series architectures. This release marked the move to a new version of the system C libraries (glibc2 or for historical reasons libc6). At the time of release, there were 1500+ packages maintained by more than 400 Debian developers.

Wichert Akkerman succeeded Ian Jackson as Debian Project Leader in January of 1999. Debian 2.1 was released on 09 March, 1999, after being delayed by a week when a few last-minute issues arose.

Debian 2.1 (Slink) featured official support for two new architectures: Alpha and Sparc. The X-Windows packages included with Debian 2.1 were greatly reorganized from previous releases, and 2.1 included apt, the next-generation Debian package manager interface. Also, this release of Debian was the first to require 2 CD-ROMs for the "Official Debian CD set"; the distribution included about 2250 packages.

On 21 April 1999, Corel Corporation and the K Desktop Project effectively formed an alliance with Debian when Corel announced its intentions to release a Linux distribution based on Debian and the desktop environment produced by the KDE group. During the following spring and summer months, another Debian-based distribution, Storm Linux, appeared, and the Debian Project chose a new logo, featuring both an Official version for use on Debian-sanctioned materials such as CD-ROMs and official Project web sites, and an Unofficial logo for use on material mentioning or derived from Debian.

A new, unique, Debian port also began at this time, for the Hurd port. This is the first port to use a non-Linux kernel, instead using the GNU Hurd, a version of the GNU Mach microkernel.

Debian developers joined formally for the first time in an annual meeting called DebConf. The first meeting, called Debconf0, took place in Bordeaux, France from the 5th to the 9th of July 2000. The conference aim was to join developers and advanced users in a single place to talk about Debian and work together developing parts of the distribution.

Debian 2.2 (Potato) was released August 15th, 2000 for the Intel i386, Motorola 68000 series, alpha, SUN Sparc, PowerPC and ARM architectures. This was the first release including PowerPC and ARM ports. At the time of release, there were 3900+ binary and 2600+ source packages maintained by more than 450 Debian developers.

An interesting fact about Debian 2.2 is that it showed how an free software effort could lead to a modern operating system despite all the issues around it. This was studied thoroughly by a group of interested people in an article called Counting potatoes: The size of Debian 2.2, by Jesús González Barahona, quoting from this article:

"[...] we use David A. Wheeler's sloccount system to determine the number of physical source lines of code (SLOC) of Debian 2.2 (aka potato). We show that Debian 2.2 includes more than 55,000,000 physical SLOC (almost twice than Red Hat 7.1, released about 8 months later), showing that the Debian development model (based on the work of a large group of voluntary developers spread around the world) is at least as capable as other development methods [...] It is also shown that if Debian had been developed using traditional proprietary methods, the COCOMO model estimates that its cost would be close to $1.9 billion USD to develop Debian 2.2. In addition, we offer both an analysis of the programming languages used in the distribution (C amounts for about 70%, C++ for about 10%, LISP and Shell are around 5%, with many others to follow), and the largest packages (Mozilla, the Linux kernel, PM3, XFree86, etc.)"

Before woody could even begin to be prepared for release, a change to the archive system on ftp-master had to be made. Package pools, which enabled special purpose distributions, such as the new "Testing" distribution used for the first time to get woody ready for release, were activated on ftp-master in mid December 2000. A package pool is just a collection of different versions of a given package, from which multiple distributions (currently experimental, unstable, testing, and stable) can draw packages, which are then included in that distribution's Packages file.

At the same time a new distribution testing was introduced. Mainly, packages from unstable that are said to be stable moved to testing (after a period of a few weeks). This was introduced in order to reduce freeze time and give the project the ability to prepare a new release at any time.

In that period, some of the companies that were shipping modified versions of Debian closed down. Corel sold its Linux division in the first quarter of 2001, Stormix declared bankruptcy on January 17th 2001, and Progeny ceased development of its distribution on October 1st, 2001.

The freeze for the next release started on July 1st 2001. However, it took the project a little more than a year to get to the next release, due to problems in boot-floppies, because of the introduction of cryptographic software in the main archive and due to the changes in the underlying architecture (the incoming archive and the security architecture). In that time, however, the stable release (Debian 2.2) was revised up to seven times, and two Project Leaders were elected: Ben Collins (in 2001) and Bdale Garbee. Also, work in many areas of Debian besides packaging kept growing, including internationalization, Debian's web site (over a thousand web pages) was translated into over 20 different languages, and installation for the next release was ready in 23 languages. Two internal projects: Debian Junior (for children) and Debian Med (for medical practice and research) started during the woody release time frame providing the project with different focuses to make Debian suitable for those tasks.

The work around Debian didn't stop the developers from joining the annual DebConf meeting. The second meeting Debconf1 was held from the 2nd to the 5th of July together with the Libre Software Meeting (LSM) at Bordeaux (France) gathered around forty Debian developers. The third conference, Debconf2 took place in Toronto (Canada) July 5th 2002 with over eighty participants.

Debian 3.0 (woody) was released July 19th, 2002 for the Intel i386, Motorola 68000 series, alpha, SUN Sparc, PowerPC, ARM, HP PA-RISC, IA-64, MIPS, MIPS (DEC) and IBM s/390 architectures. This is the first release including HP PA-RISC, IA-64, MIPS, MIPS (DEC) and IBM s/390 ports. At the time of release, there were around 8500 binary packages maintained by over nine hundred Debian developers, becoming the first release to be available on DVD media as well as CD-ROMs.

Before the next release the DebConf annual meeting continued with the fourth conference, Debconf3 taking place in Oslo from July 18th to July 20th 2003 with over one hundred and twenty participants, with a DebCamp preceding it, from July 12th to July 17th. The fifth conference, Debconf4, took place from May 26th to June 2nd 2004 in Porto Alegre, Brazil with over one hundred and sixty participants from twenty six different countries.

Debian 3.1 (sarge) was released June 6th, 2005 for the same architectures as woody, although an unofficial AMD64 port was released at the same time using the project hosting infrastructure provided for the distribution and available at Alioth (formerly at https://alioth.debian.org). There were around 15,000 binary packages maintained by more than nine hundred Debian developers.

There were many major changes in the sarge release, mostly due to the large time it took to freeze and release the distribution. Not only did this release update over 73% of the software shipped in the previous version, but it also included much more software than previous releases almost doubling in size with 9,000 new packages including the OpenOffice suite, the Firefox web browser and the Thunderbird e-mail client.

This release shipped with the 2.4 and 2.6 Linux kernel series, XFree86 4.3, GNOME 2.8 and KDE 3.3 and with a brand new installer. This new installer replaced the aging boot-floppies installer with a modular design with provided for more advanced installations (with RAID, XFS and LVM support) including hardware detection and making installations easier for novice users of all the architectures. It also switched to aptitude as the selected tool for package management. But the installation system also boasted full internationalization support as the software was translated into almost forty languages. The supporting documentation: installation manual and release notes, were made available with the release in ten and fifteen different languages respectively.

This release included the efforts of the Debian-Edu/Skolelinux, Debian-Med and Debian-Accessibility sub-projects which boosted the number of educational packages and those with a medical affiliation as well as packages designed especially for people with disabilities.

The sixth DebConf, Debconf5 was held in Espoo, Finland, from July 10th to July 17th, 2005 with over three hundred participants. Videos from this conference are available online.

The seventh DebConf, Debconf6 was held in Oaxtepec, Mexico, from May 14th to May 22nd, 2006 with around two hundred participants. Videos and pictures from this conference are available online.

Debian 4.0 (etch) was released April 8th, 2007 for the same number of architectures as in sarge. This included the AMD64 port but dropped support for m68k. The m68k port was, however, still available in the unstable distribution. There were around 18,200 binary packages maintained by more than one thousand and thirty Debian developers.

Debian 5.0 (lenny) was released February 14th, 2009 for one more architecture than its predecessor, etch. This included the port for newer ARM processors. As with the previous release, support for the m68k architecture was still available in unstable. There were around 23,000 binary packages (built from over 12,000 source packages) maintained by more than one thousand and ten Debian developers.

With the release of Debian lenny, the naming scheme for point releases was changed: point releases will use a true micro version number, so the first point release of Debian lenny will be 5.0.1. In the past point releases were named by an r plus the number appended to major and minor number, e.g. 4.0r1.

The eighth DebConf, Debconf7, was held in Edinburgh, Scotland, from June 17th to 23th, 2007 with over four hundred participants. Videos and pictures from this conference are available online.

The ninth DebConf, Debconf8, was held in Mar de Plata, Argentina, from August 10th to 16th, 2008 with over two hundred participants. Videos and pictures from this conference are available online.

The tenth DebConf, Debconf9, was held in Cáceres, Spain, from July 23th to 30th, 2009 with over two hundred participants. Videos and pictures from this conference are available online.

The eleventh DebConf, Debconf10, was held in New York City, United States of America, from August 1st to 7th, 2010 with DebCamp preceding it from July 25th to 31st. Over 200 people including Debian developers, maintainers, users gathered at the Columbia Campus to participate in the conference. Videos and pictures from this conference are available online.

Debian 6.0 (squeeze) was released February 6th, 2011.

After the project decided, the 29th of July 2009, to adopt time-based freezes so that new releases would be published the first half of every even year. Squeeze was a one-time exception to the two-year policy in order to get into the new time schedule.

This policy was adopted in order to provide better predictability of releases for users of the Debian distribution, and also allow Debian developers to do better long-term planning. A two-year release cycle provided more time for disruptive changes, reducing inconveniences caused for users. Having predictable freezes was expected also to reduce overall freeze time.

However, even though the freeze was expected in December 2009, the announcement that squeeze had frozen came in August 2010, coinciding with the celebration of the 10th annual DebConf meeting in New York.

New features include:

  • Linux Kernel 2.6.32, now completely free and without problematic firmware files.

  • libc: eglibc 2.11

  • GNOME 2.30.0 with some pieces of 2.32

  • KDE 4.4.5

  • X.org 7.5

  • Xfce 4.6

  • OpenOffice.org 3.2.1

  • Apache 2.2.16

  • PHP 5.3.3

  • MySQL 5.1.49

  • PostgreSQL 8.4.6

  • Samba 3.5.6

  • GCC 4.4

  • Perl 5.10

  • Python 2.6 and 3.1

  • 10,000 new packages, for more than 29,000 binary packages built from nearly 15,000 source packages.

  • DKMS, a framework to generate Linux kernel modules whose sources do not reside in the Linux kernel source tree.

  • Dependency-based ordering of init scripts using insserv, allowing parallel execution to shorten the time needed to boot the system.

  • Two new ports, kfreebsd-i386 and kfreebsd-amd64.

Many packages started using a new source package format based on quilt. This new format, called "3.0 (quilt)" for non-native packages, separates Debian patches from the distributed source code. A new format, "3.0 (native)", was also introduced for native packages. New features in these formats include support for multiple upstream tarballs, support for bzip2 and lzma compressed tarballs and the inclusion of binary files.

The twelfth DebConf, Debconf11, was held in Banja Luka, Republic of Srpska, Bosnia and Herzegovina, from 24 to 30 July 2011, with DebCamp preceding it from 17 to 23 July.

The thirteenth DebConf, Debconf12, was held in Managua, Nicaragua, from 8 to 14 July 2012, with DebCamp preceding it from 1 to 6 July, and a Debian Day on 7 July.

Debian 7.0 (wheezy) was released May 4th, 2013. This new version of Debian included various interesting features such as multiarch support, several specific tools to deploy private clouds, an improved installer, and a complete set of multimedia codecs and front-ends which removed the need for third-party repositories.

After the release of Debian wheezy, the naming scheme for point releases was changed once again: point releases will be named by the minor version number, e.g. 7.1. In the past point releases were named by the micro number appended to major and minor number, e.g. 6.0.1.

During the Debian Conference DebConf11, in July 2011, the "multiarch support" was introduced. This feature was a release goal for this release. Multiarch is a radical rethinking of the filesystem hierarchy with respect to library and header paths, to make programs and libraries of different hardware architectures easily installable in parallel on the very same system. This allows users to install packages from multiple architectures on the same machine. This is useful in various ways, but the most common is installing both 64 and 32-bit software on the same machine and having dependencies correctly resolved automatically. This feature is described extensively in the Multiarch manual.

The installation process was greatly improved. The system could be installed using software speech, above all by visually impaired people who do not use a Braille device. Thanks to the combined efforts of a huge number of translators, the installation system was available in 73 languages, and more than a dozen of them were available for speech synthesis too. In addition, for the first time, Debian supported installation and booting using UEFI for new 64-bit PCs, although there was no support for Secure Boot yet.

Other new features and updated software packages included:

  • Linux Kernel 3.2

  • kFreeBSD kernel 8.3 and 9.0

  • libc: eglibc 2.13

  • the GNOME 3.4 desktop environment

  • KDE Plasma Workspaces and KDE Applications 4.8.4

  • the Xfce 4.8 desktop environment

  • X.org 7.7

  • LibreOffice 3.5.4 (replacing OpenOffice)

  • Xen Hypervisor 4.1.4

  • Apache 2.2.22

  • Tomcat 6.0.35 and 7.0.28

  • PHP 5.4

  • MySQL 5.5.30

  • PostgreSQL 9.1

  • Samba 3.6.6

  • GCC 4.7 on PCs (4.6 elsewhere)

  • Perl 5.14

  • Python 2.7

  • 12,800 new packages, for more than 37,400 binary packages built from nearly 17,500 source packages.

For more information on the new features introduced in this release, see the What's new in Debian 7.0 chapter of Wheezy Release Notes.

The fourteenth DebConf Debconf13, was held in Vaumarcus, Switzerland, from 11 to 18 August 2013, with DebCamp preceding it from 6 to 10 August, and a Debian Day on 11 August.

The fifteenth DebConf Debconf14, was held in Portland, United States of America, from 23 to 31 August 2014. With 301 attendees it was the largest Debconf in the Western hemisphere to date.

Debian 8.0 (Jessie) was released April 25th, 2015.

A major change in this release was the replacement of the init system: systemd replaced sysvinit. This new init system featured many improvements and faster boot times. Its inclusion, however, sparked a lot of debate in the different mailing lists and even led to a General Resolution titled init system coupling. which was voted by close to half of the developers[1].

Other new features and updated software packages included:

  • Apache 2.4.10

  • Asterisk 11.13.1

  • GIMP 2.8.14

  • an updated version of the GNOME desktop environment 3.14

  • GNU Compiler Collection 4.9.2

  • Icedove 31.6.0 (an unbranded version of Mozilla Thunderbird)

  • Iceweasel 31.6.0esr (an unbranded version of Mozilla Firefox)

  • KDE Plasma Workspaces and KDE Applications 4.11.13

  • LibreOffice 4.3.3

  • Linux 3.16.7-ctk9

  • MariaDB 10.0.16 and MySQL 5.5.42

  • Nagios 3.5.1

  • OpenJDK 7u75

  • Perl 5.20.2

  • PHP 5.6.7

  • PostgreSQL 9.4.1

  • Python 2.7.9 and 3.4.2

  • Samba 4.1.17

  • Tomcat 7.0.56 and 8.0.14

  • Xen Hypervisor 4.4.1

  • the Xfce 4.10 desktop environment

  • more than 43,000 other ready-to-use software packages, built from nearly 20,100 source packages.

For more information on the new features introduced in this release, see the What's new in Debian 8.0 chapter of Jessie Release Notes.

The sixteenth DebConf Debconf15, with DebCamp and the Open Weekend, took place in Heidelberg, Germany, from 9 to 22 August 2015.

The seventeenth DebConf Debconf16 was held in Cape Town, South Africa, from 23 June to 9 July 2016 (preceded by DebCamp and DebianDay). It was the first DebConf in Africa.

Debian 9.0 (Stretch) was released June 17th, 2017.

New features and updated software packages included:

  • Apache 2.4.23

  • Bind 9.10

  • Calligra 2.9

  • Emacs 25.1

  • Firefox 50.0

  • GNOME desktop environment 3.22

  • GNU Compiler Collection 6.3

  • GnuPG 2.1

  • KDE Plasma Workspaces and KDE Applications 5.8

  • LibreOffice 5.2.7

  • Linux 4.9

  • MariaDB 10.1

  • OpenJDK 8

  • OpenSSH 7.4p1

  • Perl 5.24

  • PHP 7.0

  • Postfix 3.1

  • PostgreSQL 9.6

  • Python 3.5

  • Samba 4.5.8

  • Xen Hypervisor 4.8.1

  • the Xfce 4.12 desktop environment

  • more than 51,000 other ready-to-use software packages, built from nearly 25,000 source packages.

For more information on the new features introduced in this release, see the What's new in Debian 9.0 chapter of Stretch Release Notes.

The eighteenth DebConf Debconf17 took place in Montreal, Canada, from 31 July to 12 August 2017, preceded by its DebCamp and the DebianDay.

The nineteenth DebConf Debconf18 - the first DebConf in Asia - was held in Hsinchu, Taiwan, from 21 July to 5 August 2018, traditionally preceded by the DebCamp and an Open Day for the public.

Debian 10.0 (Buster) was released July 6th, 2019.

New features and updated software packages included:

  • Apache 2.4.38

  • Bind 9.11

  • Calligra 3.1

  • Emacs 26.1

  • Firefox 60.7

  • GNOME desktop environment 3.30

  • GNU Compiler Collection 8.3

  • GnuPG 2.2

  • KDE Plasma Workspaces and KDE Applications 5.14

  • LibreOffice 6.1

  • Linux 4.19

  • MariaDB 10.3

  • OpenJDK 11

  • OpenSSH 7.9p1

  • Perl 5.28

  • PHP 7.3

  • Postfix 3.3.2

  • PostgreSQL 11

  • Python 3.7.3

  • Rustc 1.34

  • Samba 4.9

  • the Xfce 4.12 desktop environment

  • more than 57,700 other ready-to-use software packages, built from nearly 25,000 source packages.

For more information on the new features introduced in this release, see the What's new in Debian 10.0 chapter of Buster Release Notes.

Right after the release of Buster, the twentieth DebConf Debconf19 took place in Curitiba, Brazil, from 14 to 28 July 2019, together with DebCamp and an Open Day.

The twenty-first DebConf Debconf20 was held online - due to COVID-19 - from August 23rd to 29th, 2020.

Debian 11.0 (Bullseye) was released August 14th, 2021.

New features and updated software packages included:

  • Apache 2.4.48

  • Bind 9.16

  • Calligra 3.2

  • Emacs 27.1

  • Firefox 78

  • GNOME desktop environment 3.38

  • GNU Compiler Collection 10.2

  • GnuPG 2.2.27

  • KDE Plasma Workspaces and KDE Applications 5.20

  • LibreOffice 7.0

  • Linux 5.10

  • MariaDB 10.5

  • OpenJDK 11

  • OpenSSH 8.4p1

  • Perl 5.32

  • PHP 7.4

  • Postfix 3.5

  • PostgreSQL 13

  • Python 3.9.1

  • Rustc 1.48

  • Samba 4.13

  • the Xfce 4.16 desktop environment

  • more than 59,500 other ready-to-use software packages, built from more than 25,000 source packages.

For more information on the new features introduced in this release, see the What's new in Debian 11.0 chapter of Bullseye Release Notes.

Right after the release of Bullseye, the twenty-second DebConf Debconf21 was held online - due to COVID-19 - from August 24 to August 28, 2021. It was preceded by an (online) DebCamp from August 15 to August 23, 2021.

On July 11th, 2000, Joel Klecker, who was also known as Espy, passed away at 21 years of age. No one who saw 'Espy' in #mklinux, the Debian lists or channels knew that behind this nickname was a young man suffering from a form of Duchenne muscular dystrophy. Most people only knew him as 'the Debian glibc and powerpc guy' and had no idea of the hardships Joel fought. Though physically impaired, he shared his great mind with others.

Joel Klecker (also known as Espy) will be missed.

James Troup reported that he has been working on re-implementing the archive maintenance tools and switching to package pools. From this date, files are stored in a directory named after the corresponding source package inside of the pools directory. The distribution directories will only contain Packages files that contain references to the pool. This simplifies overlapping distributions such as testing and unstable. The archive is also database-driven using PostgreSQL which also speeds up lookups.

This concept of managing Debian's archives sort of like a package cache was first introduced by Bdale Garbee in this email to the debian-devel list in May of 1998.

Starting 17:00 UTC on November 19th, 2003, four of the project's main Web servers for bug tracking, mailing lists, security and Web searches have been compromised. The services were taken down for inspection and fortunately it could be confirmed, that the package archive was not affected by this compromise. On November 25th, all services were recovered and back online.

[1] In the Debian Project Leader Elections of the previous four years the number of voters had been usually around 40% of the existing Debian Developers