tag 360623 patch thanks
Hi, I would like to propose a patch to add the machine compromise from 2003. An html file with the resulting output is attached as well (see chapter 4.10.7). Comments welcome. -- ============================================================ Created with Sylpheed 3.5.0 under D E B I A N L I N U X 8 . 0 " J E S S I E " . Registered Linux User #311290 - https://linuxcounter.net/ ============================================================
--- project-history.sgml 2016-02-01 09:40:29.068547195 +0100 +++ project-history_workingcopy.sgml 2016-02-01 11:38:14.989042841 +0100 @@ -1275,20 +1275,33 @@ Network Operations Center (NOC) caught fire. The building burnt to the ground. The fire department gave up hope on protecting the server area. Among other things the NOC hosted satie.debian.org which contained both the security and non-US archive as well as the new-maintainer (nm) and quality assurance (qa) databases. Debian rebuilt these services on the host klecker, which was recently moved from the U.S.A. to the Netherlands. </sect1> +<sect1>November 2003: Several Debian server hacked + +<p> +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 +<url id="https://www.debian.org/News/2003/20031202" name="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. + +</sect1> + <sect1>May 2004: Manuel Estrada Sainz and Andrés GarcÃa Solier died <p> On May 9th Manuel Estrada Sainz (ranty) and Andrés GarcÃa Solier (ErConde) were killed in a tragic car accident while returning from the Free Software conference held at Valencia, Spain. <p> Manuel Estrada Sainz and Andrés GarcÃa Solier will be missed.Title: A Brief History of Debian - A Detailed History
[ previous ] [ Contents ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ A ] [ next ]
A Brief History of Debian
Chapter 4 - A Detailed History
4.1 The 0.x Releases
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."
4.1.1 The Early Debian Packaging System
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.
4.2 The 1.x Releases
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.
4.3 The 2.x Releases
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 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[1]
thoroughly by a group of interested people in an article called Counting
potatoes
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.)"
4.4 The 3.x Releases
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 organizing an annual
meeting called DebConf
. The
first meeting 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 second conference 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 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 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 https://alioth.debian.org
. There
were around 15,000 binary packages maintained by more than one thousand and
five 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 detections 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 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 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.
4.5 The 4.x Releases
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.
4.6 The 5.x Releases
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.
The eighth DebConf 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 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 was held in Caceres, Spain, from July 23th to 30th,
2009 with over two
hundred
participants. Videos
and pictures
from this conference are available online.
The eleventh DebConf 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.
4.7 The 6.x Releases
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 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 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.
4.8 The 7.x Releases
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.
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 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.
4.9 The 8.x Releases
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[2].
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
.
4.10 Important Events
4.10.1 July 2000: Joel Klecker died
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.
4.10.2 October 2000: Implementation of Package Pools
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.
4.10.3 March 2001: Christopher Rutter died
On March 1st, 2001, Christopher Matthew Rutter (also known as cmr) was killed after he was struck by a car at the age of 19. Christopher was a young and well known member of the Debian project helping the ARM port. The buildd.debian.org site is dedicated to his memory.
Chris Rutter will be missed.
4.10.4 March 2001: Fabrizio Polacco died
On March 28th, 2001, Fabrizio Polacco passed away after a long illness. The Debian Project honors his good work and strong dedication to Debian and Free Software. The contributions of Fabrizio will not be forgotten, and other developers will step forward to continue his work.
Fabrizio Polacco will be missed.
4.10.5 July 2002: Martin Butterweck died
On July 21st, 2002, Martin Butterweck (also known as blendi) died after battling leukemia. Martin was a young member of the Debian project who recently joined the project.
Martin Butterweck will be missed.
4.10.6 November 2002: Fire burnt Debian server
Around 08:00 CET on November 20th, 2002, the University of Twente Network Operations Center (NOC) caught fire. The building burnt to the ground. The fire department gave up hope on protecting the server area. Among other things the NOC hosted satie.debian.org which contained both the security and non-US archive as well as the new-maintainer (nm) and quality assurance (qa) databases. Debian rebuilt these services on the host klecker, which was recently moved from the U.S.A. to the Netherlands.
4.10.7 November 2003: Several Debian server hacked
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.
4.10.8 May 2004: Manuel Estrada Sainz and Andrés García Solier died
On May 9th Manuel Estrada Sainz (ranty) and Andrés García Solier (ErConde) were killed in a tragic car accident while returning from the Free Software conference held at Valencia, Spain.
Manuel Estrada Sainz and Andrés García Solier will be missed.
4.10.9 July 2005: Jens Schmalzing died
On July 30th Jens Schmalzing (jensen) died in a tragic accident at his workplace in Munich, Germany. He was involved in Debian as a maintainer of several packages, as supporter of the PowerPC port, as a member of the kernel team, and was instrumental in taking the PowerPC kernel package to version 2.6. He also maintained the Mac-on-Linux emulator and its kernel modules, helped with the installer and with local Munich activities.
Jens Schmalzing will be missed.
4.10.10 December 2008: Thiemo Seufer died
On December 26th Thiemo Seufer (ths) died in a car accident. He was the lead
maintainer of the MIPS and MIPSEL port and he had also contributed at length in
the debian-installer long before he became
a Debian developer
in 2004. As a member of the QEMU team he wrote
most of the MIPS emulation layer.
Thiemo Seufer will be missed.
4.10.11 August 2010: Frans Pop died
Frans Pop (fjp) died on August 20th. Frans was involved in Debian as a maintainer of several packages, a supporter of the S/390 port, and one of the most involved members of the Debian Installer team. He was a Debian listmaster, editor and release manager of the Installation Guide and the release notes, as well as a Dutch translator.
Frans Pop will be missed.
4.10.12 April 2011: Adrian von Bidder died
Adrian von Bidder (cmot) died on April 17th. Adrian was one of the founding members and secretary of debian.ch, he sparked many ideas that made Debian Switzerland be what it is today. Adrian also actively maintained software in the Debian package archive, and represented the project at numerous events.
Adrian von Bidder will be missed.
4.10.13 May 2013: Ray Dassen died
Ray Dassen (jdassen) died on May 18th. Ray was a Debian Developer for incredible 19 years. He joined the project in 1994, and continued to be an active contributor until his passing. Ray was one of the founding members of the Debian GNOME team, his friendliness and willingness to help fostered a spirit of collaboration within the GNOME team. He continued his involvement within Debian as the maintainer of several packages, most notably the Gnumeric spreadsheet.
Ray Dassen will be missed.
4.10.14 July 2014: Peter Miller died
Peter Miller died on July 27th. Peter was a relative newcomer to the Debian project, but his contributions to Free and Open Source Software go back to the late 1980s. Peter was significant contributor to GNU gettext as well as being the main upstream author and maintainer of other projects that ship as part of Debian, including, but not limited to srecord, aegis and cook. Peter was also the author of the paper Recursive Make Considered Harmful.
Peter Miller will be missed.
4.10.15 February 2015: Clytie Siddall died
Clytie Siddall died in February 2015. Clytie was a contributor of Vietnamese translations to Debian and other projects for many years. Within Debian she worked on translations for the installer, dpkg, apt and various documentation. She also contributed translations within the GNOME community and many other projects. Clytie was also a GNOME foundation member between 2005 and 2007.
Clytie Siddall will be missed.
4.10.16 December 2015: Ian Murdock died
Ian Murdock, the founder of the Debian Project and its community, died in December 2015. Ian was introduced to computers early in his life, he started actively programming at nine years of age. With the idea and the opportunity to make something better, he started the Debian Project in August of 1993. At that time, the whole concept of a "distribution" of Linux was new. Inspired as he said by Linus Torvalds' own sharing of Linux, he released Debian with the intention that this distribution should be made openly, in the spirit of Linux and GNU. Ian's dream lives on: Debian is made up of a strong community that has fostered development, growth, and wonder. It remains incredibly active with thousands of developers working untold hours to bring the world a reliable and secure operating system. Debian has sparked the interest, curiosity, and passion of those who want to make something better. Then, now, and far into the future.
Ian Murdock will be missed.
4.11 What's Next?
The Debian Project continues to work on the unstable distribution (codenamed sid, after the evil and "unstable" kid next door from the Toy Story 1 who should never be let out into the world). Sid is the permanent name for the unstable distribution and is always 'Still In Development'. Most new or updated packages are uploaded into this distribution.
The testing release is intended to become the next stable release and is currently codenamed stretch.
[ previous ] [ Contents ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ A ] [ next ]
A Brief History of Debian
2.20 (last revised 26th April 2015)Debian Documentation Team
mailto:debian-...@lists.debian.org