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 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592
|
mtools (4.0.23-1) unstable; urgency=medium
* Salvage package. (Closes: #916127)
- Add debian/gbp.conf.
- Add Vcs-{Git,Browser} headers.
* New upstream release. (Closes: #912285)
- Fix debian/watch by moving away from stale upstream download location.
* debian/control:
- Set "Multi-Arch: foreign" for mtools binary package. (Closes: #752452)
- Drop "Replaces: mtools (<< 3.9.7)"; currently satisfied in oldoldstable.
- Drop "Build-Depends" on autotools-dev.
- Move to debhelper-compat virtual package.
- Bump debhelper compatibility level to 12.
- Bump Standards-Version to 4.3.0.
- Replace "Priority: extra" with "optional".
- Reflow long descriptions.
* debian/rules:
- Use dh_missing --fail-missing.
- Run dh_auto_install in single-threaded mode due to upstream race
conditions.
- Tidy file.
* Drop patches applied upstream:
- 01-607426-support-zip-files-in-uz.patch.
- 02-837044-initialize-direntry.patch.
- 03-837044-corrupted-fat-entries-when-mcopy-copies-directory.patch.
* Move to secure upstream URIs.
* Install all upstream manpages.
* Move to DEP-5 debian/copyright.
* Add a simple autopkgtest.
* Install .info file to mtools binary.
* Correct grammatical errors in upstream documentation.
* wrap-and-sort -sa.
* Drop whitespace in debian/* files.
-- Chris Lamb <lamby@debian.org> Sat, 05 Jan 2019 15:18:13 +0100
mtools (4.0.18-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Prevent an issue where mtools creates corrupted FAT entries for
directories when copied to a filesystem. This issue was reported upstream
at <https://lists.gnu.org/archive/html/info-mtools/2014-08/msg00000.html>
and as the underlying issue is based on uninitialised memory also affects
the reproducibility of the output of mtools which s required for
reproducible Debian Installer images. (Closes: #837044, #900409)
* Use the SOURCE_DATE_EPOCH environment variable if set instead of the
current time of day as the default timestamp (such as when adding files to
an existing file) to make its output reproducible. (Closes: #900410)
* Use "Priority: extra" over "Priority: optional" for Debian Policy § 2.0.5.
-- Chris Lamb <lamby@debian.org> Wed, 25 Jul 2018 20:23:59 +0800
mtools (4.0.18-2) unstable; urgency=medium
* Don't have autotools-dev listed twice in Build-depends.
* Standards Version is 3.9.6.
* Use default compression for binary packages.
* Refresh patches.
-- Anibal Monsalve Salazar <anibal@debian.org> Fri, 19 Sep 2014 02:11:58 +0100
mtools (4.0.18-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Apply patch from Matthias Klose to update config.{sub,guess} using
dh_autotools-dev. (Closes: #727290)
-- Ian Campbell <ijc@debian.org> Wed, 17 Sep 2014 20:14:49 +0100
mtools (4.0.18-1) unstable; urgency=low
* New upstream version 4.0.18
* Standards Version is 3.9.4
* Support zip files in scripts/uz
Add 01-607426-support-zip-files-in-uz.patch
Patch by Dominik Stadler
Closes: #607426
-- Anibal Monsalve Salazar <anibal@debian.org> Sat, 25 May 2013 14:35:17 +1000
mtools (4.0.17-1) unstable; urgency=low
* New upstream version
Closes: #676367, #567027
* Merged upstream:
01-217413-plainio.patch
02-manpages.patch
04-manpages.patch
07-474817-m486.patch
08-393878-scsi.c.patch
09-468744-mtools.1.patch
10-remove-iX-lp.patch
11-truncation-fix.patch
* DH compatibility level is 9
* Standards version is 3.9.3
* Enable hardened build flags
* Update debian/watch
* Update Uploaders
Closes: #540837
* Update Homepage
-- Anibal Monsalve Salazar <anibal@debian.org> Sat, 16 Jun 2012 21:22:06 +1000
mtools (4.0.12-1) unstable; urgency=low
* New upstream version
* Merge 4.0.10-1ubuntu1
* Debian source format is 3.0 (quilt)
* Update debian/patches/*
* Fix dh_undocumented-is-obsolete
* Fix out-of-date-standards-version
* Fix install-info-used-in-maintainer-script
* Fix maintainer-script-empty
-- Anibal Monsalve Salazar <anibal@debian.org> Mon, 15 Feb 2010 09:44:39 +1100
mtools (4.0.10-1ubuntu1) lucid; urgency=low
* Add debian/patches/11-truncation-fix.patch:
Correct the behavior of name mangling and truncation when dealing with
long filenames, and prevent possible conflicts between a shortname and
a long filename. Thanks to Alexandar Sack for helping revise the patch
LP: #481482
-- Michael Casadevall <mcasadevall@ubuntu.com> Thu, 12 Nov 2009 13:37:53 -0500
mtools (4.0.10-1) unstable; urgency=low
* New upstream version; closes: #513227
* Standards version is 3.8.1
* DH_COMPAT is 7
* Run dh_prep instead of dh_clean
-- Anibal Monsalve Salazar <anibal@debian.org> Thu, 02 Apr 2009 12:28:09 +1100
mtools (4.0.9-1) unstable; urgency=low
* New upstream version.
- Upstream doesn't ship Changelog anymore
* Rename debian/changelog-legacy to debian/old-changelog
-- Anibal Monsalve Salazar <anibal@debian.org> Tue, 03 Mar 2009 12:46:41 +1100
mtools (4.0.4-1) unstable; urgency=low
* New upstream version.
- Not needed: 06-infodir.diff
* Build depend on quilt, autotools-dev
* Don't build depend on dpatch
* Standards-Version is 3.8.0
* Priority is optional; closes: #416575
* Fix the following lintian issues:
W: floppyd: manpage-has-errors-from-man usr/share/man/man1/floppyd.1.gz
23: warning: `iX' not defined
110: warning: `lp' not defined
W: mtools source: maintainer-script-lacks-debhelper-token
debian/mtools.prerm
W: mtools: maintainer-script-ignores-errors postinst
W: mtools: maintainer-script-ignores-errors prerm
W: floppyd: copyright-refers-to-versionless-license-file
usr/share/common-licenses/GPL
W: floppyd: copyright-without-copyright-notice
W: mtools: copyright-refers-to-versionless-license-file
usr/share/common-licenses/GPL
W: mtools: copyright-without-copyright-notice
W: floppyd: syntax-error-in-debian-changelog line 446 "badly formatted
heading line"
W: mtools: manpage-has-bad-whatis-entry usr/share/man/man1/tgz.1.gz
W: mtools: info-document-missing-dir-section usr/share/info/mtools.info.gz
-- Anibal Monsalve Salazar <anibal@debian.org> Mon, 16 Feb 2009 18:09:30 +1100
mtools (3.9.11-1) unstable; urgency=low
* Merge Ubuntu's changes
* Don't build with -m486. Closes: #474817
* Don't build-depend on xlibs-static-dev. Build-depends on
libxfont-dev. Closes: #421561
* floppyd does not depend on mtools. Closes: #450596
* Fix "mzip unreliable on 2.6.18". Closes: #393878
Patch by Thomas Richter <thor@mail.math.tu-berlin.de>
* mtools.1: fixed typos. Closes: #468744
Patch by A. Costa <agcosta@gis.net>
* debian/watch: added
* Fix the following lintian issues:
W: mtools source: debian-rules-ignores-make-clean-error line 28
W: mtools source: out-of-date-standards-version 3.7.2 (current is 3.7.3)
W: mtools source: debian-rules-ignores-make-clean-error line 28
W: mtools source: out-of-date-standards-version 3.7.2 (current is 3.7.3)
W: mtools: description-contains-homepage
W: floppyd: description-contains-homepage
E: mtools: copyright-file-contains-full-gfdl-license
E: floppyd: copyright-file-contains-full-gfdl-license
-- Anibal Monsalve Salazar <anibal@debian.org> Tue, 08 Apr 2008 07:54:04 +1000
mtools (3.9.11-0ubuntu1) hardy; urgency=low
* Don't build with -m486.
-- Matthias Klose <doko@ubuntu.com> Thu, 24 Jan 2008 18:00:06 +0000
mtools (3.9.11-0) unstable; urgency=low
* New upstream version.
- Not needed: debian/patches/03-amuFormat.dpatch
- Doesn't apply anymore: debian/patches/05-readLabel.dpatch
* Add debian/patches/06-infodir.dpatch to use the install-info
option --infodir.
* Fix the following lintian messages:
- W: mtools source: debian-rules-sets-DH_COMPAT line 8
- W: mtools source: substvar-source-version-is-deprecated floppyd
* Set DH_COMPAT to 5.
* Don't ship NEWPARAMS.
-- Anibal Monsalve Salazar <anibal@debian.org> Wed, 08 Aug 2007 17:23:33 +1000
mtools (3.9.10.ds1-3) unstable; urgency=high
* Replaced libx11-dev and libxau-dev by xlibs-static-dev and
libxt-dev as build-dependencies. Please refer to #347025.
Closes: #367558. Patch by Vincent Rivière <riviere@iut-rodez.fr>.
-- Anibal Monsalve Salazar <anibal@debian.org> Sat, 08 Jul 2006 12:36:15 +1000
mtools (3.9.10.ds1-2) unstable; urgency=low
* Set Standards-Version to 3.7.2.
* Set DH_COMPAT to 5.
* Fixed "fails to show label for read-only floppies", closes:
#295151. Patch by Bart Martens <bart.martens@advalvas.be>.
* Fixed "manpage in section 2", closes: #365490.
Patch by Justin Pryzby <justinpryzby@users.sourceforge.net>.
* Fixed a number of typos in man pages, closes: #305653, #305654,
#305656, #305657, #305658. Patches by A Costa <agcosta@gis.net>.
* Fixed "manpage fails to escape hyphen", closes: #201034.
-- Anibal Monsalve Salazar <anibal@debian.org> Sun, 25 Jun 2006 13:04:34 +1000
mtools (3.9.10.ds1-1) unstable; urgency=low
* New maintainer.
* Ack NMUs, closes: #347025, #292237.
* New upstream version, closes: #339771.
Removed the following files from the prestine original tarball:
.#patchlevel.c.1.18, .#mtools.spec.1.4, .#mtools.texi.1.11,
.#fat_size_calculation.tex.1.1, config.status and config.log.
* Changed amuFormat.sh to use bash.
* Set Standards-Version to 3.6.2.
* Added homepage to description.
-- Anibal Monsalve Salazar <anibal@debian.org> Sun, 29 Jan 2006 11:35:46 +1100
mtools (3.9.9-2.2) unstable; urgency=low
* NMU
* Fixed "FTBFS: build-depends on removed xlibs-dev", closes: #347025.
-- Anibal Monsalve Salazar <anibal@debian.org> Tue, 17 Jan 2006 20:27:44 +1100
mtools (3.9.9-2.1) unstable; urgency=low
* NMU
* Added a copy of the GFDL text to debian/copyright and correct
license location in debian/patches/02-manpages.dpatch fixing
tgz.1 (Closes: #292237)
-- Paul Brossier <piem@altern.org> Sat, 5 Feb 2005 01:27:35 +0000
mtools (3.9.9-2) unstable; urgency=low
* Acknowledging NMU fixes. Thanks Matt. (closes: #217413, #191861, #191861)
* Bumbed Standars-Version to 3.6.1.
* Added Co-Maintainer (me) to Uploaders field.
-- Andrés Roldán <aroldan@debian.org> Sun, 1 Feb 2004 22:36:38 +0000
mtools (3.9.9-1.1) unstable; urgency=low
* Non-maintainer upload
* Added patch 01-plainio.dpatch to fix garbage output of mtype under some
circumstances (closes: #217413)
* Added manpage for mcheck (closes: #191861)
* Convert mtools.conf to devfs names if devfs is used (closes: #178043)
-- Martin Pitt <mpitt@debian.org> Wed, 14 Jan 2004 00:40:05 +0100
mtools (3.9.9-1) unstable; urgency=low
* New upstream version.
* Build now depends on dpatch package.
* Added manpage for mxtar and mcomp (closes: #182990, #182991)
* Option -i is documented in manpage (closes: #180831).
-- Luis Bustamante <luferbu@fluidsignal.com> Mon, 3 Mar 2003 11:30:18 -0500
mtools (3.9.8-13) unstable; urgency=low
* Aplied latest patch from upstream mtools-3.9.8-20030118.diff.gz.
* Fixed mtools.conf manpage (closes: #177111).
-- Luis Bustamante <luferbu@fluidsignal.com> Sun, 19 Jan 2003 14:28:47 -0500
mtools (3.9.8-12) unstable; urgency=low
* Applied accumulative patch from upstream mtools-3.9.8-20021118.diff.gz
(closes: #153571).
* Removed all debian patches. They were already applied by upstream author
in previous patch.
* Updated to standards version 3.5.8.
-- Luis Bustamante <luferbu@fluidsignal.com> Thu, 19 Dec 2002 19:27:24 -0500
mtools (3.9.8-11) unstable; urgency=low
* Fixed error which made 2M floppies unusable (closes: #135713).
* Fixed mcopy behavior when source and destination are the same file
(closes: #94135).
* Added -F option, support for image files. Thanks to Fredrik Staxäng
<sfgk@hcqngr.hh.fr> (closes: #18323).
* Updated to standards version 3.5.7.
-- Luis Bustamante <luferbu@fluidsignal.com> Mon, 28 Oct 2002 00:08:39 -0500
mtools (3.9.8-10) unstable; urgency=low
* New maintainer (closes: #149967).
* Builded package from the scratch. Applied latest patch from upstream
(mtools-200020203.diff.gz).
* Added manual page for lz and uz. Written by Robert King
<Robert.King@mailbox.gu.edu.au> (closes: #19091).
* Fixed problem with parse_range(). Patch from Moritz Barsnick
<barsnick@gmx.net>.
-- Luis Bustamante <luferbu@fluidsignal.com> Fri, 17 Jun 2002 15:59:21 -0500
mtools (3.9.8-9) unstable; urgency=low
* New maintainer (closes: #147794).
* Added tgz manpage, courtesy of Filip Van Raemdonck (closes: #99423).
-- Domenico Andreoli <cavok@debian.org> Fri, 24 May 2002 15:50:14 +0200
mtools (3.9.8-8) unstable; urgency=low
* Orphan
-- Junichi Uekawa <dancer@debian.org> Wed, 22 May 2002 21:21:04 +0900
mtools (3.9.8-7) unstable; urgency=low
* Fixed a mformat option parsing bug (closes: #130531).
* removed emacs local setting from debian/changelog.
* added README.Debian noting of the upstream.
-- Junichi Uekawa <dancer@debian.org> Tue, 29 Jan 2002 21:57:32 +0900
mtools (3.9.8-6) unstable; urgency=low
* New maintainer (closes: #130833)
-- Junichi Uekawa <dancer@debian.org> Mon, 28 Jan 2002 01:16:52 +0900
mtools (3.9.8-5) unstable; urgency=low
* Orphaned this package.
-- Adrian Bunk <bunk@fs.tum.de> Fri, 25 Jan 2002 13:04:59 +0100
mtools (3.9.8-4) unstable; urgency=high
* s/1992k/1992kB/ in the package description. (closes: #120774)
-- Adrian Bunk <bunk@fs.tum.de> Fri, 11 Jan 2002 01:06:59 +0100
mtools (3.9.8-3) unstable; urgency=low
* Applied upstream mtools-3.9.8-20010602.diff.gz patch.
* mread is gone. (closes: #43879)
* Corrected the priority of floppyd from optional to extra.
-- Adrian Bunk <bunk@fs.tum.de> Sat, 2 Jun 2001 15:34:08 +0200
mtools (3.9.8-2) unstable; urgency=low
* Corrected the version number in patchlevel.c.
-- Adrian Bunk <bunk@fs.tum.de> Tue, 29 May 2001 21:41:00 +0200
mtools (3.9.8-1) unstable; urgency=low
* New upstream release.
-- Adrian Bunk <bunk@fs.tum.de> Sun, 27 May 2001 16:25:01 +0200
mtools (3.9.7+20001213-2) unstable; urgency=low
* Added a fix to get mtools running on ARM:
- configure.in: recognize *-*-linux-gnu
- configure.in: add "-mstructure-size-boundary=8" to the
CFLAGS on ARM
(fixes: #79180)
* s/xlib6g-dev/xlibs-dev/ in the build dependencies. (closes: #79740)
-- Adrian Bunk <bunk@fs.tum.de> Sun, 14 Jan 2001 18:12:21 +0100
mtools (3.9.7+20001213-1) unstable; urgency=low
* New upstream release.
-- Adrian Bunk <bunk@fs.tum.de> Mon, 18 Dec 2000 09:05:11 +0100
mtools (3.9.7+20001126-1) unstable; urgency=low
* New upstream release.
-- Adrian Bunk <bunk@fs.tum.de> Mon, 11 Dec 2000 14:31:23 +0100
mtools (3.9.7+20001113c-1) unstable; urgency=low
* New upstream release.
-- Adrian Bunk <bunk@fs.tum.de> Tue, 14 Nov 2000 00:12:51 +0100
mtools (3.9.7+20001110-1) unstable; urgency=low
* New upstream release.
* This release includes a patch to let mtools compile on Alpha.
(closes: #76093)
-- Adrian Bunk <bunk@fs.tum.de> Sat, 11 Nov 2000 13:00:17 +0100
mtools (3.9.7+20001018-1) unstable; urgency=low
* New upstream release.
* This version gives a correct error message at some non-MSDOS disks.
(closes: #74342, #74955)
* Generated and installed manual pages for minfo and floppyyd_installtest.
* Upload sponsored by Tony Mancill <tmancill@debian.org>.
-- Adrian Bunk <bunk@fs.tum.de> Mon, 23 Oct 2000 22:48:49 +0200
mtools (3.9.7+20000821-1) unstable; urgency=low
* New upstream release.
* This version has updated config.guess and config.sub.
(closes: #49103)
* This version fixes the segfault with "mdir -f".
(closes: #29885, #61675)
* One documentation error is fixed in this version. (closes: #29183)
* New package description (taken from the LSM entry).
* Changed the priority of floppyd from standard to optional.
* Upload sponsored by Tony Mancill <tmancill@debian.org>.
-- Adrian Bunk <bunk@fs.tum.de> Tue, 22 Aug 2000 16:36:25 +0200
mtools (3.9.7-1) unstable; urgency=low
* New maintainer.
* New upstream release. (closes: #65204)
* This version shows the label of a diskette even in subdirectories.
(closes: #57962)
* "mcopy -o" works correctly in this version. (closes: #42986)
* Moved floppyd to an extra package. (closes: #46184)
* New debian/rules using debhelper.
* Removed USERCFLAGS from debian/rules.
* Removed README and README.BEBOX.
* Added NEWPARAMS and TODO.
* Mention Zip disks in the description of mtools. (closes: #67457)
* Added a mtools.conf.5.gz link that points to mtools.5.gz.
/etc/mtools.conf refers to mtools.conf.5.gz. (closes: #46594)
* Added links to undocumented.7 for the following programs:
lz mcheck mcomp minfo mxtar tgz uz floppyd_installtest
* Added Build-Depends.
* Standards-Version: 3.1.1.1
* Upload sponsored by Tony Mancill <tmancill@debian.org>.
-- Adrian Bunk <bunk@fs.tum.de> Thu, 27 Jul 2000 00:42:17 +0200
mtools (3.9.6-3.1) frozen unstable; urgency=low
* Non-maintainer upload to fix security problems
* set sysconfdir to /etc instead of /usr/etc
* Apply patch from Colin Phipps <crp22@cam.ac.uk>:
+ floppyd didn't call initgroups
+ symlink attack in lock-test in floppyd
+ lock-file in floppy was world-readable, exposing the X authority
+ partially Closes: Bug#57867
The DoS against floppyd is still possible, and should be fixed.
-- Wichert Akkerman <wakkerma@debian.org> Sun, 20 Feb 2000 16:01:47 +0100
mtools (3.9.6-3) unstable; urgency=low
* debian/control: fix Maintainer realname for consistency.
-- Mark W. Eichin <eichin@thok.org> Wed, 3 Nov 1999 16:13:59 -0500
mtools (3.9.6-2) unstable; urgency=low
* mainloop.c: use O_RDONLY (portable, but needed for The Hurd.)
closes: #37757.
-- Mark W. Eichin <eichin@thok.org> Sun, 31 Oct 1999 14:45:20 -0500
mtools (3.9.6-1) unstable; urgency=low
* New upstream release.
-- Mark W. Eichin <eichin@thok.org> Wed, 25 Aug 1999 14:21:03 -0400
mtools (3.9.1-2) frozen unstable; urgency=high
* Upload for frozen for 2.1. closes: #32797.
-- Mark W. Eichin <eichin@thok.org> Thu, 18 Feb 1999 01:00:03 -0500
mtools (3.9.1-1) unstable; urgency=low
* New upstream release. Includes mformat.1 and buffer.c patches.
closes: #23964, #12083.
* debian/changelog, debian/control: Correct maintainer address.
* debian/mtools.conf: new file, should have debian-specific disk
configuration, and has other OS examples elided. Currently this means
A: and B: floppies, M: dosemu hdimage.first, N: dosemu fdimage. I've
put in Z: as a "SCSI" zip disk (/dev/sda4) but I'm leaving it
commented out for now pending further comments, or suggestions for
automatic configuration of this file. closes: #29202, #23923,
#29888.
* debian/mtools.conf: use "partition=1 offset=128" for dosemu
hdimage.first. closes: #19090, #23768.
* debian/rules: install debian/mtools.conf.
-- Mark W. Eichin <eichin@thok.org> Thu, 4 Feb 1999 01:30:48 -0500
mtools (3.9-2) unstable; urgency=low
* buffer.c: elide leftover "test disk" code. [#21376]
-- Mark Eichin <eichin@kitten.gen.ma.us> Sun, 26 Apr 1998 15:37:30 -0400
mtools (3.9-1) unstable; urgency=low
* New upstream release.
* mformat.1: document -1, -0, -A. [#12083]
-- Mark Eichin <eichin@kitten.gen.ma.us> Sun, 5 Apr 1998 18:47:48 -0400
mtools (3.8-1) unstable; urgency=low
* New upstream release.
-- Mark W. Eichin <eichin@kitten.gen.ma.us> Tue, 4 Nov 1997 16:58:39 -0500
mtools (3.6-1) unstable; urgency=low
* New upstream release.
-- Mark W. Eichin <eichin@kitten.gen.ma.us> Sat, 26 Apr 1997 19:37:01 -0400
mtools (3.5a-1) unstable; urgency=low
* New upstream release. (minor portability fixes to handle memmove
properly, instead of the way 3.5 did it. No difference under linux
but it's easier to just have the latest release available...)
-- Mark W. Eichin <eichin@kitten.gen.ma.us> Tue, 25 Mar 1997 01:29:29 -0500
mtools (3.4-1) unstable; urgency=low
* New upstream release.
-- Mark W. Eichin <eichin@kitten.gen.ma.us> Mon, 24 Mar 1997 00:10:19 -0500
mtools (3.3-1) unstable; urgency=low
* New upstream release. fixes mdel.
-- Mark W. Eichin <eichin@kitten.gen.ma.us> Thu, 6 Mar 1997 23:17:44 -0500
mtools (3.2-1) unstable; urgency=low
* New upstream release.
* Use distclean to get config* stuff out of diffs.
-- Mark W. Eichin <eichin@kitten.gen.ma.us> Thu, 20 Feb 1997 01:09:05 -0500
mtools (3.1-1) unstable; urgency=low
* Converted to new package format.
-- Vincent Renardias <vincent@waw.com> Thu, 13 Feb 1997 01:54:37 +0100
|