summaryrefslogtreecommitdiff
path: root/whatsnew.html
blob: 2910135f46dcc20a246e33d0d015a7f05347d9af (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
<!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] ">
[
  <A HREF="/software/hurd/whatsnew.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 is the GNU Hurd?</H3>
<P>
The GNU Hurd is the GNU project's replacement for the Unix kernel.
The Hurd is a collection of servers that run on the Mach microkernel
to implement file systems, network protocols, file access control, and
other features that are implemented by the Unix kernel or similar
kernels (such as Linux).
<HR>
<H3>What's new?</H3>
<P>
<DL>

<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="ftp://ftp.gnu.org/gnu/mig/mig-1.3.tar.gz">ftp://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="ftp://ftp.gnu.org/gnu/mig/mig-1.2-1.3.diff.gz">ftp://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>

<!-- News entries end here -->
<DT><A HREF="/software/hurd/whatsold.html">Old news entries.</A></DT>
</TD>
</TR>
</TABLE>

<HR>

[
  <A HREF="/software/hurd/whatsnew.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>