summaryrefslogtreecommitdiff
path: root/whatsold.html
blob: b9104830b4abafa5aaa51f3849bfc69bb5d29a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
	"http://www.w3.org/TR/REC-html40/strict.dtd">
<HTML>
<HEAD>
<TITLE>The GNU Hurd - GNU Project - Free Software Foundation (FSF)</TITLE>
<LINK REV="made" HREF="mailto:web-hurd@gnu.org">
<META NAME="keywords" CONTENT="hurd">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" VLINK="#9900DD">
<TABLE width="100%" border="0" cellspacing="5" cellpadding="15">
<TR>
<TD COLSPAN="2">
<IMG SRC="/graphics/hurd_sm_mf.jpg" ALT=" [image of the Hurd logo] ">
[
<!-- Please keep this list alphabetical -->
<!-- PLEASE UPDATE THE LIST AT THE BOTTOM (OR TOP) OF THE PAGE TOO! -->
  <A HREF="/software/hurd/whatsold.html">English</A>
]
</TD>
</TR>
<TR>
<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#eeeeee">
<A HREF="/software/hurd/whatsnew.html"><STRONG>What's New</STRONG></A><BR>
&nbsp;<BR>
<A HREF="/software/hurd/changelogs.html">ChangeLogs</A><BR>
<P>
<A HREF="/software/hurd/hurd.html"><STRONG>The&nbsp;GNU&nbsp;Hurd</STRONG></A><BR>
&nbsp;<BR>
<A HREF="/software/hurd/docs.html">Documentation</A><BR>
<A HREF="/software/hurd/install.html">Installation</A><BR>
<A HREF="/software/hurd/help.html">Getting&nbsp;Help</A><BR>
<A HREF="/software/hurd/download.html">Source&nbsp;Code</A><BR>
<A HREF="/software/hurd/devel.html">Development</A><BR>
<A HREF="/software/hurd/history.html">History</A><BR>
&nbsp;<BR>
<A HREF="/software/hurd/gnumach.html"><STRONG>GNU&nbsp;Mach</STRONG></A><BR>
&nbsp;<BR>
<A HREF="/software/hurd/gnumach-docs.html">Documentation</A><BR>
<A HREF="/software/hurd/gnumach-install.html">Installation</A><BR>
<A HREF="/software/hurd/gnumach-download.html">Source&nbsp;Code</A><BR>
&nbsp;<BR>
<A HREF="/software/hurd/mig.html"><STRONG>MiG</STRONG></A><BR>
&nbsp;<BR>
<A HREF="/software/hurd/mig-download.html">Source&nbsp;Code</A><BR>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<HR>
<H3>What's old?</H3>
<P>
<DL>
<DT>16 August 2002</DT>
<DD>The Hurd sources have stabilized again after a short period in
which some of the interfaces were changed to prepare support of long
files.  All relevant filesystem and I/O interfaces have been modified
to use 64 bit even on 32 bit systems.

In light of the small and patient user base, we decided to drop
backwards compatibility and replace the interfaces instead extending
them.  This means that the binaries of the Hurd, the C library, and
some other programs need to be replaced manually, all at the same
time, followed by a reboot.

A <A
HREF="http://www.debian.org/ports/hurd/extra-files/hurd-upgrade.txt">detailed
step-by-step procedure how to upgrade</A> Debian GNU/Hurd is available
on the Debian web site.

People not using a binary distribution need to do a full manual
bootstrap.  It is recommended to treat this as a cross-compilation
case.
<P>

<DT>31 July 2002</DT>
<DD>A new page has been added to the site, listing <A
HREF="related-projects.html">related projects</A>.  You can find it at
the bottom of the menu.
<P>

