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
|
gnumach (1:20050501-1) unstable; urgency=low
* New upstream CVS snapshot.
- debian/patches/12_fixes_gcc-3.4.patch: Remove upstream integrated patch.
- debian/patches/14_disable_fpe.patch: Likewise.
- debian/patches/15_disable_qlogic_firmware.patch: Likewise.
- debian/patches/16_enable_debug.patch: Likewise.
- debian/patches/17_fix_double_free.patch: Likewise.
- debian/patches/18_linux_printk_buffer_overrun.patch: Likewise.
- debian/patches/19_cpu_detect.patch: Likewise.
- debian/patches/20_glue_block_assert.patch: Likewise.
- debian/patches/10_cdromlock.patch: Rediff.
- debian/patches/90_autoconf_autogen.patch: Regenerate.
* Add suport for SiS 900 NIC.
- debian/patches/12_sis900.patch: New file.
Thanks to Andreas B. Mundt <andi.mundt@web.de>.
-- Guillem Jover <guillem@debian.org> Sun, 1 May 2005 19:26:39 +0300
gnumach (1:20040915.dfsg.1-2) unstable; urgency=low
* Fix a typo in natsemi driver enable command. (Closes: #293950)
Thanks to Regis Boudin <regis.boudin@gmail.com>.
* Sync patches with latest ones sent to upstream.
* Remove leftover assert on the block glue code.
* Fix Subversion repository address.
-- Guillem Jover <guillem@debian.org> Thu, 10 Feb 2005 06:19:15 +0100
gnumach (1:20040915.dfsg.1-1) unstable; urgency=low
* Repackage upstream source to remove binary only data. (Closes: #252323)
- i386/i386/fpe.b: Remove binary without source.
- i386/i386/fpe.b_elf: Likewise.
- linux/src/drivers/scsi/qlogicisp_asm.c: Likewise.
* Disable floating point emulation usage.
* Disable qlogicisp firmware loading.
* Change "ifdef DEBUG" to "ifndef NDEBUG" for asserts and other low
footprint debugging stuff, so building with asserts enabled by default.
* Fix double free and memory loss probing partition table.
Thanks to Neal H. Walfield <neal@cs.uml.edu>.
* Fix possible buffer overrun on linux printk.
Thanks to Neal H. Walfield <neal@cs.uml.edu>.
* Fix cpu detection code.
* Do not use stamp files for build targets.
-- Guillem Jover <guillem@debian.org> Mon, 22 Nov 2004 04:50:50 +0100
gnumach (1:20040915-1) unstable; urgency=low
* New upstream CVS snapshot.
* Changed Maintainer address.
* Added former implicit maintainers to Uploaders.
* Added myself to Uploaders.
* Cleaned and updated debian/copyright file.
* Honour DEB_BUILD_OPTIONS.
* Split patches into debian/patches/.
* Allow to build natively on non GNU/Hurd systems.
* Enable i386, kfreebsd-i386 and knetbsd-i386 on all packages.
* Move gnumach-dev to binary-arch in debian/rules.
* Switched to debhelper.
* Now using Standards-Version 3.6.1.
* Update autoconf.
Based on a patch by Neal H. Walfield <neal@cs.uml.edu>, thanks.
* Update NICs from Linux.
Thanks to Alfred M. Szmidt <ams@kemisten.nu> and
Arief M. Utama <arief_mulya@yahoo.com>.
* Add newer IDE DMA support.
Thanks to Sergio López <koro@menteslibres.org>.
* Fix build failures for gcc-3.4.
-- Guillem Jover <guillem@debian.org> Mon, 25 Oct 2004 09:53:30 +0200
gnumach (1:20040229-1) unstable; urgency=low
* Update to CVS 20040229.
* debian/control: Add texinfo to build dependencies.
* debian/control: Add myself as uploader.
* Patches applied to CVS code: cdromlock.
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 29 Feb 2004 21:43:12 +0200
gnumach (1:20020421-1) unstable; urgency=low
* Update to CVS 20020421.
* Patches applied to CVS code: cdromlock.
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 21 Apr 2002 18:53:13 +0200
gnumach (1:20011013-1) unstable; urgency=low
* Update to CVS 20011013.
* Patches applied to CVS code: cdromlock.
-- Marcus Brinkmann <brinkmd@debian.org> Sat, 13 Oct 2001 00:21:15 +0200
gnumach (1:20011005-2) unstable; urgency=low
* Update to CVS 20011005.
* Patches applied to CVS code: cdromlock.
-- Marcus Brinkmann <brinkmd@debian.org> Fri, 5 Oct 2001 21:14:51 +0200
gnumach (1:20010918-1) unstable; urgency=low
* Update to CVS 2001918.
* Patches applied to CVS code: cdromlock.
-- Marcus Brinkmann <brinkmd@debian.org> Tue, 18 Sep 2001 23:15:17 +0200
gnumach (1:20010818-1) unstable; urgency=low
* Update to CVS 20010718.
* Patches applied to CVS code: cdromlock.
The other patches are in CVS now.
* Wading through the bug list, there are some old bugs
fixed long ago, closes: #37954, #47948, #85302, #45792
* debian/rules: Make it build via direct invocation, submitted
by Robert Bihlmeyer, closes: #101697.
* control: New package gnumach-dbg. This kernel is not stripped and includes the
kernel-level debugger.
* debian/rules: Build this package.
-- Marcus Brinkmann <brinkmd@debian.de> Sat, 18 Aug 2001 02:15:06 +0200
gnumach (1:20010718-1) unstable; urgency=low
* Update to CVS 20010718.
* Patches applied to CVS code: cdromlock, color, kbd_enqueu.
-- Marcus Brinkmann <brinkmd@debian.org> Wed, 18 Jul 2001 22:10:20 +0200
gnumach (1:1.2-11) unstable; urgency=low
* debian/rules (stamp-configure): Add ncr53c8xx driver.
* Update to CVS 20010528.
* Patches applied to CVS code: cdromlock, color, kbd_enqueu.
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 27 May 2001 14:14:12 +0200
gnumach (1:1.2-10) unstable; urgency=low
* debian/rules (stamp-configure): Disable eatadma driver, which
prevents booting on some AMD K7 motherboards. Reported by
Robert Bihlmeyer <robbe@orcus.priv.at>.
* Update to CVS 20010429, which contains support for high baud rates
(B57600, B115200).
* Patches applied to CVS code: cdromlock, color, kbd_enqueu.
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 29 Apr 2001 21:41:34 +0200
gnumach (1:1.2-9) unstable; urgency=low
* Update to CVS 20010111, which contains a new interface for
block devices with a large number of blocks.
-- Marcus Brinkmann <brinkmd@debian.org> Thu, 11 Jan 2001 23:45:49 +0100
gnumach (1:1.2-8) unstable; urgency=low
* Applied patch by Alexey Dejneka <adejneka@comail.ru> to fix CD ROM
locking problem.
* debian/control: Add mig and sharutils to list of build dependencies
(sharutils for uudecode for fpu emu), closes: #74794.
* linux/src/drivers/net/tulip.c: Update from Linux 2.2.17, thanks
Jason Henry Parker <jasonp@uq.net.au>
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 26 Nov 2000 03:46:08 +0100
gnumach (1:1.2-7) unstable; urgency=low
* Update to CVS 20000929, which contains a fix for comX.
* debian/rules: Drop --enable-lpr, which doesn't work.
Drop --enable-com, which is already enforced.
-- Marcus Brinkmann <brinkmd@debian.org> Fri, 29 Sep 2000 20:24:54 +0200
gnumach (1:1.2-5) unstable; urgency=low
* Update to CVS 20000817, which contains a fix for
linux/dev/glue/block.c.
-- Marcus Brinkmann <brinkmd@debian.org> Thu, 17 Aug 2000 03:22:30 +0200
gnumach (1:1.2-4) unstable; urgency=low
* Add color support to gnumach. Set TERM to mach-color to get the full
effect. Thanks to Juli-Manel Merino Vidal <jmmv@mail.com> for working
out the mapping between ANSI color codes and the bits to poke into the
attribute.
-- Marcus Brinkmann <brinkmd@debian.org> Tue, 8 Aug 2000 21:00:50 +0200
gnumach (1:1.2-3) unstable; urgency=low
* Snapshot from CVS 20000703.
* i386/i386at/kd.c: Receive 0xE0 scan codes (patch by Kalle Olavi Niemitalo).
* Patch to get it compile with gcc-2.95.1 or newer
( by "Weil, Stefan 3732 EPE-24" <Stefan.Weil@de.heidelberg.com>
and Igor Khavkine <i_khavki@alcor.concordia.ca>)
-- Marcus Brinkmann <brinkmd@debian.org> Mon, 3 Jul 2000 21:05:42 +0200
gnumach (1:1.2-2) unstable; urgency=low
* Snapshot from CVS 19990907.
* Reenable all network interfaces, because the problem is fixed.
* Gzip gnumach binary.
-- Marcus Brinkmann <brinkmd@debian.org> Wed, 8 Sep 1999 00:15:39 +0200
gnumach (1:1.2-1) unstable; urgency=low
* Snapshot from CVS 19990725.
* Start from official 1.2 release.
* Remove some network card drivers that seems to have no autodetection in
order to get a maximum set of cards enabled that allows GNU Mach to detect
at least one.
-- Marcus Brinkmann <brinkmd@debian.org> Mon, 26 Jul 1999 01:31:31 +0200
gnumach (1:1.1.92-5) unstable; urgency=low
* Snapshot from CVS 19990616.
* Marks dummy network driver still there.
-- Marcus Brinkmann <brinkmd@debian.org> Thu, 17 Jun 1999 16:53:50 +0200
gnumach (1:1.1.92-4) unstable; urgency=low
* Snapshot from CVS 19990602.
* Marks dummy network driver still there.
* Replaced linux/dev/drivers/block/genhd.c to avoid a bug.
-- Marcus Brinkmann <brinkmd@debian.org> Sat, 5 Jun 1999 00:59:43 +0200
gnumach (1:1.1.92-2) unstable; urgency=low
* Snapshot from CVS 19990524.
* Applied Marks dummy network driver.
* Enabled thousands more devices.
-- Marcus Brinkmann <brinkmd@debian.org> Mon, 24 May 1999 18:00:19 +0200
gnumach (1:1.1.92-1) unstable; urgency=low
* Snapshot from CVS 19990507.
-- Marcus Brinkmann <brinkmd@debian.org> Fri, 7 May 1999 20:46:06 +0200
gnumach (1:1.1.90-2) unstable; urgency=low
* Fix package administration information to reflect that maintainership
has been transferred to bug-hurd@gnu.org.
* Merge a few configuration fixes from Marcus Brinkmann.
* Install include files into /usr/include, for the benefit of people
without the /usr symlink.
-- Gordon Matzigkeit <bug-hurd@gnu.org> Wed, 17 Feb 1999 16:50:54 -0600
gnumach (1:1.1.90-1) unstable; urgency=low
* New version from OKUJI Yoshinori.
* Use DEB_{BUILD,HOST}_GNU_TYPE, in accordance with Marcus's new
cross-build proposal.
-- Gordon Matzigkeit <gord@debian.org> Tue, 11 Feb 1999 22:14:01 -0600
gnumach (19990116-1) unstable; urgency=low
* New version from OKUJI Yoshinori.
* Added kmsg.
-- Marcus Brinkmann <brinkmd@debian.org> Mon, 18 Jan 1999 17:11:58 +0100
gnumach (19981118-2) unstable; urgency=low
* Split into gnumach and gnumach-dev.
* Added keyboard patch by Tudor Hulubei <tudor@cs.unh.edu> to fix some
keybord issues.
* Bumped Standards: version to 2.5.0.0.
-- Marcus Brinkmann <brinkmd@debian.org> Sun, 3 Jan 1999 13:53:28 +0100
gnumach (19981118-1) unstable; urgency=low
* New version from OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>.
This is not a new upstream version, but includes the Linux 2.0.36 driver.
* Strip the kernel.
-- Marcus Brinkmann <brinkmd@debian.org> Sat, 19 Dec 1998 05:27:30 +0100
gnumach (19981025-1) unstable; urgency=low
* New upstream snapshot.
-- Marcus Brinkmann <brinkmd@debian.org> Sat, 7 Nov 1998 18:56:53 +0100
gnumach (1.1.3-2) unstable; urgency=low
* Added CPU_TYPE_{I486,PENTIUM,PENTIUMPRO,POWERPC} to
./include/mach/machine.h. This is needed for latest hurd release.
* Changed description (thank you, Santiagio).
-- Marcus Brinkmann <brinkmd@debian.org> Sat, 1 Aug 1998 21:33:31 +0200
gnumach (1.1.3-1) unstable; urgency=low
* Initial Version.
-- Marcus Brinkmann <brinkmd@debian.org> Sat, 1 Aug 1998 21:33:31 +0200
|