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 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656
|
binfmt-support (2.2.1-1+deb11u1) bullseye; urgency=medium
* Run binfmt-support.service after systemd-binfmt.service (thanks, Michael
Biebl; closes: #1012154, #1021822).
-- Colin Watson <cjwatson@debian.org> Thu, 24 Nov 2022 17:52:30 +0000
binfmt-support (2.2.1-1) unstable; urgency=medium
* New upstream release.
- Fix wrongly-documented "fix_binary" format entry (closes: #945020).
- Fix build with gcc -fno-common (closes: #957038).
* Use debhelper-compat instead of debian/compat.
* Re-export debian/upstream/signing-key.asc without extra signatures.
-- Colin Watson <cjwatson@debian.org> Fri, 17 Apr 2020 20:46:23 +0100
binfmt-support (2.2.0-2) unstable; urgency=medium
* Update Homepage field to use HTTPS.
-- Colin Watson <cjwatson@debian.org> Sun, 10 Feb 2019 19:25:58 +0000
binfmt-support (2.2.0-1) unstable; urgency=medium
* New upstream release.
- Sort formats by name in the output of "update-binfmts --display".
- Add a new --unimport action, which is the inverse of --import.
- Don't enable formats on import or disable them on unimport unless
/proc/sys/fs/binfmt_misc is already mounted. This avoids causing
cleanup problems in chroots (closes: #847788, LP: #534211).
- "--fix-binary yes" is incompatible with detectors. Warn the user if
they try to use both at once (closes: #918901).
* Document recommended maintainer script use of --unimport in
README.Debian.
* Stop building with V=1; debhelper configures with --disable-silent-rules
as of 9.20150501.
-- Colin Watson <cjwatson@debian.org> Fri, 25 Jan 2019 00:25:54 +0000
binfmt-support (2.1.8-2.1) unstable; urgency=medium
* Non-maintainer upload.
[ Colin Watson ]
* Switch debian/watch to HTTPS.
* Chase Vcs-Git redirection.
[ Bastian Blank ]
* Remove support for ancient unused procfs support. (closes: #910952)
-- Bastian Blank <waldi@debian.org> Tue, 18 Dec 2018 22:27:20 +0100
binfmt-support (2.1.8-2) unstable; urgency=medium
* Set Rules-Requires-Root: no.
* Build-depend on debhelper (>= 9.20160709~) rather than dh-systemd.
* Move VCS to salsa.debian.org.
-- Colin Watson <cjwatson@debian.org> Sat, 10 Feb 2018 03:15:46 +0000
binfmt-support (2.1.8-1) unstable; urgency=medium
* New upstream release.
- Add --disable-upstart and --disable-systemd configure options.
* Stop installing the Upstart job.
-- Colin Watson <cjwatson@debian.org> Tue, 22 Aug 2017 17:53:07 +0100
binfmt-support (2.1.7-1) unstable; urgency=medium
* New upstream release.
- Add an "update-binfmts --fix-binary yes" option, mapping to the 'F'
flag in Linux binfmt_misc's flags field (thanks, Dan Nicholson;
closes: #853820).
* Policy version 4.0.0: use HTTPS form of copyright-format URL.
-- Colin Watson <cjwatson@debian.org> Sun, 09 Jul 2017 14:15:55 +0100
binfmt-support (2.1.6-2) unstable; urgency=medium
* Policy version 3.9.8: no changes required.
-- Colin Watson <cjwatson@debian.org> Sun, 11 Dec 2016 16:53:50 +0000
binfmt-support (2.1.6-1) unstable; urgency=medium
* New upstream release.
- Always install database entry even if /proc entry exists (closes:
#750245).
- Implement a stop action for the systemd service (closes: #739085).
-- Colin Watson <cjwatson@debian.org> Sun, 21 Feb 2016 15:25:51 +0000
binfmt-support (2.1.5-3) unstable; urgency=medium
* Use HTTPS for Vcs-Git URL.
* Build with all hardening options.
-- Colin Watson <cjwatson@debian.org> Wed, 27 Jan 2016 10:20:44 +0000
binfmt-support (2.1.5-2) unstable; urgency=medium
* Update Vcs-Browser URL for alioth cgit.
* Policy version 3.9.6: no changes required.
-- Colin Watson <cjwatson@debian.org> Tue, 05 Jan 2016 09:47:08 +0000
binfmt-support (2.1.5-1) unstable; urgency=medium
* New upstream release.
- Add an "update-binfmts --preserve yes" option, mapping to the 'P' flag
in Linux binfmt_misc's flags field (thanks, Riku Voipio; closes:
#758200).
-- Colin Watson <cjwatson@debian.org> Sun, 24 Aug 2014 19:17:03 +0100
binfmt-support (2.1.4-1) unstable; urgency=medium
* New upstream release.
- Make the Upstart job be a service, not a task (closes: #743018).
-- Colin Watson <cjwatson@debian.org> Sun, 30 Mar 2014 22:05:53 +0100
binfmt-support (2.1.3-2) unstable; urgency=medium
* Move debian/init.d to just debian/init, which dh_installinit supports
just as well.
* Remove dead code from debian/rules.
* Remove code related to non-dependency-based sysv-rc ordering, since that
is no longer supported (closes: #738505).
-- Colin Watson <cjwatson@debian.org> Thu, 13 Feb 2014 13:01:12 +0000
binfmt-support (2.1.3-1) unstable; urgency=medium
* New upstream release.
* Policy version 3.9.5: no changes required.
* Refer to /usr/share/common-licenses/GPL-3 in debian/copyright rather
than plain GPL.
* Support parallel builds.
-- Colin Watson <cjwatson@debian.org> Sat, 08 Feb 2014 23:39:46 +0000
binfmt-support (2.1.2-1) unstable; urgency=medium
* New upstream release.
* Set VERBOSE=1 when running tests so that Automake will print test logs
on failure.
* Move upstream signing key to debian/upstream/signing-key.asc (armoured).
Requires devscripts 2.14.0.
* Add a Homepage field.
* Remove now-unnecessary debian/dirs file.
-- Colin Watson <cjwatson@debian.org> Fri, 07 Feb 2014 18:10:47 +0000
binfmt-support (2.1.1-1) unstable; urgency=medium
* Convert to a non-native package.
* New upstream release.
- Add a systemd unit file (closes: #716812).
* Switch to git; adjust Vcs-* fields.
* Add a watch file.
-- Colin Watson <cjwatson@debian.org> Sun, 29 Dec 2013 23:42:11 +0000
binfmt-support (2.0.16) unstable; urgency=low
* Use dh-autoreconf to keep autotools output up to date, especially for
new ports.
* Upgrade to Automake 1.14 and Gnulib 20130805-stable. gnulib/gets.patch
is no longer needed.
-- Colin Watson <cjwatson@debian.org> Wed, 13 Nov 2013 16:04:25 +0000
binfmt-support (2.0.15) unstable; urgency=low
* Build-depend on debhelper (>= 9~) directly rather than requiring a
Lintian override for use of 8.9.0.
* Upgrade to Automake 1.13.2 and autotools-dev 20130515.1.
-- Colin Watson <cjwatson@debian.org> Fri, 07 Jun 2013 11:38:48 +0100
binfmt-support (2.0.14) unstable; urgency=low
* Install Upstart job on Debian as well, following new recommendations in
https://wiki.ubuntu.com/UpstartCompatibleInitScripts.
-- Colin Watson <cjwatson@debian.org> Wed, 22 May 2013 09:23:42 +0100
binfmt-support (2.0.13) unstable; urgency=low
* Drop python build-dependency; fuse is hardly ever available in
autobuilding environments anyway, so it's ineffective. The test suite
is still useful for manual testing.
-- Colin Watson <cjwatson@debian.org> Fri, 07 Dec 2012 13:55:37 +0000
binfmt-support (2.0.12) unstable; urgency=low
* Fix ineffective --find test.
* Don't show disabled formats in --find output (closes: #689247).
-- Colin Watson <cjwatson@debian.org> Sun, 30 Sep 2012 22:25:11 +0100
binfmt-support (2.0.11) unstable; urgency=low
* Backport Gnulib commit 66712c23388e93e5c518ebc8515140fa0c807348 to stop
assuming gets.
-- Colin Watson <cjwatson@debian.org> Tue, 18 Sep 2012 00:05:32 +0100
binfmt-support (2.0.10) unstable; urgency=low
* If a binary format is already enabled according to the kernel, which can
happen in chroots if it was installed in the host system, then continue
as gracefully as we can manage rather than exiting non-zero (closes:
#680349).
* Upgrade to Automake 1.11.6.
-- Colin Watson <cjwatson@debian.org> Mon, 30 Jul 2012 10:36:59 +0100
binfmt-support (2.0.9) unstable; urgency=low
* Make src/tests/binfmt_misc.py compatible with Python 3.
* Build with V=1 so that tools such as blhc can scan more effectively for
missing build flags.
* Convert debian/copyright to copyright-format 1.0.
* Upgrade to Autoconf 2.69, Automake 1.11.5, and Gnulib 20120404-stable.
gnulib/lib/argp-parse.patch is no longer needed.
-- Colin Watson <cjwatson@debian.org> Tue, 26 Jun 2012 00:22:20 +0100
binfmt-support (2.0.8) unstable; urgency=low
* Only print informational messages on non-Linux systems if stderr is a
terminal. This allows saving a couple of processes from the Upstart
job.
* Convert to dpkg-buildflags, using debhelper v9.
-- Colin Watson <cjwatson@debian.org> Sun, 20 Nov 2011 17:24:19 +0000
binfmt-support (2.0.7) unstable; urgency=low
* Fix display tests to actually test the output of --display.
* Upgrade to Gnulib 20110908-stable.
* Display a useful error message rather than crashing if asked to display
a non-existent binary format (closes: #643756, LP: #792601).
-- Colin Watson <cjwatson@debian.org> Thu, 29 Sep 2011 12:38:22 +0100
binfmt-support (2.0.6) unstable; urgency=low
* Remove /var/lib/binfmts on purge (closes: #635449).
-- Colin Watson <cjwatson@debian.org> Tue, 26 Jul 2011 09:41:55 +0100
binfmt-support (2.0.5) unstable; urgency=low
* Update Vcs-Bzr field for Alioth changes.
* Add an Upstart job, installed only on Ubuntu-derived distributions.
* Upgrade to Autoconf 2.68 and Gnulib 20110609-stable.
* Remove temporary test directory when skipping a test.
-- Colin Watson <cjwatson@debian.org> Sun, 10 Jul 2011 01:15:31 +0100
binfmt-support (2.0.4) unstable; urgency=low
* Add a basic test for --find.
* Use 'fusermount -u' rather than umount when running tests.
-- Colin Watson <cjwatson@debian.org> Tue, 22 Mar 2011 10:39:11 +0000
binfmt-support (2.0.3) unstable; urgency=low
* Mark binfmt-support Multi-Arch: foreign.
-- Colin Watson <cjwatson@debian.org> Tue, 22 Feb 2011 12:26:13 +0000
binfmt-support (2.0.2) unstable; urgency=low
* Upload to unstable.
-- Colin Watson <cjwatson@debian.org> Tue, 08 Feb 2011 10:22:00 +0000
binfmt-support (2.0.1) experimental; urgency=low
* Add a --find option to print the list of interpreters for an executable.
Requested by Loïc Minier.
* Fix crash if get_import returns NULL (LP: #686115).
* Fix hexadecimal expansion to ensure that we only ever parse exactly two
hex digits.
* Use mem* functions rather than str* on binary data when finding
interpreters.
-- Colin Watson <cjwatson@debian.org> Tue, 25 Jan 2011 14:30:52 +0000
binfmt-support (2.0.0) experimental; urgency=low
* Rewrite in C (closes: #602920).
* Upgrade to GPLv3 or later, mostly due to Gnulib.
* Use a separate build directory.
* Add a test suite. This does nothing useful during a default Debian
package build as it currently requires FUSE, but it can be run by hand.
* Add option parsing to run-detectors, mainly so that we can have an
--admindir option for use by the test suite but also to provide a useful
--help.
* Remove cache directory hack, no longer necessary now that we aren't
pulling in Perl at boot time.
-- Colin Watson <cjwatson@debian.org> Mon, 22 Nov 2010 11:15:58 +0000
binfmt-support (1.2.20) experimental; urgency=low
* Fix =~ operator typo in Binfmt::Format.
-- Colin Watson <cjwatson@debian.org> Tue, 16 Nov 2010 17:57:31 +0000
binfmt-support (1.2.19) experimental; urgency=low
* Drop error/warning wrapping; it was cute in 2000, but I find it annoying
now. Use the 'say' feature from Perl 5.10.
* Convert from 'perl -w' to 'use warnings'.
* Strip trailing whitespace from values in database and format files.
* Upgrade to debhelper 8.
-- Colin Watson <cjwatson@debian.org> Tue, 16 Nov 2010 16:16:09 +0000
binfmt-support (1.2.18) unstable; urgency=low
* Convert to source format 3.0 (native).
* Only warn about corrupted files in /var/lib/binfmts/ when we can't
continue without their contents (LP: #547052).
-- Colin Watson <cjwatson@debian.org> Sat, 27 Mar 2010 15:30:40 +0000
binfmt-support (1.2.17) unstable; urgency=low
[ Colin Watson ]
* Exit cleanly on non-Linux systems, rather than causing inconvenient
knock-on errors (closes: #565109).
[ Loïc Minier ]
* Add a new optional field "credentials" which when set to "yes"
corresponds to the binfmt-misc "C" flag; this allows running setuid root
binaries with the interpreter; LP: #519228.
-- Colin Watson <cjwatson@debian.org> Wed, 17 Feb 2010 14:06:05 +0000
binfmt-support (1.2.16) unstable; urgency=low
* Check whether modprobe is available before using it, this time in the
init script too (closes: #567979).
-- Colin Watson <cjwatson@debian.org> Mon, 01 Feb 2010 17:40:51 +0000
binfmt-support (1.2.15) unstable; urgency=low
* Ignore modprobe failures in init script (thanks, Philipp Weis; closes:
#549113).
-- Colin Watson <cjwatson@debian.org> Thu, 01 Oct 2009 19:18:10 +0100
binfmt-support (1.2.14) unstable; urgency=low
[ Tormod Volden ]
* Maintain a cache of binary format registration instructions, and use
them from shell at boot time if possible to avoid the Perl slow path
(LP: #320822).
-- Colin Watson <cjwatson@debian.org> Tue, 15 Sep 2009 12:48:37 +0100
binfmt-support (1.2.13) unstable; urgency=low
* Upgrade to debhelper 7. Uses override targets, so requires 7.0.50.
* Check that /etc/default/rcS exists before sourcing it.
* Stop hardcoding path to update-binfmts.
* Remove Default-Stop from init script; cf. changelog entry for 1.2.8.
-- Colin Watson <cjwatson@debian.org> Mon, 07 Sep 2009 02:19:38 +0100
binfmt-support (1.2.12) unstable; urgency=low
* Moved to bzr.debian.org; add Vcs-Bzr control field.
* Some packages (hi, mono) occasionally seem to try to remove formats that
weren't installed and thus don't have an entry in the administration
directory. Make this non-fatal, since the state is already as requested.
-- Colin Watson <cjwatson@debian.org> Tue, 26 May 2009 10:13:28 +0100
binfmt-support (1.2.11) unstable; urgency=low
* Recommend POSIX-compliant shell fragments in README.Debian.
* Remove stray 'closedir ADMINDIR' in act_display (closes: #482482).
-- Colin Watson <cjwatson@debian.org> Fri, 23 May 2008 09:20:19 +0100
binfmt-support (1.2.10) unstable; urgency=low
* Fix brown-paper-bag syntax error in Binfmt::Format (thanks, Bastian
Kleineidam; closes: #418343).
* Suppress perl warning about commas within qw().
-- Colin Watson <cjwatson@debian.org> Mon, 09 Apr 2007 18:49:57 +0100
binfmt-support (1.2.9) unstable; urgency=low
* Mount /proc/sys/fs/binfmt_misc nodev, noexec, and nosuid, to guard
against possible future kernel security vulnerabilities.
* Suppress warning on --test --import if the given format file has no
detector line (closes: #383287).
-- Colin Watson <cjwatson@debian.org> Sun, 08 Apr 2007 21:32:00 +0100
binfmt-support (1.2.8) unstable; urgency=low
* Disabling binfmt-support on system shutdown is rather pointless, so stop
doing it.
* Move debhelper from Build-Depends-Indep to Build-Depends (for clean
target).
* Use debhelper v4.
-- Colin Watson <cjwatson@debian.org> Tue, 2 May 2006 23:27:09 +0100
binfmt-support (1.2.7) unstable; urgency=low
* Remove outdated skeleton comments in init script, since there's very
little of the skeleton left.
* Add LSB info to init script.
* Use log_daemon_msg from lsb-base (>= 3.0-6) for more policy-compliant
init script output.
-- Colin Watson <cjwatson@debian.org> Thu, 27 Oct 2005 13:17:31 +0100
binfmt-support (1.2.6) unstable; urgency=low
* Mount binfmt_misc filesystem as 'binfmt_misc' rather than 'none'
(thanks, Roucaries Bastien; closes: #328827).
-- Colin Watson <cjwatson@debian.org> Sat, 17 Sep 2005 17:18:38 +0100
binfmt-support (1.2.5) unstable; urgency=low
[ Colin Watson ]
* Stop the postinst/prerm from exiting non-zero if update-binfmts fails,
for example if you're running something other than Linux
(closes: #322193).
* Policy version 3.6.2. No changes required.
* Update GPL notices with the FSF's new address.
[ Scott James Remnant ]
* Use lsb functions in init script.
-- Colin Watson <cjwatson@debian.org> Tue, 30 Aug 2005 17:48:51 +0100
binfmt-support (1.2.4) hoary; urgency=low
* Move binfmt-support to start at 90 rather than 20
-- Thom May <thom@planetarytramp.net> Fri, 10 Dec 2004 18:19:02 +0100
binfmt-support (1.2.3) unstable; urgency=low
* Convert binfmt-support(8) to the -mdoc macro set.
-- Colin Watson <cjwatson@debian.org> Thu, 1 Apr 2004 13:49:02 +0100
binfmt-support (1.2.2) unstable; urgency=low
* Document the 'detector' option in format files.
* Don't bother trying to unload the binfmt_misc kernel module when
stopping, since (a) it means we run into a kernel bug, (b) it means we
have to keep track of whether the module was loaded by the administrator
before starting, and (c) it's unimportant anyway. Reassigns #155570 to
kernel.
* Policy version 3.5.9: no changes required.
-- Colin Watson <cjwatson@debian.org> Sat, 26 Apr 2003 19:07:39 +0100
binfmt-support (1.2.1) unstable; urgency=low
* Cosmetic improvements to debian/rules.
* Make update-binfmts(8) render properly under groff's utf8 device: in
particular, use '\-' rather than '-' where a real dash is needed.
-- Colin Watson <cjwatson@debian.org> Mon, 24 Feb 2003 01:48:43 +0000
binfmt-support (1.2.0) unstable; urgency=low
* Support for userspace detectors, at the request of the Mono folks. See
/usr/share/doc/binfmt-support/detectors for the rationale and design.
This involved substantial rearrangements of the code, so we now have a
couple of Perl modules in the Binfmt:: namespace. They don't have a
published interface, so writing code using them directly is a bad idea.
* Check that interpreters (and the new detectors) are executable.
* Localize all filehandles.
* Policy version 3.5.8: drop /usr/doc symlink.
-- Colin Watson <cjwatson@debian.org> Wed, 11 Dec 2002 13:46:12 +0000
binfmt-support (1.1.5) unstable; urgency=low
* Check (again - how did I lose this?) for the existence of $register, not
$procdir, when deciding whether to try loading the kernel module
(closes: #134206).
-- Colin Watson <cjwatson@debian.org> Tue, 5 Mar 2002 21:37:32 +0000
binfmt-support (1.1.4) unstable; urgency=low
* The "phone me if you want a bug fixed" release. :-)
* Apply more careful logic to loading and mounting binfmt_misc on newer
kernels (thanks, Daniel Silverstone; closes: #131236).
* Remove emacs local variables from this changelog.
-- Colin Watson <cjwatson@debian.org> Sun, 3 Feb 2002 20:37:30 +0000
binfmt-support (1.1.3) unstable; urgency=low
* Recommend in README.Debian that packages using --import conflict with
binfmt-support (<< 1.1.2).
-- Colin Watson <cjwatson@debian.org> Sat, 26 Jan 2002 19:05:34 +0000
binfmt-support (1.1.2) unstable; urgency=low
* Fix thinko that meant some warnings weren't printed.
* Make much more careful use of return codes throughout.
* When deciding whether to load the binfmt_misc module, check for the
existence of /proc/sys/fs/binfmt_misc/register, not merely the
directory. It seems that recent kernels can leave the directory hanging
around even after the module is removed (closes: #129400, #129621).
-- Colin Watson <cjwatson@debian.org> Sat, 19 Jan 2002 19:14:58 +0000
binfmt-support (1.1.1) unstable; urgency=medium
* Return non-fatally if binfmt_misc couldn't be loaded (see #129170).
-- Colin Watson <cjwatson@debian.org> Mon, 14 Jan 2002 13:52:32 +0000
binfmt-support (1.1.0) unstable; urgency=low
* Implement an --import option to allow packages to install format files
without depending on binfmt-support. All format files will be imported
by binfmt-support when it's eventually installed (closes: #119694).
* Update lots of documentation in line with this.
* Install the directory /usr/share/binfmts for format files.
* Don't attempt to load and unload the binfmt_misc kernel module in --test
mode.
* Use Text::Wrap rather than my own wrap() function.
* General code cleanup.
* get_binfmt() now returns a hash, not an array.
* Apply better nroff style to the man page.
* Policy version 3.5.6.
* Perl policy version 1.20.
-- Colin Watson <cjwatson@debian.org> Sun, 6 Jan 2002 13:58:51 +0000
binfmt-support (1.0.6) unstable; urgency=low
* Check whether modprobe is available before using it (closes: #106090).
-- Colin Watson <cjwatson@debian.org> Sat, 21 Jul 2001 17:18:10 +0100
binfmt-support (1.0.5) unstable; urgency=low
* Updated to policy version 3.5.2: no changes required.
* Remove duplicate conffiles entry.
* Support recent -ac kernels which require binfmt_misc to be mounted as a
filesystem. For now, it seems neatest to mount it over
/proc/sys/fs/binfmt_misc, but that may change (especially as it's not
clear whether that directory will always exist).
* If disabling all binary formats, also unmount the filesystem if
necessary, and unload the kernel module. This will help upgrading in the
future if the kernel interface is changed again.
-- Colin Watson <cjwatson@debian.org> Fri, 27 Apr 2001 11:58:01 +0100
binfmt-support (1.0.4) unstable; urgency=low
* Uploaded to Debian (closes: #78872).
* New maintainer address.
* Standards-Version: 3.5.1: no changes required.
* Use debhelper v3.
* Updated to new Perl policy.
* This is Architecture: all, so use the binary-indep target in
debian/rules rather than the binary-arch target.
* Started updating the version number automagically.
* Pointed URL in copyright file to the package pool.
* --display can now be called without an argument to display all known
binary formats and whether they are enabled; its output looks better,
too.
* Improved --test option.
* Don't hardcode ENOENT any more, anticipating future Hurd support.
* Print an error message on startup if the operating system isn't Linux
(although the package can still be installed).
* Recoded the option parsing and the actions into dispatch tables.
* Really test for existence of /usr/sbin/update-binfmts in init script.
* Fixed formatting error in man page (\x is an escape sequence).
* "Debian GNU/Linux" -> "Debian GNU".
-- Colin Watson <cjwatson@debian.org> Sat, 17 Feb 2001 14:38:55 +0000
binfmt-support (1.0.3) unstable; urgency=low
* D'oh. update-binfmts should have been in /usr/sbin all along. Updated
README.Debian to account for this.
* Included the GPL in the source package.
* Improved --install/--remove logic:
- Remove entries even if their interpreter has changed, otherwise
deliberately changing interpreters becomes rather awkward. We only
need to make sure that the package is the same.
- --install will now disable existing /proc entries as long as
/var/lib/binfmts is consistent. Without this, you could sometimes end
up with multiple entries in /proc with the same name, due to a kernel
bug. Added some extra checking to make this even less likely.
- Don't warn about there being no /proc entry when removing. This can
easily happen on upgrades, and it also helps maintainer scripts to be
idempotent.
* Running --enable and/or --disable multiple times now doesn't create
multiple entries in /proc with the same name either.
-- Colin Watson <cjw44@flatline.org.uk> Sun, 10 Dec 2000 00:24:18 +0000
binfmt-support (1.0.2) unstable; urgency=low
* Standards-Version: 3.2.1: no changes required.
* Build-Depends-Indep: rather than Build-Depends:.
* Use debhelper DH_COMPAT=2.
* debian/rules: cleanup.
* Don't 'use diagnostics'; it's slow.
* Some additions to the man page.
* Oops, remember to update $VERSION this time.
* Added debian/TODO.
* Added note in README.Debian about requiring binfmt_misc.
-- Colin Watson <cjw44@flatline.org.uk> Wed, 6 Dec 2000 00:45:44 +0000
binfmt-support (1.0.1) unstable; urgency=low
* Improved long description (sysadmins can use update-binfmts too).
* Standards-Version: 3.1.1, Build-Depends: line.
-- Colin Watson <cjw44@flatline.org.uk> Tue, 30 May 2000 23:18:58 +0100
binfmt-support (1.0) unstable; urgency=low
* Initial Release.
-- Colin Watson <cjw44@flatline.org.uk> Tue, 16 May 2000 23:46:15 +0100
|