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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
|
hurd (20050513-0+SVN) unreleased; urgency=low
* New snapshot from CVS.
+ Contains a POSIX semaphore implementation by Neal Walfield.
+ Contains more libpthread fixes for test suites by Neal Walfield.
* debian/hurd.postinst: Handle /bin/fakeroot-hurd by alternatives.
-- Michael Banck <mbanck@debian.org> Sat, 7 May 2005 15:28:51 +0200
hurd (20050507-1) unstable; urgency=low
* New snapshot from CVS.
+ Contains libpthread fixes for various test suites by Neal
Walfield.
* debian/changelog (20050119-3): Added overlooked Closes: tag.
* debian/control (hurd-dbg/Priority:) Set to extra as requested by
the ftp-masters.
* debian/patches/isofs_boot.patch: Removed, applied upstream.
* debian/patches/libpthread_linker_script.patch: Likewise.
-- Michael Banck <mbanck@debian.org> Sat, 7 May 2005 15:28:51 +0200
hurd (20050119-3) unstable; urgency=low
* debian/control (hurd-dbg): New package.
* debian/rules (DEB_DH_STRIP_ARGS): Add support for hurd-dbg.
* debian/hurd-dbg.dirs: New file.
* debian/control (hurd-doc): New package. (Closes: #264858)
(Build-Depends-Indep): Added texi2html.
* debian/rules (build/hurd::): Generate html version of the manual.
* debian/hurd-doc.info: New file.
* debian/hurd-doc.docs: New file.
-- Michael Banck <mbanck@debian.org> Fri, 15 Apr 2005 23:03:34 +0200
hurd (20050119-2) unstable; urgency=low
[ Michael Banck ]
* debian/hurd-dev.install: Install development libraries into /lib,
not /usr/lib.
* debian/hurd.install: Install Hurd console drivers into
/usr/lib/hurd/console, not /lib/hurd/console.
* debian/copyright: Clarify that the FSF is the copyright holder.
* debian/copyright: Update download location to Savannah's GNU Hurd
project page.
-- Michael Banck <mbanck@debian.org> Mon, 4 Apr 2005 12:08:40 +0200
hurd (20050119-1) unstable; urgency=low
* New snapshot from CVS.
+ Contains libpthread header fixes by Neal Walfield and
Pietro Ferrari. (Closes: #184344)
+ Contains console repeaters by Marco Gerards.
+ Contains mount argp fixes. (Closes: #151407)
[ Michael Banck]
* debian/patches/exec.patch: Removed, no longer needed.
* debian/patches/mouse.patch: Likewise.
* debian/patches/console_repeater.patch: Removed, applied upstream.
* debian/patches/libcons_repeater.patch: Likewise.
* debian/patches/netfs_io_select.patch: Likewise.
* debian/patches/netfs_nonblock.patch: Likewise.
* debian/patches-contrib/kbd.patch: Removed, no longer needed.
* debian/patches/libpthread_linker_script.patch: New patch. Install
libpthread.a linker script correctly. (Closes: #291307)
* debian/rules (install/hurd::): Rename /bin/fakeroot to
/bin/fakeroot-hurd.
* debian/control (hurd): Removed fakeroot from Provides:, Replaces:
and Conflicts:. (Closes: #293511)
* debian/hurd.install: Install debian/tmp/bin/fakeroot-hurd instead
of debian/tmp/bin/fakeroot.
* NEWS: New file. Explain the console-client command line interface
changes.
* debian/patches/siocgifhwaddr.patch: New patch by Marco Gerards.
* debian/patches/isofs_boot.patch: New patch by Alfred M. Szmidt.
-- Michael Banck <mbanck@debian.org> Wed, 23 Feb 2005 20:52:07 +0100
hurd (20040508-6) unstable; urgency=low
[ Michael Banck ]
* debian/patches/pfinet_dhcp.patch: New patch by Marco Gerards.
-- Michael Banck <mbanck@debian.org> Sat, 15 Jan 2005 21:04:33 +0100
hurd (20040508-5) unstable; urgency=low
[ Michael Banck ]
* debian/patches-contrib/ext2fs_20040930.diff: Moved to ...
* debian/patches/ext2fs_large_stores.diff: ... here, updated from
Ognyan Kulev's 20041111 version. Set DISK_CACHE_BLOCKS to
65536 in ext2fs.h.
-- Michael Banck <mbanck@debian.org> Sun, 12 Dec 2004 17:54:32 +0100
hurd (20040508-4) unstable; urgency=low
[ Michael Banck ]
* debian/changelog: Added back 20040301-1 entry which got lost.
* debian/hurd.install: Do not install /sbin/fsck. (Closes: #272655)
* debian/patches/rc.patch: Updated to use e2fsprog's /sbin/fsck
command-line options. Make sure the root file system is read-only
during the fsck run, and update it to be writable again if fsck
succeeds. (Closes: #273508)
* debian/patches-contrib/ext2fs_20040930.diff: New file. Just put it
in debian/patches and recompile the package to get (experimental)
support for ext2 files systems larger than 2GB.
* debian/control (Maintainer): Changed Maintainer address.
[ Guillem Jover ]
* debian/hurd.postinst:
- Move /bin/login suid root chmod to debian/rules.
- Set suid bit to other binaries (/bin/ps, /bin/ids, /bin/w).
(Closes: #273507)
Thanks Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
-- Michael Banck <mbanck@debian.org> Thu, 7 Oct 2004 20:11:38 +0200
hurd (20040508-3) unstable; urgency=low
* debian/local/rc: Removed.
* debian/patches/rc.patch: New file. (Closes: #254147)
* debian/hurd.install: Install tmp/libexec/rc.
* debian/patches/console_switch3.patch: Removed.
* debian/patches/console_repeater.patch: New patch by Marco Gerards.
* debian/patches/libcons_repeater.patch: New patch by Marco Gerards.
* debian/patches/netfs_io_select.patch: New patch by Marco Gerards.
* debian/patches/netfs_nonblock.patch: New patch by Marco Gerards.
* Rebuilt against glibc_2.3.2.ds1-16.
* debian/hurd.postinst: Make sure /bin/login is suid. (Closes: #251863)
* debian/control (Uploaders): Added myself.
* debian/hurd.postinst: Only create the tty devices if they do not
exist already. (Closes: #268347)
-- Michael Banck <mbanck@debian.org> Thu, 9 Sep 2004 22:32:07 +0200
hurd (20040508-2) unstable; urgency=low
* Fix typo in postinst. (Closes: #253662)
Thanks to Michael Banck.
* Support /usr tree in startup scripts (Closes: #229572)
Thanks to Guillem Jover
-- Jeff Bailey <jbailey@raspberryginger.com> Fri, 11 Jun 2004 11:17:26 -0400
hurd (20040508-1) unstable; urgency=low
* New snapshot from CVS.
* Switch packaging to cdbs
* Do not provide /boot/serverboot or /boot/servers.boot
* Update policy to 3.6.1.0
* Do not provide update-rc.d, use the one from sysvinit instead
(Closes: #246813) - Thanks to Robert Millan
* Do not provide /sbin/fsck, use the one from e2fsprogs instead
Thanks to Robert Millan
-- Jeff Bailey <jbailey@raspberryginger.com> Sat, 8 May 2004 16:55:18 -0400
hurd (20040301-1) unstable; urgency=low
* New snapshot from CVS.
kbd, mouse as usual. exec/exec.c PT_GNU_STACK work-around.
Provide example entries for new console in config/ttys.
* debian/rules: Do not call autoconf.
* debian/control: Remove build dependency autoconf.
-- Marcus Brinkmann <brinkmd@debian.org> Mon, 1 Mar 2004 01:36:23 +0200
hurd (20021118-1) unstable; urgency=low
* New snapshot from CVS.
kbd, mouse as usual, with bug fixes from David Walter.
Change terminal type to mach-color.
-- Marcus Brinkmann <brinkmd@debian.org> Tue, 18 Nov 2002 21:32:22 +0200
hurd (20021011-1) unstable; urgency=low
* New snapshot from CVS.
kbd, mouse as usual.
Build libpthread.
debian/control: Add libncursesw5-dev as build-dependency.
debian/shlibs: Add libpthread
debian/control: Add myself as an uploader.
-- Neal H. Walfield <neal@desdemona> Fri, 11 Oct 2002 21:42:21 -0400
hurd (20020918-1) unstable; urgency=low
* New snapshot from CVS.
kbd, mouse as usual.
Change terminal type to mach-color.
-- Marcus Brinkmann <brinkmd@debian.org> Tue, 18 Sep 2002 23:13:06 +0200
hurd (20020804-1) unstable; urgency=low
* New snapshot from CVS.
kbd, mouse as usual.
Change terminal type to mach-color.
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 4 Aug 2002 20:46:28 +0200
hurd (20020523-1) unstable; urgency=low
* New snapshot from CVS.
kbd, mouse as usual.
Change terminal type to mach-color.
-- Marcus Brinkmann <brinkmd@debian.org> Thu, 23 May 2002 15:29:40 +0200
hurd (20020418-1) unstable; urgency=low
* New snapshot from CVS.
kbd, mouse as usual.
Change terminal type to mach-color.
-- Marcus Brinkmann <brinkmd@debian.org> Thu, 18 Apr 2002 15:22:39 +0200
hurd (20011105-1) unstable; urgency=low
* New snapshot from CVS.
* Additional patches:
kbd, mouse as usual (well, the intention was there :).
Change terminal type to mach-color.
Compiled with -O2 rather than -O3.
-- Marcus Brinkmann <brinkmd@debian.org> Mon, 5 Nov 2001 00:00:26 +0100
hurd (20011016-1) unstable; urgency=low
* New snapshot from CVS.
* Additional patches:
kbd, mouse as usual.
Change terminal type to mach-color.
Compiled with -O2 rather than -O3.
-- Marcus Brinkmann <brinkmd@debian.org> Tue, 16 Oct 2001 19:43:21 +0200
hurd (20011013-1) unstable; urgency=low
* New snapshot from CVS.
* Additional patches:
kbd, mouse as usual.
Change terminal type to mach-color.
Compiled with -O2 rather than -O3.
* debian/rules: Change way how to find executables by Kevin Kreamer.
* debian/control: Add `file' to build dependencies by Kevin Kreamer.
-- Marcus Brinkmann <brinkmd@debian.org> Sat, 13 Oct 2001 01:05:30 +0200
hurd (20010817-2) unstable; urgency=low
* Include a copy of update-rc.d, moved from dpkg to init providing
package.
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 2 Sep 2001 19:40:00 +0200
hurd (20010817-1) unstable; urgency=low
* New snapshot from CVS, closes: #105476, #39894.
* Additional patches:
kbd, mouse as usual.
Change terminal type to mach-color.
Compiled with -O2 rather than -O3.
-- Marcus Brinkmann <brinkmd@debian.org> Fri, 17 Aug 2001 22:16:01 +0200
hurd (20010718-1) unstable; urgency=low
* New snapshot from CVS.
* Additional patches:
kbd, mouse as usual.
Change terminal type to mach-color.
Compiled with -O2 rather than -O3.
-- Marcus Brinkmann <brinkmd@debian.org> Thu, 18 Jul 2001 21:43:52 +0200
hurd (20010608) unstable; urgency=low
* New snapshot from CVS.
* Additional patches:
kbd, mouse as usual.
Change terminal type to mach-color.
Compiled with -O2 rather than -O3.
-- Marcus Brinkmann <brinkmd@debian.org> Fri, 8 Jun 2001 23:02:47 +0200
hurd (20010527) unstable; urgency=low
* New snapshot from CVS.
* Additional patches:
kbd, mouse as usual.
Change terminal type to mach-color.
-- Marcus Brinkmann <brinkmd@debian.org> Sat, 27 May 2001 01:34:21 +0200
hurd (20010426) unstable; urgency=low
* New snapshot from CVS.
* Additional patches:
kbd, mouse as usual.
Change terminal type to mach-color.
storeio hack to prevent double activation.
-- Marcus Brinkmann <brinkmd@debian.org> Fri, 27 Apr 2001 00:09:56 +0200
hurd (20010311) unstable; urgency=low
* New snapshot from CVS.
* Additional patches:
kbd, mouse as usual.
Change terminal type to mach-color.
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 11 Mar 2001 22:45:21 +0100
hurd (20010111) unstable; urgency=low
* New snapshot from CVS, containing lots of small bug fixes, and:
+ Together with gnumach 1.2-9, you can access large stores with
storeinfo, storeread (because libstore uses the new interface in
gnumach, and off64_t internally).
+ pfinet contains support for network ioctls. The corresponding
changes in the glibc library are not available in Debian yet, though.
* streamdev is renamed to streamio.
-- Marcus Brinkmann <brinkmd@debian.org> Fri, 12 Jan 2001 00:06:41 +0100
hurd (20001204) unstable; urgency=low
* New snapshot from CVS, with a couple of bug fixes:
pfinet: Don't leak references.
ext2fs, ufs: Avoid a dn_set_?time vs sync thread race.
Corretly deny too long filenames.
nfsd: Fix a couple of memory leaks.
* Additional patchs:
libdiskfs: Don't crash when symlink target is the empty string.
streamdev, kbd, mouse: New translators for X and klog device.
-- Marcus Brinkmann <brinkmd@debian.org> Mon, 4 Dec 2000 15:18:39 +0100
hurd (20001127) unstable; urgency=low
* New snapshot from CVS, really fixes isofs now.
-- Marcus Brinkmann <brinkmd@debian.org> Mon, 27 Nov 2000 21:07:03 +0100
hurd (20001126) unstable; urgency=low
* New snapshot from CVS, closes: #68417, #69281, #68626
* Fix in 20001030 closes: #72319
* debian/control: Add build dependencies, closes: #75734
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 26 Nov 2000 05:53:19 +0100
hurd (20001030) unstable; urgency=low
* New snapshot from CVS.
* Still contains all the goodies, streadev, kbd, mouse. Now opening
kbd, mouse more than once doesn't crash them (thanks Erik Verbruggen
<ejv@cs.kun.nl>)
* sutils/MAKEDEV.sh: kmsg is really klog.
-- Marcus Brinkmann <brinkmd@debian.org> Tue, 30 Oct 2000 18:02:29 +0200
hurd (20000921) unstable; urgency=low
* New snapshot from CVS
* Add streamdev by OKUJI Yoshinori
(source: ftp://alpha.gnu.org/contrib/okuji/hurd/streamdev-19990920.tar.gz)
* Add kbd and mouse by UCHIYAMA Yasushi <uch@nop.or.jp>.
* sutils/MAKEDEV.sh: Add kbd and kmsg. No sense to add mouse, as you need
to configure it (see /hurd/mouse --help).
-- Marcus Brinkmann <brinkmd@debian.org> Sat, 23 Sep 2000 04:27:58 +0200
hurd (20000803) unstable; urgency=low
* New snapshot from CVS.
* isofs: Patch to fix symlink handling.
-- Marcus Brinkmann <brinkmd@debian.org> Thu, 3 Aug 2000 21:09:44 +0200
hurd (20000726) unstable; urgency=low
* New snapshot from CVS.
* Fixes the infamous zero hole bug (actually both of them).
-- Marcus Brinkmann <brinkmd@debian.org> Wed, 26 Jul 2000 02:24:06 +0200
hurd (20000703) unstable; urgency=low
* New snapshot from CVS.
* exec/hashexec.c (check_hashbang: Fix off by one error in line 178.
Patch by Kalle Olavi Niemital.
-- Marcus Brinkmann <bug-hurd@gnu.org> Mon, 3 Jul 2000 00:44:47 +0200
hurd (20000130) unstable; urgency=low
* New snapshot from CVS. Closes: Bug#54282, Bug#40302, Bug#56076.
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 30 Jan 2000 14:55:39 +0100
hurd (19991209) unstable; urgency=low
* New snapshot from CVS.
-- Marcus Brinkmann <brinkmd@debian.org> Thu, 9 Dec 1999 23:43:23 +0100
hurd (19991022) unstable; urgency=low
* New snapshot from CVS.
* libdiskfs/init-startup.c: Disable periodic syncing before shutting down.
This fixes the fs-unclean-on-reboot bug!
-- Marcus Brinkmann <brinkmd@debian.org> Fri, 22 Oct 1999 21:32:02 +0200
hurd (19991004) unstable; urgency=high
* New snapshot from CVS.
term: Realize bogus devices.
ext2fs: Important bug fixes!
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 3 Oct 1999 18:01:17 +0200
hurd (19990923) unstable; urgency=low
* New snapshot from CVS.
MAKEDEV: pty created with mode 0666.
Implements pathconf for libdiskfs and libnetfs.
Various bug fixes.
* Development package now includes pic libraries.
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 19 Sep 1999 19:29:00 +0200
hurd (19990907) unstable; urgency=low
* New snapshot from CVS.
* gzip /boot/serverboot to /boot/serverboot.gz
-- Marcus Brinkmann <brinkmd@debian.org> Mon, 23 Aug 1999 15:12:10 +0200
hurd (19990725) unstable; urgency=low
* New snapshot from CVS.
-- Marcus Brinkmann <brinkmd@debian.org> Thu, 25 Jul 1999 16:16:03 +0200
hurd (19990714) unstable; urgency=low
* New snapshot from CVS.
* debian/rules: etc/motd is in base-files, do not include it.
* Activate split-init.
-- Marcus Brinkmann <brinkmd@debian.org> Wed, 14 Jul 1999 16:38:00 +0200
hurd (19990616) unstable; urgency=low
* New snapshot from CVS.
* Now contains info and ps documentation.
-- Marcus Brinkmann <brinkmd@debian.org> Thu, 17 Jun 1999 17:35:54 +0200
hurd (19990524) unstable; urgency=low
* New snapshot from CVS.
-- Marcus Brinkmann <brinkmd@debian.org> Mon, 24 May 1999 15:09:45 +0200
hurd (19990523) unstable; urgency=low
* New snapshot from CVS, fixes: #38062, #37670, #37878, #37944.
-- Marcus Brinkmann <brinkmd@debian.org> Mon, 24 May 1999 01:08:26 +0200
hurd (19990517fixed) unstable; urgency=low
* debian/shlibs: corrected.
* exec/hashexec.c: Applied patch by Roland to make it work.
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 17 May 1999 00:25:11 +0200
hurd (19990517) unstable; urgency=low
* New snapshot from CVS.
* Add shlibs file.
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 16 May 1999 15:28:09 +0200
hurd (19990425-1) unstable; urgency=low
* Put shared library symlinks into the hurd-dev package.
* Clarify instructions in provided servers.boot.
* libfshelp/fetch-root.c: De-patched a change by tb which produced
strange errors.
-- Marcus Brinkmann <brinkmd@debian.org> Thu, 29 Apr 1999 22:47:51 +0200
hurd (19990212-2) unstable; urgency=low
* debian/control: Added Depends line for Hurd.
* Update docs to reflect new group maintainership.
* debian/copyright: Hurd libraries are *not* under the LGPL, so add a
clarifying note.
* Put static libraries and header files into /usr/lib and /usr/include
for people without the /usr symlink.
-- Gordon Matzigkeit <bug-hurd@gnu.org> Wed, 17 Feb 1999 15:40:44 -0600
hurd (19990212-1) unstable; urgency=low
* New upstream version from CVS.
* Deleted old libthreads... there's no going back now.
-- Gordon Matzigkeit <gord@debian.org> Fri, 12 Feb 1999 03:25:55 -0600
hurd (19981204-1) unstable; urgency=low
* New upstream release, supposed to work with glibc 2.0.106.
* Commented out use of old libthreads.
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 20 Dec 1998 04:24:40 +0100
hurd (19980915-2) unstable; urgency=low
* exec/hashexec.c: Applied patch by Thomas Bushnell to fix make.
-- Marcus Brinkmann <brinkmd@debian.org> Fri, 6 Nov 1998 23:10:11 +0100
hurd (19980915-1) unstable; urgency=low
* New upstream release.
* debian/rules: Strip all binaries.
* debian/TODO: New file.
-- Marcus Brinkmann <brinkmd@debian.org> Thu, 8 Oct 1998 03:34:40 +0200
hurd (19980716-2) unstable; urgency=low
* Reverted libthreads to provide threadsafe malloc, as we use older
version of glibc2 for now.
* Do not remove size 0 files in 'rules clean', because hurd depends on
them.
* Do not build profiling libraries.
-- Marcus Brinkmann <brinkmd@debian.org> Tue, 4 Aug 1998 21:58:55 +0200
hurd (19980716-1) unstable; urgency=low
* Initial Version.
-- Marcus Brinkmann <brinkmd@debian.org> Tue, 4 Aug 1998 21:58:55 +0200
|