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
|
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
Local variables:
mode: debian-changelog
add-log-mailing-address: "bug-hurd@gnu.org"
End:
|