<DT>22 June 2002</DT>
<DD>Various developers of the Hurd and people interested in it will meet
at the <A HREF="http://lsm.abul.org/">Libre Software Meeting</A> in
Bordeaux on July 9-13.  Neal Walfield, who is working on porting the
Hurd to the <A HREF="http://www.l4ka.org/">L4</A> microkernel, will give
a presentation about L4, the people from
<A HREF=" http://www.hurdfr.org/">HurdFr</A> will give an
introduction to the Hurd, and another presentation about the Hurd will
be given by Marcus Brinkmann.  There might be additional talks about
the Hurd and related topics.
</P>

<DT>28 May 2002</DT>
<DD>We are pleased to announce version 1.3 of the GNU distribution of
the Mach kernel, featuring advanced boot script support, support for
large disks (>= 10GB) and an improved console.
<P>
This distribution is only for x86 PC machines.
Volunteers interested in ports to other architectures are eagerly sought.
<P>
More <A HREF="gnumach-download.html#release">information about GNU
Mach 1.3</A> is available on the GNU Mach web page.
</P>

<DT>24 May 2002</DT>
<DD>Finally, the transition from the stdio-based GLibC Application
Binary Interface (ABI) to the libio-based GLibC ABI has been
completed.  The Debian GNU/Hurd binary distribution has resumed
building packages again, and everything should be back to normal.
Note that we have also switched to <A
HREF="http://gcc.gnu.org/gcc-3.1/">GCC 3.1</A> as our default
compiler.  Thanks to everyone who helped in making all this possible,
and our apologize for any inconvenience we have caused you.
<P>

<DT>18 May 2002</DT>
<DD>The "Linux and Unix User Group Heilbronn" (in Germany) is organizing
a Debian GNU/Hurd <A
HREF="http://www.luug-hn.org/vortraege.html">installation party</A> at
25 May 2002. In addition to that, Wolfgang J&auml;hrling will give a talk
about usage of GNU/Hurd, common problems found in porting programs to
GNU/Hurd and programming of extensions for the Hurd.  It is a public
event, so everyone is free to show up and participate.
<P>

<DT>05 May 2002</DT>
<DD>We are currently finishing the transition from a stdio-based GNU C
Library (glibc) to a libio-based one.  This is the result of about
five months of work we put into getting the system ready and, of
course, the work that the glibc developers did to make glibc what it
is.
<P>
This change will have various advantages, for example libio has been
tested more extensively, as it is also used by most GNU/Linux systems
for some time now.  However, it also means a change in the Application
Binary Interface (ABI) of glibc, thus you will need to reinstall an
existing Debian GNU/Hurd system.  Upgrading has not been tested at
all, so better do not expect it to work.  Also note that you will need
to get some of the Debian packages from <A
HREF="ftp://alpha.gnu.org/gnu/hurd/debian-libio/">alpha.gnu.org</A>.
Please read the recent mailing list archives for details.
<P>
<B>Important Note:</B> As another temporary complication, the current
installation tarball is available at <A
HREF="ftp://alpha.gnu.org/gnu/hurd/debian-staging/">a different place</A>
than usual.
<P>

<DT>23 March 2002</DT>
<DD>Added <A HREF="/software/hurd/hacking-guide/hhg.html">The Hurd
Hacking Guide</A> to the documentation section.  Thanks to Wolfgang
J&auml;hrling for providing this introduction into GNU/Hurd and Mach
programming!
<P>

