~ubuntu-branches/ubuntu/lucid/memtest86+/lucid

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
memtest86+ (4.00-2ubuntu3) lucid; urgency=low

  * Only run update-grub in the postrm on remove/purge.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 23 Mar 2010 09:26:27 +0000

memtest86+ (4.00-2ubuntu2) lucid; urgency=low

  * Reapply dropped patch from karmic:
    - Don't emit grub2 menu items if /boot is on a loop-mounted device (e.g.
      Wubi; LP: #435153).
  * Cache results of prepare_grub_to_access_device to speed up update-grub
    runs a little.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 22 Feb 2010 16:06:40 +0000

memtest86+ (4.00-2ubuntu1) lucid; urgency=low

  * Merge from debian testing, remaining changes:
    - Makefile: Add -fno-stack-protector to CFLAGS, since this package does
      not link against libc.
    - debian/grub: check for existance of /usr/lib/grub/grub-mkconfig_lib
    - debian/postinst: Only run update-grub2 in postinst if 
      /boot/grub/grub.cfg exists

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 09 Nov 2009 17:09:57 +0100

memtest86+ (4.00-2) unstable; urgency=low

  * Fix wrong integration of grub2 patch (Closes: #549125).

 -- Yann Dirson <dirson@debian.org>  Thu, 01 Oct 2009 21:05:36 +0200

memtest86+ (4.00-1) unstable; urgency=low

  * New upstream release (Closes: #548033).
  * Dropped obsolete patches for old gcc-4.3 bugs (works fine now), and
    for opteron (support for builtin memory controller was redone).
  * Update grub2 support file to use "linux16" command and use
    grub-mkconfig_lib instead of old update-grub_lib (Avi Rozen,
    Closes: #539907, #522345).
  * Update grub2 support file for systems where /boot is on a separate
    partition (Vasilis Vasaitis, Closes: #540572).

 -- Yann Dirson <dirson@debian.org>  Tue, 29 Sep 2009 23:40:15 +0200

memtest86+ (2.11-3ubuntu5) karmic; urgency=low

  * debian/grub:
    - check for existance of /usr/lib/grub/grub-mkconfig_lib before
      sourcing it (LP: #459080). This fixes a upgrade failure when
      the memtest86+ postinst is run but the new grub-common is not
      yet installed 

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 23 Oct 2009 16:14:27 +0200

memtest86+ (2.11-3ubuntu4) karmic; urgency=low

  * Don't emit grub2 menu items if /boot is on a loop-mounted device (e.g.
    Wubi; LP: #435153).

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 28 Sep 2009 10:01:25 +0100

memtest86+ (2.11-3ubuntu3) karmic; urgency=low

  * Use grub2's 16-bit Linux loader, not the 32-bit one (LP: #424506).

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 04 Sep 2009 22:19:32 +0100

memtest86+ (2.11-3ubuntu2) karmic; urgency=low

  * Fix grub2 menu hook to use grub-mkconfig_lib rather than the deprecated
    update-grub_lib (thanks, Alex Valavanis; LP: #384627).
  * Only run update-grub2 in postinst if /boot/grub/grub.cfg exists. This
    makes installation in chroots work rather better.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 24 Jun 2009 16:55:39 +0100

memtest86+ (2.11-3ubuntu1) jaunty; urgency=low

  * Merge from debian unstable (Closes LP: #299161), remaining changes:
    - Makefile: Add -fno-stack-protector to CFLAGS, since this package does
      not link against libc.

 -- Chris Cheney <ccheney@ubuntu.com>  Thu, 26 Mar 2009 11:45:00 -0500

memtest86+ (2.11-3) unstable; urgency=low

  * Upload to squeeze.
  * Adjust test condition on which to run update-grub2 in postinst (Robert
    Millan, Closes: #448771).
  * Parametrize debian/rules for easier sync with package memtest.
  * Added a note in extended description that memtest86 is still
    being worked on.
  * Otherwise sync minor changes with memtest86 3.5-1 packaging.
  * Provide link to GPL-2 instead of just GPL in copyright file (lintian).
  * Run lilo from postinst without explicit path (lintian).
  * Add a whatis entry to make-memtest86+-boot-floppy manpage (lintian).

 -- Yann Dirson <dirson@debian.org>  Sun, 01 Mar 2009 16:50:40 +0100

memtest86+ (2.11-2) experimental; urgency=low

  * Remove "source" bashism from grub script (Closes: #513867).
  * Document use of serial console in README, add example configs for grub
    (Daniel Kahn Gillmor) and lilo, and make the grub script generate an
    entry with serial console enabled (Closes: #503867).
  * Add Homepage field in control file.
  * Bumped Standards-Version to 3.8.0.

 -- Yann Dirson <dirson@debian.org>  Sun, 08 Feb 2009 16:27:58 +0100

memtest86+ (2.11-1) experimental; urgency=low

  * New upstream release, into experimental to avoid disrupting lenny.
  * Acknowledge NMU.
  * Build with gcc-multilib on kfreebsd-amd64
    (Petr Salinger, Closes: #493464).
  * Update grub script for current version of grub
    (Justin B Rye, Closes: #492242).
  * Support for x86_64 in make-memtest86+-boot-floppy (Håkon Stordahl,
    Closes: #451050).
  * Use variables in make-memtest86+-boot-floppy (Gokdeniz Karadag,
    Closes: #510128).
  * Allow building for hurd-i386 architecture (Samuel Thibault,
    Closes: #482899).
  * Include changes from Ubuntu packages:
    * Allow building for lpia architecture (Closes: #505526, #482065).
    * Check for existence of /boot/grub in postrm.
    * Install ELF image of memtest86+ in the binary package
      (Closes: #505525).

 -- Yann Dirson <dirson@debian.org>  Sat, 31 Jan 2009 00:26:54 +0100

memtest86+ (2.01-1.1ubuntu1) jaunty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - debian/control: Add lpia as supported architecture.
    - Makefile: Add -fno-stack-protector to CFLAGS, since this package does
      not link against libc.
    - Check for existence of /boot/grub in postrm.
    - Install ELF image of memtest86+ in the binary package.
  * Sync up postrm should-we-run-update-grub2 check with postinst.

 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 13 Nov 2008 10:37:16 +0000

memtest86+ (2.01-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Makefile: Use -O1 not -Os for gcc4.3. (Closes: #500818).
  * Make clean not ignore errors.

 -- Barry deFreese <bdefreese@debian.org>  Thu, 02 Oct 2008 21:13:33 -0400

memtest86+ (2.01-1ubuntu2) intrepid; urgency=low

  * Build with -O1 rather than -Os (from
    https://qa.mandriva.com/show_bug.cgi?id=42679; LP: #246412).

 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 11 Sep 2008 21:03:51 +0100

memtest86+ (2.01-1ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - debian/control: Add lpia as supported architecture.
    - Makefile: Add -fno-stack-protector to CFLAGS, since this package does
      not link against libc.
    - Merge basically the same as the one from Saïvann Carignan, thanks for
      your work! LP: #192517
  * Simplify the patch from LP #129614, the preinst is fine in debian, the
    postinst needs to check for presence of /boot/grub.
  * Do not call update-grub, but update-grub2. See
    http://bugs.debian.org/460080 for details.
  * install ELF image of memtest86+ in the binary package Thanks to Forest
    Bond for the patch. (LP: #175720).

 -- Reinhard Tartler <siretart@tauware.de>  Tue, 20 May 2008 17:04:27 +0200

memtest86+ (2.01-1) unstable; urgency=low

  * New upstream release (Closes: #468780).
    * Serial console now supported as boot parameter (Closes: 308355).
  * Added in README.Debian a pointer to the GRUB Legacy sample config
    (Closes: #445517), mentionned that GRUB2 is automatically handled, and
    that the make-memtest86+-boot-floppy script uses GRUB Legacy.
  * Call update-grub2 instead of update-grub (Closes: #460080).

 -- Yann Dirson <dirson@debian.org>  Wed, 23 Apr 2008 21:21:47 +0200

memtest86+ (1.70-3ubuntu1) gutsy; urgency=low

  * Merge from debian unstable, remaining changes:
    - debian/control: Add lpia as supported architecture.
    - Makefile: Add -fno-stack-protector to CFLAGS, since this package does
      not link against libc.
  * Check for /boot/grub/menu.lst rather than /boot/grub/menu.lst in
    post{inst,rm}, LP: #129614

 -- Reinhard Tartler <siretart@tauware.de>  Wed, 26 Sep 2007 22:43:24 +0200

memtest86+ (1.70-3) unstable; urgency=low

  * Build-depend on gcc-multilib on amd64 (Closes: #426239).
  * Check for existence of /boot/grub/grub.cfg before running update-grub
    (Closes: #425221).
  * Take into account in make-memtest86+-boot-floppy path changes in
    grub-legacy (Justin B Rye, Closes: #412255).  Does not support grub2,
    however.

 -- Yann Dirson <dirson@debian.org>  Sun, 29 Jul 2007 16:17:18 +0200

memtest86+ (1.70-2ubuntu2) gutsy; urgency=low

  * debian/control: Add lpia as supported architecture.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 31 Jul 2007 00:04:33 +0200

memtest86+ (1.70-2ubuntu1) gutsy; urgency=low

  * Merge to Debian unstable; remaining Ubuntu changes:
    - debian/control: Add libc6-dev-i386 build dependency on amd64 to fix
      FTBFS.
    - Makefile: Add -fno-stack-protector to CFLAGS, since this package does
      not link against libc.
  * debian/control: Set Ubuntu maintainer.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 21 May 2007 09:39:41 +0200

memtest86+ (1.70-2) unstable; urgency=low

  * Upload to unstable now that etch is released.
  * Applied patch from Robert Millan to run update-grub when present
    (Closes: #313000).
  * Applied patch from Cyril Brulebois for GNU/kFreeBSD support (Closes: #338603):
    * Adjust debian/rules to patch conditionally memtest{,_shared}.lds to
      handle the right OUTPUT_FORMAT.
    * Add "kfreebsd-i386 kfreebsd-amd64" to the Architecture field.
  * Applied patch from Holger Mense to avoid user interaction in postinst
    during non-interactive upgrades (Closes: #383634).
  * Included an entry for /etc/grub.d from Robert Millan, added a Suggests
    entry on grub2 accordingly (Closes: #422357).
  * Switch to debhelper compat v5, added ${misc:Depends}.
  * Updated FSF address in debian/copyright (lintian).
  * Bumped Standards-Version to 3.7.2.

 -- Yann Dirson <dirson@debian.org>  Sat, 19 May 2007 22:09:43 +0200

memtest86+ (1.70-1) experimental; urgency=low

  * New upstream release (Closes: #409863, #411444).
  * Updated package description and suggests line for memtester (Closes:
    #396552).
  * Fixed typo in extended description (Closes: #377730).

 -- Yann Dirson <dirson@debian.org>  Tue, 20 Feb 2007 19:39:29 +0100

memtest86+ (1.65-1) unstable; urgency=low

  * New upstream release (Closes: #331394).
  * Get rid of "read -p" bashism in postinst (Closes: 327454).
  * Get rid of the -a and -o bashisms in test calls in postinst, use &&
    and || instead (lintian).
  * Fixed style error in extended description (Tarzeau).

 -- Yann Dirson <dirson@debian.org>  Wed,  5 Oct 2005 21:56:07 +0200

memtest86+ (1.60-2) unstable; urgency=low

  * Install (partial) upstream changelog (Closes: #325129).
  * Added a clarifying note to the sample grub.conf for /boot partitions
    (Closes: #311144).
  * Applied patch from Mattias Wadenstein to test for ECC on more chipsets
    (Closes: #303049).

 -- Yann Dirson <dirson@debian.org>  Fri,  2 Sep 2005 09:47:12 +0200

memtest86+ (1.60-1) unstable; urgency=low

  * New upstream release.
  * Re-applied Opteron patch.

 -- Yann Dirson <dirson@debian.org>  Mon, 27 Jun 2005 23:28:25 +0200

memtest86+ (1.55.1-1) unstable; urgency=low

  * New upstream release.
  * Applied Opteron patch from Mattias Wadenstein (Closes: #302371).
  * Added amd64 to the Architecture list in debian/control (Closes:
    #280508).

 -- Yann Dirson <dirson@debian.org>  Mon,  4 Apr 2005 15:19:44 +0200

memtest86+ (1.51-1) unstable; urgency=low

  * New upstream release.

 -- Yann Dirson <dirson@debian.org>  Thu, 17 Feb 2005 21:13:29 +0100

memtest86+ (1.50-1) unstable; urgency=low

  * New upstream release.

 -- Yann Dirson <dirson@debian.org>  Fri, 28 Jan 2005 21:44:07 +0100

memtest86+ (1.40-1) unstable; urgency=low

  * New upstream release, based on memtest86 3.2 (Closes: #290027).
  * No need to patch README any more.
  * Removed capitalized article at start of short description (thanks
    lintian).

 -- Yann Dirson <dirson@debian.org>  Sat, 15 Jan 2005 23:14:30 +0100

memtest86+ (1.30-1) unstable; urgency=low

  * New upstream release.

 -- Yann Dirson <dirson@debian.org>  Fri, 12 Nov 2004 18:36:29 +0100

memtest86+ (1.27-2) unstable; urgency=low

  * Removed the note in extended description that it was once part of
    hwtools, since that only applies to memtest86.

 -- Yann Dirson <dirson@debian.org>  Sat, 16 Oct 2004 16:35:46 +0200

memtest86+ (1.27-1) unstable; urgency=low

  * New upstream release.

 -- Yann Dirson <dirson@debian.org>  Fri, 15 Oct 2004 23:16:30 +0200

memtest86+ (1.26-2) unstable; urgency=low

  * regarding make-memtest86+-boot-floppy:
    - posixified call to "read" (Closes: #275233).
    - added mtools to suggested packages, and notice early when the
      package is missing (Closes: #264619).
    - changed message about grub package, and versionned the suggests
      field, so people know they need a recent version of it (Closes:
      #269148).
  * Bumped Standards-Version to 3.6.1, no change.

 -- Yann Dirson <dirson@debian.org>  Wed, 13 Oct 2004 23:58:12 +0200

memtest86+ (1.26-1) unstable; urgency=low

  * New upstream release.

 -- Yann Dirson <dirson@debian.org>  Mon, 13 Sep 2004 23:07:44 +0200

memtest86+ (1.20-2) unstable; urgency=low

  * Fixed make-memtest86+-boot-floppy to use /lib/grub instead of old
    /usr/lib/grub (Closes: #261883).
  * Added grub to the list of suggested packages.  Mentionned the script
    in the description.
  * Include manpage by Thomas Schmidt for make-memtest86+-boot-floppy
    (see #263708).
  * Added debian/watch file.

 -- Yann Dirson <dirson@debian.org>  Sat,  7 Aug 2004 01:39:21 +0200

memtest86+ (1.20-1) unstable; urgency=low

  * New upstream release.

 -- Yann Dirson <dirson@debian.org>  Mon, 19 Jul 2004 14:38:19 +0200

memtest86+ (1.15-2) unstable; urgency=low

  * Install make-memtest86+-boot-floppy in /usr/bin/.
  * Mention it in README.Debian.

 -- Yann Dirson <dirson@debian.org>  Tue, 25 May 2004 15:49:16 +0200

memtest86+ (1.15-1) unstable; urgency=low

  * New upstream release:
    - KTxxx-specific code was disabled (Closes: #241698).
    - allows building with gcc 3.3, so go for it.

 -- Yann Dirson <dirson@debian.org>  Sun, 23 May 2004 00:52:15 +0200

memtest86+ (1.11-3) unstable; urgency=low

  * Step back to using gcc-2.95 to allow gcc-3.2 to be dropped (Closes:
    #236455).

 -- Yann Dirson <dirson@debian.org>  Thu,  1 Apr 2004 22:16:53 +0200

memtest86+ (1.11-2) unstable; urgency=low

  * Fixed --memtest option in make-memtest86+-boot-floppy.
  * Integrated changes from Martin Koeppe in
    make-memtest86+-boot-floppy:
    * use mtools to write into floppy image without being root
    * cannot select filesystem type anymore, msdos only (who cares ?)
    * put full GRUB on floppy to be able to install on harddisk
  * Removed internal parameter for fd0, since that booting floopy is
    always fd0 (if not, tell me).  That settles the potential problem with
    linux/grub device names mapping: there's no problem.
  * When writing to a real device, use a temporary image file and dd it as
    a last step, so that mtools synchronous writes do not slow down things.

 -- Yann Dirson <dirson@debian.org>  Mon, 15 Mar 2004 18:21:35 +0100

memtest86+ (1.11-1) unstable; urgency=low

  * New upstream release.

 -- Yann Dirson <dirson@debian.org>  Tue, 17 Feb 2004 14:00:55 +0100

memtest86+ (1.10-1) unstable; urgency=low

  * New upstream release.

 -- Yann Dirson <dirson@debian.org>  Mon, 16 Feb 2004 15:12:15 +0100

memtest86+ (1.00-4) unstable; urgency=low

  * Fixed postinst snippet to check for memtest86+ instead of memtest86
    (thanks hmh).

 -- Yann Dirson <dirson@debian.org>  Thu,  5 Feb 2004 10:18:50 +0100

memtest86+ (1.00-3) unstable; urgency=low

  * Fixed make-memtest86+-boot-floppy to correctly select the devault
    image as /dev/fd0.
  * Fixed make-memtest86+-boot-floppy usage summary to advertise expected
    syntax.

 -- Yann Dirson <dirson@debian.org>  Wed,  4 Feb 2004 18:02:26 +0100

memtest86+ (1.00-2) unstable; urgency=low

  * Improved the make-memtest86+-boot-floppy script to support writing to
    a floppy image.

 -- Yann Dirson <dirson@debian.org>  Wed,  4 Feb 2004 14:59:39 +0100

memtest86+ (1.00-1) unstable; urgency=low

  * Initial packaging, based on memtest86 3.0-5 (Closes: #230963).
  * Force the use of gcc-3.2, since neither 3.3 nor 2.95 work.
  * Use dh-buildinfo.

 -- Yann Dirson <dirson@debian.org>  Wed,  4 Feb 2004 00:14:06 +0100