<DT>08 March 2002</DT>
<DD>We are pleased to announce version 1.3 of the GNU distribution of the
Mach 3.0 interface generator `MiG'.  It may be found in the file
<SAMP><A HREF="http://ftp.gnu.org/gnu/mig/mig-1.3.tar.gz">http://ftp.gnu.org/gnu/mig/mig-1.3.tar.gz</A></SAMP> (about 145 KB compressed).
<P>
Diffs from version 1.2 are in <SAMP><A HREF="http://ftp.gnu.org/gnu/mig/mig-1.2-1.3.diff.gz">http://ftp.gnu.org/gnu/mig/mig-1.2-1.3.diff.gz</A></SAMP>
(about 6 KB compressed, 15 KB uncompressed).  Relative to version 1.2,
version 1.3 contains only some minor fixes.
<P>
You need this tool to compile the GNU Mach and Hurd distributions, and
to compile GNU libc for the Hurd.
<P>
Bug reports relating to this distribution should be sent to
<A HREF="mailto:bug-hurd@gnu.org">bug-hurd@gnu.org</A>.  Requests for assistance should be made on
<A HREF="mailto:help-hurd@gnu.org">help-hurd@gnu.org</A>.
<P>
The md5sum checksum for this distibution is:
<P>
45c2b7456727d81dbd75f7152f8136fd  mig-1.3.tar.gz
<P>

<DT>03 March 2002</DT>
<DD>There is a new mailing list called <A
HREF="http://mail.gnu.org/mailman/listinfo/hurd-devel-readers">
Hurd-devel-readers</A>. It is the read-only version of Hurd-devel.
<P>
Hurd-devel is a mailing list for detailed discussions
of design and implementation issues in the GNU Hurd; it is an internal
low-volume list restricted to the core developers of the Hurd.  While
the <A HREF="http://mail.gnu.org/pipermail/hurd-devel/">web-based
archive of Hurd-devel</A> has always been public, the new mailing list
Hurd-devel-readers provides a convenient way to follow
the discussion of the Hurd experts.
<P>
If you are a recipient of Hurd-devel-readers and want
to follow up on the discussion, please reply to the
Bug-hurd mailing list.
<P>
<DT>18 February 2002</DT>
<DD>Pro-Linux has published a <A
HREF="http://www.pl-berichte.de/berichte/hurd/hurd-status/">GNU/Hurd
status report</A> (in German).  They will infrequently publish updates
in the future.
<P>

<DT>19 January 2002</DT>
<DD>The Toronto Hurd User Group meets: The University of Waterloo
Computer Science Club will be hosting a talk on the Hurd and the
Debian GNU/Hurd operating system.  There will also be a gpg keysigning
and installfest for GNU/Hurd following the talk.  All are welcome, and
gpg keys are not required.
<P>
Date: 26 Jan 2002
<P>
Time: 1400 (2pm EST)
<P>
Place: University of Waterloo, Math and Computers building, room 3001
(comfy lounge).
<P>
More information about this event at
<A HREF="mailto:thug@gnu.org"><EM>thug@gnu.org</EM></A>
<P>

<DT>19 January 2002</DT>
<DD>Added a <A HREF="/software/hurd/changelogs.html">subsection about
the ChangeLogs</A>.
<P>

<DT>13 January 2002</DT>
<DD>An
<A HREF="http://www.pl-berichte.de/berichte/brinkmann.html">interview
with Marcus Brinkmann</A> was published by <A
HREF="http://pro-linux.de/">Pro-Linux</A> (the interview is in
German).
<P>

<DT>11 January 2002</DT>
<DD>Added a section called `What's new'.
</DL>
</TD>
</TR>
</TABLE>

<HR>

[
<!-- Please keep this list alphabetical -->
<!-- PLEASE UPDATE THE LIST AT THE BOTTOM (OR TOP) OF THE PAGE TOO! -->
  <A HREF="/software/hurd/whatsold.html">English</A>
]

<HR>

<P>
Return to <A HREF="/home.html">GNU's home page</A>.
<P>

Please send FSF &amp; GNU inquiries &amp; questions to

<A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>.
There are also <A HREF="/home.html#ContactInfo">other ways to
contact</A> the FSF.
<P>

Please send comments on these web pages to

<A HREF="mailto:web-hurd@gnu.org"><EM>web-hurd@gnu.org</EM></A>,
send other questions to
<A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>.
<P>
Copyright (C) 2001, 2002 Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA  02111,  USA
<P>
Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.
<P>
Updated:
<!-- timestamp start -->
$Date$ $Author$
<!-- timestamp end -->
<HR>
</BODY>
</HTML>